summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar shtrophic2025-04-17 22:01:21 +0200
committerGravatar shtrophic2025-04-17 22:01:21 +0200
commitac8b03f9e96d5778b3c0ddfea94b54e17963a3d4 (patch)
treeb650f683bd6cea37e4d88ae247411f4f9edb2a32
parentMerge tag '2.74' into curl-smtp (diff)
parentVersion 2.75 RELEASED. (diff)
downloadsnac2-ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4.tar.gz
snac2-ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4.tar.xz
snac2-ac8b03f9e96d5778b3c0ddfea94b54e17963a3d4.zip
Merge tag '2.75' into curl-smtp
-rw-r--r--RELEASE_NOTES.md20
-rw-r--r--TODO.md16
-rw-r--r--activitypub.c2
-rw-r--r--data.c75
-rw-r--r--doc/snac.13
-rw-r--r--examples/snac-admin51
-rw-r--r--html.c217
-rw-r--r--mastoapi.c41
-rw-r--r--po/cs.po392
-rw-r--r--po/de_DE.po372
-rw-r--r--po/el_GR.po372
-rw-r--r--po/en.po372
-rw-r--r--po/es.po369
-rw-r--r--po/es_AR.po369
-rw-r--r--po/es_UY.po369
-rw-r--r--po/fi.po372
-rw-r--r--po/fr.po372
-rw-r--r--po/it.po372
-rw-r--r--po/pt_BR.po372
-rw-r--r--po/ru.po374
-rw-r--r--po/zh.po372
-rw-r--r--snac.h9
-rw-r--r--xs_time.h124
23 files changed, 3094 insertions, 2313 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a8f04e8..13cdfb0 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,22 @@
1# Release Notes 1# Release Notes
2 2
3## 2.74 3## 2.75 "Time Is On My Side"
4
5Added support for scheduled posts (for this to work correctly, users will have to set their time zone, see below).
6
7The user can now select a working time zone. This will be used to correctly parse the local date and time of a scheduled post.
8
9Fixed incorrect poll vote format, which was causing problems in platforms like GotoSocial.
10
11Mastodon API: added support for `/api/v1/instance/peers`.
12
13Added a new `snac-admin` helper script (contributed by shtrophic).
14
15In the web UI, posts are separated by the `<hr hidden>` tag; it's invisible in graphical browsers, but it separates post clearly in text-based browsers.
16
17Some Finnish, Spanish, Czech and Russian translation updates and fixes.
18
19## 2.74 "The Days of Nicole, the Fediverse Chick"
4 20
5Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi). 21Added Spanish (default, Argentina and Uruguay) translation (contributed by gnemmi).
6 22
@@ -22,7 +38,7 @@ Added Greek translation (contributed by uhuru).
22 38
23Added Italian translation (contributed by anzu). 39Added Italian translation (contributed by anzu).
24 40
25Mastodon API: added support for /api/v1/custom_emojis (contributed by violette). 41Mastodon API: added support for `/api/v1/custom_emojis` (contributed by violette).
26 42
27Improved Undo+Follow logic (contributed by rozenglass). 43Improved Undo+Follow logic (contributed by rozenglass).
28 44
diff --git a/TODO.md b/TODO.md
index bdb860c..db135d5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,15 +6,13 @@ Investigate the problem with boosts inside the same instance (see https://codebe
6 6
7Editing / Updating a post does not index newly added hashtags. 7Editing / Updating a post does not index newly added hashtags.
8 8
9Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042
10
11Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't. 9Unfollowing guppe groups seems to work (http status of 200), but messages continue to arrive as if it didn't.
12 10
13Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721 11Important: deleting a follower should do more that just delete the object, see https://codeberg.org/grunfink/snac2/issues/43#issuecomment-956721
14 12
15## Wishlist 13## Wishlist
16 14
17Each notification should show a link to the full thread, to see it in context. 15Add account reporting.
18 16
19The instance timeline should also show boosts from users. 17The instance timeline should also show boosts from users.
20 18
@@ -30,14 +28,10 @@ Integrate "Added handling for International Domain Names" PR https://codeberg.or
30 28
31Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`). 29Do something about Akkoma and Misskey's quoted replies (they use the `quoteUrl` field instead of `inReplyTo`).
32 30
33Add a list of hashtags to drop.
34
35Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls). 31Take a look at crashes in the brittle Mastodon official app (crashes when hitting the reply button, crashes or 'ownVotes is null' errors when trying to show polls).
36 32
37The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants. 33The 'history' pages are just monthly HTML snapshots of the local timeline. This is ok and cheap and easy, but is problematic if you e.g. intentionally delete a post because it will remain there in the history forever. If you activate local timeline purging, purged entries will remain in the history as 'ghosts', which may or may not be what the user wants.
38 34
39The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives.
40
41## Closed 35## Closed
42 36
43Start a TODO file (2022-08-25T10:07:44+0200). 37Start a TODO file (2022-08-25T10:07:44+0200).
@@ -367,3 +361,11 @@ Add support for /authorize_interaction (whatever it is) (2025-01-16T14:45:28+010
367Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100). 361Implement following of hashtags (this is not trivial) (2025-01-30T16:12:16+0100).
368 362
369Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100). 363Add support for subscribing and posting to relays (see https://codeberg.org/grunfink/snac2/issues/216 for more information) (2025-01-30T16:12:34+0100).
364
365Wrong level of message visibility when using the Mastodon API: https://codeberg.org/grunfink/snac2/issues/200#issuecomment-2351042 (2025-03-23T15:44:35+0100).
366
367Each notification should show a link to the full thread, to see it in context (2025-03-23T15:44:50+0100).
368
369Add a list of hashtags to drop (2025-03-23T15:45:30+0100).
370
371The actual storage system wastes too much disk space (lots of small files that really consume 4k of storage). Consider alternatives (2025-03-23T15:46:02+0100).
diff --git a/activitypub.c b/activitypub.c
index 3f4b313..061d1f8 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2750,6 +2750,8 @@ int process_user_queue(snac *snac)
2750 cnt++; 2750 cnt++;
2751 } 2751 }
2752 2752
2753 scheduled_process(snac);
2754
2753 return cnt; 2755 return cnt;
2754} 2756}
2755 2757
diff --git a/data.c b/data.c
index ae85aaf..4a19680 100644
--- a/data.c
+++ b/data.c
@@ -282,6 +282,8 @@ int user_open(snac *user, const char *uid)
282 } 282 }
283 else 283 else
284 srv_log(xs_fmt("error parsing '%s'", cfg_file)); 284 srv_log(xs_fmt("error parsing '%s'", cfg_file));
285
286 user->tz = xs_dict_get_def(user->config, "tz", "UTC");
285 } 287 }
286 else 288 else
287 srv_debug(2, xs_fmt("error opening '%s' %d", cfg_file, errno)); 289 srv_debug(2, xs_fmt("error opening '%s' %d", cfg_file, errno));
@@ -1929,6 +1931,70 @@ xs_list *draft_list(snac *user)
1929} 1931}
1930 1932
1931 1933
1934/** scheduled posts **/
1935
1936int is_scheduled(snac *user, const char *id)
1937/* returns true if this note is scheduled for future sending */
1938{
1939 return object_user_cache_in(user, id, "sched");
1940}
1941
1942
1943void schedule_del(snac *user, const char *id)
1944/* deletes an scheduled post */
1945{
1946 object_user_cache_del(user, id, "sched");
1947}
1948
1949
1950void schedule_add(snac *user, const char *id, const xs_dict *msg)
1951/* schedules this post for later */
1952{
1953 /* delete from the index, in case it was already there */
1954 schedule_del(user, id);
1955
1956 /* overwrite object */
1957 object_add_ow(id, msg);
1958
1959 /* [re]add to the index */
1960 object_user_cache_add(user, id, "sched");
1961}
1962
1963
1964xs_list *scheduled_list(snac *user)
1965/* return the list of scheduled posts */
1966{
1967 return object_user_cache_list(user, "sched", XS_ALL, 1);
1968}
1969
1970
1971void scheduled_process(snac *user)
1972/* processes the scheduled list, sending those ready to be sent */
1973{
1974 xs *posts = scheduled_list(user);
1975 const char *md5;
1976 xs *right_now = xs_str_utctime(0, ISO_DATE_SPEC);
1977
1978 xs_list_foreach(posts, md5) {
1979 xs *msg = NULL;
1980
1981 if (valid_status(object_get_by_md5(md5, &msg))) {
1982 if (strcmp(xs_dict_get(msg, "published"), right_now) < 0) {
1983 /* due date! */
1984 const char *id = xs_dict_get(msg, "id");
1985
1986 timeline_add(user, id, msg);
1987
1988 xs *c_msg = msg_create(user, msg);
1989 enqueue_message(user, c_msg);
1990
1991 schedule_del(user, id);
1992 }
1993 }
1994 }
1995}
1996
1997
1932/** hiding **/ 1998/** hiding **/
1933 1999
1934xs_str *_hidden_fn(snac *snac, const char *id) 2000xs_str *_hidden_fn(snac *snac, const char *id)
@@ -2619,10 +2685,9 @@ xs_list *inbox_list(void)
2619 xs_list *ibl = xs_list_new(); 2685 xs_list *ibl = xs_list_new();
2620 xs *spec = xs_fmt("%s/inbox/" "*", srv_basedir); 2686 xs *spec = xs_fmt("%s/inbox/" "*", srv_basedir);
2621 xs *files = xs_glob(spec, 0, 0); 2687 xs *files = xs_glob(spec, 0, 0);
2622 xs_list *p = files;
2623 const xs_val *v; 2688 const xs_val *v;
2624 2689
2625 while (xs_list_iter(&p, &v)) { 2690 xs_list_foreach(files, v) {
2626 FILE *f; 2691 FILE *f;
2627 2692
2628 if ((f = fopen(v, "r")) != NULL) { 2693 if ((f = fopen(v, "r")) != NULL) {
@@ -2630,7 +2695,9 @@ xs_list *inbox_list(void)
2630 2695
2631 if (line && *line) { 2696 if (line && *line) {
2632 line = xs_strip_i(line); 2697 line = xs_strip_i(line);
2633 ibl = xs_list_append(ibl, line); 2698
2699 if (!is_instance_blocked(line))
2700 ibl = xs_list_append(ibl, line);
2634 } 2701 }
2635 2702
2636 fclose(f); 2703 fclose(f);
@@ -3696,7 +3763,7 @@ void purge_user(snac *snac)
3696 _purge_user_subdir(snac, "public", pub_days); 3763 _purge_user_subdir(snac, "public", pub_days);
3697 3764
3698 const char *idxs[] = { "followers.idx", "private.idx", "public.idx", 3765 const char *idxs[] = { "followers.idx", "private.idx", "public.idx",
3699 "pinned.idx", "bookmark.idx", "draft.idx", NULL }; 3766 "pinned.idx", "bookmark.idx", "draft.idx", "sched.idx", NULL };
3700 3767
3701 for (n = 0; idxs[n]; n++) { 3768 for (n = 0; idxs[n]; n++) {
3702 xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]); 3769 xs *idx = xs_fmt("%s/%s", snac->basedir, idxs[n]);
diff --git a/doc/snac.1 b/doc/snac.1
index 601ce6d..2f1ccfe 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -163,6 +163,9 @@ lists of accounts are never published).
163.It Web interface language 163.It Web interface language
164If the administrator has installed any language file, it 164If the administrator has installed any language file, it
165can be selected here. 165can be selected here.
166.It Time zone
167The time zone the user is on (default: UTC). Only
168used for scheduled posts.
166.It Password 169.It Password
167Write the same string in these two fields to change your 170Write the same string in these two fields to change your
168password. Don't write anything if you don't want to do this. 171password. Don't write anything if you don't want to do this.
diff --git a/examples/snac-admin b/examples/snac-admin
new file mode 100644
index 0000000..e51e28b
--- /dev/null
+++ b/examples/snac-admin
@@ -0,0 +1,51 @@
1#!/usr/bin/env bash
2##
3## SNAC-ADMIN
4## a simple script that is supposed to improve
5## a snac admin's life, especially when snac
6## is being run as a systemd.unit with
7## DynamicUser=yes enabled.
8## Please make sure to adjust SNAC_DIR
9## down below according to your setup.
10##
11## USAGE
12## snac-admin state
13## snac-admin adduser rikkert
14## snac-admin block example.org
15## snac-admin verify_links lisa
16## ...
17##
18## Author: @chris@social.shtrophic.net
19##
20## Released into the public domain
21##
22
23set -e
24
25SNAC_PID=$(pidof snac)
26SNAC_DIR=/var/lib/snac
27
28SNAC_VERB=$1
29shift
30
31if [ -z $SNAC_PID ]; then
32 echo "no such process" >&2
33 exit 1
34fi
35
36if [ $(id -u) -ne 0 ]; then
37 echo "not root" >&2
38 exit 1
39fi
40
41if [ ! -d $SNAC_DIR ]; then
42 echo "$SNAC_DIR is not a directory" >&2
43 exit 1
44fi
45
46if [ -z $SNAC_VERB ]; then
47 echo "no arguments" >&2
48 exit 1
49fi
50
51nsenter -ae -S follow -G follow -t $SNAC_PID -- snac $SNAC_VERB $SNAC_DIR $@
diff --git a/html.c b/html.c
index 78a9854..d807f4b 100644
--- a/html.c
+++ b/html.c
@@ -14,6 +14,7 @@
14#include "xs_curl.h" 14#include "xs_curl.h"
15#include "xs_unicode.h" 15#include "xs_unicode.h"
16#include "xs_url.h" 16#include "xs_url.h"
17#include "xs_random.h"
17 18
18#include "snac.h" 19#include "snac.h"
19 20
@@ -72,6 +73,9 @@ xs_str *replace_shortnames(xs_str *s, const xs_list *tag, int ems, const char *p
72 const xs_dict *v; 73 const xs_dict *v;
73 int c = 0; 74 int c = 0;
74 75
76 xs_set rep_emoji;
77 xs_set_init(&rep_emoji);
78
75 while (xs_list_next(tag_list, &v, &c)) { 79 while (xs_list_next(tag_list, &v, &c)) {
76 const char *t = xs_dict_get(v, "type"); 80 const char *t = xs_dict_get(v, "type");
77 81
@@ -79,6 +83,10 @@ xs_str *replace_shortnames(xs_str *s, const xs_list *tag, int ems, const char *p
79 const char *n = xs_dict_get(v, "name"); 83 const char *n = xs_dict_get(v, "name");
80 const xs_dict *i = xs_dict_get(v, "icon"); 84 const xs_dict *i = xs_dict_get(v, "icon");
81 85
86 /* avoid repeated emojis (Misskey seems to return this) */
87 if (xs_set_add(&rep_emoji, n) == 0)
88 continue;
89
82 if (xs_is_string(n) && xs_is_dict(i)) { 90 if (xs_is_string(n) && xs_is_dict(i)) {
83 const char *u = xs_dict_get(i, "url"); 91 const char *u = xs_dict_get(i, "url");
84 const char *mt = xs_dict_get(i, "mediaType"); 92 const char *mt = xs_dict_get(i, "mediaType");
@@ -93,6 +101,8 @@ xs_str *replace_shortnames(xs_str *s, const xs_list *tag, int ems, const char *p
93 xs_html_attr("loading", "lazy"), 101 xs_html_attr("loading", "lazy"),
94 xs_html_attr("src", url), 102 xs_html_attr("src", url),
95 xs_html_attr("alt", n), 103 xs_html_attr("alt", n),
104 xs_html_attr("title", n),
105 xs_html_attr("class", "snac-emoji"),
96 xs_html_attr("style", style)); 106 xs_html_attr("style", style));
97 107
98 xs *s1 = xs_html_render(img); 108 xs *s1 = xs_html_render(img);
@@ -104,6 +114,8 @@ xs_str *replace_shortnames(xs_str *s, const xs_list *tag, int ems, const char *p
104 } 114 }
105 } 115 }
106 } 116 }
117
118 xs_set_free(&rep_emoji);
107 } 119 }
108 120
109 return s; 121 return s;
@@ -339,7 +351,7 @@ xs_html *html_note(snac *user, const char *summary,
339 const xs_val *mnt_only, const char *redir, 351 const xs_val *mnt_only, const char *redir,
340 const char *in_reply_to, int poll, 352 const char *in_reply_to, int poll,
341 const xs_list *att_files, const xs_list *att_alt_texts, 353 const xs_list *att_files, const xs_list *att_alt_texts,
342 int is_draft) 354 int is_draft, const char *published)
343/* Yes, this is a FUCKTON of arguments and I'm a bit embarrased */ 355/* Yes, this is a FUCKTON of arguments and I'm a bit embarrased */
344{ 356{
345 xs *action = xs_fmt("%s/admin/note", user->actor); 357 xs *action = xs_fmt("%s/admin/note", user->actor);
@@ -429,6 +441,42 @@ xs_html *html_note(snac *user, const char *summary,
429 xs_html_attr("name", "is_draft"), 441 xs_html_attr("name", "is_draft"),
430 xs_html_attr(is_draft ? "checked" : "", NULL)))); 442 xs_html_attr(is_draft ? "checked" : "", NULL))));
431 443
444 /* post date and time */
445 xs *post_date = NULL;
446 xs *post_time = NULL;
447
448 if (xs_is_string(published)) {
449 time_t t = xs_parse_iso_date(published, 0);
450
451 if (t > 0) {
452 post_date = xs_str_time(t, "%Y-%m-%d", 1);
453 post_time = xs_str_time(t, "%H:%M:%S", 1);
454 }
455 }
456
457 if (edit_id == NULL || is_draft || is_scheduled(user, edit_id)) {
458 xs *pdat = xs_fmt(L("Post date and time (timezone: %s):"), user->tz);
459
460 xs_html_add(form,
461 xs_html_tag("p",
462 xs_html_tag("details",
463 xs_html_tag("summary",
464 xs_html_text(L("Scheduled post..."))),
465 xs_html_tag("p",
466 xs_html_text(pdat),
467 xs_html_sctag("br", NULL),
468 xs_html_sctag("input",
469 xs_html_attr("type", "date"),
470 xs_html_attr("value", post_date ? post_date : ""),
471 xs_html_attr("name", "post_date")),
472 xs_html_text(" "),
473 xs_html_sctag("input",
474 xs_html_attr("type", "time"),
475 xs_html_attr("value", post_time ? post_time : ""),
476 xs_html_attr("step", "1"),
477 xs_html_attr("name", "post_time"))))));
478 }
479
432 if (edit_id) 480 if (edit_id)
433 xs_html_add(form, 481 xs_html_add(form,
434 xs_html_sctag("input", 482 xs_html_sctag("input",
@@ -1116,7 +1164,7 @@ xs_html *html_top_controls(snac *user)
1116 NULL, NULL, 1164 NULL, NULL,
1117 xs_stock(XSTYPE_FALSE), "", 1165 xs_stock(XSTYPE_FALSE), "",
1118 xs_stock(XSTYPE_FALSE), NULL, 1166 xs_stock(XSTYPE_FALSE), NULL,
1119 NULL, 1, NULL, NULL, 0), 1167 NULL, 1, NULL, NULL, 0, NULL),
1120 1168
1121 /** operations **/ 1169 /** operations **/
1122 xs_html_tag("details", 1170 xs_html_tag("details",
@@ -1270,6 +1318,27 @@ xs_html *html_top_controls(snac *user)
1270 xs_html_attr("value", lang))); 1318 xs_html_attr("value", lang)));
1271 } 1319 }
1272 1320
1321 /* timezone */
1322 xs_html *tz_select = xs_html_tag("select",
1323 xs_html_attr("name", "tz"));
1324
1325 xs *tzs = xs_tz_list();
1326 const char *tz;
1327
1328 xs_list_foreach(tzs, tz) {
1329 if (strcmp(tz, user->tz) == 0)
1330 xs_html_add(tz_select,
1331 xs_html_tag("option",
1332 xs_html_text(tz),
1333 xs_html_attr("value", tz),
1334 xs_html_attr("selected", "selected")));
1335 else
1336 xs_html_add(tz_select,
1337 xs_html_tag("option",
1338 xs_html_text(tz),
1339 xs_html_attr("value", tz)));
1340 }
1341
1273 xs *user_setup_action = xs_fmt("%s/admin/user-setup", user->actor); 1342 xs *user_setup_action = xs_fmt("%s/admin/user-setup", user->actor);
1274 1343
1275 xs_html_add(top_controls, 1344 xs_html_add(top_controls,
@@ -1466,6 +1535,11 @@ xs_html *html_top_controls(snac *user)
1466 lang_select), 1535 lang_select),
1467 1536
1468 xs_html_tag("p", 1537 xs_html_tag("p",
1538 xs_html_text(L("Time zone:")),
1539 xs_html_sctag("br", NULL),
1540 tz_select),
1541
1542 xs_html_tag("p",
1469 xs_html_text(L("New password:")), 1543 xs_html_text(L("New password:")),
1470 xs_html_sctag("br", NULL), 1544 xs_html_sctag("br", NULL),
1471 xs_html_sctag("input", 1545 xs_html_sctag("input",
@@ -1774,7 +1848,8 @@ xs_html *html_entry_controls(snac *user, const char *actor,
1774 id, NULL, 1848 id, NULL,
1775 xs_dict_get(msg, "sensitive"), xs_dict_get(msg, "summary"), 1849 xs_dict_get(msg, "sensitive"), xs_dict_get(msg, "summary"),
1776 xs_stock(is_msg_public(msg) ? XSTYPE_FALSE : XSTYPE_TRUE), redir, 1850 xs_stock(is_msg_public(msg) ? XSTYPE_FALSE : XSTYPE_TRUE), redir,
1777 NULL, 0, att_files, att_alt_texts, is_draft(user, id))), 1851 NULL, 0, att_files, att_alt_texts, is_draft(user, id),
1852 xs_dict_get(msg, "published"))),
1778 xs_html_tag("p", NULL)); 1853 xs_html_tag("p", NULL));
1779 } 1854 }
1780 1855
@@ -1793,7 +1868,7 @@ xs_html *html_entry_controls(snac *user, const char *actor,
1793 NULL, NULL, 1868 NULL, NULL,
1794 xs_dict_get(msg, "sensitive"), xs_dict_get(msg, "summary"), 1869 xs_dict_get(msg, "sensitive"), xs_dict_get(msg, "summary"),
1795 xs_stock(is_msg_public(msg) ? XSTYPE_FALSE : XSTYPE_TRUE), redir, 1870 xs_stock(is_msg_public(msg) ? XSTYPE_FALSE : XSTYPE_TRUE), redir,
1796 id, 0, NULL, NULL, 0)), 1871 id, 0, NULL, NULL, 0, NULL)),
1797 xs_html_tag("p", NULL)); 1872 xs_html_tag("p", NULL));
1798 } 1873 }
1799 1874
@@ -2396,13 +2471,19 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
2396 name = NULL; 2471 name = NULL;
2397 } 2472 }
2398 else { 2473 else {
2474 xs *d_href = xs_dup(o_href);
2475 if (strlen(d_href) > 64) {
2476 d_href[64] = '\0';
2477 d_href = xs_str_cat(d_href, "...");
2478 }
2479
2399 xs_html_add(content_attachments, 2480 xs_html_add(content_attachments,
2400 xs_html_tag("p", 2481 xs_html_tag("p",
2401 xs_html_tag("a", 2482 xs_html_tag("a",
2402 xs_html_attr("href", o_href), 2483 xs_html_attr("href", o_href),
2403 xs_html_text(L("Attachment")), 2484 xs_html_text(L("Attachment")),
2404 xs_html_text(": "), 2485 xs_html_text(": "),
2405 xs_html_text(o_href)))); 2486 xs_html_text(d_href))));
2406 2487
2407 /* do not generate an Alt... */ 2488 /* do not generate an Alt... */
2408 name = NULL; 2489 name = NULL;
@@ -2689,6 +2770,11 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
2689 } 2770 }
2690 } 2771 }
2691 2772
2773 /* add an invisible hr, to help differentiate between posts in text browsers */
2774 xs_html_add(entry_top,
2775 xs_html_sctag("hr",
2776 xs_html_attr("hidden", NULL)));
2777
2692 return entry_top; 2778 return entry_top;
2693} 2779}
2694 2780
@@ -2830,6 +2916,18 @@ xs_str *html_timeline(snac *user, const xs_list *list, int read_only,
2830 xs_html_text(L("drafts"))))); 2916 xs_html_text(L("drafts")))));
2831 } 2917 }
2832 2918
2919 {
2920 /* show the list of scheduled posts */
2921 xs *url = xs_fmt("%s/sched", user->actor);
2922 xs_html_add(lol,
2923 xs_html_tag("li",
2924 xs_html_tag("a",
2925 xs_html_attr("href", url),
2926 xs_html_attr("class", "snac-list-link"),
2927 xs_html_attr("title", L("Scheduled posts")),
2928 xs_html_text(L("scheduled posts")))));
2929 }
2930
2833 /* the list of followed hashtags */ 2931 /* the list of followed hashtags */
2834 const char *followed_hashtags = xs_dict_get(user->config, "followed_hashtags"); 2932 const char *followed_hashtags = xs_dict_get(user->config, "followed_hashtags");
2835 2933
@@ -3130,7 +3228,7 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c
3130 NULL, actor_id, 3228 NULL, actor_id,
3131 xs_stock(XSTYPE_FALSE), "", 3229 xs_stock(XSTYPE_FALSE), "",
3132 xs_stock(XSTYPE_FALSE), NULL, 3230 xs_stock(XSTYPE_FALSE), NULL,
3133 NULL, 0, NULL, NULL, 0), 3231 NULL, 0, NULL, NULL, 0, NULL),
3134 xs_html_tag("p", NULL)); 3232 xs_html_tag("p", NULL));
3135 3233
3136 xs_html_add(snac_post, snac_controls); 3234 xs_html_add(snac_post, snac_controls);
@@ -3879,6 +3977,21 @@ int html_get_handler(const xs_dict *req, const char *q_path,
3879 } 3977 }
3880 } 3978 }
3881 else 3979 else
3980 if (strcmp(p_path, "sched") == 0) { /** list of scheduled posts **/
3981 if (!login(&snac, req)) {
3982 *body = xs_dup(uid);
3983 status = HTTP_STATUS_UNAUTHORIZED;
3984 }
3985 else {
3986 xs *list = scheduled_list(&snac);
3987
3988 *body = html_timeline(&snac, list, 0, skip, show,
3989 0, L("Scheduled posts"), "", 0, error);
3990 *b_size = strlen(*body);
3991 status = HTTP_STATUS_OK;
3992 }
3993 }
3994 else
3882 if (xs_startswith(p_path, "list/")) { /** list timelines **/ 3995 if (xs_startswith(p_path, "list/")) { /** list timelines **/
3883 if (!login(&snac, req)) { 3996 if (!login(&snac, req)) {
3884 *body = xs_dup(uid); 3997 *body = xs_dup(uid);
@@ -4175,12 +4288,14 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4175 snac_debug(&snac, 1, xs_fmt("web action '%s' received", p_path)); 4288 snac_debug(&snac, 1, xs_fmt("web action '%s' received", p_path));
4176 4289
4177 /* post note */ 4290 /* post note */
4178 const xs_str *content = xs_dict_get(p_vars, "content"); 4291 const char *content = xs_dict_get(p_vars, "content");
4179 const xs_str *in_reply_to = xs_dict_get(p_vars, "in_reply_to"); 4292 const char *in_reply_to = xs_dict_get(p_vars, "in_reply_to");
4180 const xs_str *to = xs_dict_get(p_vars, "to"); 4293 const char *to = xs_dict_get(p_vars, "to");
4181 const xs_str *sensitive = xs_dict_get(p_vars, "sensitive"); 4294 const char *sensitive = xs_dict_get(p_vars, "sensitive");
4182 const xs_str *summary = xs_dict_get(p_vars, "summary"); 4295 const char *summary = xs_dict_get(p_vars, "summary");
4183 const xs_str *edit_id = xs_dict_get(p_vars, "edit_id"); 4296 const char *edit_id = xs_dict_get(p_vars, "edit_id");
4297 const char *post_date = xs_dict_get_def(p_vars, "post_date", "");
4298 const char *post_time = xs_dict_get_def(p_vars, "post_time", "");
4184 int priv = !xs_is_null(xs_dict_get(p_vars, "mentioned_only")); 4299 int priv = !xs_is_null(xs_dict_get(p_vars, "mentioned_only"));
4185 int store_as_draft = !xs_is_null(xs_dict_get(p_vars, "is_draft")); 4300 int store_as_draft = !xs_is_null(xs_dict_get(p_vars, "is_draft"));
4186 xs *attach_list = xs_list_new(); 4301 xs *attach_list = xs_list_new();
@@ -4210,9 +4325,12 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4210 const char *fn = xs_list_get(attach_file, 0); 4325 const char *fn = xs_list_get(attach_file, 0);
4211 4326
4212 if (xs_is_string(fn) && *fn != '\0') { 4327 if (xs_is_string(fn) && *fn != '\0') {
4213 char *ext = strrchr(fn, '.'); 4328 char rnd[32];
4214 xs *hash = xs_md5_hex(fn, strlen(fn)); 4329 xs_rnd_buf(rnd, sizeof(rnd));
4215 xs *id = xs_fmt("%s%s", hash, ext); 4330
4331 const char *ext = strrchr(fn, '.');
4332 xs *hash = xs_md5_hex(rnd, strlen(rnd));
4333 xs *id = xs_fmt("post-%s%s", hash, ext ? ext : "");
4216 xs *url = xs_fmt("%s/s/%s", snac.actor, id); 4334 xs *url = xs_fmt("%s/s/%s", snac.actor, id);
4217 int fo = xs_number_get(xs_list_get(attach_file, 1)); 4335 int fo = xs_number_get(xs_list_get(attach_file, 1));
4218 int fs = xs_number_get(xs_list_get(attach_file, 2)); 4336 int fs = xs_number_get(xs_list_get(attach_file, 2));
@@ -4268,6 +4386,31 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4268 msg = xs_dict_set(msg, "summary", xs_is_null(summary) ? "..." : summary); 4386 msg = xs_dict_set(msg, "summary", xs_is_null(summary) ? "..." : summary);
4269 } 4387 }
4270 4388
4389 if (xs_is_string(post_date) && *post_date) {
4390 xs *post_pubdate = xs_fmt("%sT%s", post_date,
4391 xs_is_string(post_time) && *post_time ? post_time : "00:00:00");
4392
4393 time_t t = xs_parse_iso_date(post_pubdate, 0);
4394
4395 if (t != 0) {
4396 t -= xs_tz_offset(snac.tz);
4397
4398 xs *iso_date = xs_str_iso_date(t);
4399 msg = xs_dict_set(msg, "published", iso_date);
4400
4401 snac_debug(&snac, 1, xs_fmt("Published date: [%s]", iso_date));
4402 }
4403 else
4404 snac_log(&snac, xs_fmt("Invalid post date: [%s]", post_pubdate));
4405 }
4406
4407 /* is the published date from the future? */
4408 int future_post = 0;
4409 xs *right_now = xs_str_utctime(0, ISO_DATE_SPEC);
4410
4411 if (strcmp(xs_dict_get(msg, "published"), right_now) > 0)
4412 future_post = 1;
4413
4271 if (xs_is_null(edit_id)) { 4414 if (xs_is_null(edit_id)) {
4272 /* new message */ 4415 /* new message */
4273 const char *id = xs_dict_get(msg, "id"); 4416 const char *id = xs_dict_get(msg, "id");
@@ -4275,6 +4418,10 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4275 if (store_as_draft) { 4418 if (store_as_draft) {
4276 draft_add(&snac, id, msg); 4419 draft_add(&snac, id, msg);
4277 } 4420 }
4421 else
4422 if (future_post) {
4423 schedule_add(&snac, id, msg);
4424 }
4278 else { 4425 else {
4279 c_msg = msg_create(&snac, msg); 4426 c_msg = msg_create(&snac, msg);
4280 timeline_add(&snac, id, msg); 4427 timeline_add(&snac, id, msg);
@@ -4286,7 +4433,7 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4286 4433
4287 if (valid_status(object_get(edit_id, &p_msg))) { 4434 if (valid_status(object_get(edit_id, &p_msg))) {
4288 /* copy relevant fields from previous version */ 4435 /* copy relevant fields from previous version */
4289 char *fields[] = { "id", "context", "url", "published", 4436 char *fields[] = { "id", "context", "url",
4290 "to", "inReplyTo", NULL }; 4437 "to", "inReplyTo", NULL };
4291 int n; 4438 int n;
4292 4439
@@ -4302,18 +4449,34 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4302 if (is_draft(&snac, edit_id)) { 4449 if (is_draft(&snac, edit_id)) {
4303 /* message was previously a draft; it's a create activity */ 4450 /* message was previously a draft; it's a create activity */
4304 4451
4305 /* set the published field to now */ 4452 /* if the date is from the past, overwrite it with right_now */
4306 xs *published = xs_str_utctime(0, ISO_DATE_SPEC); 4453 if (strcmp(xs_dict_get(msg, "published"), right_now) < 0) {
4307 msg = xs_dict_set(msg, "published", published); 4454 snac_debug(&snac, 1, xs_fmt("setting draft ancient date to %s", right_now));
4455 msg = xs_dict_set(msg, "published", right_now);
4456 }
4308 4457
4309 /* overwrite object */ 4458 /* overwrite object */
4310 object_add_ow(edit_id, msg); 4459 object_add_ow(edit_id, msg);
4311 4460
4312 c_msg = msg_create(&snac, msg); 4461 if (future_post) {
4313 timeline_add(&snac, edit_id, msg); 4462 schedule_add(&snac, edit_id, msg);
4463 }
4464 else {
4465 c_msg = msg_create(&snac, msg);
4466 timeline_add(&snac, edit_id, msg);
4467 }
4468
4314 draft_del(&snac, edit_id); 4469 draft_del(&snac, edit_id);
4315 } 4470 }
4471 else
4472 if (is_scheduled(&snac, edit_id)) {
4473 /* editing an scheduled post; just update it */
4474 schedule_add(&snac, edit_id, msg);
4475 }
4316 else { 4476 else {
4477 /* ignore the (possibly changed) published date */
4478 msg = xs_dict_set(msg, "published", xs_dict_get(p_msg, "published"));
4479
4317 /* set the updated field */ 4480 /* set the updated field */
4318 xs *updated = xs_str_utctime(0, ISO_DATE_SPEC); 4481 xs *updated = xs_str_utctime(0, ISO_DATE_SPEC);
4319 msg = xs_dict_set(msg, "updated", updated); 4482 msg = xs_dict_set(msg, "updated", updated);
@@ -4398,6 +4561,9 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4398 if (is_draft(&snac, id)) 4561 if (is_draft(&snac, id))
4399 draft_del(&snac, id); 4562 draft_del(&snac, id);
4400 else 4563 else
4564 if (is_scheduled(&snac, id))
4565 schedule_del(&snac, id);
4566 else
4401 hide(&snac, id); 4567 hide(&snac, id);
4402 } 4568 }
4403 else 4569 else
@@ -4493,6 +4659,8 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4493 4659
4494 draft_del(&snac, id); 4660 draft_del(&snac, id);
4495 4661
4662 schedule_del(&snac, id);
4663
4496 snac_log(&snac, xs_fmt("deleted entry %s", id)); 4664 snac_log(&snac, xs_fmt("deleted entry %s", id));
4497 } 4665 }
4498 } 4666 }
@@ -4613,6 +4781,8 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4613 snac.config = xs_dict_set(snac.config, "show_contact_metrics", xs_stock(XSTYPE_FALSE)); 4781 snac.config = xs_dict_set(snac.config, "show_contact_metrics", xs_stock(XSTYPE_FALSE));
4614 if ((v = xs_dict_get(p_vars, "web_ui_lang")) != NULL) 4782 if ((v = xs_dict_get(p_vars, "web_ui_lang")) != NULL)
4615 snac.config = xs_dict_set(snac.config, "lang", v); 4783 snac.config = xs_dict_set(snac.config, "lang", v);
4784 if ((v = xs_dict_get(p_vars, "tz")) != NULL)
4785 snac.config = xs_dict_set(snac.config, "tz", v);
4616 4786
4617 snac.config = xs_dict_set(snac.config, "latitude", xs_dict_get_def(p_vars, "latitude", "")); 4787 snac.config = xs_dict_set(snac.config, "latitude", xs_dict_get_def(p_vars, "latitude", ""));
4618 snac.config = xs_dict_set(snac.config, "longitude", xs_dict_get_def(p_vars, "longitude", "")); 4788 snac.config = xs_dict_set(snac.config, "longitude", xs_dict_get_def(p_vars, "longitude", ""));
@@ -4636,7 +4806,7 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4636 if (xs_startswith(mimetype, "image/")) { 4806 if (xs_startswith(mimetype, "image/")) {
4637 const char *ext = strrchr(fn, '.'); 4807 const char *ext = strrchr(fn, '.');
4638 xs *hash = xs_md5_hex(fn, strlen(fn)); 4808 xs *hash = xs_md5_hex(fn, strlen(fn));
4639 xs *id = xs_fmt("%s%s", hash, ext); 4809 xs *id = xs_fmt("%s-%s%s", uploads[n], hash, ext ? ext : "");
4640 xs *url = xs_fmt("%s/s/%s", snac.actor, id); 4810 xs *url = xs_fmt("%s/s/%s", snac.actor, id);
4641 int fo = xs_number_get(xs_list_get(uploaded_file, 1)); 4811 int fo = xs_number_get(xs_list_get(uploaded_file, 1));
4642 int fs = xs_number_get(xs_list_get(uploaded_file, 2)); 4812 int fs = xs_number_get(xs_list_get(uploaded_file, 2));
@@ -4705,6 +4875,9 @@ int html_post_handler(const xs_dict *req, const char *q_path,
4705 /* set the option */ 4875 /* set the option */
4706 msg = xs_dict_append(msg, "name", v); 4876 msg = xs_dict_append(msg, "name", v);
4707 4877
4878 /* delete the content */
4879 msg = xs_dict_del(msg, "content");
4880
4708 xs *c_msg = msg_create(&snac, msg); 4881 xs *c_msg = msg_create(&snac, msg);
4709 4882
4710 enqueue_message(&snac, c_msg); 4883 enqueue_message(&snac, c_msg);
diff --git a/mastoapi.c b/mastoapi.c
index 8d61681..d93afc5 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -2256,6 +2256,25 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path,
2256 status = HTTP_STATUS_OK; 2256 status = HTTP_STATUS_OK;
2257 } 2257 }
2258 else 2258 else
2259 if (strcmp(cmd, "/v1/instance/peers") == 0) { /** **/
2260 /* get the collected inbox list as the instances "this domain is aware of" */
2261 xs *list = inbox_list();
2262 xs *peers = xs_list_new();
2263 const char *inbox;
2264
2265 xs_list_foreach(list, inbox) {
2266 xs *l = xs_split(inbox, "/");
2267 const char *domain = xs_list_get(l, 2);
2268
2269 if (xs_is_string(domain))
2270 peers = xs_list_append(peers, domain);
2271 }
2272
2273 *body = xs_json_dumps(peers, 4);
2274 *ctype = "application/json";
2275 status = HTTP_STATUS_OK;
2276 }
2277 else
2259 if (xs_startswith(cmd, "/v1/statuses/")) { /** **/ 2278 if (xs_startswith(cmd, "/v1/statuses/")) { /** **/
2260 /* information about a status */ 2279 /* information about a status */
2261 if (logged_in) { 2280 if (logged_in) {
@@ -2707,14 +2726,24 @@ int mastoapi_post_handler(const xs_dict *req, const char *q_path,
2707 msg = xs_dict_set(msg, "summary", summary); 2726 msg = xs_dict_set(msg, "summary", summary);
2708 } 2727 }
2709 2728
2710 /* store */ 2729 /* scheduled? */
2711 timeline_add(&snac, xs_dict_get(msg, "id"), msg); 2730 const char *scheduled_at = xs_dict_get(args, "scheduled_at");
2712 2731
2713 /* 'Create' message */ 2732 if (xs_is_string(scheduled_at) && *scheduled_at) {
2714 xs *c_msg = msg_create(&snac, msg); 2733 msg = xs_dict_set(msg, "published", scheduled_at);
2715 enqueue_message(&snac, c_msg);
2716 2734
2717 timeline_touch(&snac); 2735 schedule_add(&snac, xs_dict_get(msg, "id"), msg);
2736 }
2737 else {
2738 /* store */
2739 timeline_add(&snac, xs_dict_get(msg, "id"), msg);
2740
2741 /* 'Create' message */
2742 xs *c_msg = msg_create(&snac, msg);
2743 enqueue_message(&snac, c_msg);
2744
2745 timeline_touch(&snac);
2746 }
2718 2747
2719 /* convert to a mastodon status as a response code */ 2748 /* convert to a mastodon status as a response code */
2720 xs *st = mastoapi_status(&snac, msg); 2749 xs *st = mastoapi_status(&snac, msg);
diff --git a/po/cs.po b/po/cs.po
index bddc372..759342b 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,673 +8,673 @@ msgstr ""
8"Language: cs\n" 8"Language: cs\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Citlivý obsah: " 13msgstr "Citlivý obsah: "
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Varování k citlivému obsahu" 17msgstr "Varování k citlivému obsahu"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Pouze pro zmíněné osoby:" 21msgstr "Pouze pro zmíněné osoby:"
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Odpovědět na (URL):" 25msgstr "Odpovědět na (URL):"
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "Nesdílet, pouze uložit do rozepsaných" 29msgstr "Nesdílet, pouze uložit do rozepsaných"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Rozepsané:" 33msgstr "Rozepsané:"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Přílohy..." 37msgstr "Přílohy..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "Soubor:" 41msgstr "Soubor:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Pro smazání přilohy vymažte toto pole" 45msgstr "Pro smazání přilohy vymažte toto pole"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Popisek přílohy" 49msgstr "Popisek přílohy"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Anketa..." 53msgstr "Anketa..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Možnosti ankety (jedna na řádek, max 8):" 57msgstr "Možnosti ankety (jedna na řádek, max 8):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Vyber jednu" 61msgstr "Vyber jednu"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Vyber více možností" 65msgstr "Vyber více možností"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Konec za 5 minut" 69msgstr "Konec za 5 minut"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Konec za 1 hodinu" 73msgstr "Konec za 1 hodinu"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Konec za 1 den" 77msgstr "Konec za 1 den"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Poslat" 81msgstr "Poslat"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Popisek stránky" 85msgstr "Popisek stránky"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "Email administrátora" 89msgstr "Email administrátora"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "Účet adminitrátora" 93msgstr "Účet adminitrátora"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "%d sledovaných, %d sledujících" 98msgstr "%d sledovaných, %d sledujících"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "soukromé" 106msgstr "soukromé"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "veřejné" 110msgstr "veřejné"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "upozornění" 114msgstr "upozornění"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "lidé" 118msgstr "lidé"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "instance" 122msgstr "instance"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
128msgstr "" 128msgstr ""
129"Vyhledejte příspěvek podle URL (regex), @uživatel@instance účtu, nebo #tagu" 129"Vyhledejte příspěvek podle URL (regex), @uživatel@instance účtu, nebo #tagu"
130 130
131#: html.c:898 131#: html.c:946
132msgid "Content search" 132msgid "Content search"
133msgstr "Hledání obsahu" 133msgstr "Hledání obsahu"
134 134
135#: html.c:1020 135#: html.c:1068
136msgid "verified link" 136msgid "verified link"
137msgstr "ověřený odkaz" 137msgstr "ověřený odkaz"
138 138
139#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 139#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
140msgid "Location: " 140msgid "Location: "
141msgstr "Místo: " 141msgstr "Místo: "
142 142
143#: html.c:1113 143#: html.c:1161
144msgid "New Post..." 144msgid "New Post..."
145msgstr "Nový příspěvek..." 145msgstr "Nový příspěvek..."
146 146
147#: html.c:1115 147#: html.c:1163
148msgid "What's on your mind?" 148msgid "What's on your mind?"
149msgstr "Co se vám honí hlavou?" 149msgstr "Co se vám honí hlavou?"
150 150
151#: html.c:1124 151#: html.c:1172
152msgid "Operations..." 152msgid "Operations..."
153msgstr "Operace..." 153msgstr "Operace..."
154 154
155#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 155#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
156msgid "Follow" 156msgid "Follow"
157msgstr "Sledovat" 157msgstr "Sledovat"
158 158
159#: html.c:1141 159#: html.c:1189
160msgid "(by URL or user@host)" 160msgid "(by URL or user@host)"
161msgstr "(podle URL nebo @uživatel@instance)" 161msgstr "(podle URL nebo @uživatel@instance)"
162 162
163#: html.c:1156 html.c:1690 html.c:4364 163#: html.c:1204 html.c:1764 html.c:4527
164msgid "Boost" 164msgid "Boost"
165msgstr "Boostit" 165msgstr "Boostit"
166 166
167#: html.c:1158 html.c:1175 167#: html.c:1206 html.c:1223
168msgid "(by URL)" 168msgid "(by URL)"
169msgstr "(podle URL)" 169msgstr "(podle URL)"
170 170
171#: html.c:1173 html.c:1669 html.c:4355 171#: html.c:1221 html.c:1743 html.c:4518
172msgid "Like" 172msgid "Like"
173msgstr "Líbí" 173msgstr "Líbí"
174 174
175#: html.c:1278 175#: html.c:1347
176msgid "User Settings..." 176msgid "User Settings..."
177msgstr "Nastavení..." 177msgstr "Nastavení..."
178 178
179#: html.c:1287 179#: html.c:1356
180msgid "Display name:" 180msgid "Display name:"
181msgstr "Jméno:" 181msgstr "Jméno:"
182 182
183#: html.c:1293 183#: html.c:1362
184msgid "Your name" 184msgid "Your name"
185msgstr "Vaše jméno" 185msgstr "Vaše jméno"
186 186
187#: html.c:1295 187#: html.c:1364
188msgid "Avatar: " 188msgid "Avatar: "
189msgstr "Avatar: " 189msgstr "Avatar: "
190 190
191#: html.c:1303 191#: html.c:1372
192msgid "Delete current avatar" 192msgid "Delete current avatar"
193msgstr "Smazat současný avatar" 193msgstr "Smazat současný avatar"
194 194
195#: html.c:1305 195#: html.c:1374
196msgid "Header image (banner): " 196msgid "Header image (banner): "
197msgstr "Obrázek v záhlaví profilu: " 197msgstr "Obrázek v záhlaví profilu: "
198 198
199#: html.c:1313 199#: html.c:1382
200msgid "Delete current header image" 200msgid "Delete current header image"
201msgstr "Smazat současný obrázek v záhlaví" 201msgstr "Smazat současný obrázek v záhlaví"
202 202
203#: html.c:1315 203#: html.c:1384
204msgid "Bio:" 204msgid "Bio:"
205msgstr "Bio:" 205msgstr "Bio:"
206 206
207#: html.c:1321 207#: html.c:1390
208msgid "Write about yourself here..." 208msgid "Write about yourself here..."
209msgstr "Napište sem něco o sobě..." 209msgstr "Napište sem něco o sobě..."
210 210
211#: html.c:1330 211#: html.c:1399
212msgid "Always show sensitive content" 212msgid "Always show sensitive content"
213msgstr "Vždy zobrazit příspěvky s varováním o citlivém obsahu" 213msgstr "Vždy zobrazit příspěvky s varováním o citlivém obsahu"
214 214
215#: html.c:1332 215#: html.c:1401
216msgid "Email address for notifications:" 216msgid "Email address for notifications:"
217msgstr "Emailová adresa pro upozornění" 217msgstr "Emailová adresa pro upozornění"
218 218
219#: html.c:1340 219#: html.c:1409
220msgid "Telegram notifications (bot key and chat id):" 220msgid "Telegram notifications (bot key and chat id):"
221msgstr "Upozornění na Telegram (bot klíč a chat id):" 221msgstr "Upozornění na Telegram (bot klíč a chat id):"
222 222
223#: html.c:1354 223#: html.c:1423
224msgid "ntfy notifications (ntfy server and token):" 224msgid "ntfy notifications (ntfy server and token):"
225msgstr "ntfy notifikace (ntfy server a token):" 225msgstr "ntfy notifikace (ntfy server a token):"
226 226
227#: html.c:1368 227#: html.c:1437
228msgid "Maximum days to keep posts (0: server settings):" 228msgid "Maximum days to keep posts (0: server settings):"
229msgstr "Životnost příspěvků ve dnech (0: nastavení serveru):" 229msgstr "Životnost příspěvků ve dnech (0: nastavení serveru):"
230 230
231#: html.c:1382 231#: html.c:1451
232msgid "Drop direct messages from people you don't follow" 232msgid "Drop direct messages from people you don't follow"
233msgstr "Zahodit soukromé zprávy od lidí, které nesledujete" 233msgstr "Zahodit soukromé zprávy od lidí, které nesledujete"
234 234
235#: html.c:1391 235#: html.c:1460
236msgid "This account is a bot" 236msgid "This account is a bot"
237msgstr "Tenhle účet je robot" 237msgstr "Tenhle účet je robot"
238 238
239#: html.c:1400 239#: html.c:1469
240msgid "Auto-boost all mentions to this account" 240msgid "Auto-boost all mentions to this account"
241msgstr "Automaticky boostovat všechny zmíňky o tomto účtu" 241msgstr "Automaticky boostovat všechny zmíňky o tomto účtu"
242 242
243#: html.c:1409 243#: html.c:1478
244msgid "This account is private (posts are not shown through the web)" 244msgid "This account is private (posts are not shown through the web)"
245msgstr "" 245msgstr ""
246"Tento účet je soukromý (příspěvky nejsou zobrazitelné napříč internetem)" 246"Tento účet je soukromý (příspěvky nejsou zobrazitelné napříč internetem)"
247 247
248#: html.c:1419 248#: html.c:1488
249msgid "Collapse top threads by default" 249msgid "Collapse top threads by default"
250msgstr "Zobrazovat vlákna složená" 250msgstr "Zobrazovat vlákna složená"
251 251
252#: html.c:1428 252#: html.c:1497
253msgid "Follow requests must be approved" 253msgid "Follow requests must be approved"
254msgstr "Žádosti o sledování je nutno manuálně potvrdit" 254msgstr "Žádosti o sledování je nutno manuálně potvrdit"
255 255
256#: html.c:1437 256#: html.c:1506
257msgid "Publish follower and following metrics" 257msgid "Publish follower and following metrics"
258msgstr "Zobraz údaje o počtu sledovaných a sledujících" 258msgstr "Zobraz údaje o počtu sledovaných a sledujících"
259 259
260#: html.c:1439 260#: html.c:1508
261msgid "Current location:" 261msgid "Current location:"
262msgstr "Geolokace:" 262msgstr "Geolokace:"
263 263
264#: html.c:1453 264#: html.c:1522
265msgid "Profile metadata (key=value pairs in each line):" 265msgid "Profile metadata (key=value pairs in each line):"
266msgstr "Metadata profilu (klíč=hodnota na jeden řádek):" 266msgstr "Metadata profilu (klíč=hodnota na jeden řádek):"
267 267
268#: html.c:1464 268#: html.c:1533
269msgid "Web interface language:" 269msgid "Web interface language:"
270msgstr "Jazyk rozhraní:" 270msgstr "Jazyk rozhraní:"
271 271
272#: html.c:1469 272#: html.c:1543
273msgid "New password:" 273msgid "New password:"
274msgstr "Nové heslo:" 274msgstr "Nové heslo:"
275 275
276#: html.c:1476 276#: html.c:1550
277msgid "Repeat new password:" 277msgid "Repeat new password:"
278msgstr "Zopakujte nové heslo:" 278msgstr "Zopakujte nové heslo:"
279 279
280#: html.c:1486 280#: html.c:1560
281msgid "Update user info" 281msgid "Update user info"
282msgstr "Uložit" 282msgstr "Uložit"
283 283
284#: html.c:1497 284#: html.c:1571
285msgid "Followed hashtags..." 285msgid "Followed hashtags..."
286msgstr "Sledované hashtagy..." 286msgstr "Sledované hashtagy..."
287 287
288#: html.c:1499 html.c:1531 288#: html.c:1573 html.c:1605
289msgid "One hashtag per line" 289msgid "One hashtag per line"
290msgstr "Jeden hashtag na řádek" 290msgstr "Jeden hashtag na řádek"
291 291
292#: html.c:1520 html.c:1552 292#: html.c:1594 html.c:1626
293msgid "Update hashtags" 293msgid "Update hashtags"
294msgstr "Aktualizovat hashtagy" 294msgstr "Aktualizovat hashtagy"
295 295
296#: html.c:1669 296#: html.c:1743
297msgid "Say you like this post" 297msgid "Say you like this post"
298msgstr "Dejte najevo, že se vám příspěvek líbí" 298msgstr "Dejte najevo, že se vám příspěvek líbí"
299 299
300#: html.c:1674 html.c:4373 300#: html.c:1748 html.c:4536
301msgid "Unlike" 301msgid "Unlike"
302msgstr "Nelíbí" 302msgstr "Nelíbí"
303 303
304#: html.c:1674 304#: html.c:1748
305msgid "Nah don't like it that much" 305msgid "Nah don't like it that much"
306msgstr "Vlastně se mi to zas tak nelíbí" 306msgstr "Vlastně se mi to zas tak nelíbí"
307 307
308#: html.c:1680 html.c:4505 308#: html.c:1754 html.c:4673
309msgid "Unpin" 309msgid "Unpin"
310msgstr "Odepnout" 310msgstr "Odepnout"
311 311
312#: html.c:1680 312#: html.c:1754
313msgid "Unpin this post from your timeline" 313msgid "Unpin this post from your timeline"
314msgstr "Odepnout tento příspěvek z vaší osy" 314msgstr "Odepnout tento příspěvek z vaší osy"
315 315
316#: html.c:1683 html.c:4500 316#: html.c:1757 html.c:4668
317msgid "Pin" 317msgid "Pin"
318msgstr "Připnout" 318msgstr "Připnout"
319 319
320#: html.c:1683 320#: html.c:1757
321msgid "Pin this post to the top of your timeline" 321msgid "Pin this post to the top of your timeline"
322msgstr "Připnout tento příspěvěk na začátek vaší osy" 322msgstr "Připnout tento příspěvěk na začátek vaší osy"
323 323
324#: html.c:1690 324#: html.c:1764
325msgid "Announce this post to your followers" 325msgid "Announce this post to your followers"
326msgstr "Ukázat tenhle příspěvek vašim sledujícím" 326msgstr "Ukázat tenhle příspěvek vašim sledujícím"
327 327
328#: html.c:1695 html.c:4381 328#: html.c:1769 html.c:4544
329msgid "Unboost" 329msgid "Unboost"
330msgstr "Odboostit" 330msgstr "Odboostit"
331 331
332#: html.c:1695 332#: html.c:1769
333msgid "I regret I boosted this" 333msgid "I regret I boosted this"
334msgstr "Boostit to byl blbej nápad" 334msgstr "Boostit to byl blbej nápad"
335 335
336#: html.c:1701 html.c:4515 336#: html.c:1775 html.c:4683
337msgid "Unbookmark" 337msgid "Unbookmark"
338msgstr "Zahodit" 338msgstr "Zahodit"
339 339
340#: html.c:1701 340#: html.c:1775
341msgid "Delete this post from your bookmarks" 341msgid "Delete this post from your bookmarks"
342msgstr "Odstraň tenhle příspěvěk ze svých záložek" 342msgstr "Odstraň tenhle příspěvěk ze svých záložek"
343 343
344#: html.c:1704 html.c:4510 344#: html.c:1778 html.c:4678
345msgid "Bookmark" 345msgid "Bookmark"
346msgstr "Uložit" 346msgstr "Uložit"
347 347
348#: html.c:1704 348#: html.c:1778
349msgid "Add this post to your bookmarks" 349msgid "Add this post to your bookmarks"
350msgstr "Uložit tenhle příspěvek mezi záložky" 350msgstr "Uložit tenhle příspěvek mezi záložky"
351 351
352#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 352#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
353msgid "Unfollow" 353msgid "Unfollow"
354msgstr "Přestat sledovat" 354msgstr "Přestat sledovat"
355 355
356#: html.c:1710 html.c:3082 356#: html.c:1784 html.c:3180
357msgid "Stop following this user's activity" 357msgid "Stop following this user's activity"
358msgstr "Přestat sledovat tohoto uživatele" 358msgstr "Přestat sledovat tohoto uživatele"
359 359
360#: html.c:1714 html.c:3096 360#: html.c:1788 html.c:3194
361msgid "Start following this user's activity" 361msgid "Start following this user's activity"
362msgstr "Začít sledovat tohoto uživatele" 362msgstr "Začít sledovat tohoto uživatele"
363 363
364#: html.c:1720 html.c:4455 364#: html.c:1794 html.c:4621
365msgid "Unfollow Group" 365msgid "Unfollow Group"
366msgstr "Přestat Sledovat Skupinu" 366msgstr "Přestat Sledovat Skupinu"
367 367
368#: html.c:1721 368#: html.c:1795
369msgid "Stop following this group or channel" 369msgid "Stop following this group or channel"
370msgstr "Přestat sledovat tuto skupinu nebo kanál" 370msgstr "Přestat sledovat tuto skupinu nebo kanál"
371 371
372#: html.c:1725 html.c:4442 372#: html.c:1799 html.c:4608
373msgid "Follow Group" 373msgid "Follow Group"
374msgstr "Sledovat Skupinu" 374msgstr "Sledovat Skupinu"
375 375
376#: html.c:1726 376#: html.c:1800
377msgid "Start following this group or channel" 377msgid "Start following this group or channel"
378msgstr "Začít sledovat tuto skupinu nebo kanál" 378msgstr "Začít sledovat tuto skupinu nebo kanál"
379 379
380#: html.c:1731 html.c:3118 html.c:4389 380#: html.c:1805 html.c:3216 html.c:4552
381msgid "MUTE" 381msgid "MUTE"
382msgstr "ZTIŠIT" 382msgstr "ZTIŠIT"
383 383
384#: html.c:1732 384#: html.c:1806
385msgid "Block any activity from this user forever" 385msgid "Block any activity from this user forever"
386msgstr "Jednou provždy zablokovat všechno od tohoto uživatele" 386msgstr "Jednou provždy zablokovat všechno od tohoto uživatele"
387 387
388#: html.c:1737 html.c:3100 html.c:4472 388#: html.c:1811 html.c:3198 html.c:4638
389msgid "Delete" 389msgid "Delete"
390msgstr "Smazat" 390msgstr "Smazat"
391 391
392#: html.c:1737 392#: html.c:1811
393msgid "Delete this post" 393msgid "Delete this post"
394msgstr "Smazat tento příspěvek" 394msgstr "Smazat tento příspěvek"
395 395
396#: html.c:1740 html.c:4397 396#: html.c:1814 html.c:4560
397msgid "Hide" 397msgid "Hide"
398msgstr "Schovat" 398msgstr "Schovat"
399 399
400#: html.c:1740 400#: html.c:1814
401msgid "Hide this post and its children" 401msgid "Hide this post and its children"
402msgstr "Schovat tento příspěvek a příspěvky pod ním" 402msgstr "Schovat tento příspěvek a příspěvky pod ním"
403 403
404#: html.c:1771 404#: html.c:1845
405msgid "Edit..." 405msgid "Edit..."
406msgstr "Editovat..." 406msgstr "Editovat..."
407 407
408#: html.c:1790 408#: html.c:1865
409msgid "Reply..." 409msgid "Reply..."
410msgstr "Odpovědět..." 410msgstr "Odpovědět..."
411 411
412#: html.c:1841 412#: html.c:1916
413msgid "Truncated (too deep)" 413msgid "Truncated (too deep)"
414msgstr "Ořezáno (moc hluboké)" 414msgstr "Ořezáno (moc hluboké)"
415 415
416#: html.c:1850 416#: html.c:1925
417msgid "follows you" 417msgid "follows you"
418msgstr "sleduje vás" 418msgstr "sleduje vás"
419 419
420#: html.c:1913 420#: html.c:1988
421msgid "Pinned" 421msgid "Pinned"
422msgstr "Připnuto" 422msgstr "Připnuto"
423 423
424#: html.c:1921 424#: html.c:1996
425msgid "Bookmarked" 425msgid "Bookmarked"
426msgstr "Zazáložkováno" 426msgstr "Zazáložkováno"
427 427
428#: html.c:1929 428#: html.c:2004
429msgid "Poll" 429msgid "Poll"
430msgstr "Anketa" 430msgstr "Anketa"
431 431
432#: html.c:1936 432#: html.c:2011
433msgid "Voted" 433msgid "Voted"
434msgstr "Odhlasováno" 434msgstr "Odhlasováno"
435 435
436#: html.c:1945 436#: html.c:2020
437msgid "Event" 437msgid "Event"
438msgstr "Událost" 438msgstr "Událost"
439 439
440#: html.c:1977 html.c:2006 440#: html.c:2052 html.c:2081
441msgid "boosted" 441msgid "boosted"
442msgstr "boostuje" 442msgstr "boostuje"
443 443
444#: html.c:2022 444#: html.c:2097
445msgid "in reply to" 445msgid "in reply to"
446msgstr "odpověď pro" 446msgstr "odpověď pro"
447 447
448#: html.c:2073 448#: html.c:2148
449msgid " [SENSITIVE CONTENT]" 449msgid " [SENSITIVE CONTENT]"
450msgstr "[CITLIVÝ OBSAH]" 450msgstr "[CITLIVÝ OBSAH]"
451 451
452#: html.c:2250 452#: html.c:2325
453msgid "Vote" 453msgid "Vote"
454msgstr "Hlasuj" 454msgstr "Hlasuj"
455 455
456#: html.c:2260 456#: html.c:2335
457msgid "Closed" 457msgid "Closed"
458msgstr "Uzavřeno" 458msgstr "Uzavřeno"
459 459
460#: html.c:2285 460#: html.c:2360
461msgid "Closes in" 461msgid "Closes in"
462msgstr "Končí za" 462msgstr "Končí za"
463 463
464#: html.c:2366 464#: html.c:2441
465msgid "Video" 465msgid "Video"
466msgstr "Video" 466msgstr "Video"
467 467
468#: html.c:2381 468#: html.c:2456
469msgid "Audio" 469msgid "Audio"
470msgstr "Audio" 470msgstr "Audio"
471 471
472#: html.c:2403 472#: html.c:2484
473msgid "Attachment" 473msgid "Attachment"
474msgstr "Příloha" 474msgstr "Příloha"
475 475
476#: html.c:2417 476#: html.c:2498
477msgid "Alt..." 477msgid "Alt..."
478msgstr "Popisek..." 478msgstr "Popisek..."
479 479
480#: html.c:2430 480#: html.c:2511
481msgid "Source channel or community" 481msgid "Source channel or community"
482msgstr "" 482msgstr ""
483 483
484#: html.c:2524 484#: html.c:2605
485msgid "Time: " 485msgid "Time: "
486msgstr "Čas:" 486msgstr "Čas:"
487 487
488#: html.c:2605 488#: html.c:2686
489msgid "Older..." 489msgid "Older..."
490msgstr "Starší..." 490msgstr "Starší..."
491 491
492#: html.c:2702 492#: html.c:2788
493msgid "about this site" 493msgid "about this site"
494msgstr "o této stránce" 494msgstr "o této stránce"
495 495
496#: html.c:2704 496#: html.c:2790
497msgid "powered by " 497msgid "powered by "
498msgstr "pohání " 498msgstr "pohání "
499 499
500#: html.c:2769 500#: html.c:2855
501msgid "Dismiss" 501msgid "Dismiss"
502msgstr "Zahodit" 502msgstr "Zahodit"
503 503
504#: html.c:2786 504#: html.c:2872
505#, c-format 505#, c-format
506msgid "Timeline for list '%s'" 506msgid "Timeline for list '%s'"
507msgstr "Časová osa pro seznam '%s'" 507msgstr "Časová osa pro seznam '%s'"
508 508
509#: html.c:2805 html.c:3846 509#: html.c:2891 html.c:3944
510msgid "Pinned posts" 510msgid "Pinned posts"
511msgstr "Připnuté příspěvky" 511msgstr "Připnuté příspěvky"
512 512
513#: html.c:2817 html.c:3861 513#: html.c:2903 html.c:3959
514msgid "Bookmarked posts" 514msgid "Bookmarked posts"
515msgstr "Záložky" 515msgstr "Záložky"
516 516
517#: html.c:2829 html.c:3876 517#: html.c:2915 html.c:3974
518msgid "Post drafts" 518msgid "Post drafts"
519msgstr "Rozepsané příspěky" 519msgstr "Rozepsané příspěky"
520 520
521#: html.c:2888 521#: html.c:2986
522msgid "No more unseen posts" 522msgid "No more unseen posts"
523msgstr "Nic víc nového" 523msgstr "Nic víc nového"
524 524
525#: html.c:2892 html.c:2992 525#: html.c:2990 html.c:3090
526msgid "Back to top" 526msgid "Back to top"
527msgstr "Zpátky nahoru" 527msgstr "Zpátky nahoru"
528 528
529#: html.c:2945 529#: html.c:3043
530msgid "History" 530msgid "History"
531msgstr "Historie" 531msgstr "Historie"
532 532
533#: html.c:2997 html.c:3417 533#: html.c:3095 html.c:3515
534msgid "More..." 534msgid "More..."
535msgstr "Více..." 535msgstr "Více..."
536 536
537#: html.c:3086 html.c:4408 537#: html.c:3184 html.c:4574
538msgid "Unlimit" 538msgid "Unlimit"
539msgstr "Povolit boosty" 539msgstr "Povolit boosty"
540 540
541#: html.c:3087 541#: html.c:3185
542msgid "Allow announces (boosts) from this user" 542msgid "Allow announces (boosts) from this user"
543msgstr "Zobrazovat boosty od tohoto uživatele" 543msgstr "Zobrazovat boosty od tohoto uživatele"
544 544
545#: html.c:3090 html.c:4404 545#: html.c:3188 html.c:4570
546msgid "Limit" 546msgid "Limit"
547msgstr "Skrýt boosty" 547msgstr "Skrýt boosty"
548 548
549#: html.c:3091 549#: html.c:3189
550msgid "Block announces (boosts) from this user" 550msgid "Block announces (boosts) from this user"
551msgstr "Ztišit boosty od tohoto uživatele" 551msgstr "Ztišit boosty od tohoto uživatele"
552 552
553#: html.c:3100 553#: html.c:3198
554msgid "Delete this user" 554msgid "Delete this user"
555msgstr "Smazat tohoto užiatele" 555msgstr "Smazat tohoto užiatele"
556 556
557#: html.c:3105 html.c:4520 557#: html.c:3203 html.c:4688
558msgid "Approve" 558msgid "Approve"
559msgstr "Schválit" 559msgstr "Schválit"
560 560
561#: html.c:3106 561#: html.c:3204
562msgid "Approve this follow request" 562msgid "Approve this follow request"
563msgstr "Schválit žádost o sledování" 563msgstr "Schválit žádost o sledování"
564 564
565#: html.c:3109 html.c:4544 565#: html.c:3207 html.c:4712
566msgid "Discard" 566msgid "Discard"
567msgstr "Zahodit" 567msgstr "Zahodit"
568 568
569#: html.c:3109 569#: html.c:3207
570msgid "Discard this follow request" 570msgid "Discard this follow request"
571msgstr "Zahodit žádost o sledování" 571msgstr "Zahodit žádost o sledování"
572 572
573#: html.c:3114 html.c:4393 573#: html.c:3212 html.c:4556
574msgid "Unmute" 574msgid "Unmute"
575msgstr "Zrušit ztišení" 575msgstr "Zrušit ztišení"
576 576
577#: html.c:3115 577#: html.c:3213
578msgid "Stop blocking activities from this user" 578msgid "Stop blocking activities from this user"
579msgstr "Přestat blokovat tohoto uživatele" 579msgstr "Přestat blokovat tohoto uživatele"
580 580
581#: html.c:3119 581#: html.c:3217
582msgid "Block any activity from this user" 582msgid "Block any activity from this user"
583msgstr "Zablokovat všechno od tohoto uživatele" 583msgstr "Zablokovat všechno od tohoto uživatele"
584 584
585#: html.c:3127 585#: html.c:3225
586msgid "Direct Message..." 586msgid "Direct Message..."
587msgstr "Soukomá zpráva..." 587msgstr "Soukomá zpráva..."
588 588
589#: html.c:3162 589#: html.c:3260
590msgid "Pending follow confirmations" 590msgid "Pending follow confirmations"
591msgstr "Dosud nepotvrzené žádosti o sledován" 591msgstr "Dosud nepotvrzené žádosti o sledování"
592 592
593#: html.c:3166 593#: html.c:3264
594msgid "People you follow" 594msgid "People you follow"
595msgstr "Lidé, které sledujete" 595msgstr "Lidé, které sledujete"
596 596
597#: html.c:3167 597#: html.c:3265
598msgid "People that follow you" 598msgid "People that follow you"
599msgstr "Lidé, kteří vás sledují" 599msgstr "Lidé, kteří vás sledují"
600 600
601#: html.c:3206 601#: html.c:3304
602msgid "Clear all" 602msgid "Clear all"
603msgstr "Smazat vše" 603msgstr "Smazat vše"
604 604
605#: html.c:3263 605#: html.c:3361
606msgid "Mention" 606msgid "Mention"
607msgstr "Zmínil vás" 607msgstr "Zmínil vás"
608 608
609#: html.c:3266 609#: html.c:3364
610msgid "Finished poll" 610msgid "Finished poll"
611msgstr "Ukončená anketa" 611msgstr "Ukončená anketa"
612 612
613#: html.c:3281 613#: html.c:3379
614msgid "Follow Request" 614msgid "Follow Request"
615msgstr "Žádost o sledování" 615msgstr "Žádost o sledování"
616 616
617#: html.c:3364 617#: html.c:3462
618msgid "Context" 618msgid "Context"
619msgstr "Kontext" 619msgstr "Kontext"
620 620
621#: html.c:3375 621#: html.c:3473
622msgid "New" 622msgid "New"
623msgstr "Nové" 623msgstr "Nové"
624 624
625#: html.c:3390 625#: html.c:3488
626msgid "Already seen" 626msgid "Already seen"
627msgstr "Zobrazeno dříve" 627msgstr "Zobrazeno dříve"
628 628
629#: html.c:3405 629#: html.c:3503
630msgid "None" 630msgid "None"
631msgstr "Nic" 631msgstr "Nic"
632 632
633#: html.c:3671 633#: html.c:3769
634#, c-format 634#, c-format
635msgid "Search results for account %s" 635msgid "Search results for account %s"
636msgstr "Výsledky vyhledávání účtu %s" 636msgstr "Výsledky vyhledávání účtu %s"
637 637
638#: html.c:3678 638#: html.c:3776
639#, c-format 639#, c-format
640msgid "Account %s not found" 640msgid "Account %s not found"
641msgstr "Účet %s nenalezen" 641msgstr "Účet %s nenalezen"
642 642
643#: html.c:3709 643#: html.c:3807
644#, c-format 644#, c-format
645msgid "Search results for tag %s" 645msgid "Search results for tag %s"
646msgstr "Výsledky k tagu %s" 646msgstr "Výsledky k tagu %s"
647 647
648#: html.c:3709 648#: html.c:3807
649#, c-format 649#, c-format
650msgid "Nothing found for tag %s" 650msgid "Nothing found for tag %s"
651msgstr "Nic k tagu %s" 651msgstr "Nic k tagu %s"
652 652
653#: html.c:3725 653#: html.c:3823
654#, c-format 654#, c-format
655msgid "Search results for '%s' (may be more)" 655msgid "Search results for '%s' (may be more)"
656msgstr "Výsledky vyhledávání pro '%s' (může toho být víc)" 656msgstr "Výsledky vyhledávání pro '%s' (může toho být víc)"
657 657
658#: html.c:3728 658#: html.c:3826
659#, c-format 659#, c-format
660msgid "Search results for '%s'" 660msgid "Search results for '%s'"
661msgstr "Výsledky vyhledávání pro '%s'" 661msgstr "Výsledky vyhledávání pro '%s'"
662 662
663#: html.c:3731 663#: html.c:3829
664#, c-format 664#, c-format
665msgid "No more matches for '%s'" 665msgid "No more matches for '%s'"
666msgstr "Nic víc pro '%s'" 666msgstr "Nic víc pro '%s'"
667 667
668#: html.c:3733 668#: html.c:3831
669#, c-format 669#, c-format
670msgid "Nothing found for '%s'" 670msgid "Nothing found for '%s'"
671msgstr "Žádný výsledek pro '%s'" 671msgstr "Žádný výsledek pro '%s'"
672 672
673#: html.c:3831 673#: html.c:3929
674msgid "Showing instance timeline" 674msgid "Showing instance timeline"
675msgstr "Časová osa místní instance" 675msgstr "Časová osa místní instance"
676 676
677#: html.c:3899 677#: html.c:4012
678#, c-format 678#, c-format
679msgid "Showing timeline for list '%s'" 679msgid "Showing timeline for list '%s'"
680msgstr "Časová osa pro seznam '%s'" 680msgstr "Časová osa pro seznam '%s'"
@@ -688,46 +688,74 @@ msgstr "Výsledky vyhledávání tagu #%s"
688msgid "Recent posts by users in this instance" 688msgid "Recent posts by users in this instance"
689msgstr "Nedávné příspěvky od uživatelů této instance" 689msgstr "Nedávné příspěvky od uživatelů této instance"
690 690
691#: html.c:1529 691#: html.c:1603
692msgid "Blocked hashtags..." 692msgid "Blocked hashtags..."
693msgstr "Blokované hashtagy..." 693msgstr "Blokované hashtagy..."
694 694
695#: html.c:420 695#: html.c:432
696msgid "Optional URL to reply to" 696msgid "Optional URL to reply to"
697msgstr "" 697msgstr "URL adresa příspěvku, na který odpovědět"
698 698
699#: html.c:527 699#: html.c:575
700msgid "" 700msgid ""
701"Option 1...\n" 701"Option 1...\n"
702"Option 2...\n" 702"Option 2...\n"
703"Option 3...\n" 703"Option 3...\n"
704"..." 704"..."
705msgstr "" 705msgstr ""
706"Možnost 1...\n"
707"Možnost 2...\n"
708"Možnost 3...\n"
709"..."
706 710
707#: html.c:1346 711#: html.c:1415
708msgid "Bot API key" 712msgid "Bot API key"
709msgstr "" 713msgstr "API klíč Bota"
710 714
711#: html.c:1352 715#: html.c:1421
712msgid "Chat id" 716msgid "Chat id"
713msgstr "" 717msgstr "Chat id"
714 718
715#: html.c:1360 719#: html.c:1429
716msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 720msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
717msgstr "" 721msgstr "ntfy server - celá URL adresa (např: https://ntfy.sh/VaseTema)"
718 722
719#: html.c:1366 723#: html.c:1435
720msgid "ntfy token - if needed" 724msgid "ntfy token - if needed"
721msgstr "" 725msgstr "ntfy token - pokud je zapotřebí"
722 726
723#: html.c:2806 727#: html.c:2892
724msgid "pinned" 728msgid "pinned"
725msgstr "" 729msgstr "připnuté"
726 730
727#: html.c:2818 731#: html.c:2904
728msgid "bookmarks" 732msgid "bookmarks"
729msgstr "" 733msgstr "záložky"
730 734
731#: html.c:2830 735#: html.c:2916
732msgid "drafts" 736msgid "drafts"
737msgstr "rozepsané"
738
739#: html.c:464
740msgid "Scheduled post..."
741msgstr ""
742
743msgid "Post date and time:"
744msgstr ""
745
746#: html.c:2927 html.c:3989
747msgid "Scheduled posts"
748msgstr ""
749
750#: html.c:2928
751msgid "scheduled posts"
752msgstr ""
753
754#: html.c:458
755#, c-format
756msgid "Post date and time (timezone: %s):"
757msgstr ""
758
759#: html.c:1538
760msgid "Time zone:"
733msgstr "" 761msgstr ""
diff --git a/po/de_DE.po b/po/de_DE.po
index cc31f54..4d7cbdd 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,120 +7,120 @@ msgstr ""
7"Language: de_DE\n" 7"Language: de_DE\n"
8"Content-Type: text/plain; charset=UTF-8\n" 8"Content-Type: text/plain; charset=UTF-8\n"
9 9
10#: html.c:372 10#: html.c:384
11msgid "Sensitive content: " 11msgid "Sensitive content: "
12msgstr "Sensibler Inhalt: " 12msgstr "Sensibler Inhalt: "
13 13
14#: html.c:380 14#: html.c:392
15msgid "Sensitive content description" 15msgid "Sensitive content description"
16msgstr "Beschreibung des sensiblen Inhalts" 16msgstr "Beschreibung des sensiblen Inhalts"
17 17
18#: html.c:393 18#: html.c:405
19msgid "Only for mentioned people: " 19msgid "Only for mentioned people: "
20msgstr "Nur für erwähnte Personen: " 20msgstr "Nur für erwähnte Personen: "
21 21
22#: html.c:416 22#: html.c:428
23msgid "Reply to (URL): " 23msgid "Reply to (URL): "
24msgstr "Antwort an (URL): " 24msgstr "Antwort an (URL): "
25 25
26#: html.c:425 26#: html.c:437
27msgid "Don't send, but store as a draft" 27msgid "Don't send, but store as a draft"
28msgstr "Nicht senden, aber als Entwurf speichern" 28msgstr "Nicht senden, aber als Entwurf speichern"
29 29
30#: html.c:426 30#: html.c:438
31msgid "Draft:" 31msgid "Draft:"
32msgstr "Entwurf: " 32msgstr "Entwurf: "
33 33
34#: html.c:446 34#: html.c:494
35msgid "Attachments..." 35msgid "Attachments..."
36msgstr "Anhänge..." 36msgstr "Anhänge..."
37 37
38#: html.c:469 38#: html.c:517
39msgid "File:" 39msgid "File:"
40msgstr "Datei:" 40msgstr "Datei:"
41 41
42#: html.c:473 42#: html.c:521
43msgid "Clear this field to delete the attachment" 43msgid "Clear this field to delete the attachment"
44msgstr "Feld löschen, um den Anhang zu löschen" 44msgstr "Feld löschen, um den Anhang zu löschen"
45 45
46#: html.c:482 html.c:507 46#: html.c:530 html.c:555
47msgid "Attachment description" 47msgid "Attachment description"
48msgstr "Beschreibung des Anhangs" 48msgstr "Beschreibung des Anhangs"
49 49
50#: html.c:518 50#: html.c:566
51msgid "Poll..." 51msgid "Poll..."
52msgstr "Umfrage..." 52msgstr "Umfrage..."
53 53
54#: html.c:520 54#: html.c:568
55msgid "Poll options (one per line, up to 8):" 55msgid "Poll options (one per line, up to 8):"
56msgstr "Umfrageoptionen (eine pro Zeile, bis zu 8):" 56msgstr "Umfrageoptionen (eine pro Zeile, bis zu 8):"
57 57
58#: html.c:532 58#: html.c:580
59msgid "One choice" 59msgid "One choice"
60msgstr "Einfachauswahl" 60msgstr "Einfachauswahl"
61 61
62#: html.c:535 62#: html.c:583
63msgid "Multiple choices" 63msgid "Multiple choices"
64msgstr "Mehrfachauswahl" 64msgstr "Mehrfachauswahl"
65 65
66#: html.c:541 66#: html.c:589
67msgid "End in 5 minutes" 67msgid "End in 5 minutes"
68msgstr "Endet in 5 Minuten" 68msgstr "Endet in 5 Minuten"
69 69
70#: html.c:545 70#: html.c:593
71msgid "End in 1 hour" 71msgid "End in 1 hour"
72msgstr "Endet in 1 Stunde" 72msgstr "Endet in 1 Stunde"
73 73
74#: html.c:548 74#: html.c:596
75msgid "End in 1 day" 75msgid "End in 1 day"
76msgstr "Endet in 1 Tag" 76msgstr "Endet in 1 Tag"
77 77
78#: html.c:556 78#: html.c:604
79msgid "Post" 79msgid "Post"
80msgstr "Beitrag veröffentlichen" 80msgstr "Beitrag veröffentlichen"
81 81
82#: html.c:653 html.c:660 82#: html.c:701 html.c:708
83msgid "Site description" 83msgid "Site description"
84msgstr "Seitenbeschreibung" 84msgstr "Seitenbeschreibung"
85 85
86#: html.c:671 86#: html.c:719
87msgid "Admin email" 87msgid "Admin email"
88msgstr "Admin E-Mail" 88msgstr "Admin E-Mail"
89 89
90#: html.c:684 90#: html.c:732
91msgid "Admin account" 91msgid "Admin account"
92msgstr "Admin-Konto" 92msgstr "Admin-Konto"
93 93
94#: html.c:752 html.c:1088 94#: html.c:800 html.c:1136
95#, c-format 95#, c-format
96msgid "%d following, %d followers" 96msgid "%d following, %d followers"
97msgstr "%d Gefolgte, %d Folgende" 97msgstr "%d Gefolgte, %d Folgende"
98 98
99#: html.c:842 99#: html.c:890
100msgid "RSS" 100msgid "RSS"
101msgstr "RSS" 101msgstr "RSS"
102 102
103#: html.c:847 html.c:875 103#: html.c:895 html.c:923
104msgid "private" 104msgid "private"
105msgstr "Privat" 105msgstr "Privat"
106 106
107#: html.c:871 107#: html.c:919
108msgid "public" 108msgid "public"
109msgstr "Öffentlich" 109msgstr "Öffentlich"
110 110
111#: html.c:879 111#: html.c:927
112msgid "notifications" 112msgid "notifications"
113msgstr "Benachrichtigungen" 113msgstr "Benachrichtigungen"
114 114
115#: html.c:884 115#: html.c:932
116msgid "people" 116msgid "people"
117msgstr "Personen" 117msgstr "Personen"
118 118
119#: html.c:888 119#: html.c:936
120msgid "instance" 120msgid "instance"
121msgstr "Instanz" 121msgstr "Instanz"
122 122
123#: html.c:897 123#: html.c:945
124msgid "" 124msgid ""
125"Search posts by URL or content (regular expression), @user@host accounts, or " 125"Search posts by URL or content (regular expression), @user@host accounts, or "
126"#tag" 126"#tag"
@@ -128,554 +128,554 @@ msgstr ""
128"Durchsuche Beiträge nach URL oder Inhalt (regulärer Ausdruck), @user@host " 128"Durchsuche Beiträge nach URL oder Inhalt (regulärer Ausdruck), @user@host "
129"Konten, oder #tag" 129"Konten, oder #tag"
130 130
131#: html.c:898 131#: html.c:946
132msgid "Content search" 132msgid "Content search"
133msgstr "Inhaltssuche" 133msgstr "Inhaltssuche"
134 134
135#: html.c:1020 135#: html.c:1068
136msgid "verified link" 136msgid "verified link"
137msgstr "verifizierter Link" 137msgstr "verifizierter Link"
138 138
139#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 139#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
140msgid "Location: " 140msgid "Location: "
141msgstr "Standort: " 141msgstr "Standort: "
142 142
143#: html.c:1113 143#: html.c:1161
144msgid "New Post..." 144msgid "New Post..."
145msgstr "Neuer Beitrag..." 145msgstr "Neuer Beitrag..."
146 146
147#: html.c:1115 147#: html.c:1163
148msgid "What's on your mind?" 148msgid "What's on your mind?"
149msgstr "Was beschäftigt dich?" 149msgstr "Was beschäftigt dich?"
150 150
151#: html.c:1124 151#: html.c:1172
152msgid "Operations..." 152msgid "Operations..."
153msgstr "Aktionen..." 153msgstr "Aktionen..."
154 154
155#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 155#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
156msgid "Follow" 156msgid "Follow"
157msgstr "Folgen" 157msgstr "Folgen"
158 158
159#: html.c:1141 159#: html.c:1189
160msgid "(by URL or user@host)" 160msgid "(by URL or user@host)"
161msgstr "(mit URL oder user@host)" 161msgstr "(mit URL oder user@host)"
162 162
163#: html.c:1156 html.c:1690 html.c:4364 163#: html.c:1204 html.c:1764 html.c:4527
164msgid "Boost" 164msgid "Boost"
165msgstr "Boosten" 165msgstr "Boosten"
166 166
167#: html.c:1158 html.c:1175 167#: html.c:1206 html.c:1223
168msgid "(by URL)" 168msgid "(by URL)"
169msgstr "(mit URL)" 169msgstr "(mit URL)"
170 170
171#: html.c:1173 html.c:1669 html.c:4355 171#: html.c:1221 html.c:1743 html.c:4518
172msgid "Like" 172msgid "Like"
173msgstr "Gefällt mir" 173msgstr "Gefällt mir"
174 174
175#: html.c:1278 175#: html.c:1347
176msgid "User Settings..." 176msgid "User Settings..."
177msgstr "Einstellungen..." 177msgstr "Einstellungen..."
178 178
179#: html.c:1287 179#: html.c:1356
180msgid "Display name:" 180msgid "Display name:"
181msgstr "Anzeigename:" 181msgstr "Anzeigename:"
182 182
183#: html.c:1293 183#: html.c:1362
184msgid "Your name" 184msgid "Your name"
185msgstr "Dein Name" 185msgstr "Dein Name"
186 186
187#: html.c:1295 187#: html.c:1364
188msgid "Avatar: " 188msgid "Avatar: "
189msgstr "Avatar: " 189msgstr "Avatar: "
190 190
191#: html.c:1303 191#: html.c:1372
192msgid "Delete current avatar" 192msgid "Delete current avatar"
193msgstr "Aktuellen Avatar löschen" 193msgstr "Aktuellen Avatar löschen"
194 194
195#: html.c:1305 195#: html.c:1374
196msgid "Header image (banner): " 196msgid "Header image (banner): "
197msgstr "Titelbild (Banner): " 197msgstr "Titelbild (Banner): "
198 198
199#: html.c:1313 199#: html.c:1382
200msgid "Delete current header image" 200msgid "Delete current header image"
201msgstr "Aktuelles Titelbild löschen" 201msgstr "Aktuelles Titelbild löschen"
202 202
203#: html.c:1315 203#: html.c:1384
204msgid "Bio:" 204msgid "Bio:"
205msgstr "Über dich:" 205msgstr "Über dich:"
206 206
207#: html.c:1321 207#: html.c:1390
208msgid "Write about yourself here..." 208msgid "Write about yourself here..."
209msgstr "Erzähle etwas von dir..." 209msgstr "Erzähle etwas von dir..."
210 210
211#: html.c:1330 211#: html.c:1399
212msgid "Always show sensitive content" 212msgid "Always show sensitive content"
213msgstr "Sensible Inhalte immer anzeigen" 213msgstr "Sensible Inhalte immer anzeigen"
214 214
215#: html.c:1332 215#: html.c:1401
216msgid "Email address for notifications:" 216msgid "Email address for notifications:"
217msgstr "E-Mail Adresse für Benachrichtigungen:" 217msgstr "E-Mail Adresse für Benachrichtigungen:"
218 218
219#: html.c:1340 219#: html.c:1409
220msgid "Telegram notifications (bot key and chat id):" 220msgid "Telegram notifications (bot key and chat id):"
221msgstr "Telegram Benachrichtigungen (Bot Schlüssel und Chat ID):" 221msgstr "Telegram Benachrichtigungen (Bot Schlüssel und Chat ID):"
222 222
223#: html.c:1354 223#: html.c:1423
224msgid "ntfy notifications (ntfy server and token):" 224msgid "ntfy notifications (ntfy server and token):"
225msgstr "NTFY Benachrichtigungen (ntfy Server und Token):" 225msgstr "NTFY Benachrichtigungen (ntfy Server und Token):"
226 226
227#: html.c:1368 227#: html.c:1437
228msgid "Maximum days to keep posts (0: server settings):" 228msgid "Maximum days to keep posts (0: server settings):"
229msgstr "Aufbewahrungsfrist der Beiträge in Tagen (0 = Serverstandard):" 229msgstr "Aufbewahrungsfrist der Beiträge in Tagen (0 = Serverstandard):"
230 230
231#: html.c:1382 231#: html.c:1451
232msgid "Drop direct messages from people you don't follow" 232msgid "Drop direct messages from people you don't follow"
233msgstr "Blocke Direktnachrichten von Personen denen du nicht folgst" 233msgstr "Blocke Direktnachrichten von Personen denen du nicht folgst"
234 234
235#: html.c:1391 235#: html.c:1460
236msgid "This account is a bot" 236msgid "This account is a bot"
237msgstr "Dieses Konto ist ein Bot" 237msgstr "Dieses Konto ist ein Bot"
238 238
239#: html.c:1400 239#: html.c:1469
240msgid "Auto-boost all mentions to this account" 240msgid "Auto-boost all mentions to this account"
241msgstr "Automatisches Boosten bei Erwähnungen dieses Kontos" 241msgstr "Automatisches Boosten bei Erwähnungen dieses Kontos"
242 242
243#: html.c:1409 243#: html.c:1478
244msgid "This account is private (posts are not shown through the web)" 244msgid "This account is private (posts are not shown through the web)"
245msgstr "" 245msgstr ""
246"Dieses Konto ist privat (Beiträge werden nicht in der Weboberfläche " 246"Dieses Konto ist privat (Beiträge werden nicht in der Weboberfläche "
247"angezeigt)" 247"angezeigt)"
248 248
249#: html.c:1419 249#: html.c:1488
250msgid "Collapse top threads by default" 250msgid "Collapse top threads by default"
251msgstr "Themen standardmäßig einklappen" 251msgstr "Themen standardmäßig einklappen"
252 252
253#: html.c:1428 253#: html.c:1497
254msgid "Follow requests must be approved" 254msgid "Follow requests must be approved"
255msgstr "Folgeanfragen müssen genehmigt werden" 255msgstr "Folgeanfragen müssen genehmigt werden"
256 256
257#: html.c:1437 257#: html.c:1506
258msgid "Publish follower and following metrics" 258msgid "Publish follower and following metrics"
259msgstr "Veröffentliche die Anzahl von Followern und Gefolgten." 259msgstr "Veröffentliche die Anzahl von Followern und Gefolgten."
260 260
261#: html.c:1439 261#: html.c:1508
262msgid "Current location:" 262msgid "Current location:"
263msgstr "Standort:" 263msgstr "Standort:"
264 264
265#: html.c:1453 265#: html.c:1522
266msgid "Profile metadata (key=value pairs in each line):" 266msgid "Profile metadata (key=value pairs in each line):"
267msgstr "Profil-Metadaten (Begriff=Wert Paare, einer pro Zeile):" 267msgstr "Profil-Metadaten (Begriff=Wert Paare, einer pro Zeile):"
268 268
269#: html.c:1464 269#: html.c:1533
270msgid "Web interface language:" 270msgid "Web interface language:"
271msgstr "Sprache der Weboberfläche:" 271msgstr "Sprache der Weboberfläche:"
272 272
273#: html.c:1469 273#: html.c:1543
274msgid "New password:" 274msgid "New password:"
275msgstr "Neues Passwort:" 275msgstr "Neues Passwort:"
276 276
277#: html.c:1476 277#: html.c:1550
278msgid "Repeat new password:" 278msgid "Repeat new password:"
279msgstr "Neues Passwort wiederholen:" 279msgstr "Neues Passwort wiederholen:"
280 280
281#: html.c:1486 281#: html.c:1560
282msgid "Update user info" 282msgid "Update user info"
283msgstr "Benutzerinformationen aktualisieren" 283msgstr "Benutzerinformationen aktualisieren"
284 284
285#: html.c:1497 285#: html.c:1571
286msgid "Followed hashtags..." 286msgid "Followed hashtags..."
287msgstr "Gefolgte Hashtags..." 287msgstr "Gefolgte Hashtags..."
288 288
289#: html.c:1499 html.c:1531 289#: html.c:1573 html.c:1605
290msgid "One hashtag per line" 290msgid "One hashtag per line"
291msgstr "Ein Hashtag pro Zeile" 291msgstr "Ein Hashtag pro Zeile"
292 292
293#: html.c:1520 html.c:1552 293#: html.c:1594 html.c:1626
294msgid "Update hashtags" 294msgid "Update hashtags"
295msgstr "Hashtags aktualisieren" 295msgstr "Hashtags aktualisieren"
296 296
297#: html.c:1669 297#: html.c:1743
298msgid "Say you like this post" 298msgid "Say you like this post"
299msgstr "Sag, dass dir dieser Beiträg gefällt" 299msgstr "Sag, dass dir dieser Beiträg gefällt"
300 300
301#: html.c:1674 html.c:4373 301#: html.c:1748 html.c:4536
302msgid "Unlike" 302msgid "Unlike"
303msgstr "Gefällt mir zurücknehmen" 303msgstr "Gefällt mir zurücknehmen"
304 304
305#: html.c:1674 305#: html.c:1748
306msgid "Nah don't like it that much" 306msgid "Nah don't like it that much"
307msgstr "Nee, gefällt mir nicht so gut" 307msgstr "Nee, gefällt mir nicht so gut"
308 308
309#: html.c:1680 html.c:4505 309#: html.c:1754 html.c:4673
310msgid "Unpin" 310msgid "Unpin"
311msgstr "Pin entfernen" 311msgstr "Pin entfernen"
312 312
313#: html.c:1680 313#: html.c:1754
314msgid "Unpin this post from your timeline" 314msgid "Unpin this post from your timeline"
315msgstr "Pin für diesen Beitrag aus deiner Zeitleiste entfernen" 315msgstr "Pin für diesen Beitrag aus deiner Zeitleiste entfernen"
316 316
317#: html.c:1683 html.c:4500 317#: html.c:1757 html.c:4668
318msgid "Pin" 318msgid "Pin"
319msgstr "Anpinnen" 319msgstr "Anpinnen"
320 320
321#: html.c:1683 321#: html.c:1757
322msgid "Pin this post to the top of your timeline" 322msgid "Pin this post to the top of your timeline"
323msgstr "Pinne diesen Beitrag an den Anfang deiner Zeitleiste" 323msgstr "Pinne diesen Beitrag an den Anfang deiner Zeitleiste"
324 324
325#: html.c:1690 325#: html.c:1764
326msgid "Announce this post to your followers" 326msgid "Announce this post to your followers"
327msgstr "Diesen Beitrag an deine Follower weiterschicken" 327msgstr "Diesen Beitrag an deine Follower weiterschicken"
328 328
329#: html.c:1695 html.c:4381 329#: html.c:1769 html.c:4544
330msgid "Unboost" 330msgid "Unboost"
331msgstr "Boost zurücknehmen" 331msgstr "Boost zurücknehmen"
332 332
333#: html.c:1695 333#: html.c:1769
334msgid "I regret I boosted this" 334msgid "I regret I boosted this"
335msgstr "Ich bedauere, dass ich das weiterverschickt habe" 335msgstr "Ich bedauere, dass ich das weiterverschickt habe"
336 336
337#: html.c:1701 html.c:4515 337#: html.c:1775 html.c:4683
338msgid "Unbookmark" 338msgid "Unbookmark"
339msgstr "Lesezeichen entfernen" 339msgstr "Lesezeichen entfernen"
340 340
341#: html.c:1701 341#: html.c:1775
342msgid "Delete this post from your bookmarks" 342msgid "Delete this post from your bookmarks"
343msgstr "Diesen Beitrag aus den Lesezeichen entfernen" 343msgstr "Diesen Beitrag aus den Lesezeichen entfernen"
344 344
345#: html.c:1704 html.c:4510 345#: html.c:1778 html.c:4678
346msgid "Bookmark" 346msgid "Bookmark"
347msgstr "Lesezeichen" 347msgstr "Lesezeichen"
348 348
349#: html.c:1704 349#: html.c:1778
350msgid "Add this post to your bookmarks" 350msgid "Add this post to your bookmarks"
351msgstr "Diesen Beitrag zu deinen Lesezeichen hinzufügen" 351msgstr "Diesen Beitrag zu deinen Lesezeichen hinzufügen"
352 352
353#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 353#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
354msgid "Unfollow" 354msgid "Unfollow"
355msgstr "Nicht mehr folgen" 355msgstr "Nicht mehr folgen"
356 356
357#: html.c:1710 html.c:3082 357#: html.c:1784 html.c:3180
358msgid "Stop following this user's activity" 358msgid "Stop following this user's activity"
359msgstr "Aktivitäten dieses Benutzers nicht mehr folgen" 359msgstr "Aktivitäten dieses Benutzers nicht mehr folgen"
360 360
361#: html.c:1714 html.c:3096 361#: html.c:1788 html.c:3194
362msgid "Start following this user's activity" 362msgid "Start following this user's activity"
363msgstr "Folge den Aktivitäten dieses Benutzers" 363msgstr "Folge den Aktivitäten dieses Benutzers"
364 364
365#: html.c:1720 html.c:4455 365#: html.c:1794 html.c:4621
366msgid "Unfollow Group" 366msgid "Unfollow Group"
367msgstr "Der Gruppe nicht mehr folgen" 367msgstr "Der Gruppe nicht mehr folgen"
368 368
369#: html.c:1721 369#: html.c:1795
370msgid "Stop following this group or channel" 370msgid "Stop following this group or channel"
371msgstr "Der Gruppe oder dem Kanal nicht mehr folgen" 371msgstr "Der Gruppe oder dem Kanal nicht mehr folgen"
372 372
373#: html.c:1725 html.c:4442 373#: html.c:1799 html.c:4608
374msgid "Follow Group" 374msgid "Follow Group"
375msgstr "Der Gruppe folgen" 375msgstr "Der Gruppe folgen"
376 376
377#: html.c:1726 377#: html.c:1800
378msgid "Start following this group or channel" 378msgid "Start following this group or channel"
379msgstr "Der Gruppe oder dem Kanal folgen" 379msgstr "Der Gruppe oder dem Kanal folgen"
380 380
381#: html.c:1731 html.c:3118 html.c:4389 381#: html.c:1805 html.c:3216 html.c:4552
382msgid "MUTE" 382msgid "MUTE"
383msgstr "Stummschalten" 383msgstr "Stummschalten"
384 384
385#: html.c:1732 385#: html.c:1806
386msgid "Block any activity from this user forever" 386msgid "Block any activity from this user forever"
387msgstr "Alle Aktivitäten dieses Benutzers für immer blockieren" 387msgstr "Alle Aktivitäten dieses Benutzers für immer blockieren"
388 388
389#: html.c:1737 html.c:3100 html.c:4472 389#: html.c:1811 html.c:3198 html.c:4638
390msgid "Delete" 390msgid "Delete"
391msgstr "Löschen" 391msgstr "Löschen"
392 392
393#: html.c:1737 393#: html.c:1811
394msgid "Delete this post" 394msgid "Delete this post"
395msgstr "Diesen Beitrag löschen" 395msgstr "Diesen Beitrag löschen"
396 396
397#: html.c:1740 html.c:4397 397#: html.c:1814 html.c:4560
398msgid "Hide" 398msgid "Hide"
399msgstr "Verstecken" 399msgstr "Verstecken"
400 400
401#: html.c:1740 401#: html.c:1814
402msgid "Hide this post and its children" 402msgid "Hide this post and its children"
403msgstr "Verstecke diesen Beitrag und seine Kommentare" 403msgstr "Verstecke diesen Beitrag und seine Kommentare"
404 404
405#: html.c:1771 405#: html.c:1845
406msgid "Edit..." 406msgid "Edit..."
407msgstr "Bearbeiten..." 407msgstr "Bearbeiten..."
408 408
409#: html.c:1790 409#: html.c:1865
410msgid "Reply..." 410msgid "Reply..."
411msgstr "Antworten..." 411msgstr "Antworten..."
412 412
413#: html.c:1841 413#: html.c:1916
414msgid "Truncated (too deep)" 414msgid "Truncated (too deep)"
415msgstr "Abgeschnitten (zu tief)" 415msgstr "Abgeschnitten (zu tief)"
416 416
417#: html.c:1850 417#: html.c:1925
418msgid "follows you" 418msgid "follows you"
419msgstr "folgt dir" 419msgstr "folgt dir"
420 420
421#: html.c:1913 421#: html.c:1988
422msgid "Pinned" 422msgid "Pinned"
423msgstr "Angeheftet" 423msgstr "Angeheftet"
424 424
425#: html.c:1921 425#: html.c:1996
426msgid "Bookmarked" 426msgid "Bookmarked"
427msgstr "Lesezeichen gesetzt" 427msgstr "Lesezeichen gesetzt"
428 428
429#: html.c:1929 429#: html.c:2004
430msgid "Poll" 430msgid "Poll"
431msgstr "Umfrage" 431msgstr "Umfrage"
432 432
433#: html.c:1936 433#: html.c:2011
434msgid "Voted" 434msgid "Voted"
435msgstr "Abgestimmt" 435msgstr "Abgestimmt"
436 436
437#: html.c:1945 437#: html.c:2020
438msgid "Event" 438msgid "Event"
439msgstr "Ereignis" 439msgstr "Ereignis"
440 440
441#: html.c:1977 html.c:2006 441#: html.c:2052 html.c:2081
442msgid "boosted" 442msgid "boosted"
443msgstr "teilte" 443msgstr "teilte"
444 444
445#: html.c:2022 445#: html.c:2097
446msgid "in reply to" 446msgid "in reply to"
447msgstr "als Antwort auf" 447msgstr "als Antwort auf"
448 448
449#: html.c:2073 449#: html.c:2148
450msgid " [SENSITIVE CONTENT]" 450msgid " [SENSITIVE CONTENT]"
451msgstr " [SENSIBLER INHALT]" 451msgstr " [SENSIBLER INHALT]"
452 452
453#: html.c:2250 453#: html.c:2325
454msgid "Vote" 454msgid "Vote"
455msgstr "Abstimmen" 455msgstr "Abstimmen"
456 456
457#: html.c:2260 457#: html.c:2335
458msgid "Closed" 458msgid "Closed"
459msgstr "Geschlossen" 459msgstr "Geschlossen"
460 460
461#: html.c:2285 461#: html.c:2360
462msgid "Closes in" 462msgid "Closes in"
463msgstr "Beendet in" 463msgstr "Beendet in"
464 464
465#: html.c:2366 465#: html.c:2441
466msgid "Video" 466msgid "Video"
467msgstr "Video" 467msgstr "Video"
468 468
469#: html.c:2381 469#: html.c:2456
470msgid "Audio" 470msgid "Audio"
471msgstr "Audio" 471msgstr "Audio"
472 472
473#: html.c:2403 473#: html.c:2484
474msgid "Attachment" 474msgid "Attachment"
475msgstr "Anhang" 475msgstr "Anhang"
476 476
477#: html.c:2417 477#: html.c:2498
478msgid "Alt..." 478msgid "Alt..."
479msgstr "Alt.-Text..." 479msgstr "Alt.-Text..."
480 480
481#: html.c:2430 481#: html.c:2511
482msgid "Source channel or community" 482msgid "Source channel or community"
483msgstr "Ursprungskanal oder -gemeinschaft" 483msgstr "Ursprungskanal oder -gemeinschaft"
484 484
485#: html.c:2524 485#: html.c:2605
486msgid "Time: " 486msgid "Time: "
487msgstr "Zeit: " 487msgstr "Zeit: "
488 488
489#: html.c:2605 489#: html.c:2686
490msgid "Older..." 490msgid "Older..."
491msgstr "Älter..." 491msgstr "Älter..."
492 492
493#: html.c:2702 493#: html.c:2788
494msgid "about this site" 494msgid "about this site"
495msgstr "Über diese Seite" 495msgstr "Über diese Seite"
496 496
497#: html.c:2704 497#: html.c:2790
498msgid "powered by " 498msgid "powered by "
499msgstr "powered by " 499msgstr "powered by "
500 500
501#: html.c:2769 501#: html.c:2855
502msgid "Dismiss" 502msgid "Dismiss"
503msgstr "Ablehnen" 503msgstr "Ablehnen"
504 504
505#: html.c:2786 505#: html.c:2872
506#, c-format 506#, c-format
507msgid "Timeline for list '%s'" 507msgid "Timeline for list '%s'"
508msgstr "Zeitleiste für Liste '%s'" 508msgstr "Zeitleiste für Liste '%s'"
509 509
510#: html.c:2805 html.c:3846 510#: html.c:2891 html.c:3944
511msgid "Pinned posts" 511msgid "Pinned posts"
512msgstr "Angeheftete Beiträge" 512msgstr "Angeheftete Beiträge"
513 513
514#: html.c:2817 html.c:3861 514#: html.c:2903 html.c:3959
515msgid "Bookmarked posts" 515msgid "Bookmarked posts"
516msgstr "Beiträge mit Lesezeichen" 516msgstr "Beiträge mit Lesezeichen"
517 517
518#: html.c:2829 html.c:3876 518#: html.c:2915 html.c:3974
519msgid "Post drafts" 519msgid "Post drafts"
520msgstr "Entwurf veröffentlichen" 520msgstr "Entwurf veröffentlichen"
521 521
522#: html.c:2888 522#: html.c:2986
523msgid "No more unseen posts" 523msgid "No more unseen posts"
524msgstr "Keine weiteren ungesehenen Beiträge" 524msgstr "Keine weiteren ungesehenen Beiträge"
525 525
526#: html.c:2892 html.c:2992 526#: html.c:2990 html.c:3090
527msgid "Back to top" 527msgid "Back to top"
528msgstr "Nach oben" 528msgstr "Nach oben"
529 529
530#: html.c:2945 530#: html.c:3043
531msgid "History" 531msgid "History"
532msgstr "Historie" 532msgstr "Historie"
533 533
534#: html.c:2997 html.c:3417 534#: html.c:3095 html.c:3515
535msgid "More..." 535msgid "More..."
536msgstr "Mehr..." 536msgstr "Mehr..."
537 537
538#: html.c:3086 html.c:4408 538#: html.c:3184 html.c:4574
539msgid "Unlimit" 539msgid "Unlimit"
540msgstr "Nicht mehr limitieren" 540msgstr "Nicht mehr limitieren"
541 541
542#: html.c:3087 542#: html.c:3185
543msgid "Allow announces (boosts) from this user" 543msgid "Allow announces (boosts) from this user"
544msgstr "Erlaube Boosts dieses Benutzers" 544msgstr "Erlaube Boosts dieses Benutzers"
545 545
546#: html.c:3090 html.c:4404 546#: html.c:3188 html.c:4570
547msgid "Limit" 547msgid "Limit"
548msgstr "Limitieren" 548msgstr "Limitieren"
549 549
550#: html.c:3091 550#: html.c:3189
551msgid "Block announces (boosts) from this user" 551msgid "Block announces (boosts) from this user"
552msgstr "Blocke Boosts dieses Benutzers" 552msgstr "Blocke Boosts dieses Benutzers"
553 553
554#: html.c:3100 554#: html.c:3198
555msgid "Delete this user" 555msgid "Delete this user"
556msgstr "Benutzer löschen" 556msgstr "Benutzer löschen"
557 557
558#: html.c:3105 html.c:4520 558#: html.c:3203 html.c:4688
559msgid "Approve" 559msgid "Approve"
560msgstr "Bestätigen" 560msgstr "Bestätigen"
561 561
562#: html.c:3106 562#: html.c:3204
563msgid "Approve this follow request" 563msgid "Approve this follow request"
564msgstr "Diese Folgeanfrage bestätigen" 564msgstr "Diese Folgeanfrage bestätigen"
565 565
566#: html.c:3109 html.c:4544 566#: html.c:3207 html.c:4712
567msgid "Discard" 567msgid "Discard"
568msgstr "Verwerfen" 568msgstr "Verwerfen"
569 569
570#: html.c:3109 570#: html.c:3207
571msgid "Discard this follow request" 571msgid "Discard this follow request"
572msgstr "Diese Folgeanfrage verwerfen" 572msgstr "Diese Folgeanfrage verwerfen"
573 573
574#: html.c:3114 html.c:4393 574#: html.c:3212 html.c:4556
575msgid "Unmute" 575msgid "Unmute"
576msgstr "Stummschaltung aufheben" 576msgstr "Stummschaltung aufheben"
577 577
578#: html.c:3115 578#: html.c:3213
579msgid "Stop blocking activities from this user" 579msgid "Stop blocking activities from this user"
580msgstr "Aktivitäten dieses Benutzers nicht mehr blockieren" 580msgstr "Aktivitäten dieses Benutzers nicht mehr blockieren"
581 581
582#: html.c:3119 582#: html.c:3217
583msgid "Block any activity from this user" 583msgid "Block any activity from this user"
584msgstr "Alle Aktivitäten dieses Benutzers blockieren" 584msgstr "Alle Aktivitäten dieses Benutzers blockieren"
585 585
586#: html.c:3127 586#: html.c:3225
587msgid "Direct Message..." 587msgid "Direct Message..."
588msgstr "Direktnachricht..." 588msgstr "Direktnachricht..."
589 589
590#: html.c:3162 590#: html.c:3260
591msgid "Pending follow confirmations" 591msgid "Pending follow confirmations"
592msgstr "Ausstehende Folgebestätigungen" 592msgstr "Ausstehende Folgebestätigungen"
593 593
594#: html.c:3166 594#: html.c:3264
595msgid "People you follow" 595msgid "People you follow"
596msgstr "Personen denen du folgst" 596msgstr "Personen denen du folgst"
597 597
598#: html.c:3167 598#: html.c:3265
599msgid "People that follow you" 599msgid "People that follow you"
600msgstr "Personen die dir folgen" 600msgstr "Personen die dir folgen"
601 601
602#: html.c:3206 602#: html.c:3304
603msgid "Clear all" 603msgid "Clear all"
604msgstr "Aufräumen" 604msgstr "Aufräumen"
605 605
606#: html.c:3263 606#: html.c:3361
607msgid "Mention" 607msgid "Mention"
608msgstr "Erwähnung" 608msgstr "Erwähnung"
609 609
610#: html.c:3266 610#: html.c:3364
611msgid "Finished poll" 611msgid "Finished poll"
612msgstr "Beendete Umfrage" 612msgstr "Beendete Umfrage"
613 613
614#: html.c:3281 614#: html.c:3379
615msgid "Follow Request" 615msgid "Follow Request"
616msgstr "Folge-Anfrage" 616msgstr "Folge-Anfrage"
617 617
618#: html.c:3364 618#: html.c:3462
619msgid "Context" 619msgid "Context"
620msgstr "Zusammenhang anzeigen" 620msgstr "Zusammenhang anzeigen"
621 621
622#: html.c:3375 622#: html.c:3473
623msgid "New" 623msgid "New"
624msgstr "Neu" 624msgstr "Neu"
625 625
626#: html.c:3390 626#: html.c:3488
627msgid "Already seen" 627msgid "Already seen"
628msgstr "Bereits gesehen" 628msgstr "Bereits gesehen"
629 629
630#: html.c:3405 630#: html.c:3503
631msgid "None" 631msgid "None"
632msgstr "Nichts" 632msgstr "Nichts"
633 633
634#: html.c:3671 634#: html.c:3769
635#, c-format 635#, c-format
636msgid "Search results for account %s" 636msgid "Search results for account %s"
637msgstr "Suchergebnisse für Konto %s" 637msgstr "Suchergebnisse für Konto %s"
638 638
639#: html.c:3678 639#: html.c:3776
640#, c-format 640#, c-format
641msgid "Account %s not found" 641msgid "Account %s not found"
642msgstr "Konto %s wurde nicht gefunden" 642msgstr "Konto %s wurde nicht gefunden"
643 643
644#: html.c:3709 644#: html.c:3807
645#, c-format 645#, c-format
646msgid "Search results for tag %s" 646msgid "Search results for tag %s"
647msgstr "Suchergebnisse für Hashtag %s" 647msgstr "Suchergebnisse für Hashtag %s"
648 648
649#: html.c:3709 649#: html.c:3807
650#, c-format 650#, c-format
651msgid "Nothing found for tag %s" 651msgid "Nothing found for tag %s"
652msgstr "Nicht gefunden zu Hashtag %s" 652msgstr "Nicht gefunden zu Hashtag %s"
653 653
654#: html.c:3725 654#: html.c:3823
655#, c-format 655#, c-format
656msgid "Search results for '%s' (may be more)" 656msgid "Search results for '%s' (may be more)"
657msgstr "Suchergebnisse für '%s' (könnten mehr sein)" 657msgstr "Suchergebnisse für '%s' (könnten mehr sein)"
658 658
659#: html.c:3728 659#: html.c:3826
660#, c-format 660#, c-format
661msgid "Search results for '%s'" 661msgid "Search results for '%s'"
662msgstr "Keine Suchergebnisse für '%s'" 662msgstr "Keine Suchergebnisse für '%s'"
663 663
664#: html.c:3731 664#: html.c:3829
665#, c-format 665#, c-format
666msgid "No more matches for '%s'" 666msgid "No more matches for '%s'"
667msgstr "Keine weiteren Treffer für '%s'" 667msgstr "Keine weiteren Treffer für '%s'"
668 668
669#: html.c:3733 669#: html.c:3831
670#, c-format 670#, c-format
671msgid "Nothing found for '%s'" 671msgid "Nothing found for '%s'"
672msgstr "Nichts gefunden für '%s'" 672msgstr "Nichts gefunden für '%s'"
673 673
674#: html.c:3831 674#: html.c:3929
675msgid "Showing instance timeline" 675msgid "Showing instance timeline"
676msgstr "Zeitleiste der Instanz anzeigen" 676msgstr "Zeitleiste der Instanz anzeigen"
677 677
678#: html.c:3899 678#: html.c:4012
679#, c-format 679#, c-format
680msgid "Showing timeline for list '%s'" 680msgid "Showing timeline for list '%s'"
681msgstr "Zeitleiste der Liste '%s' anzeigen" 681msgstr "Zeitleiste der Liste '%s' anzeigen"
@@ -689,15 +689,15 @@ msgstr "Suchergebnisse für Hashtag #%s"
689msgid "Recent posts by users in this instance" 689msgid "Recent posts by users in this instance"
690msgstr "Neueste Beiträge von Benutzern dieser Instanz" 690msgstr "Neueste Beiträge von Benutzern dieser Instanz"
691 691
692#: html.c:1529 692#: html.c:1603
693msgid "Blocked hashtags..." 693msgid "Blocked hashtags..."
694msgstr "Geblockte Hashtags..." 694msgstr "Geblockte Hashtags..."
695 695
696#: html.c:420 696#: html.c:432
697msgid "Optional URL to reply to" 697msgid "Optional URL to reply to"
698msgstr "Optionale URL zum Antworten" 698msgstr "Optionale URL zum Antworten"
699 699
700#: html.c:527 700#: html.c:575
701msgid "" 701msgid ""
702"Option 1...\n" 702"Option 1...\n"
703"Option 2...\n" 703"Option 2...\n"
@@ -709,30 +709,54 @@ msgstr ""
709"Option 3...\n" 709"Option 3...\n"
710"..." 710"..."
711 711
712#: html.c:1346 712#: html.c:1415
713msgid "Bot API key" 713msgid "Bot API key"
714msgstr "Bot API Schlüssel" 714msgstr "Bot API Schlüssel"
715 715
716#: html.c:1352 716#: html.c:1421
717msgid "Chat id" 717msgid "Chat id"
718msgstr "Chat ID" 718msgstr "Chat ID"
719 719
720#: html.c:1360 720#: html.c:1429
721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
722msgstr "ntfy Server - vollständige URL (Bsp.: https://ntfy.sh/YourTopic)" 722msgstr "ntfy Server - vollständige URL (Bsp.: https://ntfy.sh/YourTopic)"
723 723
724#: html.c:1366 724#: html.c:1435
725msgid "ntfy token - if needed" 725msgid "ntfy token - if needed"
726msgstr "ntfy Token - falls nötig" 726msgstr "ntfy Token - falls nötig"
727 727
728#: html.c:2806 728#: html.c:2892
729msgid "pinned" 729msgid "pinned"
730msgstr "Angeheftet" 730msgstr "Angeheftet"
731 731
732#: html.c:2818 732#: html.c:2904
733msgid "bookmarks" 733msgid "bookmarks"
734msgstr "Lesezeichen" 734msgstr "Lesezeichen"
735 735
736#: html.c:2830 736#: html.c:2916
737msgid "drafts" 737msgid "drafts"
738msgstr "Entwürfe" 738msgstr "Entwürfe"
739
740#: html.c:464
741msgid "Scheduled post..."
742msgstr ""
743
744msgid "Post date and time:"
745msgstr ""
746
747#: html.c:2927 html.c:3989
748msgid "Scheduled posts"
749msgstr ""
750
751#: html.c:2928
752msgid "scheduled posts"
753msgstr ""
754
755#: html.c:458
756#, c-format
757msgid "Post date and time (timezone: %s):"
758msgstr ""
759
760#: html.c:1538
761msgid "Time zone:"
762msgstr ""
diff --git a/po/el_GR.po b/po/el_GR.po
index 82d0535..d5f51b6 100644
--- a/po/el_GR.po
+++ b/po/el_GR.po
@@ -14,120 +14,120 @@ msgstr ""
14"Content-Transfer-Encoding: 8bit\n" 14"Content-Transfer-Encoding: 8bit\n"
15"X-Generator: Poedit 3.5\n" 15"X-Generator: Poedit 3.5\n"
16 16
17#: html.c:372 17#: html.c:384
18msgid "Sensitive content: " 18msgid "Sensitive content: "
19msgstr "Ευαίσθητο περιεχόμενο: " 19msgstr "Ευαίσθητο περιεχόμενο: "
20 20
21#: html.c:380 21#: html.c:392
22msgid "Sensitive content description" 22msgid "Sensitive content description"
23msgstr "Περιγραφή ευαίσθητου περιεχομένου" 23msgstr "Περιγραφή ευαίσθητου περιεχομένου"
24 24
25#: html.c:393 25#: html.c:405
26msgid "Only for mentioned people: " 26msgid "Only for mentioned people: "
27msgstr "Μόνο για αναφερόμενα άτομα: " 27msgstr "Μόνο για αναφερόμενα άτομα: "
28 28
29#: html.c:416 29#: html.c:428
30msgid "Reply to (URL): " 30msgid "Reply to (URL): "
31msgstr "Απάντηση σε (URL): " 31msgstr "Απάντηση σε (URL): "
32 32
33#: html.c:425 33#: html.c:437
34msgid "Don't send, but store as a draft" 34msgid "Don't send, but store as a draft"
35msgstr "Μη δημοσιεύσεις, αλλά αποθήκευσε σαν προσχέδιο" 35msgstr "Μη δημοσιεύσεις, αλλά αποθήκευσε σαν προσχέδιο"
36 36
37#: html.c:426 37#: html.c:438
38msgid "Draft:" 38msgid "Draft:"
39msgstr "Προσχέδιο:" 39msgstr "Προσχέδιο:"
40 40
41#: html.c:446 41#: html.c:494
42msgid "Attachments..." 42msgid "Attachments..."
43msgstr "Επισυνάψεις..." 43msgstr "Επισυνάψεις..."
44 44
45#: html.c:469 45#: html.c:517
46msgid "File:" 46msgid "File:"
47msgstr "Αρχείο:" 47msgstr "Αρχείο:"
48 48
49#: html.c:473 49#: html.c:521
50msgid "Clear this field to delete the attachment" 50msgid "Clear this field to delete the attachment"
51msgstr "Καθάρισε αυτό το πεδίο για να διαγράψεις την επισύναψη" 51msgstr "Καθάρισε αυτό το πεδίο για να διαγράψεις την επισύναψη"
52 52
53#: html.c:482 html.c:507 53#: html.c:530 html.c:555
54msgid "Attachment description" 54msgid "Attachment description"
55msgstr "Περιγραφή επισύναψης" 55msgstr "Περιγραφή επισύναψης"
56 56
57#: html.c:518 57#: html.c:566
58msgid "Poll..." 58msgid "Poll..."
59msgstr "Δημοσκόπηση..." 59msgstr "Δημοσκόπηση..."
60 60
61#: html.c:520 61#: html.c:568
62msgid "Poll options (one per line, up to 8):" 62msgid "Poll options (one per line, up to 8):"
63msgstr "Επιλογές δημοσκόπησης (μία ανά σειρά, μέχρι 8):" 63msgstr "Επιλογές δημοσκόπησης (μία ανά σειρά, μέχρι 8):"
64 64
65#: html.c:532 65#: html.c:580
66msgid "One choice" 66msgid "One choice"
67msgstr "Μία επιλογή" 67msgstr "Μία επιλογή"
68 68
69#: html.c:535 69#: html.c:583
70msgid "Multiple choices" 70msgid "Multiple choices"
71msgstr "Πολλαπλές επιλογές" 71msgstr "Πολλαπλές επιλογές"
72 72
73#: html.c:541 73#: html.c:589
74msgid "End in 5 minutes" 74msgid "End in 5 minutes"
75msgstr "Τελειώνει σε 5 λεπτά" 75msgstr "Τελειώνει σε 5 λεπτά"
76 76
77#: html.c:545 77#: html.c:593
78msgid "End in 1 hour" 78msgid "End in 1 hour"
79msgstr "Τελειώνει σε 1 ώρα" 79msgstr "Τελειώνει σε 1 ώρα"
80 80
81#: html.c:548 81#: html.c:596
82msgid "End in 1 day" 82msgid "End in 1 day"
83msgstr "Τελειώνει σε 1 ημέρα" 83msgstr "Τελειώνει σε 1 ημέρα"
84 84
85#: html.c:556 85#: html.c:604
86msgid "Post" 86msgid "Post"
87msgstr "Δημοσίευση" 87msgstr "Δημοσίευση"
88 88
89#: html.c:653 html.c:660 89#: html.c:701 html.c:708
90msgid "Site description" 90msgid "Site description"
91msgstr "Περιγραφή ιστότοπου" 91msgstr "Περιγραφή ιστότοπου"
92 92
93#: html.c:671 93#: html.c:719
94msgid "Admin email" 94msgid "Admin email"
95msgstr "Email διαχειριστή" 95msgstr "Email διαχειριστή"
96 96
97#: html.c:684 97#: html.c:732
98msgid "Admin account" 98msgid "Admin account"
99msgstr "Διαχειριστής" 99msgstr "Διαχειριστής"
100 100
101#: html.c:752 html.c:1088 101#: html.c:800 html.c:1136
102#, c-format 102#, c-format
103msgid "%d following, %d followers" 103msgid "%d following, %d followers"
104msgstr "%d ακολουθείτε, %d ακόλουθοι" 104msgstr "%d ακολουθείτε, %d ακόλουθοι"
105 105
106#: html.c:842 106#: html.c:890
107msgid "RSS" 107msgid "RSS"
108msgstr "RSS" 108msgstr "RSS"
109 109
110#: html.c:847 html.c:875 110#: html.c:895 html.c:923
111msgid "private" 111msgid "private"
112msgstr "ιδιωτικό" 112msgstr "ιδιωτικό"
113 113
114#: html.c:871 114#: html.c:919
115msgid "public" 115msgid "public"
116msgstr "δημόσιο" 116msgstr "δημόσιο"
117 117
118#: html.c:879 118#: html.c:927
119msgid "notifications" 119msgid "notifications"
120msgstr "ειδοποιήσεις" 120msgstr "ειδοποιήσεις"
121 121
122#: html.c:884 122#: html.c:932
123msgid "people" 123msgid "people"
124msgstr "άνθρωποι" 124msgstr "άνθρωποι"
125 125
126#: html.c:888 126#: html.c:936
127msgid "instance" 127msgid "instance"
128msgstr "διακομιστής" 128msgstr "διακομιστής"
129 129
130#: html.c:897 130#: html.c:945
131msgid "" 131msgid ""
132"Search posts by URL or content (regular expression), @user@host accounts, or " 132"Search posts by URL or content (regular expression), @user@host accounts, or "
133"#tag" 133"#tag"
@@ -135,554 +135,554 @@ msgstr ""
135"Αναζήτηση δημοσιεύσεων με URL ή περιεχόμενο (κανονική έκφραση), " 135"Αναζήτηση δημοσιεύσεων με URL ή περιεχόμενο (κανονική έκφραση), "
136"@χρήστης@διακομιστής, ή #ετικέτα" 136"@χρήστης@διακομιστής, ή #ετικέτα"
137 137
138#: html.c:898 138#: html.c:946
139msgid "Content search" 139msgid "Content search"
140msgstr "Αναζήτηση περιεχομένου" 140msgstr "Αναζήτηση περιεχομένου"
141 141
142#: html.c:1020 142#: html.c:1068
143msgid "verified link" 143msgid "verified link"
144msgstr "πιστοποιημένος σύνδεσμος" 144msgstr "πιστοποιημένος σύνδεσμος"
145 145
146#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 146#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
147msgid "Location: " 147msgid "Location: "
148msgstr "Τοποθεσία: " 148msgstr "Τοποθεσία: "
149 149
150#: html.c:1113 150#: html.c:1161
151msgid "New Post..." 151msgid "New Post..."
152msgstr "Νέα Δημοσίευση..." 152msgstr "Νέα Δημοσίευση..."
153 153
154#: html.c:1115 154#: html.c:1163
155msgid "What's on your mind?" 155msgid "What's on your mind?"
156msgstr "Τι έχεις στο μυαλό σου;" 156msgstr "Τι έχεις στο μυαλό σου;"
157 157
158#: html.c:1124 158#: html.c:1172
159msgid "Operations..." 159msgid "Operations..."
160msgstr "Λειτουργίες..." 160msgstr "Λειτουργίες..."
161 161
162#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 162#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
163msgid "Follow" 163msgid "Follow"
164msgstr "Ακολούθησε" 164msgstr "Ακολούθησε"
165 165
166#: html.c:1141 166#: html.c:1189
167msgid "(by URL or user@host)" 167msgid "(by URL or user@host)"
168msgstr "(με URL ή user@host)" 168msgstr "(με URL ή user@host)"
169 169
170#: html.c:1156 html.c:1690 html.c:4364 170#: html.c:1204 html.c:1764 html.c:4527
171msgid "Boost" 171msgid "Boost"
172msgstr "Ενίσχυση" 172msgstr "Ενίσχυση"
173 173
174#: html.c:1158 html.c:1175 174#: html.c:1206 html.c:1223
175msgid "(by URL)" 175msgid "(by URL)"
176msgstr "(από URL)" 176msgstr "(από URL)"
177 177
178#: html.c:1173 html.c:1669 html.c:4355 178#: html.c:1221 html.c:1743 html.c:4518
179msgid "Like" 179msgid "Like"
180msgstr "Μου αρέσει" 180msgstr "Μου αρέσει"
181 181
182#: html.c:1278 182#: html.c:1347
183msgid "User Settings..." 183msgid "User Settings..."
184msgstr "Ρυθμίσεις Χρήστη..." 184msgstr "Ρυθμίσεις Χρήστη..."
185 185
186#: html.c:1287 186#: html.c:1356
187msgid "Display name:" 187msgid "Display name:"
188msgstr "Προβαλλόμενο όνομα:" 188msgstr "Προβαλλόμενο όνομα:"
189 189
190#: html.c:1293 190#: html.c:1362
191msgid "Your name" 191msgid "Your name"
192msgstr "Το όνομα σου" 192msgstr "Το όνομα σου"
193 193
194#: html.c:1295 194#: html.c:1364
195msgid "Avatar: " 195msgid "Avatar: "
196msgstr "Εικόνα προφίλ: " 196msgstr "Εικόνα προφίλ: "
197 197
198#: html.c:1303 198#: html.c:1372
199msgid "Delete current avatar" 199msgid "Delete current avatar"
200msgstr "Διαγραφή τρέχουσας εικόνας προφίλ" 200msgstr "Διαγραφή τρέχουσας εικόνας προφίλ"
201 201
202#: html.c:1305 202#: html.c:1374
203msgid "Header image (banner): " 203msgid "Header image (banner): "
204msgstr "Εικόνα κεφαλίδας (banner): " 204msgstr "Εικόνα κεφαλίδας (banner): "
205 205
206#: html.c:1313 206#: html.c:1382
207msgid "Delete current header image" 207msgid "Delete current header image"
208msgstr "Διαγραφή τρέχουσας εικόνας κεφαλίδας" 208msgstr "Διαγραφή τρέχουσας εικόνας κεφαλίδας"
209 209
210#: html.c:1315 210#: html.c:1384
211msgid "Bio:" 211msgid "Bio:"
212msgstr "Βιογραφικό:" 212msgstr "Βιογραφικό:"
213 213
214#: html.c:1321 214#: html.c:1390
215msgid "Write about yourself here..." 215msgid "Write about yourself here..."
216msgstr "Γράψε για τον εαυτό σου εδώ..." 216msgstr "Γράψε για τον εαυτό σου εδώ..."
217 217
218#: html.c:1330 218#: html.c:1399
219msgid "Always show sensitive content" 219msgid "Always show sensitive content"
220msgstr "Πάντα πρόβαλε ευαίσθητο περιεχόμενο" 220msgstr "Πάντα πρόβαλε ευαίσθητο περιεχόμενο"
221 221
222#: html.c:1332 222#: html.c:1401
223msgid "Email address for notifications:" 223msgid "Email address for notifications:"
224msgstr "Διεύθυνση email για ειδοποιήσεις:" 224msgstr "Διεύθυνση email για ειδοποιήσεις:"
225 225
226#: html.c:1340 226#: html.c:1409
227msgid "Telegram notifications (bot key and chat id):" 227msgid "Telegram notifications (bot key and chat id):"
228msgstr "Ειδοποιήσεις Telegram (κλειδί bot και chat id):" 228msgstr "Ειδοποιήσεις Telegram (κλειδί bot και chat id):"
229 229
230#: html.c:1354 230#: html.c:1423
231msgid "ntfy notifications (ntfy server and token):" 231msgid "ntfy notifications (ntfy server and token):"
232msgstr "ειδοποιήσεις ntfy (διακομιστής ntfy και token):" 232msgstr "ειδοποιήσεις ntfy (διακομιστής ntfy και token):"
233 233
234#: html.c:1368 234#: html.c:1437
235msgid "Maximum days to keep posts (0: server settings):" 235msgid "Maximum days to keep posts (0: server settings):"
236msgstr "Διατήρηση δημοσιεύσεων για ημέρες (0: ρυθμίσεις διακομιστή):" 236msgstr "Διατήρηση δημοσιεύσεων για ημέρες (0: ρυθμίσεις διακομιστή):"
237 237
238#: html.c:1382 238#: html.c:1451
239msgid "Drop direct messages from people you don't follow" 239msgid "Drop direct messages from people you don't follow"
240msgstr "Απόρριψη άμεσων μηνυμάτων από άτομα που δεν ακολουθείτε" 240msgstr "Απόρριψη άμεσων μηνυμάτων από άτομα που δεν ακολουθείτε"
241 241
242#: html.c:1391 242#: html.c:1460
243msgid "This account is a bot" 243msgid "This account is a bot"
244msgstr "Αυτός ο λογαριασμός είναι αυτοματοποιημένος (bot)" 244msgstr "Αυτός ο λογαριασμός είναι αυτοματοποιημένος (bot)"
245 245
246#: html.c:1400 246#: html.c:1469
247msgid "Auto-boost all mentions to this account" 247msgid "Auto-boost all mentions to this account"
248msgstr "Αυτόματη ενίσχυση όλων των αναφορών σε αυτό το λογαριασμό" 248msgstr "Αυτόματη ενίσχυση όλων των αναφορών σε αυτό το λογαριασμό"
249 249
250#: html.c:1409 250#: html.c:1478
251msgid "This account is private (posts are not shown through the web)" 251msgid "This account is private (posts are not shown through the web)"
252msgstr "" 252msgstr ""
253"Αυτός ο λογαριασμός είναι ιδιωτικός (οι δημοσιεύσεις δεν εμφανίζονται στο " 253"Αυτός ο λογαριασμός είναι ιδιωτικός (οι δημοσιεύσεις δεν εμφανίζονται στο "
254"διαδίκτυο)" 254"διαδίκτυο)"
255 255
256#: html.c:1419 256#: html.c:1488
257msgid "Collapse top threads by default" 257msgid "Collapse top threads by default"
258msgstr "Αναδίπλωση κορυφαίων συζητήσεων εξ'ορισμού" 258msgstr "Αναδίπλωση κορυφαίων συζητήσεων εξ'ορισμού"
259 259
260#: html.c:1428 260#: html.c:1497
261msgid "Follow requests must be approved" 261msgid "Follow requests must be approved"
262msgstr "Τα αιτήματα ακόλουθων πρέπει να εγκρίνονται" 262msgstr "Τα αιτήματα ακόλουθων πρέπει να εγκρίνονται"
263 263
264#: html.c:1437 264#: html.c:1506
265msgid "Publish follower and following metrics" 265msgid "Publish follower and following metrics"
266msgstr "Δημοσίευση στατιστικών ακόλουθων και ακολουθούμενων" 266msgstr "Δημοσίευση στατιστικών ακόλουθων και ακολουθούμενων"
267 267
268#: html.c:1439 268#: html.c:1508
269msgid "Current location:" 269msgid "Current location:"
270msgstr "Τρέχουσα τοποθεσία:" 270msgstr "Τρέχουσα τοποθεσία:"
271 271
272#: html.c:1453 272#: html.c:1522
273msgid "Profile metadata (key=value pairs in each line):" 273msgid "Profile metadata (key=value pairs in each line):"
274msgstr "Μεταστοιχεία προφίλ (κλειδί=τιμή ζευγάρια σε κάθε γραμμή):" 274msgstr "Μεταστοιχεία προφίλ (κλειδί=τιμή ζευγάρια σε κάθε γραμμή):"
275 275
276#: html.c:1464 276#: html.c:1533
277msgid "Web interface language:" 277msgid "Web interface language:"
278msgstr "Γλώσσα περιβάλλοντος web:" 278msgstr "Γλώσσα περιβάλλοντος web:"
279 279
280#: html.c:1469 280#: html.c:1543
281msgid "New password:" 281msgid "New password:"
282msgstr "Νέος κωδικός:" 282msgstr "Νέος κωδικός:"
283 283
284#: html.c:1476 284#: html.c:1550
285msgid "Repeat new password:" 285msgid "Repeat new password:"
286msgstr "Επανάληψη νέου κωδικού:" 286msgstr "Επανάληψη νέου κωδικού:"
287 287
288#: html.c:1486 288#: html.c:1560
289msgid "Update user info" 289msgid "Update user info"
290msgstr "Ενημέρωση στοιχείων χρήστη" 290msgstr "Ενημέρωση στοιχείων χρήστη"
291 291
292#: html.c:1497 292#: html.c:1571
293msgid "Followed hashtags..." 293msgid "Followed hashtags..."
294msgstr "Ετικέτες που ακολουθείτε..." 294msgstr "Ετικέτες που ακολουθείτε..."
295 295
296#: html.c:1499 html.c:1531 296#: html.c:1573 html.c:1605
297msgid "One hashtag per line" 297msgid "One hashtag per line"
298msgstr "Μία ετικέτα ανά γραμμή" 298msgstr "Μία ετικέτα ανά γραμμή"
299 299
300#: html.c:1520 html.c:1552 300#: html.c:1594 html.c:1626
301msgid "Update hashtags" 301msgid "Update hashtags"
302msgstr "Ενημέρωση ετικετών" 302msgstr "Ενημέρωση ετικετών"
303 303
304#: html.c:1669 304#: html.c:1743
305msgid "Say you like this post" 305msgid "Say you like this post"
306msgstr "Ανάφερε ότι σου αρέσει αυτή η δημοσίευση" 306msgstr "Ανάφερε ότι σου αρέσει αυτή η δημοσίευση"
307 307
308#: html.c:1674 html.c:4373 308#: html.c:1748 html.c:4536
309msgid "Unlike" 309msgid "Unlike"
310msgstr "Αναίρεση μου αρέσει" 310msgstr "Αναίρεση μου αρέσει"
311 311
312#: html.c:1674 312#: html.c:1748
313msgid "Nah don't like it that much" 313msgid "Nah don't like it that much"
314msgstr "Μπα δεν μ' αρέσει τόσο" 314msgstr "Μπα δεν μ' αρέσει τόσο"
315 315
316#: html.c:1680 html.c:4505 316#: html.c:1754 html.c:4673
317msgid "Unpin" 317msgid "Unpin"
318msgstr "Ξεκαρφίτσωμα" 318msgstr "Ξεκαρφίτσωμα"
319 319
320#: html.c:1680 320#: html.c:1754
321msgid "Unpin this post from your timeline" 321msgid "Unpin this post from your timeline"
322msgstr "Ξεκαρφίτσωμα αυτής της δημοσίευσης από τη ροή σας" 322msgstr "Ξεκαρφίτσωμα αυτής της δημοσίευσης από τη ροή σας"
323 323
324#: html.c:1683 html.c:4500 324#: html.c:1757 html.c:4668
325msgid "Pin" 325msgid "Pin"
326msgstr "Καρφίτσωμα" 326msgstr "Καρφίτσωμα"
327 327
328#: html.c:1683 328#: html.c:1757
329msgid "Pin this post to the top of your timeline" 329msgid "Pin this post to the top of your timeline"
330msgstr "Καρφίτσωμα αυτής της δημοσίευσης στη κορυφή της ροής σας" 330msgstr "Καρφίτσωμα αυτής της δημοσίευσης στη κορυφή της ροής σας"
331 331
332#: html.c:1690 332#: html.c:1764
333msgid "Announce this post to your followers" 333msgid "Announce this post to your followers"
334msgstr "Ανακοίνωση αυτής της δημοσίευσης στους ακόλουθους σας" 334msgstr "Ανακοίνωση αυτής της δημοσίευσης στους ακόλουθους σας"
335 335
336#: html.c:1695 html.c:4381 336#: html.c:1769 html.c:4544
337msgid "Unboost" 337msgid "Unboost"
338msgstr "Αφαίρεση ενίσχυσης" 338msgstr "Αφαίρεση ενίσχυσης"
339 339
340#: html.c:1695 340#: html.c:1769
341msgid "I regret I boosted this" 341msgid "I regret I boosted this"
342msgstr "Μετάνιωσα που το ενίσχυσα" 342msgstr "Μετάνιωσα που το ενίσχυσα"
343 343
344#: html.c:1701 html.c:4515 344#: html.c:1775 html.c:4683
345msgid "Unbookmark" 345msgid "Unbookmark"
346msgstr "Αφαίρεση σελιδοδείκτη" 346msgstr "Αφαίρεση σελιδοδείκτη"
347 347
348#: html.c:1701 348#: html.c:1775
349msgid "Delete this post from your bookmarks" 349msgid "Delete this post from your bookmarks"
350msgstr "Διαγραφή αυτής της δημοσίευσης από τους σελιδοδείκτες σου" 350msgstr "Διαγραφή αυτής της δημοσίευσης από τους σελιδοδείκτες σου"
351 351
352#: html.c:1704 html.c:4510 352#: html.c:1778 html.c:4678
353msgid "Bookmark" 353msgid "Bookmark"
354msgstr "Εισαγωγή σελιδοδείκτη" 354msgstr "Εισαγωγή σελιδοδείκτη"
355 355
356#: html.c:1704 356#: html.c:1778
357msgid "Add this post to your bookmarks" 357msgid "Add this post to your bookmarks"
358msgstr "Προσθήκη αυτής της δημοσίευσης στους σελιδοδείκτες σου" 358msgstr "Προσθήκη αυτής της δημοσίευσης στους σελιδοδείκτες σου"
359 359
360#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 360#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
361msgid "Unfollow" 361msgid "Unfollow"
362msgstr "Αναίρεση ακολουθίας" 362msgstr "Αναίρεση ακολουθίας"
363 363
364#: html.c:1710 html.c:3082 364#: html.c:1784 html.c:3180
365msgid "Stop following this user's activity" 365msgid "Stop following this user's activity"
366msgstr "Σταμάτα να ακολουθείς τη δραστηριότητα αυτού του χρήστη" 366msgstr "Σταμάτα να ακολουθείς τη δραστηριότητα αυτού του χρήστη"
367 367
368#: html.c:1714 html.c:3096 368#: html.c:1788 html.c:3194
369msgid "Start following this user's activity" 369msgid "Start following this user's activity"
370msgstr "Ξεκίνα να ακολουθείς τη δραστηριότητα αυτού του χρήστη" 370msgstr "Ξεκίνα να ακολουθείς τη δραστηριότητα αυτού του χρήστη"
371 371
372#: html.c:1720 html.c:4455 372#: html.c:1794 html.c:4621
373msgid "Unfollow Group" 373msgid "Unfollow Group"
374msgstr "Αναίρεση ακολουθίας ομάδας" 374msgstr "Αναίρεση ακολουθίας ομάδας"
375 375
376#: html.c:1721 376#: html.c:1795
377msgid "Stop following this group or channel" 377msgid "Stop following this group or channel"
378msgstr "Σταμάτα να ακολουθείς αυτή την ομάδα ή κανάλι" 378msgstr "Σταμάτα να ακολουθείς αυτή την ομάδα ή κανάλι"
379 379
380#: html.c:1725 html.c:4442 380#: html.c:1799 html.c:4608
381msgid "Follow Group" 381msgid "Follow Group"
382msgstr "Ακολούθησε την Ομάδα" 382msgstr "Ακολούθησε την Ομάδα"
383 383
384#: html.c:1726 384#: html.c:1800
385msgid "Start following this group or channel" 385msgid "Start following this group or channel"
386msgstr "Ξεκίνα να ακολουθείς αυτή την ομάδα ή κανάλι" 386msgstr "Ξεκίνα να ακολουθείς αυτή την ομάδα ή κανάλι"
387 387
388#: html.c:1731 html.c:3118 html.c:4389 388#: html.c:1805 html.c:3216 html.c:4552
389msgid "MUTE" 389msgid "MUTE"
390msgstr "ΣΙΓΑΣΗ" 390msgstr "ΣΙΓΑΣΗ"
391 391
392#: html.c:1732 392#: html.c:1806
393msgid "Block any activity from this user forever" 393msgid "Block any activity from this user forever"
394msgstr "Αποκλεισμός οποιασδήποτε δραστηριότητας από αυτόν τον χρήστη για πάντα" 394msgstr "Αποκλεισμός οποιασδήποτε δραστηριότητας από αυτόν τον χρήστη για πάντα"
395 395
396#: html.c:1737 html.c:3100 html.c:4472 396#: html.c:1811 html.c:3198 html.c:4638
397msgid "Delete" 397msgid "Delete"
398msgstr "Διαγραφή" 398msgstr "Διαγραφή"
399 399
400#: html.c:1737 400#: html.c:1811
401msgid "Delete this post" 401msgid "Delete this post"
402msgstr "Διαγραφή αυτής της δημοσίευσης" 402msgstr "Διαγραφή αυτής της δημοσίευσης"
403 403
404#: html.c:1740 html.c:4397 404#: html.c:1814 html.c:4560
405msgid "Hide" 405msgid "Hide"
406msgstr "Απόκρυψη" 406msgstr "Απόκρυψη"
407 407
408#: html.c:1740 408#: html.c:1814
409msgid "Hide this post and its children" 409msgid "Hide this post and its children"
410msgstr "Απόκρυψη αυτής της δημοσίευσης και των απαντήσεων της" 410msgstr "Απόκρυψη αυτής της δημοσίευσης και των απαντήσεων της"
411 411
412#: html.c:1771 412#: html.c:1845
413msgid "Edit..." 413msgid "Edit..."
414msgstr "Επεξεργασία..." 414msgstr "Επεξεργασία..."
415 415
416#: html.c:1790 416#: html.c:1865
417msgid "Reply..." 417msgid "Reply..."
418msgstr "Απάντηση..." 418msgstr "Απάντηση..."
419 419
420#: html.c:1841 420#: html.c:1916
421msgid "Truncated (too deep)" 421msgid "Truncated (too deep)"
422msgstr "Έγινε περικοπή (πολύ βαθύ)" 422msgstr "Έγινε περικοπή (πολύ βαθύ)"
423 423
424#: html.c:1850 424#: html.c:1925
425msgid "follows you" 425msgid "follows you"
426msgstr "σε ακολουθεί" 426msgstr "σε ακολουθεί"
427 427
428#: html.c:1913 428#: html.c:1988
429msgid "Pinned" 429msgid "Pinned"
430msgstr "Καρφιτσωμένο" 430msgstr "Καρφιτσωμένο"
431 431
432#: html.c:1921 432#: html.c:1996
433msgid "Bookmarked" 433msgid "Bookmarked"
434msgstr "Εισήχθηκε σελιδοδείκτης" 434msgstr "Εισήχθηκε σελιδοδείκτης"
435 435
436#: html.c:1929 436#: html.c:2004
437msgid "Poll" 437msgid "Poll"
438msgstr "Δημοσκόπηση" 438msgstr "Δημοσκόπηση"
439 439
440#: html.c:1936 440#: html.c:2011
441msgid "Voted" 441msgid "Voted"
442msgstr "Ψήφισες" 442msgstr "Ψήφισες"
443 443
444#: html.c:1945 444#: html.c:2020
445msgid "Event" 445msgid "Event"
446msgstr "Εκδήλωση" 446msgstr "Εκδήλωση"
447 447
448#: html.c:1977 html.c:2006 448#: html.c:2052 html.c:2081
449msgid "boosted" 449msgid "boosted"
450msgstr "ενισχύθηκε" 450msgstr "ενισχύθηκε"
451 451
452#: html.c:2022 452#: html.c:2097
453msgid "in reply to" 453msgid "in reply to"
454msgstr "σε απάντηση του" 454msgstr "σε απάντηση του"
455 455
456#: html.c:2073 456#: html.c:2148
457msgid " [SENSITIVE CONTENT]" 457msgid " [SENSITIVE CONTENT]"
458msgstr " [ΕΥΑΙΣΘΗΤΟ ΠΕΡΙΕΧΟΜΕΝΟ]" 458msgstr " [ΕΥΑΙΣΘΗΤΟ ΠΕΡΙΕΧΟΜΕΝΟ]"
459 459
460#: html.c:2250 460#: html.c:2325
461msgid "Vote" 461msgid "Vote"
462msgstr "Ψήφισε" 462msgstr "Ψήφισε"
463 463
464#: html.c:2260 464#: html.c:2335
465msgid "Closed" 465msgid "Closed"
466msgstr "Έκλεισε" 466msgstr "Έκλεισε"
467 467
468#: html.c:2285 468#: html.c:2360
469msgid "Closes in" 469msgid "Closes in"
470msgstr "Κλείνει σε" 470msgstr "Κλείνει σε"
471 471
472#: html.c:2366 472#: html.c:2441
473msgid "Video" 473msgid "Video"
474msgstr "Βίντεο" 474msgstr "Βίντεο"
475 475
476#: html.c:2381 476#: html.c:2456
477msgid "Audio" 477msgid "Audio"
478msgstr "Ήχος" 478msgstr "Ήχος"
479 479
480#: html.c:2403 480#: html.c:2484
481msgid "Attachment" 481msgid "Attachment"
482msgstr "Επισύναψη" 482msgstr "Επισύναψη"
483 483
484#: html.c:2417 484#: html.c:2498
485msgid "Alt..." 485msgid "Alt..."
486msgstr "Εναλλακτικό κείμενο..." 486msgstr "Εναλλακτικό κείμενο..."
487 487
488#: html.c:2430 488#: html.c:2511
489msgid "Source channel or community" 489msgid "Source channel or community"
490msgstr "Πηγή κανάλι ή κοινότητα" 490msgstr "Πηγή κανάλι ή κοινότητα"
491 491
492#: html.c:2524 492#: html.c:2605
493msgid "Time: " 493msgid "Time: "
494msgstr "Ώρα: " 494msgstr "Ώρα: "
495 495
496#: html.c:2605 496#: html.c:2686
497msgid "Older..." 497msgid "Older..."
498msgstr "Παλαιότερα..." 498msgstr "Παλαιότερα..."
499 499
500#: html.c:2702 500#: html.c:2788
501msgid "about this site" 501msgid "about this site"
502msgstr "σχετικά με αυτό τον ιστότοπο" 502msgstr "σχετικά με αυτό τον ιστότοπο"
503 503
504#: html.c:2704 504#: html.c:2790
505msgid "powered by " 505msgid "powered by "
506msgstr "λειτουργεί με " 506msgstr "λειτουργεί με "
507 507
508#: html.c:2769 508#: html.c:2855
509msgid "Dismiss" 509msgid "Dismiss"
510msgstr "Απόρριψη" 510msgstr "Απόρριψη"
511 511
512#: html.c:2786 512#: html.c:2872
513#, c-format 513#, c-format
514msgid "Timeline for list '%s'" 514msgid "Timeline for list '%s'"
515msgstr "Ροή για λίστα '%s'" 515msgstr "Ροή για λίστα '%s'"
516 516
517#: html.c:2805 html.c:3846 517#: html.c:2891 html.c:3944
518msgid "Pinned posts" 518msgid "Pinned posts"
519msgstr "Καρφιτσωμένες δημοσιεύσεις" 519msgstr "Καρφιτσωμένες δημοσιεύσεις"
520 520
521#: html.c:2817 html.c:3861 521#: html.c:2903 html.c:3959
522msgid "Bookmarked posts" 522msgid "Bookmarked posts"
523msgstr "Σελιδοδείκτες" 523msgstr "Σελιδοδείκτες"
524 524
525#: html.c:2829 html.c:3876 525#: html.c:2915 html.c:3974
526msgid "Post drafts" 526msgid "Post drafts"
527msgstr "Προσχέδια δημοσιεύσεων" 527msgstr "Προσχέδια δημοσιεύσεων"
528 528
529#: html.c:2888 529#: html.c:2986
530msgid "No more unseen posts" 530msgid "No more unseen posts"
531msgstr "Δεν υπάρχουν άλλες αδιάβαστες δημοσιεύσεις" 531msgstr "Δεν υπάρχουν άλλες αδιάβαστες δημοσιεύσεις"
532 532
533#: html.c:2892 html.c:2992 533#: html.c:2990 html.c:3090
534msgid "Back to top" 534msgid "Back to top"
535msgstr "Πίσω στη κορυφή" 535msgstr "Πίσω στη κορυφή"
536 536
537#: html.c:2945 537#: html.c:3043
538msgid "History" 538msgid "History"
539msgstr "Ιστορικό" 539msgstr "Ιστορικό"
540 540
541#: html.c:2997 html.c:3417 541#: html.c:3095 html.c:3515
542msgid "More..." 542msgid "More..."
543msgstr "Περισσότερα..." 543msgstr "Περισσότερα..."
544 544
545#: html.c:3086 html.c:4408 545#: html.c:3184 html.c:4574
546msgid "Unlimit" 546msgid "Unlimit"
547msgstr "Αφαίρεση περιορισμού" 547msgstr "Αφαίρεση περιορισμού"
548 548
549#: html.c:3087 549#: html.c:3185
550msgid "Allow announces (boosts) from this user" 550msgid "Allow announces (boosts) from this user"
551msgstr "Επέτρεψε ανακοινώσεις (ενισχύσεις) από αυτό το χρήστη" 551msgstr "Επέτρεψε ανακοινώσεις (ενισχύσεις) από αυτό το χρήστη"
552 552
553#: html.c:3090 html.c:4404 553#: html.c:3188 html.c:4570
554msgid "Limit" 554msgid "Limit"
555msgstr "Περιορισμός" 555msgstr "Περιορισμός"
556 556
557#: html.c:3091 557#: html.c:3189
558msgid "Block announces (boosts) from this user" 558msgid "Block announces (boosts) from this user"
559msgstr "Απέκλεισε ανακοινώσεις (ενισχύσεις) από αυτό το χρήστη" 559msgstr "Απέκλεισε ανακοινώσεις (ενισχύσεις) από αυτό το χρήστη"
560 560
561#: html.c:3100 561#: html.c:3198
562msgid "Delete this user" 562msgid "Delete this user"
563msgstr "Διαγραφή αυτού του χρήστη" 563msgstr "Διαγραφή αυτού του χρήστη"
564 564
565#: html.c:3105 html.c:4520 565#: html.c:3203 html.c:4688
566msgid "Approve" 566msgid "Approve"
567msgstr "Έγκριση" 567msgstr "Έγκριση"
568 568
569#: html.c:3106 569#: html.c:3204
570msgid "Approve this follow request" 570msgid "Approve this follow request"
571msgstr "Έγκριση αυτού του αιτήματος ακόλουθου" 571msgstr "Έγκριση αυτού του αιτήματος ακόλουθου"
572 572
573#: html.c:3109 html.c:4544 573#: html.c:3207 html.c:4712
574msgid "Discard" 574msgid "Discard"
575msgstr "Απόρριψη" 575msgstr "Απόρριψη"
576 576
577#: html.c:3109 577#: html.c:3207
578msgid "Discard this follow request" 578msgid "Discard this follow request"
579msgstr "Απόρριψη αυτού του αιτήματος ακόλουθου" 579msgstr "Απόρριψη αυτού του αιτήματος ακόλουθου"
580 580
581#: html.c:3114 html.c:4393 581#: html.c:3212 html.c:4556
582msgid "Unmute" 582msgid "Unmute"
583msgstr "Αφαίρεση σίγασης" 583msgstr "Αφαίρεση σίγασης"
584 584
585#: html.c:3115 585#: html.c:3213
586msgid "Stop blocking activities from this user" 586msgid "Stop blocking activities from this user"
587msgstr "Διακοπή αποκλεισμού δραστηριοτήτων από αυτό το χρήστη" 587msgstr "Διακοπή αποκλεισμού δραστηριοτήτων από αυτό το χρήστη"
588 588
589#: html.c:3119 589#: html.c:3217
590msgid "Block any activity from this user" 590msgid "Block any activity from this user"
591msgstr "Αποκλεισμός οποιασδήποτε δραστηριότητας από αυτό τον χρήστη" 591msgstr "Αποκλεισμός οποιασδήποτε δραστηριότητας από αυτό τον χρήστη"
592 592
593#: html.c:3127 593#: html.c:3225
594msgid "Direct Message..." 594msgid "Direct Message..."
595msgstr "Απευθείας Μήνυμα..." 595msgstr "Απευθείας Μήνυμα..."
596 596
597#: html.c:3162 597#: html.c:3260
598msgid "Pending follow confirmations" 598msgid "Pending follow confirmations"
599msgstr "Εκκεμείς επιβεβαιώσεις ακολουθήσεων" 599msgstr "Εκκεμείς επιβεβαιώσεις ακολουθήσεων"
600 600
601#: html.c:3166 601#: html.c:3264
602msgid "People you follow" 602msgid "People you follow"
603msgstr "Άνθρωποι που ακολουθείτε" 603msgstr "Άνθρωποι που ακολουθείτε"
604 604
605#: html.c:3167 605#: html.c:3265
606msgid "People that follow you" 606msgid "People that follow you"
607msgstr "Άνθρωποι που σας ακολουθούν" 607msgstr "Άνθρωποι που σας ακολουθούν"
608 608
609#: html.c:3206 609#: html.c:3304
610msgid "Clear all" 610msgid "Clear all"
611msgstr "Εκκαθάριση όλων" 611msgstr "Εκκαθάριση όλων"
612 612
613#: html.c:3263 613#: html.c:3361
614msgid "Mention" 614msgid "Mention"
615msgstr "Αναφορά" 615msgstr "Αναφορά"
616 616
617#: html.c:3266 617#: html.c:3364
618msgid "Finished poll" 618msgid "Finished poll"
619msgstr "Ολοκληρωμένη δημοσκόπηση" 619msgstr "Ολοκληρωμένη δημοσκόπηση"
620 620
621#: html.c:3281 621#: html.c:3379
622msgid "Follow Request" 622msgid "Follow Request"
623msgstr "Αίτημα Ακόλουθου" 623msgstr "Αίτημα Ακόλουθου"
624 624
625#: html.c:3364 625#: html.c:3462
626msgid "Context" 626msgid "Context"
627msgstr "Περιεχόμενο" 627msgstr "Περιεχόμενο"
628 628
629#: html.c:3375 629#: html.c:3473
630msgid "New" 630msgid "New"
631msgstr "Νέο" 631msgstr "Νέο"
632 632
633#: html.c:3390 633#: html.c:3488
634msgid "Already seen" 634msgid "Already seen"
635msgstr "Έχει ήδη προβληθεί" 635msgstr "Έχει ήδη προβληθεί"
636 636
637#: html.c:3405 637#: html.c:3503
638msgid "None" 638msgid "None"
639msgstr "Κανένα" 639msgstr "Κανένα"
640 640
641#: html.c:3671 641#: html.c:3769
642#, c-format 642#, c-format
643msgid "Search results for account %s" 643msgid "Search results for account %s"
644msgstr "Αποτελέσματα αναζήτηση για λογαριασμό %s" 644msgstr "Αποτελέσματα αναζήτηση για λογαριασμό %s"
645 645
646#: html.c:3678 646#: html.c:3776
647#, c-format 647#, c-format
648msgid "Account %s not found" 648msgid "Account %s not found"
649msgstr "Ο λογαριασμός %s δεν βρέθηκε" 649msgstr "Ο λογαριασμός %s δεν βρέθηκε"
650 650
651#: html.c:3709 651#: html.c:3807
652#, c-format 652#, c-format
653msgid "Search results for tag %s" 653msgid "Search results for tag %s"
654msgstr "Αποτελέσματα αναζήτησης για ετικέτα %s" 654msgstr "Αποτελέσματα αναζήτησης για ετικέτα %s"
655 655
656#: html.c:3709 656#: html.c:3807
657#, c-format 657#, c-format
658msgid "Nothing found for tag %s" 658msgid "Nothing found for tag %s"
659msgstr "Δε βρέθηκε κάτι για ετικέτα %s" 659msgstr "Δε βρέθηκε κάτι για ετικέτα %s"
660 660
661#: html.c:3725 661#: html.c:3823
662#, c-format 662#, c-format
663msgid "Search results for '%s' (may be more)" 663msgid "Search results for '%s' (may be more)"
664msgstr "Αποτελέσματα αναζήτησης για '%s' (μπορεί να υπάρχουν περισσότερα)" 664msgstr "Αποτελέσματα αναζήτησης για '%s' (μπορεί να υπάρχουν περισσότερα)"
665 665
666#: html.c:3728 666#: html.c:3826
667#, c-format 667#, c-format
668msgid "Search results for '%s'" 668msgid "Search results for '%s'"
669msgstr "Αποτελέσματα αναζήτησης για '%s'" 669msgstr "Αποτελέσματα αναζήτησης για '%s'"
670 670
671#: html.c:3731 671#: html.c:3829
672#, c-format 672#, c-format
673msgid "No more matches for '%s'" 673msgid "No more matches for '%s'"
674msgstr "Δεν υπάρχουν άλλα αποτελέσματα για '%s'" 674msgstr "Δεν υπάρχουν άλλα αποτελέσματα για '%s'"
675 675
676#: html.c:3733 676#: html.c:3831
677#, c-format 677#, c-format
678msgid "Nothing found for '%s'" 678msgid "Nothing found for '%s'"
679msgstr "Δε βρέθηκε κάτι για '%s'" 679msgstr "Δε βρέθηκε κάτι για '%s'"
680 680
681#: html.c:3831 681#: html.c:3929
682msgid "Showing instance timeline" 682msgid "Showing instance timeline"
683msgstr "Προβάλλεται η ροή του διακομιστή" 683msgstr "Προβάλλεται η ροή του διακομιστή"
684 684
685#: html.c:3899 685#: html.c:4012
686#, c-format 686#, c-format
687msgid "Showing timeline for list '%s'" 687msgid "Showing timeline for list '%s'"
688msgstr "Προβάλετε η ροή της λίστας '%s'" 688msgstr "Προβάλετε η ροή της λίστας '%s'"
@@ -696,15 +696,15 @@ msgstr "Αποτελέσματα αναζήτησης για ετικέτα #%s"
696msgid "Recent posts by users in this instance" 696msgid "Recent posts by users in this instance"
697msgstr "Πρόσφατες αναρτήσεις από χρήστες σε αυτό τον ιστότοπο" 697msgstr "Πρόσφατες αναρτήσεις από χρήστες σε αυτό τον ιστότοπο"
698 698
699#: html.c:1529 699#: html.c:1603
700msgid "Blocked hashtags..." 700msgid "Blocked hashtags..."
701msgstr "Αποκλεισμένες ετικέτες..." 701msgstr "Αποκλεισμένες ετικέτες..."
702 702
703#: html.c:420 703#: html.c:432
704msgid "Optional URL to reply to" 704msgid "Optional URL to reply to"
705msgstr "" 705msgstr ""
706 706
707#: html.c:527 707#: html.c:575
708msgid "" 708msgid ""
709"Option 1...\n" 709"Option 1...\n"
710"Option 2...\n" 710"Option 2...\n"
@@ -712,30 +712,54 @@ msgid ""
712"..." 712"..."
713msgstr "" 713msgstr ""
714 714
715#: html.c:1346 715#: html.c:1415
716msgid "Bot API key" 716msgid "Bot API key"
717msgstr "" 717msgstr ""
718 718
719#: html.c:1352 719#: html.c:1421
720msgid "Chat id" 720msgid "Chat id"
721msgstr "" 721msgstr ""
722 722
723#: html.c:1360 723#: html.c:1429
724msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 724msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
725msgstr "" 725msgstr ""
726 726
727#: html.c:1366 727#: html.c:1435
728msgid "ntfy token - if needed" 728msgid "ntfy token - if needed"
729msgstr "" 729msgstr ""
730 730
731#: html.c:2806 731#: html.c:2892
732msgid "pinned" 732msgid "pinned"
733msgstr "" 733msgstr ""
734 734
735#: html.c:2818 735#: html.c:2904
736msgid "bookmarks" 736msgid "bookmarks"
737msgstr "" 737msgstr ""
738 738
739#: html.c:2830 739#: html.c:2916
740msgid "drafts" 740msgid "drafts"
741msgstr "" 741msgstr ""
742
743#: html.c:464
744msgid "Scheduled post..."
745msgstr ""
746
747msgid "Post date and time:"
748msgstr ""
749
750#: html.c:2927 html.c:3989
751msgid "Scheduled posts"
752msgstr ""
753
754#: html.c:2928
755msgid "scheduled posts"
756msgstr ""
757
758#: html.c:458
759#, c-format
760msgid "Post date and time (timezone: %s):"
761msgstr ""
762
763#: html.c:1538
764msgid "Time zone:"
765msgstr ""
diff --git a/po/en.po b/po/en.po
index c5a63f0..1cb7778 100644
--- a/po/en.po
+++ b/po/en.po
@@ -8,671 +8,671 @@ msgstr ""
8"Language: en\n" 8"Language: en\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "" 13msgstr ""
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "" 17msgstr ""
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "" 21msgstr ""
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "" 25msgstr ""
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "" 29msgstr ""
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "" 33msgstr ""
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "" 37msgstr ""
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "" 41msgstr ""
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "" 45msgstr ""
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "" 49msgstr ""
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "" 53msgstr ""
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "" 57msgstr ""
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "" 61msgstr ""
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "" 65msgstr ""
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "" 69msgstr ""
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "" 73msgstr ""
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "" 77msgstr ""
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "" 81msgstr ""
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "" 85msgstr ""
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "" 89msgstr ""
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "" 93msgstr ""
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "" 98msgstr ""
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "" 102msgstr ""
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "" 106msgstr ""
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "" 110msgstr ""
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "" 114msgstr ""
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "" 118msgstr ""
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "" 122msgstr ""
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
128msgstr "" 128msgstr ""
129 129
130#: html.c:898 130#: html.c:946
131msgid "Content search" 131msgid "Content search"
132msgstr "" 132msgstr ""
133 133
134#: html.c:1020 134#: html.c:1068
135msgid "verified link" 135msgid "verified link"
136msgstr "" 136msgstr ""
137 137
138#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 138#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
139msgid "Location: " 139msgid "Location: "
140msgstr "" 140msgstr ""
141 141
142#: html.c:1113 142#: html.c:1161
143msgid "New Post..." 143msgid "New Post..."
144msgstr "" 144msgstr ""
145 145
146#: html.c:1115 146#: html.c:1163
147msgid "What's on your mind?" 147msgid "What's on your mind?"
148msgstr "" 148msgstr ""
149 149
150#: html.c:1124 150#: html.c:1172
151msgid "Operations..." 151msgid "Operations..."
152msgstr "" 152msgstr ""
153 153
154#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 154#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
155msgid "Follow" 155msgid "Follow"
156msgstr "" 156msgstr ""
157 157
158#: html.c:1141 158#: html.c:1189
159msgid "(by URL or user@host)" 159msgid "(by URL or user@host)"
160msgstr "" 160msgstr ""
161 161
162#: html.c:1156 html.c:1690 html.c:4364 162#: html.c:1204 html.c:1764 html.c:4527
163msgid "Boost" 163msgid "Boost"
164msgstr "" 164msgstr ""
165 165
166#: html.c:1158 html.c:1175 166#: html.c:1206 html.c:1223
167msgid "(by URL)" 167msgid "(by URL)"
168msgstr "" 168msgstr ""
169 169
170#: html.c:1173 html.c:1669 html.c:4355 170#: html.c:1221 html.c:1743 html.c:4518
171msgid "Like" 171msgid "Like"
172msgstr "" 172msgstr ""
173 173
174#: html.c:1278 174#: html.c:1347
175msgid "User Settings..." 175msgid "User Settings..."
176msgstr "" 176msgstr ""
177 177
178#: html.c:1287 178#: html.c:1356
179msgid "Display name:" 179msgid "Display name:"
180msgstr "" 180msgstr ""
181 181
182#: html.c:1293 182#: html.c:1362
183msgid "Your name" 183msgid "Your name"
184msgstr "" 184msgstr ""
185 185
186#: html.c:1295 186#: html.c:1364
187msgid "Avatar: " 187msgid "Avatar: "
188msgstr "" 188msgstr ""
189 189
190#: html.c:1303 190#: html.c:1372
191msgid "Delete current avatar" 191msgid "Delete current avatar"
192msgstr "" 192msgstr ""
193 193
194#: html.c:1305 194#: html.c:1374
195msgid "Header image (banner): " 195msgid "Header image (banner): "
196msgstr "" 196msgstr ""
197 197
198#: html.c:1313 198#: html.c:1382
199msgid "Delete current header image" 199msgid "Delete current header image"
200msgstr "" 200msgstr ""
201 201
202#: html.c:1315 202#: html.c:1384
203msgid "Bio:" 203msgid "Bio:"
204msgstr "" 204msgstr ""
205 205
206#: html.c:1321 206#: html.c:1390
207msgid "Write about yourself here..." 207msgid "Write about yourself here..."
208msgstr "" 208msgstr ""
209 209
210#: html.c:1330 210#: html.c:1399
211msgid "Always show sensitive content" 211msgid "Always show sensitive content"
212msgstr "" 212msgstr ""
213 213
214#: html.c:1332 214#: html.c:1401
215msgid "Email address for notifications:" 215msgid "Email address for notifications:"
216msgstr "" 216msgstr ""
217 217
218#: html.c:1340 218#: html.c:1409
219msgid "Telegram notifications (bot key and chat id):" 219msgid "Telegram notifications (bot key and chat id):"
220msgstr "" 220msgstr ""
221 221
222#: html.c:1354 222#: html.c:1423
223msgid "ntfy notifications (ntfy server and token):" 223msgid "ntfy notifications (ntfy server and token):"
224msgstr "" 224msgstr ""
225 225
226#: html.c:1368 226#: html.c:1437
227msgid "Maximum days to keep posts (0: server settings):" 227msgid "Maximum days to keep posts (0: server settings):"
228msgstr "" 228msgstr ""
229 229
230#: html.c:1382 230#: html.c:1451
231msgid "Drop direct messages from people you don't follow" 231msgid "Drop direct messages from people you don't follow"
232msgstr "" 232msgstr ""
233 233
234#: html.c:1391 234#: html.c:1460
235msgid "This account is a bot" 235msgid "This account is a bot"
236msgstr "" 236msgstr ""
237 237
238#: html.c:1400 238#: html.c:1469
239msgid "Auto-boost all mentions to this account" 239msgid "Auto-boost all mentions to this account"
240msgstr "" 240msgstr ""
241 241
242#: html.c:1409 242#: html.c:1478
243msgid "This account is private (posts are not shown through the web)" 243msgid "This account is private (posts are not shown through the web)"
244msgstr "" 244msgstr ""
245 245
246#: html.c:1419 246#: html.c:1488
247msgid "Collapse top threads by default" 247msgid "Collapse top threads by default"
248msgstr "" 248msgstr ""
249 249
250#: html.c:1428 250#: html.c:1497
251msgid "Follow requests must be approved" 251msgid "Follow requests must be approved"
252msgstr "" 252msgstr ""
253 253
254#: html.c:1437 254#: html.c:1506
255msgid "Publish follower and following metrics" 255msgid "Publish follower and following metrics"
256msgstr "" 256msgstr ""
257 257
258#: html.c:1439 258#: html.c:1508
259msgid "Current location:" 259msgid "Current location:"
260msgstr "" 260msgstr ""
261 261
262#: html.c:1453 262#: html.c:1522
263msgid "Profile metadata (key=value pairs in each line):" 263msgid "Profile metadata (key=value pairs in each line):"
264msgstr "" 264msgstr ""
265 265
266#: html.c:1464 266#: html.c:1533
267msgid "Web interface language:" 267msgid "Web interface language:"
268msgstr "" 268msgstr ""
269 269
270#: html.c:1469 270#: html.c:1543
271msgid "New password:" 271msgid "New password:"
272msgstr "" 272msgstr ""
273 273
274#: html.c:1476 274#: html.c:1550
275msgid "Repeat new password:" 275msgid "Repeat new password:"
276msgstr "" 276msgstr ""
277 277
278#: html.c:1486 278#: html.c:1560
279msgid "Update user info" 279msgid "Update user info"
280msgstr "" 280msgstr ""
281 281
282#: html.c:1497 282#: html.c:1571
283msgid "Followed hashtags..." 283msgid "Followed hashtags..."
284msgstr "" 284msgstr ""
285 285
286#: html.c:1499 html.c:1531 286#: html.c:1573 html.c:1605
287msgid "One hashtag per line" 287msgid "One hashtag per line"
288msgstr "" 288msgstr ""
289 289
290#: html.c:1520 html.c:1552 290#: html.c:1594 html.c:1626
291msgid "Update hashtags" 291msgid "Update hashtags"
292msgstr "" 292msgstr ""
293 293
294#: html.c:1669 294#: html.c:1743
295msgid "Say you like this post" 295msgid "Say you like this post"
296msgstr "" 296msgstr ""
297 297
298#: html.c:1674 html.c:4373 298#: html.c:1748 html.c:4536
299msgid "Unlike" 299msgid "Unlike"
300msgstr "" 300msgstr ""
301 301
302#: html.c:1674 302#: html.c:1748
303msgid "Nah don't like it that much" 303msgid "Nah don't like it that much"
304msgstr "" 304msgstr ""
305 305
306#: html.c:1680 html.c:4505 306#: html.c:1754 html.c:4673
307msgid "Unpin" 307msgid "Unpin"
308msgstr "" 308msgstr ""
309 309
310#: html.c:1680 310#: html.c:1754
311msgid "Unpin this post from your timeline" 311msgid "Unpin this post from your timeline"
312msgstr "" 312msgstr ""
313 313
314#: html.c:1683 html.c:4500 314#: html.c:1757 html.c:4668
315msgid "Pin" 315msgid "Pin"
316msgstr "" 316msgstr ""
317 317
318#: html.c:1683 318#: html.c:1757
319msgid "Pin this post to the top of your timeline" 319msgid "Pin this post to the top of your timeline"
320msgstr "" 320msgstr ""
321 321
322#: html.c:1690 322#: html.c:1764
323msgid "Announce this post to your followers" 323msgid "Announce this post to your followers"
324msgstr "" 324msgstr ""
325 325
326#: html.c:1695 html.c:4381 326#: html.c:1769 html.c:4544
327msgid "Unboost" 327msgid "Unboost"
328msgstr "" 328msgstr ""
329 329
330#: html.c:1695 330#: html.c:1769
331msgid "I regret I boosted this" 331msgid "I regret I boosted this"
332msgstr "" 332msgstr ""
333 333
334#: html.c:1701 html.c:4515 334#: html.c:1775 html.c:4683
335msgid "Unbookmark" 335msgid "Unbookmark"
336msgstr "" 336msgstr ""
337 337
338#: html.c:1701 338#: html.c:1775
339msgid "Delete this post from your bookmarks" 339msgid "Delete this post from your bookmarks"
340msgstr "" 340msgstr ""
341 341
342#: html.c:1704 html.c:4510 342#: html.c:1778 html.c:4678
343msgid "Bookmark" 343msgid "Bookmark"
344msgstr "" 344msgstr ""
345 345
346#: html.c:1704 346#: html.c:1778
347msgid "Add this post to your bookmarks" 347msgid "Add this post to your bookmarks"
348msgstr "" 348msgstr ""
349 349
350#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 350#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
351msgid "Unfollow" 351msgid "Unfollow"
352msgstr "" 352msgstr ""
353 353
354#: html.c:1710 html.c:3082 354#: html.c:1784 html.c:3180
355msgid "Stop following this user's activity" 355msgid "Stop following this user's activity"
356msgstr "" 356msgstr ""
357 357
358#: html.c:1714 html.c:3096 358#: html.c:1788 html.c:3194
359msgid "Start following this user's activity" 359msgid "Start following this user's activity"
360msgstr "" 360msgstr ""
361 361
362#: html.c:1720 html.c:4455 362#: html.c:1794 html.c:4621
363msgid "Unfollow Group" 363msgid "Unfollow Group"
364msgstr "" 364msgstr ""
365 365
366#: html.c:1721 366#: html.c:1795
367msgid "Stop following this group or channel" 367msgid "Stop following this group or channel"
368msgstr "" 368msgstr ""
369 369
370#: html.c:1725 html.c:4442 370#: html.c:1799 html.c:4608
371msgid "Follow Group" 371msgid "Follow Group"
372msgstr "" 372msgstr ""
373 373
374#: html.c:1726 374#: html.c:1800
375msgid "Start following this group or channel" 375msgid "Start following this group or channel"
376msgstr "" 376msgstr ""
377 377
378#: html.c:1731 html.c:3118 html.c:4389 378#: html.c:1805 html.c:3216 html.c:4552
379msgid "MUTE" 379msgid "MUTE"
380msgstr "" 380msgstr ""
381 381
382#: html.c:1732 382#: html.c:1806
383msgid "Block any activity from this user forever" 383msgid "Block any activity from this user forever"
384msgstr "" 384msgstr ""
385 385
386#: html.c:1737 html.c:3100 html.c:4472 386#: html.c:1811 html.c:3198 html.c:4638
387msgid "Delete" 387msgid "Delete"
388msgstr "" 388msgstr ""
389 389
390#: html.c:1737 390#: html.c:1811
391msgid "Delete this post" 391msgid "Delete this post"
392msgstr "" 392msgstr ""
393 393
394#: html.c:1740 html.c:4397 394#: html.c:1814 html.c:4560
395msgid "Hide" 395msgid "Hide"
396msgstr "" 396msgstr ""
397 397
398#: html.c:1740 398#: html.c:1814
399msgid "Hide this post and its children" 399msgid "Hide this post and its children"
400msgstr "" 400msgstr ""
401 401
402#: html.c:1771 402#: html.c:1845
403msgid "Edit..." 403msgid "Edit..."
404msgstr "" 404msgstr ""
405 405
406#: html.c:1790 406#: html.c:1865
407msgid "Reply..." 407msgid "Reply..."
408msgstr "" 408msgstr ""
409 409
410#: html.c:1841 410#: html.c:1916
411msgid "Truncated (too deep)" 411msgid "Truncated (too deep)"
412msgstr "" 412msgstr ""
413 413
414#: html.c:1850 414#: html.c:1925
415msgid "follows you" 415msgid "follows you"
416msgstr "" 416msgstr ""
417 417
418#: html.c:1913 418#: html.c:1988
419msgid "Pinned" 419msgid "Pinned"
420msgstr "" 420msgstr ""
421 421
422#: html.c:1921 422#: html.c:1996
423msgid "Bookmarked" 423msgid "Bookmarked"
424msgstr "" 424msgstr ""
425 425
426#: html.c:1929 426#: html.c:2004
427msgid "Poll" 427msgid "Poll"
428msgstr "" 428msgstr ""
429 429
430#: html.c:1936 430#: html.c:2011
431msgid "Voted" 431msgid "Voted"
432msgstr "" 432msgstr ""
433 433
434#: html.c:1945 434#: html.c:2020
435msgid "Event" 435msgid "Event"
436msgstr "" 436msgstr ""
437 437
438#: html.c:1977 html.c:2006 438#: html.c:2052 html.c:2081
439msgid "boosted" 439msgid "boosted"
440msgstr "" 440msgstr ""
441 441
442#: html.c:2022 442#: html.c:2097
443msgid "in reply to" 443msgid "in reply to"
444msgstr "" 444msgstr ""
445 445
446#: html.c:2073 446#: html.c:2148
447msgid " [SENSITIVE CONTENT]" 447msgid " [SENSITIVE CONTENT]"
448msgstr "" 448msgstr ""
449 449
450#: html.c:2250 450#: html.c:2325
451msgid "Vote" 451msgid "Vote"
452msgstr "" 452msgstr ""
453 453
454#: html.c:2260 454#: html.c:2335
455msgid "Closed" 455msgid "Closed"
456msgstr "" 456msgstr ""
457 457
458#: html.c:2285 458#: html.c:2360
459msgid "Closes in" 459msgid "Closes in"
460msgstr "" 460msgstr ""
461 461
462#: html.c:2366 462#: html.c:2441
463msgid "Video" 463msgid "Video"
464msgstr "" 464msgstr ""
465 465
466#: html.c:2381 466#: html.c:2456
467msgid "Audio" 467msgid "Audio"
468msgstr "" 468msgstr ""
469 469
470#: html.c:2403 470#: html.c:2484
471msgid "Attachment" 471msgid "Attachment"
472msgstr "" 472msgstr ""
473 473
474#: html.c:2417 474#: html.c:2498
475msgid "Alt..." 475msgid "Alt..."
476msgstr "" 476msgstr ""
477 477
478#: html.c:2430 478#: html.c:2511
479msgid "Source channel or community" 479msgid "Source channel or community"
480msgstr "" 480msgstr ""
481 481
482#: html.c:2524 482#: html.c:2605
483msgid "Time: " 483msgid "Time: "
484msgstr "" 484msgstr ""
485 485
486#: html.c:2605 486#: html.c:2686
487msgid "Older..." 487msgid "Older..."
488msgstr "" 488msgstr ""
489 489
490#: html.c:2702 490#: html.c:2788
491msgid "about this site" 491msgid "about this site"
492msgstr "" 492msgstr ""
493 493
494#: html.c:2704 494#: html.c:2790
495msgid "powered by " 495msgid "powered by "
496msgstr "" 496msgstr ""
497 497
498#: html.c:2769 498#: html.c:2855
499msgid "Dismiss" 499msgid "Dismiss"
500msgstr "" 500msgstr ""
501 501
502#: html.c:2786 502#: html.c:2872
503#, c-format 503#, c-format
504msgid "Timeline for list '%s'" 504msgid "Timeline for list '%s'"
505msgstr "" 505msgstr ""
506 506
507#: html.c:2805 html.c:3846 507#: html.c:2891 html.c:3944
508msgid "Pinned posts" 508msgid "Pinned posts"
509msgstr "" 509msgstr ""
510 510
511#: html.c:2817 html.c:3861 511#: html.c:2903 html.c:3959
512msgid "Bookmarked posts" 512msgid "Bookmarked posts"
513msgstr "" 513msgstr ""
514 514
515#: html.c:2829 html.c:3876 515#: html.c:2915 html.c:3974
516msgid "Post drafts" 516msgid "Post drafts"
517msgstr "" 517msgstr ""
518 518
519#: html.c:2888 519#: html.c:2986
520msgid "No more unseen posts" 520msgid "No more unseen posts"
521msgstr "" 521msgstr ""
522 522
523#: html.c:2892 html.c:2992 523#: html.c:2990 html.c:3090
524msgid "Back to top" 524msgid "Back to top"
525msgstr "" 525msgstr ""
526 526
527#: html.c:2945 527#: html.c:3043
528msgid "History" 528msgid "History"
529msgstr "" 529msgstr ""
530 530
531#: html.c:2997 html.c:3417 531#: html.c:3095 html.c:3515
532msgid "More..." 532msgid "More..."
533msgstr "" 533msgstr ""
534 534
535#: html.c:3086 html.c:4408 535#: html.c:3184 html.c:4574
536msgid "Unlimit" 536msgid "Unlimit"
537msgstr "" 537msgstr ""
538 538
539#: html.c:3087 539#: html.c:3185
540msgid "Allow announces (boosts) from this user" 540msgid "Allow announces (boosts) from this user"
541msgstr "" 541msgstr ""
542 542
543#: html.c:3090 html.c:4404 543#: html.c:3188 html.c:4570
544msgid "Limit" 544msgid "Limit"
545msgstr "" 545msgstr ""
546 546
547#: html.c:3091 547#: html.c:3189
548msgid "Block announces (boosts) from this user" 548msgid "Block announces (boosts) from this user"
549msgstr "" 549msgstr ""
550 550
551#: html.c:3100 551#: html.c:3198
552msgid "Delete this user" 552msgid "Delete this user"
553msgstr "" 553msgstr ""
554 554
555#: html.c:3105 html.c:4520 555#: html.c:3203 html.c:4688
556msgid "Approve" 556msgid "Approve"
557msgstr "" 557msgstr ""
558 558
559#: html.c:3106 559#: html.c:3204
560msgid "Approve this follow request" 560msgid "Approve this follow request"
561msgstr "" 561msgstr ""
562 562
563#: html.c:3109 html.c:4544 563#: html.c:3207 html.c:4712
564msgid "Discard" 564msgid "Discard"
565msgstr "" 565msgstr ""
566 566
567#: html.c:3109 567#: html.c:3207
568msgid "Discard this follow request" 568msgid "Discard this follow request"
569msgstr "" 569msgstr ""
570 570
571#: html.c:3114 html.c:4393 571#: html.c:3212 html.c:4556
572msgid "Unmute" 572msgid "Unmute"
573msgstr "" 573msgstr ""
574 574
575#: html.c:3115 575#: html.c:3213
576msgid "Stop blocking activities from this user" 576msgid "Stop blocking activities from this user"
577msgstr "" 577msgstr ""
578 578
579#: html.c:3119 579#: html.c:3217
580msgid "Block any activity from this user" 580msgid "Block any activity from this user"
581msgstr "" 581msgstr ""
582 582
583#: html.c:3127 583#: html.c:3225
584msgid "Direct Message..." 584msgid "Direct Message..."
585msgstr "" 585msgstr ""
586 586
587#: html.c:3162 587#: html.c:3260
588msgid "Pending follow confirmations" 588msgid "Pending follow confirmations"
589msgstr "" 589msgstr ""
590 590
591#: html.c:3166 591#: html.c:3264
592msgid "People you follow" 592msgid "People you follow"
593msgstr "" 593msgstr ""
594 594
595#: html.c:3167 595#: html.c:3265
596msgid "People that follow you" 596msgid "People that follow you"
597msgstr "" 597msgstr ""
598 598
599#: html.c:3206 599#: html.c:3304
600msgid "Clear all" 600msgid "Clear all"
601msgstr "" 601msgstr ""
602 602
603#: html.c:3263 603#: html.c:3361
604msgid "Mention" 604msgid "Mention"
605msgstr "" 605msgstr ""
606 606
607#: html.c:3266 607#: html.c:3364
608msgid "Finished poll" 608msgid "Finished poll"
609msgstr "" 609msgstr ""
610 610
611#: html.c:3281 611#: html.c:3379
612msgid "Follow Request" 612msgid "Follow Request"
613msgstr "" 613msgstr ""
614 614
615#: html.c:3364 615#: html.c:3462
616msgid "Context" 616msgid "Context"
617msgstr "" 617msgstr ""
618 618
619#: html.c:3375 619#: html.c:3473
620msgid "New" 620msgid "New"
621msgstr "" 621msgstr ""
622 622
623#: html.c:3390 623#: html.c:3488
624msgid "Already seen" 624msgid "Already seen"
625msgstr "" 625msgstr ""
626 626
627#: html.c:3405 627#: html.c:3503
628msgid "None" 628msgid "None"
629msgstr "" 629msgstr ""
630 630
631#: html.c:3671 631#: html.c:3769
632#, c-format 632#, c-format
633msgid "Search results for account %s" 633msgid "Search results for account %s"
634msgstr "" 634msgstr ""
635 635
636#: html.c:3678 636#: html.c:3776
637#, c-format 637#, c-format
638msgid "Account %s not found" 638msgid "Account %s not found"
639msgstr "" 639msgstr ""
640 640
641#: html.c:3709 641#: html.c:3807
642#, c-format 642#, c-format
643msgid "Search results for tag %s" 643msgid "Search results for tag %s"
644msgstr "" 644msgstr ""
645 645
646#: html.c:3709 646#: html.c:3807
647#, c-format 647#, c-format
648msgid "Nothing found for tag %s" 648msgid "Nothing found for tag %s"
649msgstr "" 649msgstr ""
650 650
651#: html.c:3725 651#: html.c:3823
652#, c-format 652#, c-format
653msgid "Search results for '%s' (may be more)" 653msgid "Search results for '%s' (may be more)"
654msgstr "" 654msgstr ""
655 655
656#: html.c:3728 656#: html.c:3826
657#, c-format 657#, c-format
658msgid "Search results for '%s'" 658msgid "Search results for '%s'"
659msgstr "" 659msgstr ""
660 660
661#: html.c:3731 661#: html.c:3829
662#, c-format 662#, c-format
663msgid "No more matches for '%s'" 663msgid "No more matches for '%s'"
664msgstr "" 664msgstr ""
665 665
666#: html.c:3733 666#: html.c:3831
667#, c-format 667#, c-format
668msgid "Nothing found for '%s'" 668msgid "Nothing found for '%s'"
669msgstr "" 669msgstr ""
670 670
671#: html.c:3831 671#: html.c:3929
672msgid "Showing instance timeline" 672msgid "Showing instance timeline"
673msgstr "" 673msgstr ""
674 674
675#: html.c:3899 675#: html.c:4012
676#, c-format 676#, c-format
677msgid "Showing timeline for list '%s'" 677msgid "Showing timeline for list '%s'"
678msgstr "" 678msgstr ""
@@ -686,15 +686,15 @@ msgstr ""
686msgid "Recent posts by users in this instance" 686msgid "Recent posts by users in this instance"
687msgstr "" 687msgstr ""
688 688
689#: html.c:1529 689#: html.c:1603
690msgid "Blocked hashtags..." 690msgid "Blocked hashtags..."
691msgstr "" 691msgstr ""
692 692
693#: html.c:420 693#: html.c:432
694msgid "Optional URL to reply to" 694msgid "Optional URL to reply to"
695msgstr "" 695msgstr ""
696 696
697#: html.c:527 697#: html.c:575
698msgid "" 698msgid ""
699"Option 1...\n" 699"Option 1...\n"
700"Option 2...\n" 700"Option 2...\n"
@@ -702,30 +702,54 @@ msgid ""
702"..." 702"..."
703msgstr "" 703msgstr ""
704 704
705#: html.c:1346 705#: html.c:1415
706msgid "Bot API key" 706msgid "Bot API key"
707msgstr "" 707msgstr ""
708 708
709#: html.c:1352 709#: html.c:1421
710msgid "Chat id" 710msgid "Chat id"
711msgstr "" 711msgstr ""
712 712
713#: html.c:1360 713#: html.c:1429
714msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 714msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
715msgstr "" 715msgstr ""
716 716
717#: html.c:1366 717#: html.c:1435
718msgid "ntfy token - if needed" 718msgid "ntfy token - if needed"
719msgstr "" 719msgstr ""
720 720
721#: html.c:2806 721#: html.c:2892
722msgid "pinned" 722msgid "pinned"
723msgstr "" 723msgstr ""
724 724
725#: html.c:2818 725#: html.c:2904
726msgid "bookmarks" 726msgid "bookmarks"
727msgstr "" 727msgstr ""
728 728
729#: html.c:2830 729#: html.c:2916
730msgid "drafts" 730msgid "drafts"
731msgstr "" 731msgstr ""
732
733#: html.c:464
734msgid "Scheduled post..."
735msgstr ""
736
737msgid "Post date and time:"
738msgstr ""
739
740#: html.c:2927 html.c:3989
741msgid "Scheduled posts"
742msgstr ""
743
744#: html.c:2928
745msgid "scheduled posts"
746msgstr ""
747
748#: html.c:458
749#, c-format
750msgid "Post date and time (timezone: %s):"
751msgstr ""
752
753#: html.c:1538
754msgid "Time zone:"
755msgstr ""
diff --git a/po/es.po b/po/es.po
index 0bd35ff..875ead5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,120 +8,120 @@ msgstr ""
8"Language: es\n" 8"Language: es\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Contenido sensible: " 13msgstr "Contenido sensible: "
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Descripción del contenido sensible" 17msgstr "Descripción del contenido sensible"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Solo personas mencionadas: " 21msgstr "Solo personas mencionadas: "
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Responder a (URL): " 25msgstr "Responder a (URL): "
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "No enviar. Guardar como borrador" 29msgstr "No enviar. Guardar como borrador"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Borrador:" 33msgstr "Borrador:"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Adjuntos..." 37msgstr "Adjuntos..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "Archivo:" 41msgstr "Archivo:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Limpiar este campo para eliminar el adjunto" 45msgstr "Limpiar este campo para eliminar el adjunto"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Descripción del adjunto" 49msgstr "Descripción del adjunto"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Encuesta..." 53msgstr "Encuesta..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Opciones de encuesta (una por línea, hasta 8):" 57msgstr "Opciones de encuesta (una por línea, hasta 8):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Una opción" 61msgstr "Una opción"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Opciones múltiples" 65msgstr "Opciones múltiples"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Finalizar en 5 minutos" 69msgstr "Finalizar en 5 minutos"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Finalizar en 1 hora" 73msgstr "Finalizar en 1 hora"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Finalizar en 1 día" 77msgstr "Finalizar en 1 día"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Publicar" 81msgstr "Publicar"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Descripción del sitio" 85msgstr "Descripción del sitio"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "Email del Administrador" 89msgstr "Email del Administrador"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "Cuenta del Administrador" 93msgstr "Cuenta del Administrador"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "%d siguiendo, %d seguidores" 98msgstr "%d siguiendo, %d seguidores"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "privado" 106msgstr "privado"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "público" 110msgstr "público"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "notificaciones" 114msgstr "notificaciones"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "personas" 118msgstr "personas"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "instancia" 122msgstr "instancia"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
@@ -129,554 +129,554 @@ msgstr ""
129"Buscar publicaciones por URL o contenido (expresiones regulares), cuenta " 129"Buscar publicaciones por URL o contenido (expresiones regulares), cuenta "
130"@usuario@host , ó #etiqueta" 130"@usuario@host , ó #etiqueta"
131 131
132#: html.c:898 132#: html.c:946
133msgid "Content search" 133msgid "Content search"
134msgstr "Buscar contenido" 134msgstr "Buscar contenido"
135 135
136#: html.c:1020 136#: html.c:1068
137msgid "verified link" 137msgid "verified link"
138msgstr "link verificado" 138msgstr "link verificado"
139 139
140#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 140#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
141msgid "Location: " 141msgid "Location: "
142msgstr "Ubicación: " 142msgstr "Ubicación: "
143 143
144#: html.c:1113 144#: html.c:1161
145msgid "New Post..." 145msgid "New Post..."
146msgstr "Nueva Publicación..." 146msgstr "Nueva Publicación..."
147 147
148#: html.c:1115 148#: html.c:1163
149msgid "What's on your mind?" 149msgid "What's on your mind?"
150msgstr "¿En qué estás pensando?" 150msgstr "¿En qué estás pensando?"
151 151
152#: html.c:1124 152#: html.c:1172
153msgid "Operations..." 153msgid "Operations..."
154msgstr "Operaciones..." 154msgstr "Operaciones..."
155 155
156#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 156#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
157msgid "Follow" 157msgid "Follow"
158msgstr "Seguir" 158msgstr "Seguir"
159 159
160#: html.c:1141 160#: html.c:1189
161msgid "(by URL or user@host)" 161msgid "(by URL or user@host)"
162msgstr "(por URL o usuario@host)" 162msgstr "(por URL o usuario@host)"
163 163
164#: html.c:1156 html.c:1690 html.c:4364 164#: html.c:1204 html.c:1764 html.c:4527
165msgid "Boost" 165msgid "Boost"
166msgstr "Impulsar" 166msgstr "Impulsar"
167 167
168#: html.c:1158 html.c:1175 168#: html.c:1206 html.c:1223
169msgid "(by URL)" 169msgid "(by URL)"
170msgstr "(por URL)" 170msgstr "(por URL)"
171 171
172#: html.c:1173 html.c:1669 html.c:4355 172#: html.c:1221 html.c:1743 html.c:4518
173msgid "Like" 173msgid "Like"
174msgstr "Me gusta" 174msgstr "Me gusta"
175 175
176#: html.c:1278 176#: html.c:1347
177msgid "User Settings..." 177msgid "User Settings..."
178msgstr "Configuración de usuario..." 178msgstr "Configuración de usuario..."
179 179
180#: html.c:1287 180#: html.c:1356
181msgid "Display name:" 181msgid "Display name:"
182msgstr "Nombre para mostrar:" 182msgstr "Nombre para mostrar:"
183 183
184#: html.c:1293 184#: html.c:1362
185msgid "Your name" 185msgid "Your name"
186msgstr "Su nombre" 186msgstr "Su nombre"
187 187
188#: html.c:1295 188#: html.c:1364
189msgid "Avatar: " 189msgid "Avatar: "
190msgstr "Avatar: " 190msgstr "Avatar: "
191 191
192#: html.c:1303 192#: html.c:1372
193msgid "Delete current avatar" 193msgid "Delete current avatar"
194msgstr "Eliminar avatar" 194msgstr "Eliminar avatar"
195 195
196#: html.c:1305 196#: html.c:1374
197msgid "Header image (banner): " 197msgid "Header image (banner): "
198msgstr "Imagen de cabecera (banner): " 198msgstr "Imagen de cabecera (banner): "
199 199
200#: html.c:1313 200#: html.c:1382
201msgid "Delete current header image" 201msgid "Delete current header image"
202msgstr "Eliminar imagen de cabecera" 202msgstr "Eliminar imagen de cabecera"
203 203
204#: html.c:1315 204#: html.c:1384
205msgid "Bio:" 205msgid "Bio:"
206msgstr "Bio:" 206msgstr "Bio:"
207 207
208#: html.c:1321 208#: html.c:1390
209msgid "Write about yourself here..." 209msgid "Write about yourself here..."
210msgstr "Escriba algo sobre usted aquí..." 210msgstr "Escriba algo sobre usted aquí..."
211 211
212#: html.c:1330 212#: html.c:1399
213msgid "Always show sensitive content" 213msgid "Always show sensitive content"
214msgstr "Siempre mostrar contenido sensible" 214msgstr "Siempre mostrar contenido sensible"
215 215
216#: html.c:1332 216#: html.c:1401
217msgid "Email address for notifications:" 217msgid "Email address for notifications:"
218msgstr "Cuenta de email para las notificaciones:" 218msgstr "Cuenta de email para las notificaciones:"
219 219
220#: html.c:1340 220#: html.c:1409
221msgid "Telegram notifications (bot key and chat id):" 221msgid "Telegram notifications (bot key and chat id):"
222msgstr "Notificaciones en Telegram (llave del bot e id del chat):" 222msgstr "Notificaciones en Telegram (llave del bot e id del chat):"
223 223
224#: html.c:1354 224#: html.c:1423
225msgid "ntfy notifications (ntfy server and token):" 225msgid "ntfy notifications (ntfy server and token):"
226msgstr "Notificaciones en ntfy (servidor ntfy y token):" 226msgstr "Notificaciones en ntfy (servidor ntfy y token):"
227 227
228#: html.c:1368 228#: html.c:1437
229msgid "Maximum days to keep posts (0: server settings):" 229msgid "Maximum days to keep posts (0: server settings):"
230msgstr "" 230msgstr ""
231"Plazo máximo de conservación de publicaciones en días (0: usar configuración " 231"Plazo máximo de conservación de publicaciones en días (0: usar configuración "
232"del servidor):" 232"del servidor):"
233 233
234#: html.c:1382 234#: html.c:1451
235msgid "Drop direct messages from people you don't follow" 235msgid "Drop direct messages from people you don't follow"
236msgstr "Descartar mensajes directos de personas a las que no sigue" 236msgstr "Descartar mensajes directos de personas a las que no sigue"
237 237
238#: html.c:1391 238#: html.c:1460
239msgid "This account is a bot" 239msgid "This account is a bot"
240msgstr "Esta cuenta es un bot" 240msgstr "Esta cuenta es un bot"
241 241
242#: html.c:1400 242#: html.c:1469
243msgid "Auto-boost all mentions to this account" 243msgid "Auto-boost all mentions to this account"
244msgstr "Impulsar automáticamente todas las menciones a esta cuenta" 244msgstr "Impulsar automáticamente todas las menciones a esta cuenta"
245 245
246#: html.c:1409 246#: html.c:1478
247msgid "This account is private (posts are not shown through the web)" 247msgid "This account is private (posts are not shown through the web)"
248msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)" 248msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)"
249 249
250#: html.c:1419 250#: html.c:1488
251msgid "Collapse top threads by default" 251msgid "Collapse top threads by default"
252msgstr "Contraer hilo de publicaciones por defecto" 252msgstr "Contraer hilo de publicaciones por defecto"
253 253
254#: html.c:1428 254#: html.c:1497
255msgid "Follow requests must be approved" 255msgid "Follow requests must be approved"
256msgstr "Las solicitudes de seguimiento deben ser aprobadas" 256msgstr "Las solicitudes de seguimiento deben ser aprobadas"
257 257
258#: html.c:1437 258#: html.c:1506
259msgid "Publish follower and following metrics" 259msgid "Publish follower and following metrics"
260msgstr "Mostrar cantidad de seguidores y seguidos" 260msgstr "Mostrar cantidad de seguidores y seguidos"
261 261
262#: html.c:1439 262#: html.c:1508
263msgid "Current location:" 263msgid "Current location:"
264msgstr "Ubicación actual:" 264msgstr "Ubicación actual:"
265 265
266#: html.c:1453 266#: html.c:1522
267msgid "Profile metadata (key=value pairs in each line):" 267msgid "Profile metadata (key=value pairs in each line):"
268msgstr "Metadata del perfil (pares llave=valor en cada línea):" 268msgstr "Metadata del perfil (pares llave=valor en cada línea):"
269 269
270#: html.c:1464 270#: html.c:1533
271msgid "Web interface language:" 271msgid "Web interface language:"
272msgstr "Idioma de la interfaz Web:" 272msgstr "Idioma de la interfaz Web:"
273 273
274#: html.c:1469 274#: html.c:1543
275msgid "New password:" 275msgid "New password:"
276msgstr "Nueva contraseña:" 276msgstr "Nueva contraseña:"
277 277
278#: html.c:1476 278#: html.c:1550
279msgid "Repeat new password:" 279msgid "Repeat new password:"
280msgstr "Repetir nueva contraseña:" 280msgstr "Repetir nueva contraseña:"
281 281
282#: html.c:1486 282#: html.c:1560
283msgid "Update user info" 283msgid "Update user info"
284msgstr "Actualizar información de usuario" 284msgstr "Actualizar información de usuario"
285 285
286#: html.c:1497 286#: html.c:1571
287msgid "Followed hashtags..." 287msgid "Followed hashtags..."
288msgstr "Etiquetas en seguimiento..." 288msgstr "Etiquetas en seguimiento..."
289 289
290#: html.c:1499 html.c:1531 290#: html.c:1573 html.c:1605
291msgid "One hashtag per line" 291msgid "One hashtag per line"
292msgstr "Una etiqueta por línea" 292msgstr "Una etiqueta por línea"
293 293
294#: html.c:1520 html.c:1552 294#: html.c:1594 html.c:1626
295msgid "Update hashtags" 295msgid "Update hashtags"
296msgstr "Actualizar etiquetas" 296msgstr "Actualizar etiquetas"
297 297
298#: html.c:1669 298#: html.c:1743
299msgid "Say you like this post" 299msgid "Say you like this post"
300msgstr "Decir que te gusta esta publicación" 300msgstr "Decir que te gusta esta publicación"
301 301
302#: html.c:1674 html.c:4373 302#: html.c:1748 html.c:4536
303msgid "Unlike" 303msgid "Unlike"
304msgstr "No me gusta" 304msgstr "No me gusta"
305 305
306#: html.c:1674 306#: html.c:1748
307msgid "Nah don't like it that much" 307msgid "Nah don't like it that much"
308msgstr "Nah, no me gusta tanto" 308msgstr "Nah, no me gusta tanto"
309 309
310#: html.c:1680 html.c:4505 310#: html.c:1754 html.c:4673
311msgid "Unpin" 311msgid "Unpin"
312msgstr "Desanclar" 312msgstr "Desanclar"
313 313
314#: html.c:1680 314#: html.c:1754
315msgid "Unpin this post from your timeline" 315msgid "Unpin this post from your timeline"
316msgstr "Desanclar esta publicación de su línea de tiempo" 316msgstr "Desanclar esta publicación de su línea de tiempo"
317 317
318#: html.c:1683 html.c:4500 318#: html.c:1757 html.c:4668
319msgid "Pin" 319msgid "Pin"
320msgstr "Anclar" 320msgstr "Anclar"
321 321
322#: html.c:1683 322#: html.c:1757
323msgid "Pin this post to the top of your timeline" 323msgid "Pin this post to the top of your timeline"
324msgstr "Anclar esta publicación al inicio de su línea de tiempo" 324msgstr "Anclar esta publicación al inicio de su línea de tiempo"
325 325
326#: html.c:1690 326#: html.c:1764
327msgid "Announce this post to your followers" 327msgid "Announce this post to your followers"
328msgstr "Anunciar esta publicación a sus seguidores" 328msgstr "Anunciar esta publicación a sus seguidores"
329 329
330#: html.c:1695 html.c:4381 330#: html.c:1769 html.c:4544
331msgid "Unboost" 331msgid "Unboost"
332msgstr "Eliminar impulso" 332msgstr "Eliminar impulso"
333 333
334#: html.c:1695 334#: html.c:1769
335msgid "I regret I boosted this" 335msgid "I regret I boosted this"
336msgstr "Me arrepiento de haber impulsado esto" 336msgstr "Me arrepiento de haber impulsado esto"
337 337
338#: html.c:1701 html.c:4515 338#: html.c:1775 html.c:4683
339msgid "Unbookmark" 339msgid "Unbookmark"
340msgstr "Eliminar marcador" 340msgstr "Eliminar marcador"
341 341
342#: html.c:1701 342#: html.c:1775
343msgid "Delete this post from your bookmarks" 343msgid "Delete this post from your bookmarks"
344msgstr "Eliminar marcador de esta publicación" 344msgstr "Eliminar marcador de esta publicación"
345 345
346#: html.c:1704 html.c:4510 346#: html.c:1778 html.c:4678
347msgid "Bookmark" 347msgid "Bookmark"
348msgstr "Marcador" 348msgstr "Marcador"
349 349
350#: html.c:1704 350#: html.c:1778
351msgid "Add this post to your bookmarks" 351msgid "Add this post to your bookmarks"
352msgstr "Agregar esta publicación a mis marcadores" 352msgstr "Agregar esta publicación a mis marcadores"
353 353
354#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 354#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
355msgid "Unfollow" 355msgid "Unfollow"
356msgstr "Dejar de seguir" 356msgstr "Dejar de seguir"
357 357
358#: html.c:1710 html.c:3082 358#: html.c:1784 html.c:3180
359msgid "Stop following this user's activity" 359msgid "Stop following this user's activity"
360msgstr "Dejar de seguir la actividad de este usuario" 360msgstr "Dejar de seguir la actividad de este usuario"
361 361
362#: html.c:1714 html.c:3096 362#: html.c:1788 html.c:3194
363msgid "Start following this user's activity" 363msgid "Start following this user's activity"
364msgstr "Seguir la actividad de este usuario" 364msgstr "Seguir la actividad de este usuario"
365 365
366#: html.c:1720 html.c:4455 366#: html.c:1794 html.c:4621
367msgid "Unfollow Group" 367msgid "Unfollow Group"
368msgstr "Dejar de seguir este Grupo" 368msgstr "Dejar de seguir este Grupo"
369 369
370#: html.c:1721 370#: html.c:1795
371msgid "Stop following this group or channel" 371msgid "Stop following this group or channel"
372msgstr "Dejar de seguir este grupo o canal" 372msgstr "Dejar de seguir este grupo o canal"
373 373
374#: html.c:1725 html.c:4442 374#: html.c:1799 html.c:4608
375msgid "Follow Group" 375msgid "Follow Group"
376msgstr "Seguir Grupo" 376msgstr "Seguir Grupo"
377 377
378#: html.c:1726 378#: html.c:1800
379msgid "Start following this group or channel" 379msgid "Start following this group or channel"
380msgstr "Seguir grupo o canal" 380msgstr "Seguir grupo o canal"
381 381
382#: html.c:1731 html.c:3118 html.c:4389 382#: html.c:1805 html.c:3216 html.c:4552
383msgid "MUTE" 383msgid "MUTE"
384msgstr "SILENCIAR" 384msgstr "SILENCIAR"
385 385
386#: html.c:1732 386#: html.c:1806
387msgid "Block any activity from this user forever" 387msgid "Block any activity from this user forever"
388msgstr "Bloquear toda la actividad de este usuario para siempre" 388msgstr "Bloquear toda la actividad de este usuario para siempre"
389 389
390#: html.c:1737 html.c:3100 html.c:4472 390#: html.c:1811 html.c:3198 html.c:4638
391msgid "Delete" 391msgid "Delete"
392msgstr "Eliminar" 392msgstr "Eliminar"
393 393
394#: html.c:1737 394#: html.c:1811
395msgid "Delete this post" 395msgid "Delete this post"
396msgstr "Eliminar esta publicación" 396msgstr "Eliminar esta publicación"
397 397
398#: html.c:1740 html.c:4397 398#: html.c:1814 html.c:4560
399msgid "Hide" 399msgid "Hide"
400msgstr "Ocultar" 400msgstr "Ocultar"
401 401
402#: html.c:1740 402#: html.c:1814
403msgid "Hide this post and its children" 403msgid "Hide this post and its children"
404msgstr "Ocultar esta publicación y sus respuestas" 404msgstr "Ocultar esta publicación y sus respuestas"
405 405
406#: html.c:1771 406#: html.c:1845
407msgid "Edit..." 407msgid "Edit..."
408msgstr "Editar..." 408msgstr "Editar..."
409 409
410#: html.c:1790 410#: html.c:1865
411msgid "Reply..." 411msgid "Reply..."
412msgstr "Responder..." 412msgstr "Responder..."
413 413
414#: html.c:1841 414#: html.c:1916
415msgid "Truncated (too deep)" 415msgid "Truncated (too deep)"
416msgstr "Truncado (demasiado profundo)" 416msgstr "Truncado (demasiado profundo)"
417 417
418#: html.c:1850 418#: html.c:1925
419msgid "follows you" 419msgid "follows you"
420msgstr "te sigue" 420msgstr "te sigue"
421 421
422#: html.c:1913 422#: html.c:1988
423msgid "Pinned" 423msgid "Pinned"
424msgstr "Anclado" 424msgstr "Anclado"
425 425
426#: html.c:1921 426#: html.c:1996
427msgid "Bookmarked" 427msgid "Bookmarked"
428msgstr "Marcado" 428msgstr "Marcado"
429 429
430#: html.c:1929 430#: html.c:2004
431msgid "Poll" 431msgid "Poll"
432msgstr "Encuesta" 432msgstr "Encuesta"
433 433
434#: html.c:1936 434#: html.c:2011
435msgid "Voted" 435msgid "Voted"
436msgstr "Votado" 436msgstr "Votado"
437 437
438#: html.c:1945 438#: html.c:2020
439msgid "Event" 439msgid "Event"
440msgstr "Evento" 440msgstr "Evento"
441 441
442#: html.c:1977 html.c:2006 442#: html.c:2052 html.c:2081
443msgid "boosted" 443msgid "boosted"
444msgstr "impulsado" 444msgstr "impulsado"
445 445
446#: html.c:2022 446#: html.c:2097
447msgid "in reply to" 447msgid "in reply to"
448msgstr "en respuesta a" 448msgstr "en respuesta a"
449 449
450#: html.c:2073 450#: html.c:2148
451msgid " [SENSITIVE CONTENT]" 451msgid " [SENSITIVE CONTENT]"
452msgstr " [CONTENIDO SENSIBLE]" 452msgstr " [CONTENIDO SENSIBLE]"
453 453
454#: html.c:2250 454#: html.c:2325
455msgid "Vote" 455msgid "Vote"
456msgstr "Votar" 456msgstr "Votar"
457 457
458#: html.c:2260 458#: html.c:2335
459msgid "Closed" 459msgid "Closed"
460msgstr "Cerrado" 460msgstr "Cerrado"
461 461
462#: html.c:2285 462#: html.c:2360
463msgid "Closes in" 463msgid "Closes in"
464msgstr "Cierra en" 464msgstr "Cierra en"
465 465
466#: html.c:2366 466#: html.c:2441
467msgid "Video" 467msgid "Video"
468msgstr "Video" 468msgstr "Video"
469 469
470#: html.c:2381 470#: html.c:2456
471msgid "Audio" 471msgid "Audio"
472msgstr "Audio" 472msgstr "Audio"
473 473
474#: html.c:2403 474#: html.c:2484
475msgid "Attachment" 475msgid "Attachment"
476msgstr "Adjunto" 476msgstr "Adjunto"
477 477
478#: html.c:2417 478#: html.c:2498
479msgid "Alt..." 479msgid "Alt..."
480msgstr "Alt..." 480msgstr "Alt..."
481 481
482#: html.c:2430 482#: html.c:2511
483msgid "Source channel or community" 483msgid "Source channel or community"
484msgstr "Canal o comunidad de origen" 484msgstr "Canal o comunidad de origen"
485 485
486#: html.c:2524 486#: html.c:2605
487msgid "Time: " 487msgid "Time: "
488msgstr "Hora: " 488msgstr "Hora: "
489 489
490#: html.c:2605 490#: html.c:2686
491msgid "Older..." 491msgid "Older..."
492msgstr "Más antiguo..." 492msgstr "Más antiguo..."
493 493
494#: html.c:2702 494#: html.c:2788
495msgid "about this site" 495msgid "about this site"
496msgstr "acerca de este sitio" 496msgstr "acerca de este sitio"
497 497
498#: html.c:2704 498#: html.c:2790
499msgid "powered by " 499msgid "powered by "
500msgstr "provisto por " 500msgstr "provisto por "
501 501
502#: html.c:2769 502#: html.c:2855
503msgid "Dismiss" 503msgid "Dismiss"
504msgstr "Descartar" 504msgstr "Descartar"
505 505
506#: html.c:2786 506#: html.c:2872
507#, c-format 507#, c-format
508msgid "Timeline for list '%s'" 508msgid "Timeline for list '%s'"
509msgstr "Línea de tiempo de la lista '%s'" 509msgstr "Línea de tiempo de la lista '%s'"
510 510
511#: html.c:2805 html.c:3846 511#: html.c:2891 html.c:3944
512msgid "Pinned posts" 512msgid "Pinned posts"
513msgstr "Publicaciones ancladas" 513msgstr "Publicaciones ancladas"
514 514
515#: html.c:2817 html.c:3861 515#: html.c:2903 html.c:3959
516msgid "Bookmarked posts" 516msgid "Bookmarked posts"
517msgstr "Publicaciones marcadas" 517msgstr "Publicaciones marcadas"
518 518
519#: html.c:2829 html.c:3876 519#: html.c:2915 html.c:3974
520msgid "Post drafts" 520msgid "Post drafts"
521msgstr "Borradores de publicaciones" 521msgstr "Borradores de publicaciones"
522 522
523#: html.c:2888 523#: html.c:2986
524msgid "No more unseen posts" 524msgid "No more unseen posts"
525msgstr "No quedan publicaciones sin ver" 525msgstr "No quedan publicaciones sin ver"
526 526
527#: html.c:2892 html.c:2992 527#: html.c:2990 html.c:3090
528msgid "Back to top" 528msgid "Back to top"
529msgstr "Volver al inicio" 529msgstr "Volver al inicio"
530 530
531#: html.c:2945 531#: html.c:3043
532msgid "History" 532msgid "History"
533msgstr "Historia" 533msgstr "Historia"
534 534
535#: html.c:2997 html.c:3417 535#: html.c:3095 html.c:3515
536msgid "More..." 536msgid "More..."
537msgstr "Más..." 537msgstr "Más..."
538 538
539#: html.c:3086 html.c:4408 539#: html.c:3184 html.c:4574
540msgid "Unlimit" 540msgid "Unlimit"
541msgstr "Sin límite" 541msgstr "Sin límite"
542 542
543#: html.c:3087 543#: html.c:3185
544msgid "Allow announces (boosts) from this user" 544msgid "Allow announces (boosts) from this user"
545msgstr "Permitir anuncios (impulsos) de este usuario" 545msgstr "Permitir anuncios (impulsos) de este usuario"
546 546
547#: html.c:3090 html.c:4404 547#: html.c:3188 html.c:4570
548msgid "Limit" 548msgid "Limit"
549msgstr "Límite" 549msgstr "Límite"
550 550
551#: html.c:3091 551#: html.c:3189
552msgid "Block announces (boosts) from this user" 552msgid "Block announces (boosts) from this user"
553msgstr "Bloquear anuncios (impulsos) de este usuario" 553msgstr "Bloquear anuncios (impulsos) de este usuario"
554 554
555#: html.c:3100 555#: html.c:3198
556msgid "Delete this user" 556msgid "Delete this user"
557msgstr "Eliminar este usuario" 557msgstr "Eliminar este usuario"
558 558
559#: html.c:3105 html.c:4520 559#: html.c:3203 html.c:4688
560msgid "Approve" 560msgid "Approve"
561msgstr "Aprobar" 561msgstr "Aprobar"
562 562
563#: html.c:3106 563#: html.c:3204
564msgid "Approve this follow request" 564msgid "Approve this follow request"
565msgstr "Aprobar solicitud de seguimiento" 565msgstr "Aprobar solicitud de seguimiento"
566 566
567#: html.c:3109 html.c:4544 567#: html.c:3207 html.c:4712
568msgid "Discard" 568msgid "Discard"
569msgstr "Descartar" 569msgstr "Descartar"
570 570
571#: html.c:3109 571#: html.c:3207
572msgid "Discard this follow request" 572msgid "Discard this follow request"
573msgstr "Descartar solicitud de seguimiento" 573msgstr "Descartar solicitud de seguimiento"
574 574
575#: html.c:3114 html.c:4393 575#: html.c:3212 html.c:4556
576msgid "Unmute" 576msgid "Unmute"
577msgstr "Dejar de SILENCIAR" 577msgstr "Dejar de SILENCIAR"
578 578
579#: html.c:3115 579#: html.c:3213
580msgid "Stop blocking activities from this user" 580msgid "Stop blocking activities from this user"
581msgstr "Dejar de bloquear actividad de este usuario" 581msgstr "Dejar de bloquear actividad de este usuario"
582 582
583#: html.c:3119 583#: html.c:3217
584msgid "Block any activity from this user" 584msgid "Block any activity from this user"
585msgstr "Bloquear toda actividad de este usuario" 585msgstr "Bloquear toda actividad de este usuario"
586 586
587#: html.c:3127 587#: html.c:3225
588msgid "Direct Message..." 588msgid "Direct Message..."
589msgstr "Mensaje Directo..." 589msgstr "Mensaje Directo..."
590 590
591#: html.c:3162 591#: html.c:3260
592msgid "Pending follow confirmations" 592msgid "Pending follow confirmations"
593msgstr "Confirmaciones de seguimiento pendientes" 593msgstr "Confirmaciones de seguimiento pendientes"
594 594
595#: html.c:3166 595#: html.c:3264
596msgid "People you follow" 596msgid "People you follow"
597msgstr "Personas que sigues" 597msgstr "Personas que sigues"
598 598
599#: html.c:3167 599#: html.c:3265
600msgid "People that follow you" 600msgid "People that follow you"
601msgstr "Personas que te siguen" 601msgstr "Personas que te siguen"
602 602
603#: html.c:3206 603#: html.c:3304
604msgid "Clear all" 604msgid "Clear all"
605msgstr "Limpiar todo" 605msgstr "Limpiar todo"
606 606
607#: html.c:3263 607#: html.c:3361
608msgid "Mention" 608msgid "Mention"
609msgstr "Mención" 609msgstr "Mención"
610 610
611#: html.c:3266 611#: html.c:3364
612msgid "Finished poll" 612msgid "Finished poll"
613msgstr "Encuesta finalizada" 613msgstr "Encuesta finalizada"
614 614
615#: html.c:3281 615#: html.c:3379
616msgid "Follow Request" 616msgid "Follow Request"
617msgstr "Solicitud de Seguimiento" 617msgstr "Solicitud de Seguimiento"
618 618
619#: html.c:3364 619#: html.c:3462
620msgid "Context" 620msgid "Context"
621msgstr "Contexto" 621msgstr "Contexto"
622 622
623#: html.c:3375 623#: html.c:3473
624msgid "New" 624msgid "New"
625msgstr "Nuevo" 625msgstr "Nuevo"
626 626
627#: html.c:3390 627#: html.c:3488
628msgid "Already seen" 628msgid "Already seen"
629msgstr "Ya visto" 629msgstr "Ya visto"
630 630
631#: html.c:3405 631#: html.c:3503
632msgid "None" 632msgid "None"
633msgstr "Ninguno" 633msgstr "Ninguno"
634 634
635#: html.c:3671 635#: html.c:3769
636#, c-format 636#, c-format
637msgid "Search results for account %s" 637msgid "Search results for account %s"
638msgstr "Buscar resultados para la cuenta %s" 638msgstr "Buscar resultados para la cuenta %s"
639 639
640#: html.c:3678 640#: html.c:3776
641#, c-format 641#, c-format
642msgid "Account %s not found" 642msgid "Account %s not found"
643msgstr "No se encontró la cuenta %s" 643msgstr "No se encontró la cuenta %s"
644 644
645#: html.c:3709 645#: html.c:3807
646#, c-format 646#, c-format
647msgid "Search results for tag %s" 647msgid "Search results for tag %s"
648msgstr "Buscar resultados para la etiqueta %s" 648msgstr "Buscar resultados para la etiqueta %s"
649 649
650#: html.c:3709 650#: html.c:3807
651#, c-format 651#, c-format
652msgid "Nothing found for tag %s" 652msgid "Nothing found for tag %s"
653msgstr "No se encontró nada con la etiqueta %s" 653msgstr "No se encontró nada con la etiqueta %s"
654 654
655#: html.c:3725 655#: html.c:3823
656#, c-format 656#, c-format
657msgid "Search results for '%s' (may be more)" 657msgid "Search results for '%s' (may be more)"
658msgstr "Resultados de búsqueda para '%s' (puede haber más)" 658msgstr "Resultados de búsqueda para '%s' (puede haber más)"
659 659
660#: html.c:3728 660#: html.c:3826
661#, c-format 661#, c-format
662msgid "Search results for '%s'" 662msgid "Search results for '%s'"
663msgstr "Resultados de búsqueda para '%s'" 663msgstr "Resultados de búsqueda para '%s'"
664 664
665#: html.c:3731 665#: html.c:3829
666#, c-format 666#, c-format
667msgid "No more matches for '%s'" 667msgid "No more matches for '%s'"
668msgstr "No hay más coincidencias para '%s'" 668msgstr "No hay más coincidencias para '%s'"
669 669
670#: html.c:3733 670#: html.c:3831
671#, c-format 671#, c-format
672msgid "Nothing found for '%s'" 672msgid "Nothing found for '%s'"
673msgstr "No se encontró nada para '%s'" 673msgstr "No se encontró nada para '%s'"
674 674
675#: html.c:3831 675#: html.c:3929
676msgid "Showing instance timeline" 676msgid "Showing instance timeline"
677msgstr "Mostrando línea de tiempo de la instancia" 677msgstr "Mostrando línea de tiempo de la instancia"
678 678
679#: html.c:3899 679#: html.c:4012
680#, c-format 680#, c-format
681msgid "Showing timeline for list '%s'" 681msgid "Showing timeline for list '%s'"
682msgstr "Mostrando línea de tiempo de la lista '%s'" 682msgstr "Mostrando línea de tiempo de la lista '%s'"
@@ -690,15 +690,15 @@ msgstr "Resultado de búsqueda para la etiqueta #%s"
690msgid "Recent posts by users in this instance" 690msgid "Recent posts by users in this instance"
691msgstr "Publicaciones recientes de los usuarios de esta instancia" 691msgstr "Publicaciones recientes de los usuarios de esta instancia"
692 692
693#: html.c:1529 693#: html.c:1603
694msgid "Blocked hashtags..." 694msgid "Blocked hashtags..."
695msgstr "Etiquetas bloqueadas..." 695msgstr "Etiquetas bloqueadas..."
696 696
697#: html.c:420 697#: html.c:432
698msgid "Optional URL to reply to" 698msgid "Optional URL to reply to"
699msgstr "URL opcional a la que responder" 699msgstr "URL opcional a la que responder"
700 700
701#: html.c:527 701#: html.c:575
702msgid "" 702msgid ""
703"Option 1...\n" 703"Option 1...\n"
704"Option 2...\n" 704"Option 2...\n"
@@ -709,30 +709,51 @@ msgstr ""
709"Opción 2...\n" 709"Opción 2...\n"
710"Opción 3...\n" 710"Opción 3...\n"
711 711
712#: html.c:1346 712#: html.c:1415
713msgid "Bot API key" 713msgid "Bot API key"
714msgstr "Clave del API del Bot" 714msgstr "Clave del API del Bot"
715 715
716#: html.c:1352 716#: html.c:1421
717msgid "Chat id" 717msgid "Chat id"
718msgstr "Identificador de chat" 718msgstr "Identificador de chat"
719 719
720#: html.c:1360 720#: html.c:1429
721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
722msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)" 722msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)"
723 723
724#: html.c:1366 724#: html.c:1435
725msgid "ntfy token - if needed" 725msgid "ntfy token - if needed"
726msgstr "Token ntft - si es necesario" 726msgstr "Token ntft - si es necesario"
727 727
728#: html.c:2806 728#: html.c:2892
729msgid "pinned" 729msgid "pinned"
730msgstr "Anclados" 730msgstr "Anclados"
731 731
732#: html.c:2818 732#: html.c:2904
733msgid "bookmarks" 733msgid "bookmarks"
734msgstr "Marcados" 734msgstr "Marcados"
735 735
736#: html.c:2830 736#: html.c:2916
737msgid "drafts" 737msgid "drafts"
738msgstr "Borradores" 738msgstr "Borradores"
739
740#: html.c:464
741msgid "Scheduled post..."
742msgstr "Envío programado..."
743
744#: html.c:2927 html.c:3989
745msgid "Scheduled posts"
746msgstr "Envíos programados"
747
748#: html.c:2928
749msgid "scheduled posts"
750msgstr "envíos programados"
751
752#: html.c:458
753#, c-format
754msgid "Post date and time (timezone: %s):"
755msgstr "Fecha y hora de publicación (zona horaria: %s):"
756
757#: html.c:1538
758msgid "Time zone:"
759msgstr "Zona horaria:"
diff --git a/po/es_AR.po b/po/es_AR.po
index daef1aa..06e970f 100644
--- a/po/es_AR.po
+++ b/po/es_AR.po
@@ -8,120 +8,120 @@ msgstr ""
8"Language: es_AR\n" 8"Language: es_AR\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Contenido sensible: " 13msgstr "Contenido sensible: "
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Descripción del contenido sensible" 17msgstr "Descripción del contenido sensible"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Solo personas mencionadas: " 21msgstr "Solo personas mencionadas: "
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Responder a (URL): " 25msgstr "Responder a (URL): "
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "No enviar. Guardar como borrador" 29msgstr "No enviar. Guardar como borrador"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Borrador:" 33msgstr "Borrador:"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Adjuntos..." 37msgstr "Adjuntos..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "Archivo:" 41msgstr "Archivo:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Limpiar este campo para eliminar el adjunto" 45msgstr "Limpiar este campo para eliminar el adjunto"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Descripción del adjunto" 49msgstr "Descripción del adjunto"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Encuesta..." 53msgstr "Encuesta..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Opciones de encuesta (una por línea, hasta 8):" 57msgstr "Opciones de encuesta (una por línea, hasta 8):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Una opción" 61msgstr "Una opción"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Opciones múltiples" 65msgstr "Opciones múltiples"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Finalizar en 5 minutos" 69msgstr "Finalizar en 5 minutos"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Finalizar en 1 hora" 73msgstr "Finalizar en 1 hora"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Finalizar en 1 día" 77msgstr "Finalizar en 1 día"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Publicar" 81msgstr "Publicar"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Descripción del sitio" 85msgstr "Descripción del sitio"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "Email del Administrador" 89msgstr "Email del Administrador"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "Cuenta del Administrador" 93msgstr "Cuenta del Administrador"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "%d siguiendo, %d seguidores" 98msgstr "%d siguiendo, %d seguidores"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "privado" 106msgstr "privado"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "público" 110msgstr "público"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "notificaciones" 114msgstr "notificaciones"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "personas" 118msgstr "personas"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "instancia" 122msgstr "instancia"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
@@ -129,554 +129,554 @@ msgstr ""
129"Buscar publicaciones por URL o contenido (expresiones regulares), cuenta " 129"Buscar publicaciones por URL o contenido (expresiones regulares), cuenta "
130"@usuario@host , ó #etiqueta" 130"@usuario@host , ó #etiqueta"
131 131
132#: html.c:898 132#: html.c:946
133msgid "Content search" 133msgid "Content search"
134msgstr "Buscar contenido" 134msgstr "Buscar contenido"
135 135
136#: html.c:1020 136#: html.c:1068
137msgid "verified link" 137msgid "verified link"
138msgstr "link verificado" 138msgstr "link verificado"
139 139
140#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 140#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
141msgid "Location: " 141msgid "Location: "
142msgstr "Ubicación: " 142msgstr "Ubicación: "
143 143
144#: html.c:1113 144#: html.c:1161
145msgid "New Post..." 145msgid "New Post..."
146msgstr "Nueva Publicación..." 146msgstr "Nueva Publicación..."
147 147
148#: html.c:1115 148#: html.c:1163
149msgid "What's on your mind?" 149msgid "What's on your mind?"
150msgstr "¿En qué estás pensando?" 150msgstr "¿En qué estás pensando?"
151 151
152#: html.c:1124 152#: html.c:1172
153msgid "Operations..." 153msgid "Operations..."
154msgstr "Operaciones..." 154msgstr "Operaciones..."
155 155
156#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 156#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
157msgid "Follow" 157msgid "Follow"
158msgstr "Seguir" 158msgstr "Seguir"
159 159
160#: html.c:1141 160#: html.c:1189
161msgid "(by URL or user@host)" 161msgid "(by URL or user@host)"
162msgstr "(por URL o usuario@host)" 162msgstr "(por URL o usuario@host)"
163 163
164#: html.c:1156 html.c:1690 html.c:4364 164#: html.c:1204 html.c:1764 html.c:4527
165msgid "Boost" 165msgid "Boost"
166msgstr "Impulsar" 166msgstr "Impulsar"
167 167
168#: html.c:1158 html.c:1175 168#: html.c:1206 html.c:1223
169msgid "(by URL)" 169msgid "(by URL)"
170msgstr "(por URL)" 170msgstr "(por URL)"
171 171
172#: html.c:1173 html.c:1669 html.c:4355 172#: html.c:1221 html.c:1743 html.c:4518
173msgid "Like" 173msgid "Like"
174msgstr "Me gusta" 174msgstr "Me gusta"
175 175
176#: html.c:1278 176#: html.c:1347
177msgid "User Settings..." 177msgid "User Settings..."
178msgstr "Configuración de usuario..." 178msgstr "Configuración de usuario..."
179 179
180#: html.c:1287 180#: html.c:1356
181msgid "Display name:" 181msgid "Display name:"
182msgstr "Nombre para mostrar:" 182msgstr "Nombre para mostrar:"
183 183
184#: html.c:1293 184#: html.c:1362
185msgid "Your name" 185msgid "Your name"
186msgstr "Su nombre" 186msgstr "Su nombre"
187 187
188#: html.c:1295 188#: html.c:1364
189msgid "Avatar: " 189msgid "Avatar: "
190msgstr "Avatar: " 190msgstr "Avatar: "
191 191
192#: html.c:1303 192#: html.c:1372
193msgid "Delete current avatar" 193msgid "Delete current avatar"
194msgstr "Eliminar avatar" 194msgstr "Eliminar avatar"
195 195
196#: html.c:1305 196#: html.c:1374
197msgid "Header image (banner): " 197msgid "Header image (banner): "
198msgstr "Imagen de cabecera (banner): " 198msgstr "Imagen de cabecera (banner): "
199 199
200#: html.c:1313 200#: html.c:1382
201msgid "Delete current header image" 201msgid "Delete current header image"
202msgstr "Eliminar imagen de cabecera" 202msgstr "Eliminar imagen de cabecera"
203 203
204#: html.c:1315 204#: html.c:1384
205msgid "Bio:" 205msgid "Bio:"
206msgstr "Bio:" 206msgstr "Bio:"
207 207
208#: html.c:1321 208#: html.c:1390
209msgid "Write about yourself here..." 209msgid "Write about yourself here..."
210msgstr "Escriba algo sobre usted aquí..." 210msgstr "Escriba algo sobre usted aquí..."
211 211
212#: html.c:1330 212#: html.c:1399
213msgid "Always show sensitive content" 213msgid "Always show sensitive content"
214msgstr "Siempre mostrar contenido sensible" 214msgstr "Siempre mostrar contenido sensible"
215 215
216#: html.c:1332 216#: html.c:1401
217msgid "Email address for notifications:" 217msgid "Email address for notifications:"
218msgstr "Cuenta de email para las notificaciones:" 218msgstr "Cuenta de email para las notificaciones:"
219 219
220#: html.c:1340 220#: html.c:1409
221msgid "Telegram notifications (bot key and chat id):" 221msgid "Telegram notifications (bot key and chat id):"
222msgstr "Notificaciones en Telegram (llave del bot e id del chat):" 222msgstr "Notificaciones en Telegram (llave del bot e id del chat):"
223 223
224#: html.c:1354 224#: html.c:1423
225msgid "ntfy notifications (ntfy server and token):" 225msgid "ntfy notifications (ntfy server and token):"
226msgstr "Notificaciones en ntfy (servidor ntfy y token):" 226msgstr "Notificaciones en ntfy (servidor ntfy y token):"
227 227
228#: html.c:1368 228#: html.c:1437
229msgid "Maximum days to keep posts (0: server settings):" 229msgid "Maximum days to keep posts (0: server settings):"
230msgstr "" 230msgstr ""
231"Plazo máximo de conservación de publicaciones en días (0: usar configuración " 231"Plazo máximo de conservación de publicaciones en días (0: usar configuración "
232"del servidor):" 232"del servidor):"
233 233
234#: html.c:1382 234#: html.c:1451
235msgid "Drop direct messages from people you don't follow" 235msgid "Drop direct messages from people you don't follow"
236msgstr "Descartar mensajes directos de personas a las que no sigue" 236msgstr "Descartar mensajes directos de personas a las que no sigue"
237 237
238#: html.c:1391 238#: html.c:1460
239msgid "This account is a bot" 239msgid "This account is a bot"
240msgstr "Esta cuenta es un bot" 240msgstr "Esta cuenta es un bot"
241 241
242#: html.c:1400 242#: html.c:1469
243msgid "Auto-boost all mentions to this account" 243msgid "Auto-boost all mentions to this account"
244msgstr "Impulsar automáticamente todas las menciones a esta cuenta" 244msgstr "Impulsar automáticamente todas las menciones a esta cuenta"
245 245
246#: html.c:1409 246#: html.c:1478
247msgid "This account is private (posts are not shown through the web)" 247msgid "This account is private (posts are not shown through the web)"
248msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)" 248msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)"
249 249
250#: html.c:1419 250#: html.c:1488
251msgid "Collapse top threads by default" 251msgid "Collapse top threads by default"
252msgstr "Contraer hilo de publicaciones por defecto" 252msgstr "Contraer hilo de publicaciones por defecto"
253 253
254#: html.c:1428 254#: html.c:1497
255msgid "Follow requests must be approved" 255msgid "Follow requests must be approved"
256msgstr "Las solicitudes de seguimiento deben ser aprobadas" 256msgstr "Las solicitudes de seguimiento deben ser aprobadas"
257 257
258#: html.c:1437 258#: html.c:1506
259msgid "Publish follower and following metrics" 259msgid "Publish follower and following metrics"
260msgstr "Mostrar cantidad de seguidores y seguidos" 260msgstr "Mostrar cantidad de seguidores y seguidos"
261 261
262#: html.c:1439 262#: html.c:1508
263msgid "Current location:" 263msgid "Current location:"
264msgstr "Ubicación actual:" 264msgstr "Ubicación actual:"
265 265
266#: html.c:1453 266#: html.c:1522
267msgid "Profile metadata (key=value pairs in each line):" 267msgid "Profile metadata (key=value pairs in each line):"
268msgstr "Metadata del perfil (pares llave=valor en cada línea):" 268msgstr "Metadata del perfil (pares llave=valor en cada línea):"
269 269
270#: html.c:1464 270#: html.c:1533
271msgid "Web interface language:" 271msgid "Web interface language:"
272msgstr "Idioma de la interfaz Web:" 272msgstr "Idioma de la interfaz Web:"
273 273
274#: html.c:1469 274#: html.c:1543
275msgid "New password:" 275msgid "New password:"
276msgstr "Nueva contraseña:" 276msgstr "Nueva contraseña:"
277 277
278#: html.c:1476 278#: html.c:1550
279msgid "Repeat new password:" 279msgid "Repeat new password:"
280msgstr "Repetir nueva contraseña:" 280msgstr "Repetir nueva contraseña:"
281 281
282#: html.c:1486 282#: html.c:1560
283msgid "Update user info" 283msgid "Update user info"
284msgstr "Actualizar información de usuario" 284msgstr "Actualizar información de usuario"
285 285
286#: html.c:1497 286#: html.c:1571
287msgid "Followed hashtags..." 287msgid "Followed hashtags..."
288msgstr "Etiquetas en seguimiento..." 288msgstr "Etiquetas en seguimiento..."
289 289
290#: html.c:1499 html.c:1531 290#: html.c:1573 html.c:1605
291msgid "One hashtag per line" 291msgid "One hashtag per line"
292msgstr "Una etiqueta por línea" 292msgstr "Una etiqueta por línea"
293 293
294#: html.c:1520 html.c:1552 294#: html.c:1594 html.c:1626
295msgid "Update hashtags" 295msgid "Update hashtags"
296msgstr "Actualizar etiquetas" 296msgstr "Actualizar etiquetas"
297 297
298#: html.c:1669 298#: html.c:1743
299msgid "Say you like this post" 299msgid "Say you like this post"
300msgstr "Decir que te gusta esta publicación" 300msgstr "Decir que te gusta esta publicación"
301 301
302#: html.c:1674 html.c:4373 302#: html.c:1748 html.c:4536
303msgid "Unlike" 303msgid "Unlike"
304msgstr "No me gusta" 304msgstr "No me gusta"
305 305
306#: html.c:1674 306#: html.c:1748
307msgid "Nah don't like it that much" 307msgid "Nah don't like it that much"
308msgstr "Nah, no me gusta tanto" 308msgstr "Nah, no me gusta tanto"
309 309
310#: html.c:1680 html.c:4505 310#: html.c:1754 html.c:4673
311msgid "Unpin" 311msgid "Unpin"
312msgstr "Desanclar" 312msgstr "Desanclar"
313 313
314#: html.c:1680 314#: html.c:1754
315msgid "Unpin this post from your timeline" 315msgid "Unpin this post from your timeline"
316msgstr "Desanclar esta publicación de su línea de tiempo" 316msgstr "Desanclar esta publicación de su línea de tiempo"
317 317
318#: html.c:1683 html.c:4500 318#: html.c:1757 html.c:4668
319msgid "Pin" 319msgid "Pin"
320msgstr "Anclar" 320msgstr "Anclar"
321 321
322#: html.c:1683 322#: html.c:1757
323msgid "Pin this post to the top of your timeline" 323msgid "Pin this post to the top of your timeline"
324msgstr "Anclar esta publicación al inicio de su línea de tiempo" 324msgstr "Anclar esta publicación al inicio de su línea de tiempo"
325 325
326#: html.c:1690 326#: html.c:1764
327msgid "Announce this post to your followers" 327msgid "Announce this post to your followers"
328msgstr "Anunciar esta publicación a sus seguidores" 328msgstr "Anunciar esta publicación a sus seguidores"
329 329
330#: html.c:1695 html.c:4381 330#: html.c:1769 html.c:4544
331msgid "Unboost" 331msgid "Unboost"
332msgstr "Eliminar impulso" 332msgstr "Eliminar impulso"
333 333
334#: html.c:1695 334#: html.c:1769
335msgid "I regret I boosted this" 335msgid "I regret I boosted this"
336msgstr "Me arrepiento de haber impulsado esto" 336msgstr "Me arrepiento de haber impulsado esto"
337 337
338#: html.c:1701 html.c:4515 338#: html.c:1775 html.c:4683
339msgid "Unbookmark" 339msgid "Unbookmark"
340msgstr "Eliminar marcador" 340msgstr "Eliminar marcador"
341 341
342#: html.c:1701 342#: html.c:1775
343msgid "Delete this post from your bookmarks" 343msgid "Delete this post from your bookmarks"
344msgstr "Eliminar marcador de esta publicación" 344msgstr "Eliminar marcador de esta publicación"
345 345
346#: html.c:1704 html.c:4510 346#: html.c:1778 html.c:4678
347msgid "Bookmark" 347msgid "Bookmark"
348msgstr "Marcador" 348msgstr "Marcador"
349 349
350#: html.c:1704 350#: html.c:1778
351msgid "Add this post to your bookmarks" 351msgid "Add this post to your bookmarks"
352msgstr "Agregar esta publicación a mis marcadores" 352msgstr "Agregar esta publicación a mis marcadores"
353 353
354#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 354#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
355msgid "Unfollow" 355msgid "Unfollow"
356msgstr "Dejar de seguir" 356msgstr "Dejar de seguir"
357 357
358#: html.c:1710 html.c:3082 358#: html.c:1784 html.c:3180
359msgid "Stop following this user's activity" 359msgid "Stop following this user's activity"
360msgstr "Dejar de seguir la actividad de este usuario" 360msgstr "Dejar de seguir la actividad de este usuario"
361 361
362#: html.c:1714 html.c:3096 362#: html.c:1788 html.c:3194
363msgid "Start following this user's activity" 363msgid "Start following this user's activity"
364msgstr "Seguir la actividad de este usuario" 364msgstr "Seguir la actividad de este usuario"
365 365
366#: html.c:1720 html.c:4455 366#: html.c:1794 html.c:4621
367msgid "Unfollow Group" 367msgid "Unfollow Group"
368msgstr "Dejar de seguir este Grupo" 368msgstr "Dejar de seguir este Grupo"
369 369
370#: html.c:1721 370#: html.c:1795
371msgid "Stop following this group or channel" 371msgid "Stop following this group or channel"
372msgstr "Dejar de seguir este grupo o canal" 372msgstr "Dejar de seguir este grupo o canal"
373 373
374#: html.c:1725 html.c:4442 374#: html.c:1799 html.c:4608
375msgid "Follow Group" 375msgid "Follow Group"
376msgstr "Seguir Grupo" 376msgstr "Seguir Grupo"
377 377
378#: html.c:1726 378#: html.c:1800
379msgid "Start following this group or channel" 379msgid "Start following this group or channel"
380msgstr "Seguir grupo o canal" 380msgstr "Seguir grupo o canal"
381 381
382#: html.c:1731 html.c:3118 html.c:4389 382#: html.c:1805 html.c:3216 html.c:4552
383msgid "MUTE" 383msgid "MUTE"
384msgstr "SILENCIAR" 384msgstr "SILENCIAR"
385 385
386#: html.c:1732 386#: html.c:1806
387msgid "Block any activity from this user forever" 387msgid "Block any activity from this user forever"
388msgstr "Bloquear toda la actividad de este usuario para siempre" 388msgstr "Bloquear toda la actividad de este usuario para siempre"
389 389
390#: html.c:1737 html.c:3100 html.c:4472 390#: html.c:1811 html.c:3198 html.c:4638
391msgid "Delete" 391msgid "Delete"
392msgstr "Eliminar" 392msgstr "Eliminar"
393 393
394#: html.c:1737 394#: html.c:1811
395msgid "Delete this post" 395msgid "Delete this post"
396msgstr "Eliminar esta publicación" 396msgstr "Eliminar esta publicación"
397 397
398#: html.c:1740 html.c:4397 398#: html.c:1814 html.c:4560
399msgid "Hide" 399msgid "Hide"
400msgstr "Ocultar" 400msgstr "Ocultar"
401 401
402#: html.c:1740 402#: html.c:1814
403msgid "Hide this post and its children" 403msgid "Hide this post and its children"
404msgstr "Ocultar esta publicación y sus respuestas" 404msgstr "Ocultar esta publicación y sus respuestas"
405 405
406#: html.c:1771 406#: html.c:1845
407msgid "Edit..." 407msgid "Edit..."
408msgstr "Editar..." 408msgstr "Editar..."
409 409
410#: html.c:1790 410#: html.c:1865
411msgid "Reply..." 411msgid "Reply..."
412msgstr "Responder..." 412msgstr "Responder..."
413 413
414#: html.c:1841 414#: html.c:1916
415msgid "Truncated (too deep)" 415msgid "Truncated (too deep)"
416msgstr "Truncado (demasiado profundo)" 416msgstr "Truncado (demasiado profundo)"
417 417
418#: html.c:1850 418#: html.c:1925
419msgid "follows you" 419msgid "follows you"
420msgstr "te sigue" 420msgstr "te sigue"
421 421
422#: html.c:1913 422#: html.c:1988
423msgid "Pinned" 423msgid "Pinned"
424msgstr "Anclado" 424msgstr "Anclado"
425 425
426#: html.c:1921 426#: html.c:1996
427msgid "Bookmarked" 427msgid "Bookmarked"
428msgstr "Marcado" 428msgstr "Marcado"
429 429
430#: html.c:1929 430#: html.c:2004
431msgid "Poll" 431msgid "Poll"
432msgstr "Encuesta" 432msgstr "Encuesta"
433 433
434#: html.c:1936 434#: html.c:2011
435msgid "Voted" 435msgid "Voted"
436msgstr "Votado" 436msgstr "Votado"
437 437
438#: html.c:1945 438#: html.c:2020
439msgid "Event" 439msgid "Event"
440msgstr "Evento" 440msgstr "Evento"
441 441
442#: html.c:1977 html.c:2006 442#: html.c:2052 html.c:2081
443msgid "boosted" 443msgid "boosted"
444msgstr "impulsado" 444msgstr "impulsado"
445 445
446#: html.c:2022 446#: html.c:2097
447msgid "in reply to" 447msgid "in reply to"
448msgstr "en respuesta a" 448msgstr "en respuesta a"
449 449
450#: html.c:2073 450#: html.c:2148
451msgid " [SENSITIVE CONTENT]" 451msgid " [SENSITIVE CONTENT]"
452msgstr " [CONTENIDO SENSIBLE]" 452msgstr " [CONTENIDO SENSIBLE]"
453 453
454#: html.c:2250 454#: html.c:2325
455msgid "Vote" 455msgid "Vote"
456msgstr "Votar" 456msgstr "Votar"
457 457
458#: html.c:2260 458#: html.c:2335
459msgid "Closed" 459msgid "Closed"
460msgstr "Cerrado" 460msgstr "Cerrado"
461 461
462#: html.c:2285 462#: html.c:2360
463msgid "Closes in" 463msgid "Closes in"
464msgstr "Cierra en" 464msgstr "Cierra en"
465 465
466#: html.c:2366 466#: html.c:2441
467msgid "Video" 467msgid "Video"
468msgstr "Video" 468msgstr "Video"
469 469
470#: html.c:2381 470#: html.c:2456
471msgid "Audio" 471msgid "Audio"
472msgstr "Audio" 472msgstr "Audio"
473 473
474#: html.c:2403 474#: html.c:2484
475msgid "Attachment" 475msgid "Attachment"
476msgstr "Adjunto" 476msgstr "Adjunto"
477 477
478#: html.c:2417 478#: html.c:2498
479msgid "Alt..." 479msgid "Alt..."
480msgstr "Alt..." 480msgstr "Alt..."
481 481
482#: html.c:2430 482#: html.c:2511
483msgid "Source channel or community" 483msgid "Source channel or community"
484msgstr "Canal o comunidad de origen" 484msgstr "Canal o comunidad de origen"
485 485
486#: html.c:2524 486#: html.c:2605
487msgid "Time: " 487msgid "Time: "
488msgstr "Hora: " 488msgstr "Hora: "
489 489
490#: html.c:2605 490#: html.c:2686
491msgid "Older..." 491msgid "Older..."
492msgstr "Más antiguo..." 492msgstr "Más antiguo..."
493 493
494#: html.c:2702 494#: html.c:2788
495msgid "about this site" 495msgid "about this site"
496msgstr "acerca de este sitio" 496msgstr "acerca de este sitio"
497 497
498#: html.c:2704 498#: html.c:2790
499msgid "powered by " 499msgid "powered by "
500msgstr "provisto por " 500msgstr "provisto por "
501 501
502#: html.c:2769 502#: html.c:2855
503msgid "Dismiss" 503msgid "Dismiss"
504msgstr "Descartar" 504msgstr "Descartar"
505 505
506#: html.c:2786 506#: html.c:2872
507#, c-format 507#, c-format
508msgid "Timeline for list '%s'" 508msgid "Timeline for list '%s'"
509msgstr "Línea de tiempo de la lista '%s'" 509msgstr "Línea de tiempo de la lista '%s'"
510 510
511#: html.c:2805 html.c:3846 511#: html.c:2891 html.c:3944
512msgid "Pinned posts" 512msgid "Pinned posts"
513msgstr "Publicaciones ancladas" 513msgstr "Publicaciones ancladas"
514 514
515#: html.c:2817 html.c:3861 515#: html.c:2903 html.c:3959
516msgid "Bookmarked posts" 516msgid "Bookmarked posts"
517msgstr "Publicaciones marcadas" 517msgstr "Publicaciones marcadas"
518 518
519#: html.c:2829 html.c:3876 519#: html.c:2915 html.c:3974
520msgid "Post drafts" 520msgid "Post drafts"
521msgstr "Borradores de publicaciones" 521msgstr "Borradores de publicaciones"
522 522
523#: html.c:2888 523#: html.c:2986
524msgid "No more unseen posts" 524msgid "No more unseen posts"
525msgstr "No quedan publicaciones sin ver" 525msgstr "No quedan publicaciones sin ver"
526 526
527#: html.c:2892 html.c:2992 527#: html.c:2990 html.c:3090
528msgid "Back to top" 528msgid "Back to top"
529msgstr "Volver al inicio" 529msgstr "Volver al inicio"
530 530
531#: html.c:2945 531#: html.c:3043
532msgid "History" 532msgid "History"
533msgstr "Historia" 533msgstr "Historia"
534 534
535#: html.c:2997 html.c:3417 535#: html.c:3095 html.c:3515
536msgid "More..." 536msgid "More..."
537msgstr "Más..." 537msgstr "Más..."
538 538
539#: html.c:3086 html.c:4408 539#: html.c:3184 html.c:4574
540msgid "Unlimit" 540msgid "Unlimit"
541msgstr "Sin límite" 541msgstr "Sin límite"
542 542
543#: html.c:3087 543#: html.c:3185
544msgid "Allow announces (boosts) from this user" 544msgid "Allow announces (boosts) from this user"
545msgstr "Permitir anuncios (impulsos) de este usuario" 545msgstr "Permitir anuncios (impulsos) de este usuario"
546 546
547#: html.c:3090 html.c:4404 547#: html.c:3188 html.c:4570
548msgid "Limit" 548msgid "Limit"
549msgstr "Límite" 549msgstr "Límite"
550 550
551#: html.c:3091 551#: html.c:3189
552msgid "Block announces (boosts) from this user" 552msgid "Block announces (boosts) from this user"
553msgstr "Bloquear anuncios (impulsos) de este usuario" 553msgstr "Bloquear anuncios (impulsos) de este usuario"
554 554
555#: html.c:3100 555#: html.c:3198
556msgid "Delete this user" 556msgid "Delete this user"
557msgstr "Eliminar este usuario" 557msgstr "Eliminar este usuario"
558 558
559#: html.c:3105 html.c:4520 559#: html.c:3203 html.c:4688
560msgid "Approve" 560msgid "Approve"
561msgstr "Aprobar" 561msgstr "Aprobar"
562 562
563#: html.c:3106 563#: html.c:3204
564msgid "Approve this follow request" 564msgid "Approve this follow request"
565msgstr "Aprobar solicitud de seguimiento" 565msgstr "Aprobar solicitud de seguimiento"
566 566
567#: html.c:3109 html.c:4544 567#: html.c:3207 html.c:4712
568msgid "Discard" 568msgid "Discard"
569msgstr "Descartar" 569msgstr "Descartar"
570 570
571#: html.c:3109 571#: html.c:3207
572msgid "Discard this follow request" 572msgid "Discard this follow request"
573msgstr "Descartar solicitud de seguimiento" 573msgstr "Descartar solicitud de seguimiento"
574 574
575#: html.c:3114 html.c:4393 575#: html.c:3212 html.c:4556
576msgid "Unmute" 576msgid "Unmute"
577msgstr "Dejar de SILENCIAR" 577msgstr "Dejar de SILENCIAR"
578 578
579#: html.c:3115 579#: html.c:3213
580msgid "Stop blocking activities from this user" 580msgid "Stop blocking activities from this user"
581msgstr "Dejar de bloquear actividad de este usuario" 581msgstr "Dejar de bloquear actividad de este usuario"
582 582
583#: html.c:3119 583#: html.c:3217
584msgid "Block any activity from this user" 584msgid "Block any activity from this user"
585msgstr "Bloquear toda actividad de este usuario" 585msgstr "Bloquear toda actividad de este usuario"
586 586
587#: html.c:3127 587#: html.c:3225
588msgid "Direct Message..." 588msgid "Direct Message..."
589msgstr "Mensaje Directo..." 589msgstr "Mensaje Directo..."
590 590
591#: html.c:3162 591#: html.c:3260
592msgid "Pending follow confirmations" 592msgid "Pending follow confirmations"
593msgstr "Confirmaciones de seguimiento pendientes" 593msgstr "Confirmaciones de seguimiento pendientes"
594 594
595#: html.c:3166 595#: html.c:3264
596msgid "People you follow" 596msgid "People you follow"
597msgstr "Personas que sigues" 597msgstr "Personas que sigues"
598 598
599#: html.c:3167 599#: html.c:3265
600msgid "People that follow you" 600msgid "People that follow you"
601msgstr "Personas que te siguen" 601msgstr "Personas que te siguen"
602 602
603#: html.c:3206 603#: html.c:3304
604msgid "Clear all" 604msgid "Clear all"
605msgstr "Limpiar todo" 605msgstr "Limpiar todo"
606 606
607#: html.c:3263 607#: html.c:3361
608msgid "Mention" 608msgid "Mention"
609msgstr "Mención" 609msgstr "Mención"
610 610
611#: html.c:3266 611#: html.c:3364
612msgid "Finished poll" 612msgid "Finished poll"
613msgstr "Encuesta finalizada" 613msgstr "Encuesta finalizada"
614 614
615#: html.c:3281 615#: html.c:3379
616msgid "Follow Request" 616msgid "Follow Request"
617msgstr "Solicitud de Seguimiento" 617msgstr "Solicitud de Seguimiento"
618 618
619#: html.c:3364 619#: html.c:3462
620msgid "Context" 620msgid "Context"
621msgstr "Contexto" 621msgstr "Contexto"
622 622
623#: html.c:3375 623#: html.c:3473
624msgid "New" 624msgid "New"
625msgstr "Nuevo" 625msgstr "Nuevo"
626 626
627#: html.c:3390 627#: html.c:3488
628msgid "Already seen" 628msgid "Already seen"
629msgstr "Ya visto" 629msgstr "Ya visto"
630 630
631#: html.c:3405 631#: html.c:3503
632msgid "None" 632msgid "None"
633msgstr "Ninguno" 633msgstr "Ninguno"
634 634
635#: html.c:3671 635#: html.c:3769
636#, c-format 636#, c-format
637msgid "Search results for account %s" 637msgid "Search results for account %s"
638msgstr "Buscar resultados para la cuenta %s" 638msgstr "Buscar resultados para la cuenta %s"
639 639
640#: html.c:3678 640#: html.c:3776
641#, c-format 641#, c-format
642msgid "Account %s not found" 642msgid "Account %s not found"
643msgstr "No se encontró la cuenta %s" 643msgstr "No se encontró la cuenta %s"
644 644
645#: html.c:3709 645#: html.c:3807
646#, c-format 646#, c-format
647msgid "Search results for tag %s" 647msgid "Search results for tag %s"
648msgstr "Buscar resultados para la etiqueta %s" 648msgstr "Buscar resultados para la etiqueta %s"
649 649
650#: html.c:3709 650#: html.c:3807
651#, c-format 651#, c-format
652msgid "Nothing found for tag %s" 652msgid "Nothing found for tag %s"
653msgstr "No se encontró nada con la etiqueta %s" 653msgstr "No se encontró nada con la etiqueta %s"
654 654
655#: html.c:3725 655#: html.c:3823
656#, c-format 656#, c-format
657msgid "Search results for '%s' (may be more)" 657msgid "Search results for '%s' (may be more)"
658msgstr "Resultados de búsqueda para '%s' (puede haber más)" 658msgstr "Resultados de búsqueda para '%s' (puede haber más)"
659 659
660#: html.c:3728 660#: html.c:3826
661#, c-format 661#, c-format
662msgid "Search results for '%s'" 662msgid "Search results for '%s'"
663msgstr "Resultados de búsqueda para '%s'" 663msgstr "Resultados de búsqueda para '%s'"
664 664
665#: html.c:3731 665#: html.c:3829
666#, c-format 666#, c-format
667msgid "No more matches for '%s'" 667msgid "No more matches for '%s'"
668msgstr "No hay más coincidencias para '%s'" 668msgstr "No hay más coincidencias para '%s'"
669 669
670#: html.c:3733 670#: html.c:3831
671#, c-format 671#, c-format
672msgid "Nothing found for '%s'" 672msgid "Nothing found for '%s'"
673msgstr "No se encontró nada para '%s'" 673msgstr "No se encontró nada para '%s'"
674 674
675#: html.c:3831 675#: html.c:3929
676msgid "Showing instance timeline" 676msgid "Showing instance timeline"
677msgstr "Mostrando línea de tiempo de la instancia" 677msgstr "Mostrando línea de tiempo de la instancia"
678 678
679#: html.c:3899 679#: html.c:4012
680#, c-format 680#, c-format
681msgid "Showing timeline for list '%s'" 681msgid "Showing timeline for list '%s'"
682msgstr "Mostrando línea de tiempo de la lista '%s'" 682msgstr "Mostrando línea de tiempo de la lista '%s'"
@@ -690,15 +690,15 @@ msgstr "Resultado de búsqueda para la etiqueta #%s"
690msgid "Recent posts by users in this instance" 690msgid "Recent posts by users in this instance"
691msgstr "Publicaciones recientes de los usuarios de esta instancia" 691msgstr "Publicaciones recientes de los usuarios de esta instancia"
692 692
693#: html.c:1529 693#: html.c:1603
694msgid "Blocked hashtags..." 694msgid "Blocked hashtags..."
695msgstr "Etiquetas bloqueadas..." 695msgstr "Etiquetas bloqueadas..."
696 696
697#: html.c:420 697#: html.c:432
698msgid "Optional URL to reply to" 698msgid "Optional URL to reply to"
699msgstr "URL opcional a la que responder" 699msgstr "URL opcional a la que responder"
700 700
701#: html.c:527 701#: html.c:575
702msgid "" 702msgid ""
703"Option 1...\n" 703"Option 1...\n"
704"Option 2...\n" 704"Option 2...\n"
@@ -709,30 +709,51 @@ msgstr ""
709"Opción 2...\n" 709"Opción 2...\n"
710"Opción 3...\n" 710"Opción 3...\n"
711 711
712#: html.c:1346 712#: html.c:1415
713msgid "Bot API key" 713msgid "Bot API key"
714msgstr "Clave del API del Bot" 714msgstr "Clave del API del Bot"
715 715
716#: html.c:1352 716#: html.c:1421
717msgid "Chat id" 717msgid "Chat id"
718msgstr "Identificador de chat" 718msgstr "Identificador de chat"
719 719
720#: html.c:1360 720#: html.c:1429
721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
722msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)" 722msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)"
723 723
724#: html.c:1366 724#: html.c:1435
725msgid "ntfy token - if needed" 725msgid "ntfy token - if needed"
726msgstr "Token ntft - si es necesario" 726msgstr "Token ntft - si es necesario"
727 727
728#: html.c:2806 728#: html.c:2892
729msgid "pinned" 729msgid "pinned"
730msgstr "Anclados" 730msgstr "Anclados"
731 731
732#: html.c:2818 732#: html.c:2904
733msgid "bookmarks" 733msgid "bookmarks"
734msgstr "Marcados" 734msgstr "Marcados"
735 735
736#: html.c:2830 736#: html.c:2916
737msgid "drafts" 737msgid "drafts"
738msgstr "Borradores" 738msgstr "Borradores"
739
740#: html.c:464
741msgid "Scheduled post..."
742msgstr "Envío programado..."
743
744#: html.c:2927 html.c:3989
745msgid "Scheduled posts"
746msgstr "Envíos programados"
747
748#: html.c:2928
749msgid "scheduled posts"
750msgstr "envíos programados"
751
752#: html.c:458
753#, c-format
754msgid "Post date and time (timezone: %s):"
755msgstr "Fecha y hora de publicación (zona horaria: %s):"
756
757#: html.c:1538
758msgid "Time zone:"
759msgstr "Zona horaria:"
diff --git a/po/es_UY.po b/po/es_UY.po
index 0483184..a24d834 100644
--- a/po/es_UY.po
+++ b/po/es_UY.po
@@ -8,120 +8,120 @@ msgstr ""
8"Language: es_UY\n" 8"Language: es_UY\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Contenido sensible: " 13msgstr "Contenido sensible: "
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Descripción del contenido sensible" 17msgstr "Descripción del contenido sensible"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Solo personas mencionadas: " 21msgstr "Solo personas mencionadas: "
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Responder a (URL): " 25msgstr "Responder a (URL): "
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "No enviar. Guardar como borrador" 29msgstr "No enviar. Guardar como borrador"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Borrador:" 33msgstr "Borrador:"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Adjuntos..." 37msgstr "Adjuntos..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "Archivo:" 41msgstr "Archivo:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Limpiar este campo para eliminar el adjunto" 45msgstr "Limpiar este campo para eliminar el adjunto"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Descripción del adjunto" 49msgstr "Descripción del adjunto"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Encuesta..." 53msgstr "Encuesta..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Opciones de encuesta (una por línea, hasta 8):" 57msgstr "Opciones de encuesta (una por línea, hasta 8):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Una opción" 61msgstr "Una opción"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Opciones múltiples" 65msgstr "Opciones múltiples"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Finalizar en 5 minutos" 69msgstr "Finalizar en 5 minutos"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Finalizar en 1 hora" 73msgstr "Finalizar en 1 hora"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Finalizar en 1 día" 77msgstr "Finalizar en 1 día"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Publicar" 81msgstr "Publicar"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Descripción del sitio" 85msgstr "Descripción del sitio"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "Email del Administrador" 89msgstr "Email del Administrador"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "Cuenta del Administrador" 93msgstr "Cuenta del Administrador"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "%d siguiendo, %d seguidores" 98msgstr "%d siguiendo, %d seguidores"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "privado" 106msgstr "privado"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "público" 110msgstr "público"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "notificaciones" 114msgstr "notificaciones"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "personas" 118msgstr "personas"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "instancia" 122msgstr "instancia"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
@@ -129,554 +129,554 @@ msgstr ""
129"Buscar publicaciones por URL o contenido (expresiones regulares), cuenta " 129"Buscar publicaciones por URL o contenido (expresiones regulares), cuenta "
130"@usuario@host , ó #etiqueta" 130"@usuario@host , ó #etiqueta"
131 131
132#: html.c:898 132#: html.c:946
133msgid "Content search" 133msgid "Content search"
134msgstr "Buscar contenido" 134msgstr "Buscar contenido"
135 135
136#: html.c:1020 136#: html.c:1068
137msgid "verified link" 137msgid "verified link"
138msgstr "link verificado" 138msgstr "link verificado"
139 139
140#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 140#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
141msgid "Location: " 141msgid "Location: "
142msgstr "Ubicación: " 142msgstr "Ubicación: "
143 143
144#: html.c:1113 144#: html.c:1161
145msgid "New Post..." 145msgid "New Post..."
146msgstr "Nueva Publicación..." 146msgstr "Nueva Publicación..."
147 147
148#: html.c:1115 148#: html.c:1163
149msgid "What's on your mind?" 149msgid "What's on your mind?"
150msgstr "¿En qué estás pensando?" 150msgstr "¿En qué estás pensando?"
151 151
152#: html.c:1124 152#: html.c:1172
153msgid "Operations..." 153msgid "Operations..."
154msgstr "Operaciones..." 154msgstr "Operaciones..."
155 155
156#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 156#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
157msgid "Follow" 157msgid "Follow"
158msgstr "Seguir" 158msgstr "Seguir"
159 159
160#: html.c:1141 160#: html.c:1189
161msgid "(by URL or user@host)" 161msgid "(by URL or user@host)"
162msgstr "(por URL o usuario@host)" 162msgstr "(por URL o usuario@host)"
163 163
164#: html.c:1156 html.c:1690 html.c:4364 164#: html.c:1204 html.c:1764 html.c:4527
165msgid "Boost" 165msgid "Boost"
166msgstr "Impulsar" 166msgstr "Impulsar"
167 167
168#: html.c:1158 html.c:1175 168#: html.c:1206 html.c:1223
169msgid "(by URL)" 169msgid "(by URL)"
170msgstr "(por URL)" 170msgstr "(por URL)"
171 171
172#: html.c:1173 html.c:1669 html.c:4355 172#: html.c:1221 html.c:1743 html.c:4518
173msgid "Like" 173msgid "Like"
174msgstr "Me gusta" 174msgstr "Me gusta"
175 175
176#: html.c:1278 176#: html.c:1347
177msgid "User Settings..." 177msgid "User Settings..."
178msgstr "Configuración de usuario..." 178msgstr "Configuración de usuario..."
179 179
180#: html.c:1287 180#: html.c:1356
181msgid "Display name:" 181msgid "Display name:"
182msgstr "Nombre para mostrar:" 182msgstr "Nombre para mostrar:"
183 183
184#: html.c:1293 184#: html.c:1362
185msgid "Your name" 185msgid "Your name"
186msgstr "Su nombre" 186msgstr "Su nombre"
187 187
188#: html.c:1295 188#: html.c:1364
189msgid "Avatar: " 189msgid "Avatar: "
190msgstr "Avatar: " 190msgstr "Avatar: "
191 191
192#: html.c:1303 192#: html.c:1372
193msgid "Delete current avatar" 193msgid "Delete current avatar"
194msgstr "Eliminar avatar" 194msgstr "Eliminar avatar"
195 195
196#: html.c:1305 196#: html.c:1374
197msgid "Header image (banner): " 197msgid "Header image (banner): "
198msgstr "Imagen de cabecera (banner): " 198msgstr "Imagen de cabecera (banner): "
199 199
200#: html.c:1313 200#: html.c:1382
201msgid "Delete current header image" 201msgid "Delete current header image"
202msgstr "Eliminar imagen de cabecera" 202msgstr "Eliminar imagen de cabecera"
203 203
204#: html.c:1315 204#: html.c:1384
205msgid "Bio:" 205msgid "Bio:"
206msgstr "Bio:" 206msgstr "Bio:"
207 207
208#: html.c:1321 208#: html.c:1390
209msgid "Write about yourself here..." 209msgid "Write about yourself here..."
210msgstr "Escriba algo sobre usted aquí..." 210msgstr "Escriba algo sobre usted aquí..."
211 211
212#: html.c:1330 212#: html.c:1399
213msgid "Always show sensitive content" 213msgid "Always show sensitive content"
214msgstr "Siempre mostrar contenido sensible" 214msgstr "Siempre mostrar contenido sensible"
215 215
216#: html.c:1332 216#: html.c:1401
217msgid "Email address for notifications:" 217msgid "Email address for notifications:"
218msgstr "Cuenta de email para las notificaciones:" 218msgstr "Cuenta de email para las notificaciones:"
219 219
220#: html.c:1340 220#: html.c:1409
221msgid "Telegram notifications (bot key and chat id):" 221msgid "Telegram notifications (bot key and chat id):"
222msgstr "Notificaciones en Telegram (llave del bot e id del chat):" 222msgstr "Notificaciones en Telegram (llave del bot e id del chat):"
223 223
224#: html.c:1354 224#: html.c:1423
225msgid "ntfy notifications (ntfy server and token):" 225msgid "ntfy notifications (ntfy server and token):"
226msgstr "Notificaciones en ntfy (servidor ntfy y token):" 226msgstr "Notificaciones en ntfy (servidor ntfy y token):"
227 227
228#: html.c:1368 228#: html.c:1437
229msgid "Maximum days to keep posts (0: server settings):" 229msgid "Maximum days to keep posts (0: server settings):"
230msgstr "" 230msgstr ""
231"Plazo máximo de conservación de publicaciones en días (0: usar configuración " 231"Plazo máximo de conservación de publicaciones en días (0: usar configuración "
232"del servidor):" 232"del servidor):"
233 233
234#: html.c:1382 234#: html.c:1451
235msgid "Drop direct messages from people you don't follow" 235msgid "Drop direct messages from people you don't follow"
236msgstr "Descartar mensajes directos de personas a las que no sigue" 236msgstr "Descartar mensajes directos de personas a las que no sigue"
237 237
238#: html.c:1391 238#: html.c:1460
239msgid "This account is a bot" 239msgid "This account is a bot"
240msgstr "Esta cuenta es un bot" 240msgstr "Esta cuenta es un bot"
241 241
242#: html.c:1400 242#: html.c:1469
243msgid "Auto-boost all mentions to this account" 243msgid "Auto-boost all mentions to this account"
244msgstr "Impulsar automáticamente todas las menciones a esta cuenta" 244msgstr "Impulsar automáticamente todas las menciones a esta cuenta"
245 245
246#: html.c:1409 246#: html.c:1478
247msgid "This account is private (posts are not shown through the web)" 247msgid "This account is private (posts are not shown through the web)"
248msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)" 248msgstr "Esta cuenta es privada (las publicaciones no se muestran en la web)"
249 249
250#: html.c:1419 250#: html.c:1488
251msgid "Collapse top threads by default" 251msgid "Collapse top threads by default"
252msgstr "Contraer hilo de publicaciones por defecto" 252msgstr "Contraer hilo de publicaciones por defecto"
253 253
254#: html.c:1428 254#: html.c:1497
255msgid "Follow requests must be approved" 255msgid "Follow requests must be approved"
256msgstr "Las solicitudes de seguimiento deben ser aprobadas" 256msgstr "Las solicitudes de seguimiento deben ser aprobadas"
257 257
258#: html.c:1437 258#: html.c:1506
259msgid "Publish follower and following metrics" 259msgid "Publish follower and following metrics"
260msgstr "Mostrar cantidad de seguidores y seguidos" 260msgstr "Mostrar cantidad de seguidores y seguidos"
261 261
262#: html.c:1439 262#: html.c:1508
263msgid "Current location:" 263msgid "Current location:"
264msgstr "Ubicación actual:" 264msgstr "Ubicación actual:"
265 265
266#: html.c:1453 266#: html.c:1522
267msgid "Profile metadata (key=value pairs in each line):" 267msgid "Profile metadata (key=value pairs in each line):"
268msgstr "Metadata del perfil (pares llave=valor en cada línea):" 268msgstr "Metadata del perfil (pares llave=valor en cada línea):"
269 269
270#: html.c:1464 270#: html.c:1533
271msgid "Web interface language:" 271msgid "Web interface language:"
272msgstr "Idioma de la interfaz Web:" 272msgstr "Idioma de la interfaz Web:"
273 273
274#: html.c:1469 274#: html.c:1543
275msgid "New password:" 275msgid "New password:"
276msgstr "Nueva contraseña:" 276msgstr "Nueva contraseña:"
277 277
278#: html.c:1476 278#: html.c:1550
279msgid "Repeat new password:" 279msgid "Repeat new password:"
280msgstr "Repetir nueva contraseña:" 280msgstr "Repetir nueva contraseña:"
281 281
282#: html.c:1486 282#: html.c:1560
283msgid "Update user info" 283msgid "Update user info"
284msgstr "Actualizar información de usuario" 284msgstr "Actualizar información de usuario"
285 285
286#: html.c:1497 286#: html.c:1571
287msgid "Followed hashtags..." 287msgid "Followed hashtags..."
288msgstr "Etiquetas en seguimiento..." 288msgstr "Etiquetas en seguimiento..."
289 289
290#: html.c:1499 html.c:1531 290#: html.c:1573 html.c:1605
291msgid "One hashtag per line" 291msgid "One hashtag per line"
292msgstr "Una etiqueta por línea" 292msgstr "Una etiqueta por línea"
293 293
294#: html.c:1520 html.c:1552 294#: html.c:1594 html.c:1626
295msgid "Update hashtags" 295msgid "Update hashtags"
296msgstr "Actualizar etiquetas" 296msgstr "Actualizar etiquetas"
297 297
298#: html.c:1669 298#: html.c:1743
299msgid "Say you like this post" 299msgid "Say you like this post"
300msgstr "Decir que te gusta esta publicación" 300msgstr "Decir que te gusta esta publicación"
301 301
302#: html.c:1674 html.c:4373 302#: html.c:1748 html.c:4536
303msgid "Unlike" 303msgid "Unlike"
304msgstr "No me gusta" 304msgstr "No me gusta"
305 305
306#: html.c:1674 306#: html.c:1748
307msgid "Nah don't like it that much" 307msgid "Nah don't like it that much"
308msgstr "Nah, no me gusta tanto" 308msgstr "Nah, no me gusta tanto"
309 309
310#: html.c:1680 html.c:4505 310#: html.c:1754 html.c:4673
311msgid "Unpin" 311msgid "Unpin"
312msgstr "Desanclar" 312msgstr "Desanclar"
313 313
314#: html.c:1680 314#: html.c:1754
315msgid "Unpin this post from your timeline" 315msgid "Unpin this post from your timeline"
316msgstr "Desanclar esta publicación de su línea de tiempo" 316msgstr "Desanclar esta publicación de su línea de tiempo"
317 317
318#: html.c:1683 html.c:4500 318#: html.c:1757 html.c:4668
319msgid "Pin" 319msgid "Pin"
320msgstr "Anclar" 320msgstr "Anclar"
321 321
322#: html.c:1683 322#: html.c:1757
323msgid "Pin this post to the top of your timeline" 323msgid "Pin this post to the top of your timeline"
324msgstr "Anclar esta publicación al inicio de su línea de tiempo" 324msgstr "Anclar esta publicación al inicio de su línea de tiempo"
325 325
326#: html.c:1690 326#: html.c:1764
327msgid "Announce this post to your followers" 327msgid "Announce this post to your followers"
328msgstr "Anunciar esta publicación a sus seguidores" 328msgstr "Anunciar esta publicación a sus seguidores"
329 329
330#: html.c:1695 html.c:4381 330#: html.c:1769 html.c:4544
331msgid "Unboost" 331msgid "Unboost"
332msgstr "Eliminar impulso" 332msgstr "Eliminar impulso"
333 333
334#: html.c:1695 334#: html.c:1769
335msgid "I regret I boosted this" 335msgid "I regret I boosted this"
336msgstr "Me arrepiento de haber impulsado esto" 336msgstr "Me arrepiento de haber impulsado esto"
337 337
338#: html.c:1701 html.c:4515 338#: html.c:1775 html.c:4683
339msgid "Unbookmark" 339msgid "Unbookmark"
340msgstr "Eliminar marcador" 340msgstr "Eliminar marcador"
341 341
342#: html.c:1701 342#: html.c:1775
343msgid "Delete this post from your bookmarks" 343msgid "Delete this post from your bookmarks"
344msgstr "Eliminar marcador de esta publicación" 344msgstr "Eliminar marcador de esta publicación"
345 345
346#: html.c:1704 html.c:4510 346#: html.c:1778 html.c:4678
347msgid "Bookmark" 347msgid "Bookmark"
348msgstr "Marcador" 348msgstr "Marcador"
349 349
350#: html.c:1704 350#: html.c:1778
351msgid "Add this post to your bookmarks" 351msgid "Add this post to your bookmarks"
352msgstr "Agregar esta publicación a mis marcadores" 352msgstr "Agregar esta publicación a mis marcadores"
353 353
354#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 354#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
355msgid "Unfollow" 355msgid "Unfollow"
356msgstr "Dejar de seguir" 356msgstr "Dejar de seguir"
357 357
358#: html.c:1710 html.c:3082 358#: html.c:1784 html.c:3180
359msgid "Stop following this user's activity" 359msgid "Stop following this user's activity"
360msgstr "Dejar de seguir la actividad de este usuario" 360msgstr "Dejar de seguir la actividad de este usuario"
361 361
362#: html.c:1714 html.c:3096 362#: html.c:1788 html.c:3194
363msgid "Start following this user's activity" 363msgid "Start following this user's activity"
364msgstr "Seguir la actividad de este usuario" 364msgstr "Seguir la actividad de este usuario"
365 365
366#: html.c:1720 html.c:4455 366#: html.c:1794 html.c:4621
367msgid "Unfollow Group" 367msgid "Unfollow Group"
368msgstr "Dejar de seguir este Grupo" 368msgstr "Dejar de seguir este Grupo"
369 369
370#: html.c:1721 370#: html.c:1795
371msgid "Stop following this group or channel" 371msgid "Stop following this group or channel"
372msgstr "Dejar de seguir este grupo o canal" 372msgstr "Dejar de seguir este grupo o canal"
373 373
374#: html.c:1725 html.c:4442 374#: html.c:1799 html.c:4608
375msgid "Follow Group" 375msgid "Follow Group"
376msgstr "Seguir Grupo" 376msgstr "Seguir Grupo"
377 377
378#: html.c:1726 378#: html.c:1800
379msgid "Start following this group or channel" 379msgid "Start following this group or channel"
380msgstr "Seguir grupo o canal" 380msgstr "Seguir grupo o canal"
381 381
382#: html.c:1731 html.c:3118 html.c:4389 382#: html.c:1805 html.c:3216 html.c:4552
383msgid "MUTE" 383msgid "MUTE"
384msgstr "SILENCIAR" 384msgstr "SILENCIAR"
385 385
386#: html.c:1732 386#: html.c:1806
387msgid "Block any activity from this user forever" 387msgid "Block any activity from this user forever"
388msgstr "Bloquear toda la actividad de este usuario para siempre" 388msgstr "Bloquear toda la actividad de este usuario para siempre"
389 389
390#: html.c:1737 html.c:3100 html.c:4472 390#: html.c:1811 html.c:3198 html.c:4638
391msgid "Delete" 391msgid "Delete"
392msgstr "Eliminar" 392msgstr "Eliminar"
393 393
394#: html.c:1737 394#: html.c:1811
395msgid "Delete this post" 395msgid "Delete this post"
396msgstr "Eliminar esta publicación" 396msgstr "Eliminar esta publicación"
397 397
398#: html.c:1740 html.c:4397 398#: html.c:1814 html.c:4560
399msgid "Hide" 399msgid "Hide"
400msgstr "Ocultar" 400msgstr "Ocultar"
401 401
402#: html.c:1740 402#: html.c:1814
403msgid "Hide this post and its children" 403msgid "Hide this post and its children"
404msgstr "Ocultar esta publicación y sus respuestas" 404msgstr "Ocultar esta publicación y sus respuestas"
405 405
406#: html.c:1771 406#: html.c:1845
407msgid "Edit..." 407msgid "Edit..."
408msgstr "Editar..." 408msgstr "Editar..."
409 409
410#: html.c:1790 410#: html.c:1865
411msgid "Reply..." 411msgid "Reply..."
412msgstr "Responder..." 412msgstr "Responder..."
413 413
414#: html.c:1841 414#: html.c:1916
415msgid "Truncated (too deep)" 415msgid "Truncated (too deep)"
416msgstr "Truncado (demasiado profundo)" 416msgstr "Truncado (demasiado profundo)"
417 417
418#: html.c:1850 418#: html.c:1925
419msgid "follows you" 419msgid "follows you"
420msgstr "te sigue" 420msgstr "te sigue"
421 421
422#: html.c:1913 422#: html.c:1988
423msgid "Pinned" 423msgid "Pinned"
424msgstr "Anclado" 424msgstr "Anclado"
425 425
426#: html.c:1921 426#: html.c:1996
427msgid "Bookmarked" 427msgid "Bookmarked"
428msgstr "Marcado" 428msgstr "Marcado"
429 429
430#: html.c:1929 430#: html.c:2004
431msgid "Poll" 431msgid "Poll"
432msgstr "Encuesta" 432msgstr "Encuesta"
433 433
434#: html.c:1936 434#: html.c:2011
435msgid "Voted" 435msgid "Voted"
436msgstr "Votado" 436msgstr "Votado"
437 437
438#: html.c:1945 438#: html.c:2020
439msgid "Event" 439msgid "Event"
440msgstr "Evento" 440msgstr "Evento"
441 441
442#: html.c:1977 html.c:2006 442#: html.c:2052 html.c:2081
443msgid "boosted" 443msgid "boosted"
444msgstr "impulsado" 444msgstr "impulsado"
445 445
446#: html.c:2022 446#: html.c:2097
447msgid "in reply to" 447msgid "in reply to"
448msgstr "en respuesta a" 448msgstr "en respuesta a"
449 449
450#: html.c:2073 450#: html.c:2148
451msgid " [SENSITIVE CONTENT]" 451msgid " [SENSITIVE CONTENT]"
452msgstr " [CONTENIDO SENSIBLE]" 452msgstr " [CONTENIDO SENSIBLE]"
453 453
454#: html.c:2250 454#: html.c:2325
455msgid "Vote" 455msgid "Vote"
456msgstr "Votar" 456msgstr "Votar"
457 457
458#: html.c:2260 458#: html.c:2335
459msgid "Closed" 459msgid "Closed"
460msgstr "Cerrado" 460msgstr "Cerrado"
461 461
462#: html.c:2285 462#: html.c:2360
463msgid "Closes in" 463msgid "Closes in"
464msgstr "Cierra en" 464msgstr "Cierra en"
465 465
466#: html.c:2366 466#: html.c:2441
467msgid "Video" 467msgid "Video"
468msgstr "Video" 468msgstr "Video"
469 469
470#: html.c:2381 470#: html.c:2456
471msgid "Audio" 471msgid "Audio"
472msgstr "Audio" 472msgstr "Audio"
473 473
474#: html.c:2403 474#: html.c:2484
475msgid "Attachment" 475msgid "Attachment"
476msgstr "Adjunto" 476msgstr "Adjunto"
477 477
478#: html.c:2417 478#: html.c:2498
479msgid "Alt..." 479msgid "Alt..."
480msgstr "Alt..." 480msgstr "Alt..."
481 481
482#: html.c:2430 482#: html.c:2511
483msgid "Source channel or community" 483msgid "Source channel or community"
484msgstr "Canal o comunidad de origen" 484msgstr "Canal o comunidad de origen"
485 485
486#: html.c:2524 486#: html.c:2605
487msgid "Time: " 487msgid "Time: "
488msgstr "Hora: " 488msgstr "Hora: "
489 489
490#: html.c:2605 490#: html.c:2686
491msgid "Older..." 491msgid "Older..."
492msgstr "Más antiguo..." 492msgstr "Más antiguo..."
493 493
494#: html.c:2702 494#: html.c:2788
495msgid "about this site" 495msgid "about this site"
496msgstr "acerca de este sitio" 496msgstr "acerca de este sitio"
497 497
498#: html.c:2704 498#: html.c:2790
499msgid "powered by " 499msgid "powered by "
500msgstr "provisto por " 500msgstr "provisto por "
501 501
502#: html.c:2769 502#: html.c:2855
503msgid "Dismiss" 503msgid "Dismiss"
504msgstr "Descartar" 504msgstr "Descartar"
505 505
506#: html.c:2786 506#: html.c:2872
507#, c-format 507#, c-format
508msgid "Timeline for list '%s'" 508msgid "Timeline for list '%s'"
509msgstr "Línea de tiempo de la lista '%s'" 509msgstr "Línea de tiempo de la lista '%s'"
510 510
511#: html.c:2805 html.c:3846 511#: html.c:2891 html.c:3944
512msgid "Pinned posts" 512msgid "Pinned posts"
513msgstr "Publicaciones ancladas" 513msgstr "Publicaciones ancladas"
514 514
515#: html.c:2817 html.c:3861 515#: html.c:2903 html.c:3959
516msgid "Bookmarked posts" 516msgid "Bookmarked posts"
517msgstr "Publicaciones marcadas" 517msgstr "Publicaciones marcadas"
518 518
519#: html.c:2829 html.c:3876 519#: html.c:2915 html.c:3974
520msgid "Post drafts" 520msgid "Post drafts"
521msgstr "Borradores de publicaciones" 521msgstr "Borradores de publicaciones"
522 522
523#: html.c:2888 523#: html.c:2986
524msgid "No more unseen posts" 524msgid "No more unseen posts"
525msgstr "No quedan publicaciones sin ver" 525msgstr "No quedan publicaciones sin ver"
526 526
527#: html.c:2892 html.c:2992 527#: html.c:2990 html.c:3090
528msgid "Back to top" 528msgid "Back to top"
529msgstr "Volver al inicio" 529msgstr "Volver al inicio"
530 530
531#: html.c:2945 531#: html.c:3043
532msgid "History" 532msgid "History"
533msgstr "Historia" 533msgstr "Historia"
534 534
535#: html.c:2997 html.c:3417 535#: html.c:3095 html.c:3515
536msgid "More..." 536msgid "More..."
537msgstr "Más..." 537msgstr "Más..."
538 538
539#: html.c:3086 html.c:4408 539#: html.c:3184 html.c:4574
540msgid "Unlimit" 540msgid "Unlimit"
541msgstr "Sin límite" 541msgstr "Sin límite"
542 542
543#: html.c:3087 543#: html.c:3185
544msgid "Allow announces (boosts) from this user" 544msgid "Allow announces (boosts) from this user"
545msgstr "Permitir anuncios (impulsos) de este usuario" 545msgstr "Permitir anuncios (impulsos) de este usuario"
546 546
547#: html.c:3090 html.c:4404 547#: html.c:3188 html.c:4570
548msgid "Limit" 548msgid "Limit"
549msgstr "Límite" 549msgstr "Límite"
550 550
551#: html.c:3091 551#: html.c:3189
552msgid "Block announces (boosts) from this user" 552msgid "Block announces (boosts) from this user"
553msgstr "Bloquear anuncios (impulsos) de este usuario" 553msgstr "Bloquear anuncios (impulsos) de este usuario"
554 554
555#: html.c:3100 555#: html.c:3198
556msgid "Delete this user" 556msgid "Delete this user"
557msgstr "Eliminar este usuario" 557msgstr "Eliminar este usuario"
558 558
559#: html.c:3105 html.c:4520 559#: html.c:3203 html.c:4688
560msgid "Approve" 560msgid "Approve"
561msgstr "Aprobar" 561msgstr "Aprobar"
562 562
563#: html.c:3106 563#: html.c:3204
564msgid "Approve this follow request" 564msgid "Approve this follow request"
565msgstr "Aprobar solicitud de seguimiento" 565msgstr "Aprobar solicitud de seguimiento"
566 566
567#: html.c:3109 html.c:4544 567#: html.c:3207 html.c:4712
568msgid "Discard" 568msgid "Discard"
569msgstr "Descartar" 569msgstr "Descartar"
570 570
571#: html.c:3109 571#: html.c:3207
572msgid "Discard this follow request" 572msgid "Discard this follow request"
573msgstr "Descartar solicitud de seguimiento" 573msgstr "Descartar solicitud de seguimiento"
574 574
575#: html.c:3114 html.c:4393 575#: html.c:3212 html.c:4556
576msgid "Unmute" 576msgid "Unmute"
577msgstr "Dejar de SILENCIAR" 577msgstr "Dejar de SILENCIAR"
578 578
579#: html.c:3115 579#: html.c:3213
580msgid "Stop blocking activities from this user" 580msgid "Stop blocking activities from this user"
581msgstr "Dejar de bloquear actividad de este usuario" 581msgstr "Dejar de bloquear actividad de este usuario"
582 582
583#: html.c:3119 583#: html.c:3217
584msgid "Block any activity from this user" 584msgid "Block any activity from this user"
585msgstr "Bloquear toda actividad de este usuario" 585msgstr "Bloquear toda actividad de este usuario"
586 586
587#: html.c:3127 587#: html.c:3225
588msgid "Direct Message..." 588msgid "Direct Message..."
589msgstr "Mensaje Directo..." 589msgstr "Mensaje Directo..."
590 590
591#: html.c:3162 591#: html.c:3260
592msgid "Pending follow confirmations" 592msgid "Pending follow confirmations"
593msgstr "Confirmaciones de seguimiento pendientes" 593msgstr "Confirmaciones de seguimiento pendientes"
594 594
595#: html.c:3166 595#: html.c:3264
596msgid "People you follow" 596msgid "People you follow"
597msgstr "Personas que sigues" 597msgstr "Personas que sigues"
598 598
599#: html.c:3167 599#: html.c:3265
600msgid "People that follow you" 600msgid "People that follow you"
601msgstr "Personas que te siguen" 601msgstr "Personas que te siguen"
602 602
603#: html.c:3206 603#: html.c:3304
604msgid "Clear all" 604msgid "Clear all"
605msgstr "Limpiar todo" 605msgstr "Limpiar todo"
606 606
607#: html.c:3263 607#: html.c:3361
608msgid "Mention" 608msgid "Mention"
609msgstr "Mención" 609msgstr "Mención"
610 610
611#: html.c:3266 611#: html.c:3364
612msgid "Finished poll" 612msgid "Finished poll"
613msgstr "Encuesta finalizada" 613msgstr "Encuesta finalizada"
614 614
615#: html.c:3281 615#: html.c:3379
616msgid "Follow Request" 616msgid "Follow Request"
617msgstr "Solicitud de Seguimiento" 617msgstr "Solicitud de Seguimiento"
618 618
619#: html.c:3364 619#: html.c:3462
620msgid "Context" 620msgid "Context"
621msgstr "Contexto" 621msgstr "Contexto"
622 622
623#: html.c:3375 623#: html.c:3473
624msgid "New" 624msgid "New"
625msgstr "Nuevo" 625msgstr "Nuevo"
626 626
627#: html.c:3390 627#: html.c:3488
628msgid "Already seen" 628msgid "Already seen"
629msgstr "Ya visto" 629msgstr "Ya visto"
630 630
631#: html.c:3405 631#: html.c:3503
632msgid "None" 632msgid "None"
633msgstr "Ninguno" 633msgstr "Ninguno"
634 634
635#: html.c:3671 635#: html.c:3769
636#, c-format 636#, c-format
637msgid "Search results for account %s" 637msgid "Search results for account %s"
638msgstr "Buscar resultados para la cuenta %s" 638msgstr "Buscar resultados para la cuenta %s"
639 639
640#: html.c:3678 640#: html.c:3776
641#, c-format 641#, c-format
642msgid "Account %s not found" 642msgid "Account %s not found"
643msgstr "No se encontró la cuenta %s" 643msgstr "No se encontró la cuenta %s"
644 644
645#: html.c:3709 645#: html.c:3807
646#, c-format 646#, c-format
647msgid "Search results for tag %s" 647msgid "Search results for tag %s"
648msgstr "Buscar resultados para la etiqueta %s" 648msgstr "Buscar resultados para la etiqueta %s"
649 649
650#: html.c:3709 650#: html.c:3807
651#, c-format 651#, c-format
652msgid "Nothing found for tag %s" 652msgid "Nothing found for tag %s"
653msgstr "No se encontró nada con la etiqueta %s" 653msgstr "No se encontró nada con la etiqueta %s"
654 654
655#: html.c:3725 655#: html.c:3823
656#, c-format 656#, c-format
657msgid "Search results for '%s' (may be more)" 657msgid "Search results for '%s' (may be more)"
658msgstr "Resultados de búsqueda para '%s' (puede haber más)" 658msgstr "Resultados de búsqueda para '%s' (puede haber más)"
659 659
660#: html.c:3728 660#: html.c:3826
661#, c-format 661#, c-format
662msgid "Search results for '%s'" 662msgid "Search results for '%s'"
663msgstr "Resultados de búsqueda para '%s'" 663msgstr "Resultados de búsqueda para '%s'"
664 664
665#: html.c:3731 665#: html.c:3829
666#, c-format 666#, c-format
667msgid "No more matches for '%s'" 667msgid "No more matches for '%s'"
668msgstr "No hay más coincidencias para '%s'" 668msgstr "No hay más coincidencias para '%s'"
669 669
670#: html.c:3733 670#: html.c:3831
671#, c-format 671#, c-format
672msgid "Nothing found for '%s'" 672msgid "Nothing found for '%s'"
673msgstr "No se encontró nada para '%s'" 673msgstr "No se encontró nada para '%s'"
674 674
675#: html.c:3831 675#: html.c:3929
676msgid "Showing instance timeline" 676msgid "Showing instance timeline"
677msgstr "Mostrando línea de tiempo de la instancia" 677msgstr "Mostrando línea de tiempo de la instancia"
678 678
679#: html.c:3899 679#: html.c:4012
680#, c-format 680#, c-format
681msgid "Showing timeline for list '%s'" 681msgid "Showing timeline for list '%s'"
682msgstr "Mostrando línea de tiempo de la lista '%s'" 682msgstr "Mostrando línea de tiempo de la lista '%s'"
@@ -690,15 +690,15 @@ msgstr "Resultado de búsqueda para la etiqueta #%s"
690msgid "Recent posts by users in this instance" 690msgid "Recent posts by users in this instance"
691msgstr "Publicaciones recientes de los usuarios de esta instancia" 691msgstr "Publicaciones recientes de los usuarios de esta instancia"
692 692
693#: html.c:1529 693#: html.c:1603
694msgid "Blocked hashtags..." 694msgid "Blocked hashtags..."
695msgstr "Etiquetas bloqueadas..." 695msgstr "Etiquetas bloqueadas..."
696 696
697#: html.c:420 697#: html.c:432
698msgid "Optional URL to reply to" 698msgid "Optional URL to reply to"
699msgstr "URL opcional a la que responder" 699msgstr "URL opcional a la que responder"
700 700
701#: html.c:527 701#: html.c:575
702msgid "" 702msgid ""
703"Option 1...\n" 703"Option 1...\n"
704"Option 2...\n" 704"Option 2...\n"
@@ -709,30 +709,51 @@ msgstr ""
709"Opción 2...\n" 709"Opción 2...\n"
710"Opción 3...\n" 710"Opción 3...\n"
711 711
712#: html.c:1346 712#: html.c:1415
713msgid "Bot API key" 713msgid "Bot API key"
714msgstr "Clave del API del Bot" 714msgstr "Clave del API del Bot"
715 715
716#: html.c:1352 716#: html.c:1421
717msgid "Chat id" 717msgid "Chat id"
718msgstr "Identificador de chat" 718msgstr "Identificador de chat"
719 719
720#: html.c:1360 720#: html.c:1429
721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
722msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)" 722msgstr "Servidor ntfy - URL completa (example: https://ntfy.sh/YourTopic)"
723 723
724#: html.c:1366 724#: html.c:1435
725msgid "ntfy token - if needed" 725msgid "ntfy token - if needed"
726msgstr "Token ntft - si es necesario" 726msgstr "Token ntft - si es necesario"
727 727
728#: html.c:2806 728#: html.c:2892
729msgid "pinned" 729msgid "pinned"
730msgstr "Anclados" 730msgstr "Anclados"
731 731
732#: html.c:2818 732#: html.c:2904
733msgid "bookmarks" 733msgid "bookmarks"
734msgstr "Marcados" 734msgstr "Marcados"
735 735
736#: html.c:2830 736#: html.c:2916
737msgid "drafts" 737msgid "drafts"
738msgstr "Borradores" 738msgstr "Borradores"
739
740#: html.c:464
741msgid "Scheduled post..."
742msgstr "Envío programado..."
743
744#: html.c:2927 html.c:3989
745msgid "Scheduled posts"
746msgstr "Envíos programados"
747
748#: html.c:2928
749msgid "scheduled posts"
750msgstr "envíos programados"
751
752#: html.c:458
753#, c-format
754msgid "Post date and time (timezone: %s):"
755msgstr "Fecha y hora de publicación (zona horaria: %s):"
756
757#: html.c:1538
758msgid "Time zone:"
759msgstr "Zona horaria:"
diff --git a/po/fi.po b/po/fi.po
index e644352..7a1d7f7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,120 +8,120 @@ msgstr ""
8"Language: fi\n" 8"Language: fi\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Arkaluontoista sisältöä: " 13msgstr "Arkaluontoista sisältöä: "
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Arkaluontoisen sisällön kuvaus" 17msgstr "Arkaluontoisen sisällön kuvaus"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Vain mainituille: " 21msgstr "Vain mainituille: "
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Vastaus (osoite): " 25msgstr "Vastaus (osoite): "
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "Älä lähetä, tallenna luonnoksena" 29msgstr "Älä lähetä, tallenna luonnoksena"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Luonnos:" 33msgstr "Luonnos:"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Liitteet..." 37msgstr "Liitteet..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "Tiedosto:" 41msgstr "Tiedosto:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Tyhjennä kenttä poistaaksesi liiteen" 45msgstr "Tyhjennä kenttä poistaaksesi liiteen"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Liitteen kuvaus" 49msgstr "Liitteen kuvaus"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Kysely..." 53msgstr "Kysely..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Kyselyn vaihtoehdot (riveittäin, korkeintaan 8):" 57msgstr "Kyselyn vaihtoehdot (riveittäin, korkeintaan 8):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Yksi valinta" 61msgstr "Yksi valinta"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Monta valintaa" 65msgstr "Monta valintaa"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Päättyy viiden minuutin päästä" 69msgstr "Päättyy viiden minuutin päästä"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Päättyy tunnin päästä" 73msgstr "Päättyy tunnin päästä"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Päättyy päivän päästä" 77msgstr "Päättyy päivän päästä"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Julkaise" 81msgstr "Julkaise"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Sivuston kuvaus" 85msgstr "Sivuston kuvaus"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "Ylläpitäjän sähköposti" 89msgstr "Ylläpitäjän sähköposti"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "Ylläpitäjän tili" 93msgstr "Ylläpitäjän tili"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "Seuraa %d, %d seuraajaa" 98msgstr "Seuraa %d, %d seuraajaa"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "yksityinen" 106msgstr "yksityinen"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "julkinen" 110msgstr "julkinen"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "ilmoitukset" 114msgstr "ilmoitukset"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "ihmiset" 118msgstr "ihmiset"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "palvelin" 122msgstr "palvelin"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
@@ -129,552 +129,552 @@ msgstr ""
129"Etsi julkaisuja osoitteella tai sisällön perusteella, @käyttäjä@palvelin " 129"Etsi julkaisuja osoitteella tai sisällön perusteella, @käyttäjä@palvelin "
130"tai #tagi" 130"tai #tagi"
131 131
132#: html.c:898 132#: html.c:946
133msgid "Content search" 133msgid "Content search"
134msgstr "Sisälöhaku" 134msgstr "Sisälöhaku"
135 135
136#: html.c:1020 136#: html.c:1068
137msgid "verified link" 137msgid "verified link"
138msgstr "varmistettu linkki" 138msgstr "varmistettu linkki"
139 139
140#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 140#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
141msgid "Location: " 141msgid "Location: "
142msgstr "Sijainti: " 142msgstr "Sijainti: "
143 143
144#: html.c:1113 144#: html.c:1161
145msgid "New Post..." 145msgid "New Post..."
146msgstr "Uusi julkaisu..." 146msgstr "Uusi julkaisu..."
147 147
148#: html.c:1115 148#: html.c:1163
149msgid "What's on your mind?" 149msgid "What's on your mind?"
150msgstr "Mitä on mielessäsi?" 150msgstr "Mitä on mielessäsi?"
151 151
152#: html.c:1124 152#: html.c:1172
153msgid "Operations..." 153msgid "Operations..."
154msgstr "Toiminnot..." 154msgstr "Toiminnot..."
155 155
156#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 156#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
157msgid "Follow" 157msgid "Follow"
158msgstr "Seuraa" 158msgstr "Seuraa"
159 159
160#: html.c:1141 160#: html.c:1189
161msgid "(by URL or user@host)" 161msgid "(by URL or user@host)"
162msgstr "(osoite tai käyttäjä@palvelin)" 162msgstr "(osoite tai käyttäjä@palvelin)"
163 163
164#: html.c:1156 html.c:1690 html.c:4364 164#: html.c:1204 html.c:1764 html.c:4527
165msgid "Boost" 165msgid "Boost"
166msgstr "Tehosta" 166msgstr "Tehosta"
167 167
168#: html.c:1158 html.c:1175 168#: html.c:1206 html.c:1223
169msgid "(by URL)" 169msgid "(by URL)"
170msgstr "(osoite)" 170msgstr "(osoite)"
171 171
172#: html.c:1173 html.c:1669 html.c:4355 172#: html.c:1221 html.c:1743 html.c:4518
173msgid "Like" 173msgid "Like"
174msgstr "Tykkää" 174msgstr "Tykkää"
175 175
176#: html.c:1278 176#: html.c:1347
177msgid "User Settings..." 177msgid "User Settings..."
178msgstr "Käyttäjäasetukset..." 178msgstr "Käyttäjäasetukset..."
179 179
180#: html.c:1287 180#: html.c:1356
181msgid "Display name:" 181msgid "Display name:"
182msgstr "Näytetty nimi:" 182msgstr "Näytetty nimi:"
183 183
184#: html.c:1293 184#: html.c:1362
185msgid "Your name" 185msgid "Your name"
186msgstr "Nimesi" 186msgstr "Nimesi"
187 187
188#: html.c:1295 188#: html.c:1364
189msgid "Avatar: " 189msgid "Avatar: "
190msgstr "Avatar: " 190msgstr "Avatar: "
191 191
192#: html.c:1303 192#: html.c:1372
193msgid "Delete current avatar" 193msgid "Delete current avatar"
194msgstr "Poista nykyinen avatar" 194msgstr "Poista nykyinen avatar"
195 195
196#: html.c:1305 196#: html.c:1374
197msgid "Header image (banner): " 197msgid "Header image (banner): "
198msgstr "Otsikkokuva: " 198msgstr "Otsikkokuva: "
199 199
200#: html.c:1313 200#: html.c:1382
201msgid "Delete current header image" 201msgid "Delete current header image"
202msgstr "Poista nykyinen otsikkokuva" 202msgstr "Poista nykyinen otsikkokuva"
203 203
204#: html.c:1315 204#: html.c:1384
205msgid "Bio:" 205msgid "Bio:"
206msgstr "Kuvaus:" 206msgstr "Kuvaus:"
207 207
208#: html.c:1321 208#: html.c:1390
209msgid "Write about yourself here..." 209msgid "Write about yourself here..."
210msgstr "Kirjoita itsestäsi tähän..." 210msgstr "Kirjoita itsestäsi tähän..."
211 211
212#: html.c:1330 212#: html.c:1399
213msgid "Always show sensitive content" 213msgid "Always show sensitive content"
214msgstr "Näytä arkaluontoinen sisältö aina" 214msgstr "Näytä arkaluontoinen sisältö aina"
215 215
216#: html.c:1332 216#: html.c:1401
217msgid "Email address for notifications:" 217msgid "Email address for notifications:"
218msgstr "Sähköposti ilmoituksille:" 218msgstr "Sähköposti ilmoituksille:"
219 219
220#: html.c:1340 220#: html.c:1409
221msgid "Telegram notifications (bot key and chat id):" 221msgid "Telegram notifications (bot key and chat id):"
222msgstr "Telegram-ilmoitukset (botin avain ja chat id):" 222msgstr "Telegram-ilmoitukset (botin avain ja chat id):"
223 223
224#: html.c:1354 224#: html.c:1423
225msgid "ntfy notifications (ntfy server and token):" 225msgid "ntfy notifications (ntfy server and token):"
226msgstr "nfty-ilmoitukset (ntfy-palvelin ja token):" 226msgstr "nfty-ilmoitukset (ntfy-palvelin ja token):"
227 227
228#: html.c:1368 228#: html.c:1437
229msgid "Maximum days to keep posts (0: server settings):" 229msgid "Maximum days to keep posts (0: server settings):"
230msgstr "Säilytä julkaisut korkeintaan (päivää, 0: palvelimen asetukset)" 230msgstr "Säilytä julkaisut korkeintaan (päivää, 0: palvelimen asetukset)"
231 231
232#: html.c:1382 232#: html.c:1451
233msgid "Drop direct messages from people you don't follow" 233msgid "Drop direct messages from people you don't follow"
234msgstr "Poista yksityisviestit ihmisiltä, joita et seuraa" 234msgstr "Poista yksityisviestit ihmisiltä, joita et seuraa"
235 235
236#: html.c:1391 236#: html.c:1460
237msgid "This account is a bot" 237msgid "This account is a bot"
238msgstr "Tämä tili on botti" 238msgstr "Tämä tili on botti"
239 239
240#: html.c:1400 240#: html.c:1469
241msgid "Auto-boost all mentions to this account" 241msgid "Auto-boost all mentions to this account"
242msgstr "Tehosta tilin maininnat automaattisesti" 242msgstr "Tehosta tilin maininnat automaattisesti"
243 243
244#: html.c:1409 244#: html.c:1478
245msgid "This account is private (posts are not shown through the web)" 245msgid "This account is private (posts are not shown through the web)"
246msgstr "Tili on yksityinen (julkaisuja ei näytetä sivustolla)" 246msgstr "Tili on yksityinen (julkaisuja ei näytetä sivustolla)"
247 247
248#: html.c:1419 248#: html.c:1488
249msgid "Collapse top threads by default" 249msgid "Collapse top threads by default"
250msgstr "Avaa säikeet automaattisesti" 250msgstr "Avaa säikeet automaattisesti"
251 251
252#: html.c:1428 252#: html.c:1497
253msgid "Follow requests must be approved" 253msgid "Follow requests must be approved"
254msgstr "Vaadi hyväksyntä seurantapyynnöille" 254msgstr "Vaadi hyväksyntä seurantapyynnöille"
255 255
256#: html.c:1437 256#: html.c:1506
257msgid "Publish follower and following metrics" 257msgid "Publish follower and following metrics"
258msgstr "Julkaise seuraamistilastot" 258msgstr "Julkaise seuraamistilastot"
259 259
260#: html.c:1439 260#: html.c:1508
261msgid "Current location:" 261msgid "Current location:"
262msgstr "Nykyinen sijainti:" 262msgstr "Nykyinen sijainti:"
263 263
264#: html.c:1453 264#: html.c:1522
265msgid "Profile metadata (key=value pairs in each line):" 265msgid "Profile metadata (key=value pairs in each line):"
266msgstr "Profiilin metadata (avain=arvo, riveittäin):" 266msgstr "Profiilin metadata (avain=arvo, riveittäin):"
267 267
268#: html.c:1464 268#: html.c:1533
269msgid "Web interface language:" 269msgid "Web interface language:"
270msgstr "Käyttöliitymän kieli:" 270msgstr "Käyttöliitymän kieli:"
271 271
272#: html.c:1469 272#: html.c:1543
273msgid "New password:" 273msgid "New password:"
274msgstr "Uusi salasana:" 274msgstr "Uusi salasana:"
275 275
276#: html.c:1476 276#: html.c:1550
277msgid "Repeat new password:" 277msgid "Repeat new password:"
278msgstr "Toista salasana:" 278msgstr "Toista salasana:"
279 279
280#: html.c:1486 280#: html.c:1560
281msgid "Update user info" 281msgid "Update user info"
282msgstr "Päivitä käyttäjätiedot" 282msgstr "Päivitä käyttäjätiedot"
283 283
284#: html.c:1497 284#: html.c:1571
285msgid "Followed hashtags..." 285msgid "Followed hashtags..."
286msgstr "Seuratut aihetunnisteet..." 286msgstr "Seuratut aihetunnisteet..."
287 287
288#: html.c:1499 html.c:1531 288#: html.c:1573 html.c:1605
289msgid "One hashtag per line" 289msgid "One hashtag per line"
290msgstr "Aihetunnisteet, riveittäin" 290msgstr "Aihetunnisteet, riveittäin"
291 291
292#: html.c:1520 html.c:1552 292#: html.c:1594 html.c:1626
293msgid "Update hashtags" 293msgid "Update hashtags"
294msgstr "Päivitä aihetunnisteet" 294msgstr "Päivitä aihetunnisteet"
295 295
296#: html.c:1669 296#: html.c:1743
297msgid "Say you like this post" 297msgid "Say you like this post"
298msgstr "Tykkää tästä julkaisusta" 298msgstr "Tykkää tästä julkaisusta"
299 299
300#: html.c:1674 html.c:4373 300#: html.c:1748 html.c:4536
301msgid "Unlike" 301msgid "Unlike"
302msgstr "Poista tykkäys" 302msgstr "Poista tykkäys"
303 303
304#: html.c:1674 304#: html.c:1748
305msgid "Nah don't like it that much" 305msgid "Nah don't like it that much"
306msgstr "Ei ole omaan makuuni" 306msgstr "Ei ole omaan makuuni"
307 307
308#: html.c:1680 html.c:4505 308#: html.c:1754 html.c:4673
309msgid "Unpin" 309msgid "Unpin"
310msgstr "Poista kiinnitys" 310msgstr "Poista kiinnitys"
311 311
312#: html.c:1680 312#: html.c:1754
313msgid "Unpin this post from your timeline" 313msgid "Unpin this post from your timeline"
314msgstr "Poista julkaisun kiinnitys aikajanalle" 314msgstr "Poista julkaisun kiinnitys aikajanalle"
315 315
316#: html.c:1683 html.c:4500 316#: html.c:1757 html.c:4668
317msgid "Pin" 317msgid "Pin"
318msgstr "Kiinnitä" 318msgstr "Kiinnitä"
319 319
320#: html.c:1683 320#: html.c:1757
321msgid "Pin this post to the top of your timeline" 321msgid "Pin this post to the top of your timeline"
322msgstr "Kiinnitä julkaisu aikajanasi alkuun" 322msgstr "Kiinnitä julkaisu aikajanasi alkuun"
323 323
324#: html.c:1690 324#: html.c:1764
325msgid "Announce this post to your followers" 325msgid "Announce this post to your followers"
326msgstr "Ilmoita julkaisusta seuraajillesi" 326msgstr "Ilmoita julkaisusta seuraajillesi"
327 327
328#: html.c:1695 html.c:4381 328#: html.c:1769 html.c:4544
329msgid "Unboost" 329msgid "Unboost"
330msgstr "Poista tehostus" 330msgstr "Poista tehostus"
331 331
332#: html.c:1695 332#: html.c:1769
333msgid "I regret I boosted this" 333msgid "I regret I boosted this"
334msgstr "Kadun tehostaneeni tätä" 334msgstr "Kadun tehostaneeni tätä"
335 335
336#: html.c:1701 html.c:4515 336#: html.c:1775 html.c:4683
337msgid "Unbookmark" 337msgid "Unbookmark"
338msgstr "Poista kirjanmerkki" 338msgstr "Poista kirjanmerkki"
339 339
340#: html.c:1701 340#: html.c:1775
341msgid "Delete this post from your bookmarks" 341msgid "Delete this post from your bookmarks"
342msgstr "Poista julkaisu kirjanmerkeistäsi" 342msgstr "Poista julkaisu kirjanmerkeistäsi"
343 343
344#: html.c:1704 html.c:4510 344#: html.c:1778 html.c:4678
345msgid "Bookmark" 345msgid "Bookmark"
346msgstr "Lisää kirjanmerkki" 346msgstr "Lisää kirjanmerkki"
347 347
348#: html.c:1704 348#: html.c:1778
349msgid "Add this post to your bookmarks" 349msgid "Add this post to your bookmarks"
350msgstr "Lisää julkaisu kirjanmerkkeihisi" 350msgstr "Lisää julkaisu kirjanmerkkeihisi"
351 351
352#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 352#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
353msgid "Unfollow" 353msgid "Unfollow"
354msgstr "Älä seuraa" 354msgstr "Älä seuraa"
355 355
356#: html.c:1710 html.c:3082 356#: html.c:1784 html.c:3180
357msgid "Stop following this user's activity" 357msgid "Stop following this user's activity"
358msgstr "Lakkaa seuraamasta käyttäjän toimintaa" 358msgstr "Lakkaa seuraamasta käyttäjän toimintaa"
359 359
360#: html.c:1714 html.c:3096 360#: html.c:1788 html.c:3194
361msgid "Start following this user's activity" 361msgid "Start following this user's activity"
362msgstr "Seuraa käyttäjän toimintaa" 362msgstr "Seuraa käyttäjän toimintaa"
363 363
364#: html.c:1720 html.c:4455 364#: html.c:1794 html.c:4621
365msgid "Unfollow Group" 365msgid "Unfollow Group"
366msgstr "Älä seuraa ryhmää" 366msgstr "Älä seuraa ryhmää"
367 367
368#: html.c:1721 368#: html.c:1795
369msgid "Stop following this group or channel" 369msgid "Stop following this group or channel"
370msgstr "Lopeta ryhnän tai kanavan seuraaminen" 370msgstr "Lopeta ryhnän tai kanavan seuraaminen"
371 371
372#: html.c:1725 html.c:4442 372#: html.c:1799 html.c:4608
373msgid "Follow Group" 373msgid "Follow Group"
374msgstr "Seuraa ryhmää" 374msgstr "Seuraa ryhmää"
375 375
376#: html.c:1726 376#: html.c:1800
377msgid "Start following this group or channel" 377msgid "Start following this group or channel"
378msgstr "Seuraa tätä ryhmää tai kanavaa" 378msgstr "Seuraa tätä ryhmää tai kanavaa"
379 379
380#: html.c:1731 html.c:3118 html.c:4389 380#: html.c:1805 html.c:3216 html.c:4552
381msgid "MUTE" 381msgid "MUTE"
382msgstr "VAIMENNA" 382msgstr "VAIMENNA"
383 383
384#: html.c:1732 384#: html.c:1806
385msgid "Block any activity from this user forever" 385msgid "Block any activity from this user forever"
386msgstr "Estä kaikki toiminta tältä käyttäjältä" 386msgstr "Estä kaikki toiminta tältä käyttäjältä"
387 387
388#: html.c:1737 html.c:3100 html.c:4472 388#: html.c:1811 html.c:3198 html.c:4638
389msgid "Delete" 389msgid "Delete"
390msgstr "Poista" 390msgstr "Poista"
391 391
392#: html.c:1737 392#: html.c:1811
393msgid "Delete this post" 393msgid "Delete this post"
394msgstr "Poista julkaisu" 394msgstr "Poista julkaisu"
395 395
396#: html.c:1740 html.c:4397 396#: html.c:1814 html.c:4560
397msgid "Hide" 397msgid "Hide"
398msgstr "Piilota" 398msgstr "Piilota"
399 399
400#: html.c:1740 400#: html.c:1814
401msgid "Hide this post and its children" 401msgid "Hide this post and its children"
402msgstr "Piilota julkaisu ja vastaukset" 402msgstr "Piilota julkaisu ja vastaukset"
403 403
404#: html.c:1771 404#: html.c:1845
405msgid "Edit..." 405msgid "Edit..."
406msgstr "Muokkaa..." 406msgstr "Muokkaa..."
407 407
408#: html.c:1790 408#: html.c:1865
409msgid "Reply..." 409msgid "Reply..."
410msgstr "Vastaa..." 410msgstr "Vastaa..."
411 411
412#: html.c:1841 412#: html.c:1916
413msgid "Truncated (too deep)" 413msgid "Truncated (too deep)"
414msgstr "Katkaistu (liian syvä)" 414msgstr "Katkaistu (liian syvä)"
415 415
416#: html.c:1850 416#: html.c:1925
417msgid "follows you" 417msgid "follows you"
418msgstr "seuraa sinua" 418msgstr "seuraa sinua"
419 419
420#: html.c:1913 420#: html.c:1988
421msgid "Pinned" 421msgid "Pinned"
422msgstr "Kiinnitetty" 422msgstr "Kiinnitetty"
423 423
424#: html.c:1921 424#: html.c:1996
425msgid "Bookmarked" 425msgid "Bookmarked"
426msgstr "Kirjanmerkitty" 426msgstr "Kirjanmerkitty"
427 427
428#: html.c:1929 428#: html.c:2004
429msgid "Poll" 429msgid "Poll"
430msgstr "Kysely" 430msgstr "Kysely"
431 431
432#: html.c:1936 432#: html.c:2011
433msgid "Voted" 433msgid "Voted"
434msgstr "Äänestetty" 434msgstr "Äänestetty"
435 435
436#: html.c:1945 436#: html.c:2020
437msgid "Event" 437msgid "Event"
438msgstr "Tapahtuma" 438msgstr "Tapahtuma"
439 439
440#: html.c:1977 html.c:2006 440#: html.c:2052 html.c:2081
441msgid "boosted" 441msgid "boosted"
442msgstr "tehostettu" 442msgstr "tehostettu"
443 443
444#: html.c:2022 444#: html.c:2097
445msgid "in reply to" 445msgid "in reply to"
446msgstr "vastauksena" 446msgstr "vastauksena"
447 447
448#: html.c:2073 448#: html.c:2148
449msgid " [SENSITIVE CONTENT]" 449msgid " [SENSITIVE CONTENT]"
450msgstr " [ARKALUONTOISTA SISÄLTÖÄ]" 450msgstr " [ARKALUONTOISTA SISÄLTÖÄ]"
451 451
452#: html.c:2250 452#: html.c:2325
453msgid "Vote" 453msgid "Vote"
454msgstr "Äänestä" 454msgstr "Äänestä"
455 455
456#: html.c:2260 456#: html.c:2335
457msgid "Closed" 457msgid "Closed"
458msgstr "Sulkeutunut" 458msgstr "Sulkeutunut"
459 459
460#: html.c:2285 460#: html.c:2360
461msgid "Closes in" 461msgid "Closes in"
462msgstr "Sulkeutuu" 462msgstr "Sulkeutuu"
463 463
464#: html.c:2366 464#: html.c:2441
465msgid "Video" 465msgid "Video"
466msgstr "Video" 466msgstr "Video"
467 467
468#: html.c:2381 468#: html.c:2456
469msgid "Audio" 469msgid "Audio"
470msgstr "Ääni" 470msgstr "Ääni"
471 471
472#: html.c:2403 472#: html.c:2484
473msgid "Attachment" 473msgid "Attachment"
474msgstr "Liite" 474msgstr "Liite"
475 475
476#: html.c:2417 476#: html.c:2498
477msgid "Alt..." 477msgid "Alt..."
478msgstr "Kuvaus..." 478msgstr "Kuvaus..."
479 479
480#: html.c:2430 480#: html.c:2511
481msgid "Source channel or community" 481msgid "Source channel or community"
482msgstr "Lähdekanava tai -yhteisö" 482msgstr "Lähdekanava tai -yhteisö"
483 483
484#: html.c:2524 484#: html.c:2605
485msgid "Time: " 485msgid "Time: "
486msgstr "Aika: " 486msgstr "Aika: "
487 487
488#: html.c:2605 488#: html.c:2686
489msgid "Older..." 489msgid "Older..."
490msgstr "Vanhemmat..." 490msgstr "Vanhemmat..."
491 491
492#: html.c:2702 492#: html.c:2788
493msgid "about this site" 493msgid "about this site"
494msgstr "tietoa sivustosta" 494msgstr "tietoa sivustosta"
495 495
496#: html.c:2704 496#: html.c:2790
497msgid "powered by " 497msgid "powered by "
498msgstr "moottorina " 498msgstr "moottorina "
499 499
500#: html.c:2769 500#: html.c:2855
501msgid "Dismiss" 501msgid "Dismiss"
502msgstr "Kuittaa" 502msgstr "Kuittaa"
503 503
504#: html.c:2786 504#: html.c:2872
505#, c-format 505#, c-format
506msgid "Timeline for list '%s'" 506msgid "Timeline for list '%s'"
507msgstr "Listan ”%s” aikajana" 507msgstr "Listan ”%s” aikajana"
508 508
509#: html.c:2805 html.c:3846 509#: html.c:2891 html.c:3944
510msgid "Pinned posts" 510msgid "Pinned posts"
511msgstr "Kiinnitetyt julkaisut" 511msgstr "Kiinnitetyt julkaisut"
512 512
513#: html.c:2817 html.c:3861 513#: html.c:2903 html.c:3959
514msgid "Bookmarked posts" 514msgid "Bookmarked posts"
515msgstr "Kirjanmerkit" 515msgstr "Kirjanmerkit"
516 516
517#: html.c:2829 html.c:3876 517#: html.c:2915 html.c:3974
518msgid "Post drafts" 518msgid "Post drafts"
519msgstr "Vedokset" 519msgstr "Vedokset"
520 520
521#: html.c:2888 521#: html.c:2986
522msgid "No more unseen posts" 522msgid "No more unseen posts"
523msgstr "Ei lukemattonia julkaisuja" 523msgstr "Ei lukemattonia julkaisuja"
524 524
525#: html.c:2892 html.c:2992 525#: html.c:2990 html.c:3090
526msgid "Back to top" 526msgid "Back to top"
527msgstr "Takaisin" 527msgstr "Takaisin"
528 528
529#: html.c:2945 529#: html.c:3043
530msgid "History" 530msgid "History"
531msgstr "Historia" 531msgstr "Historia"
532 532
533#: html.c:2997 html.c:3417 533#: html.c:3095 html.c:3515
534msgid "More..." 534msgid "More..."
535msgstr "Enemmän..." 535msgstr "Enemmän..."
536 536
537#: html.c:3086 html.c:4408 537#: html.c:3184 html.c:4574
538msgid "Unlimit" 538msgid "Unlimit"
539msgstr "Poista rajoitus" 539msgstr "Poista rajoitus"
540 540
541#: html.c:3087 541#: html.c:3185
542msgid "Allow announces (boosts) from this user" 542msgid "Allow announces (boosts) from this user"
543msgstr "Salli tehostukset käyttäjältä" 543msgstr "Salli tehostukset käyttäjältä"
544 544
545#: html.c:3090 html.c:4404 545#: html.c:3188 html.c:4570
546msgid "Limit" 546msgid "Limit"
547msgstr "Rajoita" 547msgstr "Rajoita"
548 548
549#: html.c:3091 549#: html.c:3189
550msgid "Block announces (boosts) from this user" 550msgid "Block announces (boosts) from this user"
551msgstr "Kiellö tehostukset käyttäjältä" 551msgstr "Kiellö tehostukset käyttäjältä"
552 552
553#: html.c:3100 553#: html.c:3198
554msgid "Delete this user" 554msgid "Delete this user"
555msgstr "Poista käyttäjä" 555msgstr "Poista käyttäjä"
556 556
557#: html.c:3105 html.c:4520 557#: html.c:3203 html.c:4688
558msgid "Approve" 558msgid "Approve"
559msgstr "Hyväksy" 559msgstr "Hyväksy"
560 560
561#: html.c:3106 561#: html.c:3204
562msgid "Approve this follow request" 562msgid "Approve this follow request"
563msgstr "Hyväksy seurantapyyntö" 563msgstr "Hyväksy seurantapyyntö"
564 564
565#: html.c:3109 html.c:4544 565#: html.c:3207 html.c:4712
566msgid "Discard" 566msgid "Discard"
567msgstr "Hylkää" 567msgstr "Hylkää"
568 568
569#: html.c:3109 569#: html.c:3207
570msgid "Discard this follow request" 570msgid "Discard this follow request"
571msgstr "Hylkää seurantapyyntö" 571msgstr "Hylkää seurantapyyntö"
572 572
573#: html.c:3114 html.c:4393 573#: html.c:3212 html.c:4556
574msgid "Unmute" 574msgid "Unmute"
575msgstr "Poista vaimennus" 575msgstr "Poista vaimennus"
576 576
577#: html.c:3115 577#: html.c:3213
578msgid "Stop blocking activities from this user" 578msgid "Stop blocking activities from this user"
579msgstr "Salli toiminta käyttäjältä" 579msgstr "Salli toiminta käyttäjältä"
580 580
581#: html.c:3119 581#: html.c:3217
582msgid "Block any activity from this user" 582msgid "Block any activity from this user"
583msgstr "Estä kaikki toiminnat käyttäjältä" 583msgstr "Estä kaikki toiminnat käyttäjältä"
584 584
585#: html.c:3127 585#: html.c:3225
586msgid "Direct Message..." 586msgid "Direct Message..."
587msgstr "Yksityisviesti..." 587msgstr "Yksityisviesti..."
588 588
589#: html.c:3162 589#: html.c:3260
590msgid "Pending follow confirmations" 590msgid "Pending follow confirmations"
591msgstr "Hyväksymistä odottavat seurantapyynnöt" 591msgstr "Hyväksymistä odottavat seurantapyynnöt"
592 592
593#: html.c:3166 593#: html.c:3264
594msgid "People you follow" 594msgid "People you follow"
595msgstr "Seuraamasi ihniset" 595msgstr "Seuraamasi ihniset"
596 596
597#: html.c:3167 597#: html.c:3265
598msgid "People that follow you" 598msgid "People that follow you"
599msgstr "Sinua seuraavat" 599msgstr "Sinua seuraavat"
600 600
601#: html.c:3206 601#: html.c:3304
602msgid "Clear all" 602msgid "Clear all"
603msgstr "Tyhjennä" 603msgstr "Tyhjennä"
604 604
605#: html.c:3263 605#: html.c:3361
606msgid "Mention" 606msgid "Mention"
607msgstr "Mainitse" 607msgstr "Mainitse"
608 608
609#: html.c:3266 609#: html.c:3364
610msgid "Finished poll" 610msgid "Finished poll"
611msgstr "Päättynyt kysely" 611msgstr "Päättynyt kysely"
612 612
613#: html.c:3281 613#: html.c:3379
614msgid "Follow Request" 614msgid "Follow Request"
615msgstr "Seurantapyyntö" 615msgstr "Seurantapyyntö"
616 616
617#: html.c:3364 617#: html.c:3462
618msgid "Context" 618msgid "Context"
619msgstr "Konteksti" 619msgstr "Konteksti"
620 620
621#: html.c:3375 621#: html.c:3473
622msgid "New" 622msgid "New"
623msgstr "Uusi" 623msgstr "Uusi"
624 624
625#: html.c:3390 625#: html.c:3488
626msgid "Already seen" 626msgid "Already seen"
627msgstr "Nähty" 627msgstr "Nähty"
628 628
629#: html.c:3405 629#: html.c:3503
630msgid "None" 630msgid "None"
631msgstr "Ei ilmoituksia" 631msgstr "Ei ilmoituksia"
632 632
633#: html.c:3671 633#: html.c:3769
634#, c-format 634#, c-format
635msgid "Search results for account %s" 635msgid "Search results for account %s"
636msgstr "Hakutulokset tilille %s" 636msgstr "Hakutulokset tilille %s"
637 637
638#: html.c:3678 638#: html.c:3776
639#, c-format 639#, c-format
640msgid "Account %s not found" 640msgid "Account %s not found"
641msgstr "Tiliä %s ei löytynyt" 641msgstr "Tiliä %s ei löytynyt"
642 642
643#: html.c:3709 643#: html.c:3807
644#, c-format 644#, c-format
645msgid "Search results for tag %s" 645msgid "Search results for tag %s"
646msgstr "Hakutulokset aihetunnisteelle %s" 646msgstr "Hakutulokset aihetunnisteelle %s"
647 647
648#: html.c:3709 648#: html.c:3807
649#, c-format 649#, c-format
650msgid "Nothing found for tag %s" 650msgid "Nothing found for tag %s"
651msgstr "Aihetunnisteella %s ei löytynyt tuloksia" 651msgstr "Aihetunnisteella %s ei löytynyt tuloksia"
652 652
653#: html.c:3725 653#: html.c:3823
654#, c-format 654#, c-format
655msgid "Search results for '%s' (may be more)" 655msgid "Search results for '%s' (may be more)"
656msgstr "Tulokset haulle ”%s” (mahdollisesti enemmän tuloksia)" 656msgstr "Tulokset haulle ”%s” (mahdollisesti enemmän tuloksia)"
657 657
658#: html.c:3728 658#: html.c:3826
659#, c-format 659#, c-format
660msgid "Search results for '%s'" 660msgid "Search results for '%s'"
661msgstr "Tulokset haulle ”%s”" 661msgstr "Tulokset haulle ”%s”"
662 662
663#: html.c:3731 663#: html.c:3829
664#, c-format 664#, c-format
665msgid "No more matches for '%s'" 665msgid "No more matches for '%s'"
666msgstr "Ei enempää tuloksia haulle ”%s”" 666msgstr "Ei enempää tuloksia haulle ”%s”"
667 667
668#: html.c:3733 668#: html.c:3831
669#, c-format 669#, c-format
670msgid "Nothing found for '%s'" 670msgid "Nothing found for '%s'"
671msgstr "Haulla ”%s” ei löytynyt tuloksia" 671msgstr "Haulla ”%s” ei löytynyt tuloksia"
672 672
673#: html.c:3831 673#: html.c:3929
674msgid "Showing instance timeline" 674msgid "Showing instance timeline"
675msgstr "Palvelimen aikajana" 675msgstr "Palvelimen aikajana"
676 676
677#: html.c:3899 677#: html.c:4012
678#, c-format 678#, c-format
679msgid "Showing timeline for list '%s'" 679msgid "Showing timeline for list '%s'"
680msgstr "Listan ”%s” aikajana" 680msgstr "Listan ”%s” aikajana"
@@ -688,15 +688,15 @@ msgstr "Hakutulokset aihetunnisteelle #%s"
688msgid "Recent posts by users in this instance" 688msgid "Recent posts by users in this instance"
689msgstr "Viimeaikaisia julkaisuja tällä palvelimella" 689msgstr "Viimeaikaisia julkaisuja tällä palvelimella"
690 690
691#: html.c:1529 691#: html.c:1603
692msgid "Blocked hashtags..." 692msgid "Blocked hashtags..."
693msgstr "Estetyt aihetunnisteet..." 693msgstr "Estetyt aihetunnisteet..."
694 694
695#: html.c:420 695#: html.c:432
696msgid "Optional URL to reply to" 696msgid "Optional URL to reply to"
697msgstr "Vastaus julkaisuun (osoite, valinnainen)" 697msgstr "Vastaus julkaisuun (osoite, valinnainen)"
698 698
699#: html.c:527 699#: html.c:575
700msgid "" 700msgid ""
701"Option 1...\n" 701"Option 1...\n"
702"Option 2...\n" 702"Option 2...\n"
@@ -708,30 +708,54 @@ msgstr ""
708"Vaihtoehto 3...\n" 708"Vaihtoehto 3...\n"
709"..." 709"..."
710 710
711#: html.c:1346 711#: html.c:1415
712msgid "Bot API key" 712msgid "Bot API key"
713msgstr "botin API-avain" 713msgstr "botin API-avain"
714 714
715#: html.c:1352 715#: html.c:1421
716msgid "Chat id" 716msgid "Chat id"
717msgstr "chat id" 717msgstr "chat id"
718 718
719#: html.c:1360 719#: html.c:1429
720msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 720msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
721msgstr "ntfy-palvelin - täydellinen osoite (esim: https://ntfy.sh/YourTopic)" 721msgstr "ntfy-palvelin - täydellinen osoite (esim: https://ntfy.sh/YourTopic)"
722 722
723#: html.c:1366 723#: html.c:1435
724msgid "ntfy token - if needed" 724msgid "ntfy token - if needed"
725msgstr "ntfy token - tarvittaessa" 725msgstr "ntfy token - tarvittaessa"
726 726
727#: html.c:2806 727#: html.c:2892
728msgid "pinned" 728msgid "pinned"
729msgstr "kiinnitetyt" 729msgstr "kiinnitetyt"
730 730
731#: html.c:2818 731#: html.c:2904
732msgid "bookmarks" 732msgid "bookmarks"
733msgstr "kirjanmerkit" 733msgstr "kirjanmerkit"
734 734
735#: html.c:2830 735#: html.c:2916
736msgid "drafts" 736msgid "drafts"
737msgstr "vedokset" 737msgstr "vedokset"
738
739#: html.c:464
740msgid "Scheduled post..."
741msgstr "Ajastettu julkaisu..."
742
743msgid "Post date and time:"
744msgstr "Julkaisuajankohta:"
745
746#: html.c:2927 html.c:3989
747msgid "Scheduled posts"
748msgstr "Ajastetut julkaisut"
749
750#: html.c:2928
751msgid "scheduled posts"
752msgstr "ajastetut julkaisut"
753
754#: html.c:458
755#, c-format
756msgid "Post date and time (timezone: %s):"
757msgstr "Julkaisuajankohta (aikavyöhyke: %s):"
758
759#: html.c:1538
760msgid "Time zone:"
761msgstr "Aikavyöhyke: "
diff --git a/po/fr.po b/po/fr.po
index d5f4dd6..e049ab7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,120 +8,120 @@ msgstr ""
8"Language: fr\n" 8"Language: fr\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Contenu sensible :" 13msgstr "Contenu sensible :"
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Description du contenu sensible :" 17msgstr "Description du contenu sensible :"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Seulement pour les personnes mentionnées :" 21msgstr "Seulement pour les personnes mentionnées :"
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Répondre à (URL) :" 25msgstr "Répondre à (URL) :"
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "Ne pas envoyer, mais sauvegarder en tant que brouillon" 29msgstr "Ne pas envoyer, mais sauvegarder en tant que brouillon"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Brouillon :" 33msgstr "Brouillon :"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Pièces jointes…" 37msgstr "Pièces jointes…"
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "Fichier :" 41msgstr "Fichier :"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Nettoyer ce champs pour supprimer l'attachement" 45msgstr "Nettoyer ce champs pour supprimer l'attachement"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Description de l'attachement" 49msgstr "Description de l'attachement"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Sondage…" 53msgstr "Sondage…"
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Options du sondage (une par ligne, jusqu'à 8) :" 57msgstr "Options du sondage (une par ligne, jusqu'à 8) :"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Un seul choix" 61msgstr "Un seul choix"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Choix multiples" 65msgstr "Choix multiples"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Se termine dans 5 minutes" 69msgstr "Se termine dans 5 minutes"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Se termine dans 1 heure" 73msgstr "Se termine dans 1 heure"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Se termine dans 1 jour" 77msgstr "Se termine dans 1 jour"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Envoyer" 81msgstr "Envoyer"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Description du site" 85msgstr "Description du site"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "email de l'admin" 89msgstr "email de l'admin"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "compte de l'admin" 93msgstr "compte de l'admin"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "Suit %d, %d suiveurs" 98msgstr "Suit %d, %d suiveurs"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "privé" 106msgstr "privé"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "public" 110msgstr "public"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "notifications" 114msgstr "notifications"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "personnes" 118msgstr "personnes"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "instance" 122msgstr "instance"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
@@ -129,553 +129,553 @@ msgstr ""
129"Chercher les messages par URL ou contenu (expression régulière), comptes " 129"Chercher les messages par URL ou contenu (expression régulière), comptes "
130"@utilisateur@hôte, ou #tag" 130"@utilisateur@hôte, ou #tag"
131 131
132#: html.c:898 132#: html.c:946
133msgid "Content search" 133msgid "Content search"
134msgstr "Recherche de contenu" 134msgstr "Recherche de contenu"
135 135
136#: html.c:1020 136#: html.c:1068
137msgid "verified link" 137msgid "verified link"
138msgstr "Lien vérifié" 138msgstr "Lien vérifié"
139 139
140#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 140#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
141msgid "Location: " 141msgid "Location: "
142msgstr "Emplacement : " 142msgstr "Emplacement : "
143 143
144#: html.c:1113 144#: html.c:1161
145msgid "New Post..." 145msgid "New Post..."
146msgstr "Nouveau message…" 146msgstr "Nouveau message…"
147 147
148#: html.c:1115 148#: html.c:1163
149msgid "What's on your mind?" 149msgid "What's on your mind?"
150msgstr "Qu'avez-vous en tête ?" 150msgstr "Qu'avez-vous en tête ?"
151 151
152#: html.c:1124 152#: html.c:1172
153msgid "Operations..." 153msgid "Operations..."
154msgstr "Opérations…" 154msgstr "Opérations…"
155 155
156#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 156#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
157msgid "Follow" 157msgid "Follow"
158msgstr "Suivre" 158msgstr "Suivre"
159 159
160#: html.c:1141 160#: html.c:1189
161msgid "(by URL or user@host)" 161msgid "(by URL or user@host)"
162msgstr "(par URL ou utilisateur@hôte)" 162msgstr "(par URL ou utilisateur@hôte)"
163 163
164#: html.c:1156 html.c:1690 html.c:4364 164#: html.c:1204 html.c:1764 html.c:4527
165msgid "Boost" 165msgid "Boost"
166msgstr "repartager" 166msgstr "repartager"
167 167
168#: html.c:1158 html.c:1175 168#: html.c:1206 html.c:1223
169msgid "(by URL)" 169msgid "(by URL)"
170msgstr "(par URL)" 170msgstr "(par URL)"
171 171
172#: html.c:1173 html.c:1669 html.c:4355 172#: html.c:1221 html.c:1743 html.c:4518
173msgid "Like" 173msgid "Like"
174msgstr "Aime" 174msgstr "Aime"
175 175
176#: html.c:1278 176#: html.c:1347
177msgid "User Settings..." 177msgid "User Settings..."
178msgstr "Réglages utilisateur…" 178msgstr "Réglages utilisateur…"
179 179
180#: html.c:1287 180#: html.c:1356
181msgid "Display name:" 181msgid "Display name:"
182msgstr "Nom affiché :" 182msgstr "Nom affiché :"
183 183
184#: html.c:1293 184#: html.c:1362
185msgid "Your name" 185msgid "Your name"
186msgstr "Votre nom" 186msgstr "Votre nom"
187 187
188#: html.c:1295 188#: html.c:1364
189msgid "Avatar: " 189msgid "Avatar: "
190msgstr "Avatar : " 190msgstr "Avatar : "
191 191
192#: html.c:1303 192#: html.c:1372
193msgid "Delete current avatar" 193msgid "Delete current avatar"
194msgstr "Supprimer l'avatar actuel" 194msgstr "Supprimer l'avatar actuel"
195 195
196#: html.c:1305 196#: html.c:1374
197msgid "Header image (banner): " 197msgid "Header image (banner): "
198msgstr "Image d'entête (bannière) : " 198msgstr "Image d'entête (bannière) : "
199 199
200#: html.c:1313 200#: html.c:1382
201msgid "Delete current header image" 201msgid "Delete current header image"
202msgstr "Supprimer l'image d'entête actuelle" 202msgstr "Supprimer l'image d'entête actuelle"
203 203
204#: html.c:1315 204#: html.c:1384
205msgid "Bio:" 205msgid "Bio:"
206msgstr "CV :" 206msgstr "CV :"
207 207
208#: html.c:1321 208#: html.c:1390
209msgid "Write about yourself here..." 209msgid "Write about yourself here..."
210msgstr "Décrivez-vous ici…" 210msgstr "Décrivez-vous ici…"
211 211
212#: html.c:1330 212#: html.c:1399
213msgid "Always show sensitive content" 213msgid "Always show sensitive content"
214msgstr "Toujours afficher le contenu sensible" 214msgstr "Toujours afficher le contenu sensible"
215 215
216#: html.c:1332 216#: html.c:1401
217msgid "Email address for notifications:" 217msgid "Email address for notifications:"
218msgstr "Adresse email pour les notifications :" 218msgstr "Adresse email pour les notifications :"
219 219
220#: html.c:1340 220#: html.c:1409
221msgid "Telegram notifications (bot key and chat id):" 221msgid "Telegram notifications (bot key and chat id):"
222msgstr "Notifications Telegram (clé de bot et ID de discussion) :" 222msgstr "Notifications Telegram (clé de bot et ID de discussion) :"
223 223
224#: html.c:1354 224#: html.c:1423
225msgid "ntfy notifications (ntfy server and token):" 225msgid "ntfy notifications (ntfy server and token):"
226msgstr "notifications ntfy (serveur et jeton ntfy) :" 226msgstr "notifications ntfy (serveur et jeton ntfy) :"
227 227
228#: html.c:1368 228#: html.c:1437
229msgid "Maximum days to keep posts (0: server settings):" 229msgid "Maximum days to keep posts (0: server settings):"
230msgstr "" 230msgstr ""
231"Nombre de jours maximum de rétention des messages (0 : réglages du serveur) :" 231"Nombre de jours maximum de rétention des messages (0 : réglages du serveur) :"
232 232
233#: html.c:1382 233#: html.c:1451
234msgid "Drop direct messages from people you don't follow" 234msgid "Drop direct messages from people you don't follow"
235msgstr "Rejeter les messages directs des personnes que vous ne suivez pas" 235msgstr "Rejeter les messages directs des personnes que vous ne suivez pas"
236 236
237#: html.c:1391 237#: html.c:1460
238msgid "This account is a bot" 238msgid "This account is a bot"
239msgstr "Ce compte est un bot" 239msgstr "Ce compte est un bot"
240 240
241#: html.c:1400 241#: html.c:1469
242msgid "Auto-boost all mentions to this account" 242msgid "Auto-boost all mentions to this account"
243msgstr "Auto-repartage de toutes les mentions de ce compte" 243msgstr "Auto-repartage de toutes les mentions de ce compte"
244 244
245#: html.c:1409 245#: html.c:1478
246msgid "This account is private (posts are not shown through the web)" 246msgid "This account is private (posts are not shown through the web)"
247msgstr "Ce compte est privé (les messages ne sont pas affiché sur le web)" 247msgstr "Ce compte est privé (les messages ne sont pas affiché sur le web)"
248 248
249#: html.c:1419 249#: html.c:1488
250msgid "Collapse top threads by default" 250msgid "Collapse top threads by default"
251msgstr "replier les fils de discussion principaux par défaut" 251msgstr "replier les fils de discussion principaux par défaut"
252 252
253#: html.c:1428 253#: html.c:1497
254msgid "Follow requests must be approved" 254msgid "Follow requests must be approved"
255msgstr "Les demande de suivi doivent être approuvées" 255msgstr "Les demande de suivi doivent être approuvées"
256 256
257#: html.c:1437 257#: html.c:1506
258msgid "Publish follower and following metrics" 258msgid "Publish follower and following metrics"
259msgstr "Publier les suiveurs et les statistiques de suivis" 259msgstr "Publier les suiveurs et les statistiques de suivis"
260 260
261#: html.c:1439 261#: html.c:1508
262msgid "Current location:" 262msgid "Current location:"
263msgstr "Localisation actuelle :" 263msgstr "Localisation actuelle :"
264 264
265#: html.c:1453 265#: html.c:1522
266msgid "Profile metadata (key=value pairs in each line):" 266msgid "Profile metadata (key=value pairs in each line):"
267msgstr "Métadonnées du profile (paires clé=valeur à chaque ligne) :" 267msgstr "Métadonnées du profile (paires clé=valeur à chaque ligne) :"
268 268
269#: html.c:1464 269#: html.c:1533
270msgid "Web interface language:" 270msgid "Web interface language:"
271msgstr "Langue de l'interface web :" 271msgstr "Langue de l'interface web :"
272 272
273#: html.c:1469 273#: html.c:1543
274msgid "New password:" 274msgid "New password:"
275msgstr "Nouveau mot de passe :" 275msgstr "Nouveau mot de passe :"
276 276
277#: html.c:1476 277#: html.c:1550
278msgid "Repeat new password:" 278msgid "Repeat new password:"
279msgstr "Répétez le nouveau mot de passe :" 279msgstr "Répétez le nouveau mot de passe :"
280 280
281#: html.c:1486 281#: html.c:1560
282msgid "Update user info" 282msgid "Update user info"
283msgstr "Mettre à jour les infos utilisateur" 283msgstr "Mettre à jour les infos utilisateur"
284 284
285#: html.c:1497 285#: html.c:1571
286msgid "Followed hashtags..." 286msgid "Followed hashtags..."
287msgstr "hashtags suivis…" 287msgstr "hashtags suivis…"
288 288
289#: html.c:1499 html.c:1531 289#: html.c:1573 html.c:1605
290msgid "One hashtag per line" 290msgid "One hashtag per line"
291msgstr "Un hashtag par ligne" 291msgstr "Un hashtag par ligne"
292 292
293#: html.c:1520 html.c:1552 293#: html.c:1594 html.c:1626
294msgid "Update hashtags" 294msgid "Update hashtags"
295msgstr "Mettre à jour les hashtags" 295msgstr "Mettre à jour les hashtags"
296 296
297#: html.c:1669 297#: html.c:1743
298msgid "Say you like this post" 298msgid "Say you like this post"
299msgstr "Dire que vous aimez ce message" 299msgstr "Dire que vous aimez ce message"
300 300
301#: html.c:1674 html.c:4373 301#: html.c:1748 html.c:4536
302msgid "Unlike" 302msgid "Unlike"
303msgstr "N'aime plus" 303msgstr "N'aime plus"
304 304
305#: html.c:1674 305#: html.c:1748
306msgid "Nah don't like it that much" 306msgid "Nah don't like it that much"
307msgstr "Nan, j'aime pas tant que ça" 307msgstr "Nan, j'aime pas tant que ça"
308 308
309#: html.c:1680 html.c:4505 309#: html.c:1754 html.c:4673
310msgid "Unpin" 310msgid "Unpin"
311msgstr "Dés-épingler" 311msgstr "Dés-épingler"
312 312
313#: html.c:1680 313#: html.c:1754
314msgid "Unpin this post from your timeline" 314msgid "Unpin this post from your timeline"
315msgstr "Dés-épingler ce message de votre chronologie" 315msgstr "Dés-épingler ce message de votre chronologie"
316 316
317#: html.c:1683 html.c:4500 317#: html.c:1757 html.c:4668
318msgid "Pin" 318msgid "Pin"
319msgstr "Épingler" 319msgstr "Épingler"
320 320
321#: html.c:1683 321#: html.c:1757
322msgid "Pin this post to the top of your timeline" 322msgid "Pin this post to the top of your timeline"
323msgstr "Épingler ce message en haut de votre chronologie" 323msgstr "Épingler ce message en haut de votre chronologie"
324 324
325#: html.c:1690 325#: html.c:1764
326msgid "Announce this post to your followers" 326msgid "Announce this post to your followers"
327msgstr "Annoncer ce message à vos suiveurs" 327msgstr "Annoncer ce message à vos suiveurs"
328 328
329#: html.c:1695 html.c:4381 329#: html.c:1769 html.c:4544
330msgid "Unboost" 330msgid "Unboost"
331msgstr "Dé-repartager" 331msgstr "Dé-repartager"
332 332
333#: html.c:1695 333#: html.c:1769
334msgid "I regret I boosted this" 334msgid "I regret I boosted this"
335msgstr "Je regrette d'avoir repartagé ceci" 335msgstr "Je regrette d'avoir repartagé ceci"
336 336
337#: html.c:1701 html.c:4515 337#: html.c:1775 html.c:4683
338msgid "Unbookmark" 338msgid "Unbookmark"
339msgstr "Retirer le signet" 339msgstr "Retirer le signet"
340 340
341#: html.c:1701 341#: html.c:1775
342msgid "Delete this post from your bookmarks" 342msgid "Delete this post from your bookmarks"
343msgstr "Supprime ce message de vos signets" 343msgstr "Supprime ce message de vos signets"
344 344
345#: html.c:1704 html.c:4510 345#: html.c:1778 html.c:4678
346msgid "Bookmark" 346msgid "Bookmark"
347msgstr "Signet" 347msgstr "Signet"
348 348
349#: html.c:1704 349#: html.c:1778
350msgid "Add this post to your bookmarks" 350msgid "Add this post to your bookmarks"
351msgstr "Ajouter ce message à vos signets" 351msgstr "Ajouter ce message à vos signets"
352 352
353#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 353#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
354msgid "Unfollow" 354msgid "Unfollow"
355msgstr "Ne plus suivre" 355msgstr "Ne plus suivre"
356 356
357#: html.c:1710 html.c:3082 357#: html.c:1784 html.c:3180
358msgid "Stop following this user's activity" 358msgid "Stop following this user's activity"
359msgstr "Arrêter de suivre les activités de cet utilisateur" 359msgstr "Arrêter de suivre les activités de cet utilisateur"
360 360
361#: html.c:1714 html.c:3096 361#: html.c:1788 html.c:3194
362msgid "Start following this user's activity" 362msgid "Start following this user's activity"
363msgstr "Commencer à suivre les activité de cet utilisateur" 363msgstr "Commencer à suivre les activité de cet utilisateur"
364 364
365#: html.c:1720 html.c:4455 365#: html.c:1794 html.c:4621
366msgid "Unfollow Group" 366msgid "Unfollow Group"
367msgstr "Ne plus suivre le Groupe" 367msgstr "Ne plus suivre le Groupe"
368 368
369#: html.c:1721 369#: html.c:1795
370msgid "Stop following this group or channel" 370msgid "Stop following this group or channel"
371msgstr "Arrêter de suivre ce groupe ou canal" 371msgstr "Arrêter de suivre ce groupe ou canal"
372 372
373#: html.c:1725 html.c:4442 373#: html.c:1799 html.c:4608
374msgid "Follow Group" 374msgid "Follow Group"
375msgstr "Suivre le Groupe" 375msgstr "Suivre le Groupe"
376 376
377#: html.c:1726 377#: html.c:1800
378msgid "Start following this group or channel" 378msgid "Start following this group or channel"
379msgstr "Commencer à suivre ce groupe ou canal" 379msgstr "Commencer à suivre ce groupe ou canal"
380 380
381#: html.c:1731 html.c:3118 html.c:4389 381#: html.c:1805 html.c:3216 html.c:4552
382msgid "MUTE" 382msgid "MUTE"
383msgstr "TAIRE" 383msgstr "TAIRE"
384 384
385#: html.c:1732 385#: html.c:1806
386msgid "Block any activity from this user forever" 386msgid "Block any activity from this user forever"
387msgstr "Bloquer toute activité de cet utilisateur à jamais" 387msgstr "Bloquer toute activité de cet utilisateur à jamais"
388 388
389#: html.c:1737 html.c:3100 html.c:4472 389#: html.c:1811 html.c:3198 html.c:4638
390msgid "Delete" 390msgid "Delete"
391msgstr "Supprimer" 391msgstr "Supprimer"
392 392
393#: html.c:1737 393#: html.c:1811
394msgid "Delete this post" 394msgid "Delete this post"
395msgstr "Supprimer ce message" 395msgstr "Supprimer ce message"
396 396
397#: html.c:1740 html.c:4397 397#: html.c:1814 html.c:4560
398msgid "Hide" 398msgid "Hide"
399msgstr "Cacher" 399msgstr "Cacher"
400 400
401#: html.c:1740 401#: html.c:1814
402msgid "Hide this post and its children" 402msgid "Hide this post and its children"
403msgstr "Cacher ce message et ses réponses" 403msgstr "Cacher ce message et ses réponses"
404 404
405#: html.c:1771 405#: html.c:1845
406msgid "Edit..." 406msgid "Edit..."
407msgstr "Éditer…" 407msgstr "Éditer…"
408 408
409#: html.c:1790 409#: html.c:1865
410msgid "Reply..." 410msgid "Reply..."
411msgstr "Répondre…" 411msgstr "Répondre…"
412 412
413#: html.c:1841 413#: html.c:1916
414msgid "Truncated (too deep)" 414msgid "Truncated (too deep)"
415msgstr "Tronqué (trop profond)" 415msgstr "Tronqué (trop profond)"
416 416
417#: html.c:1850 417#: html.c:1925
418msgid "follows you" 418msgid "follows you"
419msgstr "vous suit" 419msgstr "vous suit"
420 420
421#: html.c:1913 421#: html.c:1988
422msgid "Pinned" 422msgid "Pinned"
423msgstr "Épinglé" 423msgstr "Épinglé"
424 424
425#: html.c:1921 425#: html.c:1996
426msgid "Bookmarked" 426msgid "Bookmarked"
427msgstr "Ajouté au signets" 427msgstr "Ajouté au signets"
428 428
429#: html.c:1929 429#: html.c:2004
430msgid "Poll" 430msgid "Poll"
431msgstr "Sondage" 431msgstr "Sondage"
432 432
433#: html.c:1936 433#: html.c:2011
434msgid "Voted" 434msgid "Voted"
435msgstr "Voté" 435msgstr "Voté"
436 436
437#: html.c:1945 437#: html.c:2020
438msgid "Event" 438msgid "Event"
439msgstr "Événement" 439msgstr "Événement"
440 440
441#: html.c:1977 html.c:2006 441#: html.c:2052 html.c:2081
442msgid "boosted" 442msgid "boosted"
443msgstr "Repartagé" 443msgstr "Repartagé"
444 444
445#: html.c:2022 445#: html.c:2097
446msgid "in reply to" 446msgid "in reply to"
447msgstr "En réponse à" 447msgstr "En réponse à"
448 448
449#: html.c:2073 449#: html.c:2148
450msgid " [SENSITIVE CONTENT]" 450msgid " [SENSITIVE CONTENT]"
451msgstr " [CONTENU SENSIBLE]" 451msgstr " [CONTENU SENSIBLE]"
452 452
453#: html.c:2250 453#: html.c:2325
454msgid "Vote" 454msgid "Vote"
455msgstr "Vote" 455msgstr "Vote"
456 456
457#: html.c:2260 457#: html.c:2335
458msgid "Closed" 458msgid "Closed"
459msgstr "Terminé" 459msgstr "Terminé"
460 460
461#: html.c:2285 461#: html.c:2360
462msgid "Closes in" 462msgid "Closes in"
463msgstr "Termine dans" 463msgstr "Termine dans"
464 464
465#: html.c:2366 465#: html.c:2441
466msgid "Video" 466msgid "Video"
467msgstr "Vidéo" 467msgstr "Vidéo"
468 468
469#: html.c:2381 469#: html.c:2456
470msgid "Audio" 470msgid "Audio"
471msgstr "Audio" 471msgstr "Audio"
472 472
473#: html.c:2403 473#: html.c:2484
474msgid "Attachment" 474msgid "Attachment"
475msgstr "Attachement" 475msgstr "Attachement"
476 476
477#: html.c:2417 477#: html.c:2498
478msgid "Alt..." 478msgid "Alt..."
479msgstr "Alt…" 479msgstr "Alt…"
480 480
481#: html.c:2430 481#: html.c:2511
482msgid "Source channel or community" 482msgid "Source channel or community"
483msgstr "Canal ou communauté source" 483msgstr "Canal ou communauté source"
484 484
485#: html.c:2524 485#: html.c:2605
486msgid "Time: " 486msgid "Time: "
487msgstr "Date : " 487msgstr "Date : "
488 488
489#: html.c:2605 489#: html.c:2686
490msgid "Older..." 490msgid "Older..."
491msgstr "Plus anciens…" 491msgstr "Plus anciens…"
492 492
493#: html.c:2702 493#: html.c:2788
494msgid "about this site" 494msgid "about this site"
495msgstr "à propos de ce site" 495msgstr "à propos de ce site"
496 496
497#: html.c:2704 497#: html.c:2790
498msgid "powered by " 498msgid "powered by "
499msgstr "fonctionne grace à " 499msgstr "fonctionne grace à "
500 500
501#: html.c:2769 501#: html.c:2855
502msgid "Dismiss" 502msgid "Dismiss"
503msgstr "Rejeter" 503msgstr "Rejeter"
504 504
505#: html.c:2786 505#: html.c:2872
506#, c-format 506#, c-format
507msgid "Timeline for list '%s'" 507msgid "Timeline for list '%s'"
508msgstr "Chronologie pour la liste '%s'" 508msgstr "Chronologie pour la liste '%s'"
509 509
510#: html.c:2805 html.c:3846 510#: html.c:2891 html.c:3944
511msgid "Pinned posts" 511msgid "Pinned posts"
512msgstr "Messages épinglés" 512msgstr "Messages épinglés"
513 513
514#: html.c:2817 html.c:3861 514#: html.c:2903 html.c:3959
515msgid "Bookmarked posts" 515msgid "Bookmarked posts"
516msgstr "Messages en signets" 516msgstr "Messages en signets"
517 517
518#: html.c:2829 html.c:3876 518#: html.c:2915 html.c:3974
519msgid "Post drafts" 519msgid "Post drafts"
520msgstr "Brouillons de messages" 520msgstr "Brouillons de messages"
521 521
522#: html.c:2888 522#: html.c:2986
523msgid "No more unseen posts" 523msgid "No more unseen posts"
524msgstr "Pas d'avantage de message non vus" 524msgstr "Pas d'avantage de message non vus"
525 525
526#: html.c:2892 html.c:2992 526#: html.c:2990 html.c:3090
527msgid "Back to top" 527msgid "Back to top"
528msgstr "Retourner en haut" 528msgstr "Retourner en haut"
529 529
530#: html.c:2945 530#: html.c:3043
531msgid "History" 531msgid "History"
532msgstr "Historique" 532msgstr "Historique"
533 533
534#: html.c:2997 html.c:3417 534#: html.c:3095 html.c:3515
535msgid "More..." 535msgid "More..."
536msgstr "Plus…" 536msgstr "Plus…"
537 537
538#: html.c:3086 html.c:4408 538#: html.c:3184 html.c:4574
539msgid "Unlimit" 539msgid "Unlimit"
540msgstr "Illimité" 540msgstr "Illimité"
541 541
542#: html.c:3087 542#: html.c:3185
543msgid "Allow announces (boosts) from this user" 543msgid "Allow announces (boosts) from this user"
544msgstr "Permettre les annonces (repartages) par cet utilisateur" 544msgstr "Permettre les annonces (repartages) par cet utilisateur"
545 545
546#: html.c:3090 html.c:4404 546#: html.c:3188 html.c:4570
547msgid "Limit" 547msgid "Limit"
548msgstr "Limite" 548msgstr "Limite"
549 549
550#: html.c:3091 550#: html.c:3189
551msgid "Block announces (boosts) from this user" 551msgid "Block announces (boosts) from this user"
552msgstr "Bloquer les annonces (repartages) par cet utilisateur" 552msgstr "Bloquer les annonces (repartages) par cet utilisateur"
553 553
554#: html.c:3100 554#: html.c:3198
555msgid "Delete this user" 555msgid "Delete this user"
556msgstr "Supprimer cet utilisateur" 556msgstr "Supprimer cet utilisateur"
557 557
558#: html.c:3105 html.c:4520 558#: html.c:3203 html.c:4688
559msgid "Approve" 559msgid "Approve"
560msgstr "Approuver" 560msgstr "Approuver"
561 561
562#: html.c:3106 562#: html.c:3204
563msgid "Approve this follow request" 563msgid "Approve this follow request"
564msgstr "Approuver cette demande de suivit" 564msgstr "Approuver cette demande de suivit"
565 565
566#: html.c:3109 html.c:4544 566#: html.c:3207 html.c:4712
567msgid "Discard" 567msgid "Discard"
568msgstr "Rejeter" 568msgstr "Rejeter"
569 569
570#: html.c:3109 570#: html.c:3207
571msgid "Discard this follow request" 571msgid "Discard this follow request"
572msgstr "Rejeter la demande suivante" 572msgstr "Rejeter la demande suivante"
573 573
574#: html.c:3114 html.c:4393 574#: html.c:3212 html.c:4556
575msgid "Unmute" 575msgid "Unmute"
576msgstr "Ne plus taire" 576msgstr "Ne plus taire"
577 577
578#: html.c:3115 578#: html.c:3213
579msgid "Stop blocking activities from this user" 579msgid "Stop blocking activities from this user"
580msgstr "Arrêter de bloquer les activités de cet utilisateur" 580msgstr "Arrêter de bloquer les activités de cet utilisateur"
581 581
582#: html.c:3119 582#: html.c:3217
583msgid "Block any activity from this user" 583msgid "Block any activity from this user"
584msgstr "Bloque toutes les activités de cet utilisateur" 584msgstr "Bloque toutes les activités de cet utilisateur"
585 585
586#: html.c:3127 586#: html.c:3225
587msgid "Direct Message..." 587msgid "Direct Message..."
588msgstr "Message direct…" 588msgstr "Message direct…"
589 589
590#: html.c:3162 590#: html.c:3260
591msgid "Pending follow confirmations" 591msgid "Pending follow confirmations"
592msgstr "Confirmation de suivit en attente" 592msgstr "Confirmation de suivit en attente"
593 593
594#: html.c:3166 594#: html.c:3264
595msgid "People you follow" 595msgid "People you follow"
596msgstr "Personnes que vous suivez" 596msgstr "Personnes que vous suivez"
597 597
598#: html.c:3167 598#: html.c:3265
599msgid "People that follow you" 599msgid "People that follow you"
600msgstr "Personnes qui vous suivent" 600msgstr "Personnes qui vous suivent"
601 601
602#: html.c:3206 602#: html.c:3304
603msgid "Clear all" 603msgid "Clear all"
604msgstr "Tout nettoyer" 604msgstr "Tout nettoyer"
605 605
606#: html.c:3263 606#: html.c:3361
607msgid "Mention" 607msgid "Mention"
608msgstr "Mention" 608msgstr "Mention"
609 609
610#: html.c:3266 610#: html.c:3364
611msgid "Finished poll" 611msgid "Finished poll"
612msgstr "Sondage terminé" 612msgstr "Sondage terminé"
613 613
614#: html.c:3281 614#: html.c:3379
615msgid "Follow Request" 615msgid "Follow Request"
616msgstr "Requête de suivit" 616msgstr "Requête de suivit"
617 617
618#: html.c:3364 618#: html.c:3462
619msgid "Context" 619msgid "Context"
620msgstr "Contexte" 620msgstr "Contexte"
621 621
622#: html.c:3375 622#: html.c:3473
623msgid "New" 623msgid "New"
624msgstr "Nouveau" 624msgstr "Nouveau"
625 625
626#: html.c:3390 626#: html.c:3488
627msgid "Already seen" 627msgid "Already seen"
628msgstr "Déjà vu" 628msgstr "Déjà vu"
629 629
630#: html.c:3405 630#: html.c:3503
631msgid "None" 631msgid "None"
632msgstr "Aucun" 632msgstr "Aucun"
633 633
634#: html.c:3671 634#: html.c:3769
635#, c-format 635#, c-format
636msgid "Search results for account %s" 636msgid "Search results for account %s"
637msgstr "Résultats de recher pour le compte %s" 637msgstr "Résultats de recher pour le compte %s"
638 638
639#: html.c:3678 639#: html.c:3776
640#, c-format 640#, c-format
641msgid "Account %s not found" 641msgid "Account %s not found"
642msgstr "Compte %s non trouvé" 642msgstr "Compte %s non trouvé"
643 643
644#: html.c:3709 644#: html.c:3807
645#, c-format 645#, c-format
646msgid "Search results for tag %s" 646msgid "Search results for tag %s"
647msgstr "Résultats de recherche pour le tag %s" 647msgstr "Résultats de recherche pour le tag %s"
648 648
649#: html.c:3709 649#: html.c:3807
650#, c-format 650#, c-format
651msgid "Nothing found for tag %s" 651msgid "Nothing found for tag %s"
652msgstr "Rien n'a été trouvé pour le tag %s" 652msgstr "Rien n'a été trouvé pour le tag %s"
653 653
654#: html.c:3725 654#: html.c:3823
655#, c-format 655#, c-format
656msgid "Search results for '%s' (may be more)" 656msgid "Search results for '%s' (may be more)"
657msgstr "Résultats de recherche pour '%s' (il pourrait y en avoir d'avantage)" 657msgstr "Résultats de recherche pour '%s' (il pourrait y en avoir d'avantage)"
658 658
659#: html.c:3728 659#: html.c:3826
660#, c-format 660#, c-format
661msgid "Search results for '%s'" 661msgid "Search results for '%s'"
662msgstr "Résultats de recherche pour '%s'" 662msgstr "Résultats de recherche pour '%s'"
663 663
664#: html.c:3731 664#: html.c:3829
665#, c-format 665#, c-format
666msgid "No more matches for '%s'" 666msgid "No more matches for '%s'"
667msgstr "Pas d'avantage de résultats pour '%s'" 667msgstr "Pas d'avantage de résultats pour '%s'"
668 668
669#: html.c:3733 669#: html.c:3831
670#, c-format 670#, c-format
671msgid "Nothing found for '%s'" 671msgid "Nothing found for '%s'"
672msgstr "Rien n'a été trouvé pour '%s'" 672msgstr "Rien n'a été trouvé pour '%s'"
673 673
674#: html.c:3831 674#: html.c:3929
675msgid "Showing instance timeline" 675msgid "Showing instance timeline"
676msgstr "Montrer la chronologie de l'instance" 676msgstr "Montrer la chronologie de l'instance"
677 677
678#: html.c:3899 678#: html.c:4012
679#, c-format 679#, c-format
680msgid "Showing timeline for list '%s'" 680msgid "Showing timeline for list '%s'"
681msgstr "Montrer le chronologie pour la liste '%s'" 681msgstr "Montrer le chronologie pour la liste '%s'"
@@ -689,15 +689,15 @@ msgstr "Résultats de recherche pour le tag #%s"
689msgid "Recent posts by users in this instance" 689msgid "Recent posts by users in this instance"
690msgstr "Messages récents des utilisateurs de cette instance" 690msgstr "Messages récents des utilisateurs de cette instance"
691 691
692#: html.c:1529 692#: html.c:1603
693msgid "Blocked hashtags..." 693msgid "Blocked hashtags..."
694msgstr "Hashtags bloqués…" 694msgstr "Hashtags bloqués…"
695 695
696#: html.c:420 696#: html.c:432
697msgid "Optional URL to reply to" 697msgid "Optional URL to reply to"
698msgstr "" 698msgstr ""
699 699
700#: html.c:527 700#: html.c:575
701msgid "" 701msgid ""
702"Option 1...\n" 702"Option 1...\n"
703"Option 2...\n" 703"Option 2...\n"
@@ -705,30 +705,54 @@ msgid ""
705"..." 705"..."
706msgstr "" 706msgstr ""
707 707
708#: html.c:1346 708#: html.c:1415
709msgid "Bot API key" 709msgid "Bot API key"
710msgstr "" 710msgstr ""
711 711
712#: html.c:1352 712#: html.c:1421
713msgid "Chat id" 713msgid "Chat id"
714msgstr "" 714msgstr ""
715 715
716#: html.c:1360 716#: html.c:1429
717msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 717msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
718msgstr "" 718msgstr ""
719 719
720#: html.c:1366 720#: html.c:1435
721msgid "ntfy token - if needed" 721msgid "ntfy token - if needed"
722msgstr "" 722msgstr ""
723 723
724#: html.c:2806 724#: html.c:2892
725msgid "pinned" 725msgid "pinned"
726msgstr "" 726msgstr ""
727 727
728#: html.c:2818 728#: html.c:2904
729msgid "bookmarks" 729msgid "bookmarks"
730msgstr "" 730msgstr ""
731 731
732#: html.c:2830 732#: html.c:2916
733msgid "drafts" 733msgid "drafts"
734msgstr "" 734msgstr ""
735
736#: html.c:464
737msgid "Scheduled post..."
738msgstr ""
739
740msgid "Post date and time:"
741msgstr ""
742
743#: html.c:2927 html.c:3989
744msgid "Scheduled posts"
745msgstr ""
746
747#: html.c:2928
748msgid "scheduled posts"
749msgstr ""
750
751#: html.c:458
752#, c-format
753msgid "Post date and time (timezone: %s):"
754msgstr ""
755
756#: html.c:1538
757msgid "Time zone:"
758msgstr ""
diff --git a/po/it.po b/po/it.po
index 346a602..595bf38 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,120 +8,120 @@ msgstr ""
8"Language: it\n" 8"Language: it\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "Contenuto sensibile" 13msgstr "Contenuto sensibile"
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "Descrizione del contenuto sensibile" 17msgstr "Descrizione del contenuto sensibile"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "Riservato alle persone indicate: " 21msgstr "Riservato alle persone indicate: "
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "Rispondi a (URL): " 25msgstr "Rispondi a (URL): "
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "Salva come bozza senza inviare" 29msgstr "Salva come bozza senza inviare"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "Bozza" 33msgstr "Bozza"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "Allegati..." 37msgstr "Allegati..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "File:" 41msgstr "File:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "Pulisci ed elimina l'allegato" 45msgstr "Pulisci ed elimina l'allegato"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "Descrizione dell'allegato" 49msgstr "Descrizione dell'allegato"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "Sondaggio..." 53msgstr "Sondaggio..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "Scelte per il sondaggio (una per linea, massimo 8):" 57msgstr "Scelte per il sondaggio (una per linea, massimo 8):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "Una scelta" 61msgstr "Una scelta"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "Scelte multiple" 65msgstr "Scelte multiple"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "Termina in 5 minuti" 69msgstr "Termina in 5 minuti"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "Termina in 1 ora" 73msgstr "Termina in 1 ora"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "Termina in 1 giorno" 77msgstr "Termina in 1 giorno"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "Post" 81msgstr "Post"
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "Descrizione del sito web" 85msgstr "Descrizione del sito web"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "Email dell'amministratore" 89msgstr "Email dell'amministratore"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "Account amministratore" 93msgstr "Account amministratore"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "%d seguiti, %d seguenti" 98msgstr "%d seguiti, %d seguenti"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "privato" 106msgstr "privato"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "pubblico" 110msgstr "pubblico"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "notifiche" 114msgstr "notifiche"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "persone" 118msgstr "persone"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "istanza" 122msgstr "istanza"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
@@ -129,552 +129,552 @@ msgstr ""
129"Ricerca post per URL o contenuto (espressione regolare), @user@host " 129"Ricerca post per URL o contenuto (espressione regolare), @user@host "
130"accounts, #tag" 130"accounts, #tag"
131 131
132#: html.c:898 132#: html.c:946
133msgid "Content search" 133msgid "Content search"
134msgstr "Ricerca contenuto" 134msgstr "Ricerca contenuto"
135 135
136#: html.c:1020 136#: html.c:1068
137msgid "verified link" 137msgid "verified link"
138msgstr "link verificato" 138msgstr "link verificato"
139 139
140#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 140#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
141msgid "Location: " 141msgid "Location: "
142msgstr "Posizione: " 142msgstr "Posizione: "
143 143
144#: html.c:1113 144#: html.c:1161
145msgid "New Post..." 145msgid "New Post..."
146msgstr "Nuovo post..." 146msgstr "Nuovo post..."
147 147
148#: html.c:1115 148#: html.c:1163
149msgid "What's on your mind?" 149msgid "What's on your mind?"
150msgstr "Cosa stai pensando?" 150msgstr "Cosa stai pensando?"
151 151
152#: html.c:1124 152#: html.c:1172
153msgid "Operations..." 153msgid "Operations..."
154msgstr "Operazioni..." 154msgstr "Operazioni..."
155 155
156#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 156#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
157msgid "Follow" 157msgid "Follow"
158msgstr "Segui" 158msgstr "Segui"
159 159
160#: html.c:1141 160#: html.c:1189
161msgid "(by URL or user@host)" 161msgid "(by URL or user@host)"
162msgstr "(per URL o user@host)" 162msgstr "(per URL o user@host)"
163 163
164#: html.c:1156 html.c:1690 html.c:4364 164#: html.c:1204 html.c:1764 html.c:4527
165msgid "Boost" 165msgid "Boost"
166msgstr "Annuncia" 166msgstr "Annuncia"
167 167
168#: html.c:1158 html.c:1175 168#: html.c:1206 html.c:1223
169msgid "(by URL)" 169msgid "(by URL)"
170msgstr "(per URL)" 170msgstr "(per URL)"
171 171
172#: html.c:1173 html.c:1669 html.c:4355 172#: html.c:1221 html.c:1743 html.c:4518
173msgid "Like" 173msgid "Like"
174msgstr "Mi piace" 174msgstr "Mi piace"
175 175
176#: html.c:1278 176#: html.c:1347
177msgid "User Settings..." 177msgid "User Settings..."
178msgstr "Impostazioni..." 178msgstr "Impostazioni..."
179 179
180#: html.c:1287 180#: html.c:1356
181msgid "Display name:" 181msgid "Display name:"
182msgstr "Nome visualizzato:" 182msgstr "Nome visualizzato:"
183 183
184#: html.c:1293 184#: html.c:1362
185msgid "Your name" 185msgid "Your name"
186msgstr "Il tuo nome" 186msgstr "Il tuo nome"
187 187
188#: html.c:1295 188#: html.c:1364
189msgid "Avatar: " 189msgid "Avatar: "
190msgstr "Avatar: " 190msgstr "Avatar: "
191 191
192#: html.c:1303 192#: html.c:1372
193msgid "Delete current avatar" 193msgid "Delete current avatar"
194msgstr "Elimina l'avatar" 194msgstr "Elimina l'avatar"
195 195
196#: html.c:1305 196#: html.c:1374
197msgid "Header image (banner): " 197msgid "Header image (banner): "
198msgstr "Immagine intestazione (banner): " 198msgstr "Immagine intestazione (banner): "
199 199
200#: html.c:1313 200#: html.c:1382
201msgid "Delete current header image" 201msgid "Delete current header image"
202msgstr "Elimina l'immagine d'intestazione" 202msgstr "Elimina l'immagine d'intestazione"
203 203
204#: html.c:1315 204#: html.c:1384
205msgid "Bio:" 205msgid "Bio:"
206msgstr "Bio:" 206msgstr "Bio:"
207 207
208#: html.c:1321 208#: html.c:1390
209msgid "Write about yourself here..." 209msgid "Write about yourself here..."
210msgstr "Descriviti qui..." 210msgstr "Descriviti qui..."
211 211
212#: html.c:1330 212#: html.c:1399
213msgid "Always show sensitive content" 213msgid "Always show sensitive content"
214msgstr "Mostra sempre i contenuti sensibili" 214msgstr "Mostra sempre i contenuti sensibili"
215 215
216#: html.c:1332 216#: html.c:1401
217msgid "Email address for notifications:" 217msgid "Email address for notifications:"
218msgstr "Indirizzo email per le notifiche:" 218msgstr "Indirizzo email per le notifiche:"
219 219
220#: html.c:1340 220#: html.c:1409
221msgid "Telegram notifications (bot key and chat id):" 221msgid "Telegram notifications (bot key and chat id):"
222msgstr "Notifiche Telegram (bot key e chat id):" 222msgstr "Notifiche Telegram (bot key e chat id):"
223 223
224#: html.c:1354 224#: html.c:1423
225msgid "ntfy notifications (ntfy server and token):" 225msgid "ntfy notifications (ntfy server and token):"
226msgstr "Notifiche ntfy (server ntfy e token)" 226msgstr "Notifiche ntfy (server ntfy e token)"
227 227
228#: html.c:1368 228#: html.c:1437
229msgid "Maximum days to keep posts (0: server settings):" 229msgid "Maximum days to keep posts (0: server settings):"
230msgstr "Giorni di mantenimento dei post (0: impostazione server)" 230msgstr "Giorni di mantenimento dei post (0: impostazione server)"
231 231
232#: html.c:1382 232#: html.c:1451
233msgid "Drop direct messages from people you don't follow" 233msgid "Drop direct messages from people you don't follow"
234msgstr "Elimina i messaggi diretti delle persone non seguite" 234msgstr "Elimina i messaggi diretti delle persone non seguite"
235 235
236#: html.c:1391 236#: html.c:1460
237msgid "This account is a bot" 237msgid "This account is a bot"
238msgstr "Questo account è un bot" 238msgstr "Questo account è un bot"
239 239
240#: html.c:1400 240#: html.c:1469
241msgid "Auto-boost all mentions to this account" 241msgid "Auto-boost all mentions to this account"
242msgstr "Annuncio automatico delle citazioni a quest'account" 242msgstr "Annuncio automatico delle citazioni a quest'account"
243 243
244#: html.c:1409 244#: html.c:1478
245msgid "This account is private (posts are not shown through the web)" 245msgid "This account is private (posts are not shown through the web)"
246msgstr "Quest'account è privato (post invisibili nel web)" 246msgstr "Quest'account è privato (post invisibili nel web)"
247 247
248#: html.c:1419 248#: html.c:1488
249msgid "Collapse top threads by default" 249msgid "Collapse top threads by default"
250msgstr "Tieni chiuse le discussioni" 250msgstr "Tieni chiuse le discussioni"
251 251
252#: html.c:1428 252#: html.c:1497
253msgid "Follow requests must be approved" 253msgid "Follow requests must be approved"
254msgstr "Devi approvare le richieste dei seguenti" 254msgstr "Devi approvare le richieste dei seguenti"
255 255
256#: html.c:1437 256#: html.c:1506
257msgid "Publish follower and following metrics" 257msgid "Publish follower and following metrics"
258msgstr "Rendi pubblici seguenti e seguiti" 258msgstr "Rendi pubblici seguenti e seguiti"
259 259
260#: html.c:1439 260#: html.c:1508
261msgid "Current location:" 261msgid "Current location:"
262msgstr "Posizione corrente:" 262msgstr "Posizione corrente:"
263 263
264#: html.c:1453 264#: html.c:1522
265msgid "Profile metadata (key=value pairs in each line):" 265msgid "Profile metadata (key=value pairs in each line):"
266msgstr "Dati del profilo (coppie di chiave=valore per ogni linea):" 266msgstr "Dati del profilo (coppie di chiave=valore per ogni linea):"
267 267
268#: html.c:1464 268#: html.c:1533
269msgid "Web interface language:" 269msgid "Web interface language:"
270msgstr "Lingua dell'interfaccia web:" 270msgstr "Lingua dell'interfaccia web:"
271 271
272#: html.c:1469 272#: html.c:1543
273msgid "New password:" 273msgid "New password:"
274msgstr "Nuova password:" 274msgstr "Nuova password:"
275 275
276#: html.c:1476 276#: html.c:1550
277msgid "Repeat new password:" 277msgid "Repeat new password:"
278msgstr "Reinserisci la password:" 278msgstr "Reinserisci la password:"
279 279
280#: html.c:1486 280#: html.c:1560
281msgid "Update user info" 281msgid "Update user info"
282msgstr "Aggiorna dati utente" 282msgstr "Aggiorna dati utente"
283 283
284#: html.c:1497 284#: html.c:1571
285msgid "Followed hashtags..." 285msgid "Followed hashtags..."
286msgstr "Hashtag seguiti..." 286msgstr "Hashtag seguiti..."
287 287
288#: html.c:1499 html.c:1531 288#: html.c:1573 html.c:1605
289msgid "One hashtag per line" 289msgid "One hashtag per line"
290msgstr "Un hashtag per linea" 290msgstr "Un hashtag per linea"
291 291
292#: html.c:1520 html.c:1552 292#: html.c:1594 html.c:1626
293msgid "Update hashtags" 293msgid "Update hashtags"
294msgstr "Aggiorna hashtags" 294msgstr "Aggiorna hashtags"
295 295
296#: html.c:1669 296#: html.c:1743
297msgid "Say you like this post" 297msgid "Say you like this post"
298msgstr "Questo post ti piace" 298msgstr "Questo post ti piace"
299 299
300#: html.c:1674 html.c:4373 300#: html.c:1748 html.c:4536
301msgid "Unlike" 301msgid "Unlike"
302msgstr "Non mi piace" 302msgstr "Non mi piace"
303 303
304#: html.c:1674 304#: html.c:1748
305msgid "Nah don't like it that much" 305msgid "Nah don't like it that much"
306msgstr "No, non mi piace molto" 306msgstr "No, non mi piace molto"
307 307
308#: html.c:1680 html.c:4505 308#: html.c:1754 html.c:4673
309msgid "Unpin" 309msgid "Unpin"
310msgstr "Sgancia" 310msgstr "Sgancia"
311 311
312#: html.c:1680 312#: html.c:1754
313msgid "Unpin this post from your timeline" 313msgid "Unpin this post from your timeline"
314msgstr "Sgancia questo post dalla timeline" 314msgstr "Sgancia questo post dalla timeline"
315 315
316#: html.c:1683 html.c:4500 316#: html.c:1757 html.c:4668
317msgid "Pin" 317msgid "Pin"
318msgstr "Aggancia" 318msgstr "Aggancia"
319 319
320#: html.c:1683 320#: html.c:1757
321msgid "Pin this post to the top of your timeline" 321msgid "Pin this post to the top of your timeline"
322msgstr "Aggancia questo post in cima alla timeline" 322msgstr "Aggancia questo post in cima alla timeline"
323 323
324#: html.c:1690 324#: html.c:1764
325msgid "Announce this post to your followers" 325msgid "Announce this post to your followers"
326msgstr "Annuncia questo post ai tuoi seguenti" 326msgstr "Annuncia questo post ai tuoi seguenti"
327 327
328#: html.c:1695 html.c:4381 328#: html.c:1769 html.c:4544
329msgid "Unboost" 329msgid "Unboost"
330msgstr "Rimuovi annuncio" 330msgstr "Rimuovi annuncio"
331 331
332#: html.c:1695 332#: html.c:1769
333msgid "I regret I boosted this" 333msgid "I regret I boosted this"
334msgstr "Mi pento di aver annunciato questo" 334msgstr "Mi pento di aver annunciato questo"
335 335
336#: html.c:1701 html.c:4515 336#: html.c:1775 html.c:4683
337msgid "Unbookmark" 337msgid "Unbookmark"
338msgstr "Elimina segnalibro" 338msgstr "Elimina segnalibro"
339 339
340#: html.c:1701 340#: html.c:1775
341msgid "Delete this post from your bookmarks" 341msgid "Delete this post from your bookmarks"
342msgstr "Elimina questo post dai segnalibri" 342msgstr "Elimina questo post dai segnalibri"
343 343
344#: html.c:1704 html.c:4510 344#: html.c:1778 html.c:4678
345msgid "Bookmark" 345msgid "Bookmark"
346msgstr "Segnalibro" 346msgstr "Segnalibro"
347 347
348#: html.c:1704 348#: html.c:1778
349msgid "Add this post to your bookmarks" 349msgid "Add this post to your bookmarks"
350msgstr "Aggiungi questo post ai segnalibri" 350msgstr "Aggiungi questo post ai segnalibri"
351 351
352#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 352#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
353msgid "Unfollow" 353msgid "Unfollow"
354msgstr "Smetti di seguire" 354msgstr "Smetti di seguire"
355 355
356#: html.c:1710 html.c:3082 356#: html.c:1784 html.c:3180
357msgid "Stop following this user's activity" 357msgid "Stop following this user's activity"
358msgstr "Smetti di seguire l'utente" 358msgstr "Smetti di seguire l'utente"
359 359
360#: html.c:1714 html.c:3096 360#: html.c:1788 html.c:3194
361msgid "Start following this user's activity" 361msgid "Start following this user's activity"
362msgstr "Sequi l'utente" 362msgstr "Sequi l'utente"
363 363
364#: html.c:1720 html.c:4455 364#: html.c:1794 html.c:4621
365msgid "Unfollow Group" 365msgid "Unfollow Group"
366msgstr "Smetti di seguire il gruppo" 366msgstr "Smetti di seguire il gruppo"
367 367
368#: html.c:1721 368#: html.c:1795
369msgid "Stop following this group or channel" 369msgid "Stop following this group or channel"
370msgstr "Smetti di seguire il gruppo o canale" 370msgstr "Smetti di seguire il gruppo o canale"
371 371
372#: html.c:1725 html.c:4442 372#: html.c:1799 html.c:4608
373msgid "Follow Group" 373msgid "Follow Group"
374msgstr "Segui grupp" 374msgstr "Segui grupp"
375 375
376#: html.c:1726 376#: html.c:1800
377msgid "Start following this group or channel" 377msgid "Start following this group or channel"
378msgstr "Segui il gruppo o canale" 378msgstr "Segui il gruppo o canale"
379 379
380#: html.c:1731 html.c:3118 html.c:4389 380#: html.c:1805 html.c:3216 html.c:4552
381msgid "MUTE" 381msgid "MUTE"
382msgstr "Silenzia" 382msgstr "Silenzia"
383 383
384#: html.c:1732 384#: html.c:1806
385msgid "Block any activity from this user forever" 385msgid "Block any activity from this user forever"
386msgstr "Blocca l'utente" 386msgstr "Blocca l'utente"
387 387
388#: html.c:1737 html.c:3100 html.c:4472 388#: html.c:1811 html.c:3198 html.c:4638
389msgid "Delete" 389msgid "Delete"
390msgstr "Elimina" 390msgstr "Elimina"
391 391
392#: html.c:1737 392#: html.c:1811
393msgid "Delete this post" 393msgid "Delete this post"
394msgstr "Elimina questo post" 394msgstr "Elimina questo post"
395 395
396#: html.c:1740 html.c:4397 396#: html.c:1814 html.c:4560
397msgid "Hide" 397msgid "Hide"
398msgstr "Nascondi" 398msgstr "Nascondi"
399 399
400#: html.c:1740 400#: html.c:1814
401msgid "Hide this post and its children" 401msgid "Hide this post and its children"
402msgstr "Nascondi questo post completamente" 402msgstr "Nascondi questo post completamente"
403 403
404#: html.c:1771 404#: html.c:1845
405msgid "Edit..." 405msgid "Edit..."
406msgstr "Modifica..." 406msgstr "Modifica..."
407 407
408#: html.c:1790 408#: html.c:1865
409msgid "Reply..." 409msgid "Reply..."
410msgstr "Rispondi..." 410msgstr "Rispondi..."
411 411
412#: html.c:1841 412#: html.c:1916
413msgid "Truncated (too deep)" 413msgid "Truncated (too deep)"
414msgstr "Troncato (troppo lungo)" 414msgstr "Troncato (troppo lungo)"
415 415
416#: html.c:1850 416#: html.c:1925
417msgid "follows you" 417msgid "follows you"
418msgstr "Ti segue" 418msgstr "Ti segue"
419 419
420#: html.c:1913 420#: html.c:1988
421msgid "Pinned" 421msgid "Pinned"
422msgstr "Aggancia" 422msgstr "Aggancia"
423 423
424#: html.c:1921 424#: html.c:1996
425msgid "Bookmarked" 425msgid "Bookmarked"
426msgstr "Segnalibro" 426msgstr "Segnalibro"
427 427
428#: html.c:1929 428#: html.c:2004
429msgid "Poll" 429msgid "Poll"
430msgstr "Sondaggio" 430msgstr "Sondaggio"
431 431
432#: html.c:1936 432#: html.c:2011
433msgid "Voted" 433msgid "Voted"
434msgstr "Votato" 434msgstr "Votato"
435 435
436#: html.c:1945 436#: html.c:2020
437msgid "Event" 437msgid "Event"
438msgstr "Evento" 438msgstr "Evento"
439 439
440#: html.c:1977 html.c:2006 440#: html.c:2052 html.c:2081
441msgid "boosted" 441msgid "boosted"
442msgstr "Annunciato" 442msgstr "Annunciato"
443 443
444#: html.c:2022 444#: html.c:2097
445msgid "in reply to" 445msgid "in reply to"
446msgstr "in risposta a" 446msgstr "in risposta a"
447 447
448#: html.c:2073 448#: html.c:2148
449msgid " [SENSITIVE CONTENT]" 449msgid " [SENSITIVE CONTENT]"
450msgstr " [CONTENUTO SENSIBILE]" 450msgstr " [CONTENUTO SENSIBILE]"
451 451
452#: html.c:2250 452#: html.c:2325
453msgid "Vote" 453msgid "Vote"
454msgstr "Vota" 454msgstr "Vota"
455 455
456#: html.c:2260 456#: html.c:2335
457msgid "Closed" 457msgid "Closed"
458msgstr "Chiuso" 458msgstr "Chiuso"
459 459
460#: html.c:2285 460#: html.c:2360
461msgid "Closes in" 461msgid "Closes in"
462msgstr "Chiude in" 462msgstr "Chiude in"
463 463
464#: html.c:2366 464#: html.c:2441
465msgid "Video" 465msgid "Video"
466msgstr "Video" 466msgstr "Video"
467 467
468#: html.c:2381 468#: html.c:2456
469msgid "Audio" 469msgid "Audio"
470msgstr "Audio" 470msgstr "Audio"
471 471
472#: html.c:2403 472#: html.c:2484
473msgid "Attachment" 473msgid "Attachment"
474msgstr "Allegato" 474msgstr "Allegato"
475 475
476#: html.c:2417 476#: html.c:2498
477msgid "Alt..." 477msgid "Alt..."
478msgstr "Testo alternativo..." 478msgstr "Testo alternativo..."
479 479
480#: html.c:2430 480#: html.c:2511
481msgid "Source channel or community" 481msgid "Source channel or community"
482msgstr "Provenienza del canale o comunità" 482msgstr "Provenienza del canale o comunità"
483 483
484#: html.c:2524 484#: html.c:2605
485msgid "Time: " 485msgid "Time: "
486msgstr "Orario:" 486msgstr "Orario:"
487 487
488#: html.c:2605 488#: html.c:2686
489msgid "Older..." 489msgid "Older..."
490msgstr "Vecchi..." 490msgstr "Vecchi..."
491 491
492#: html.c:2702 492#: html.c:2788
493msgid "about this site" 493msgid "about this site"
494msgstr "descrizione" 494msgstr "descrizione"
495 495
496#: html.c:2704 496#: html.c:2790
497msgid "powered by " 497msgid "powered by "
498msgstr "gestito da " 498msgstr "gestito da "
499 499
500#: html.c:2769 500#: html.c:2855
501msgid "Dismiss" 501msgid "Dismiss"
502msgstr "Congeda" 502msgstr "Congeda"
503 503
504#: html.c:2786 504#: html.c:2872
505#, c-format 505#, c-format
506msgid "Timeline for list '%s'" 506msgid "Timeline for list '%s'"
507msgstr "Timeline per la lista '%s'" 507msgstr "Timeline per la lista '%s'"
508 508
509#: html.c:2805 html.c:3846 509#: html.c:2891 html.c:3944
510msgid "Pinned posts" 510msgid "Pinned posts"
511msgstr "Post appuntati" 511msgstr "Post appuntati"
512 512
513#: html.c:2817 html.c:3861 513#: html.c:2903 html.c:3959
514msgid "Bookmarked posts" 514msgid "Bookmarked posts"
515msgstr "Post segnati" 515msgstr "Post segnati"
516 516
517#: html.c:2829 html.c:3876 517#: html.c:2915 html.c:3974
518msgid "Post drafts" 518msgid "Post drafts"
519msgstr "Bozze" 519msgstr "Bozze"
520 520
521#: html.c:2888 521#: html.c:2986
522msgid "No more unseen posts" 522msgid "No more unseen posts"
523msgstr "Nessun ulteriore post" 523msgstr "Nessun ulteriore post"
524 524
525#: html.c:2892 html.c:2992 525#: html.c:2990 html.c:3090
526msgid "Back to top" 526msgid "Back to top"
527msgstr "Torna in cima" 527msgstr "Torna in cima"
528 528
529#: html.c:2945 529#: html.c:3043
530msgid "History" 530msgid "History"
531msgstr "Storico" 531msgstr "Storico"
532 532
533#: html.c:2997 html.c:3417 533#: html.c:3095 html.c:3515
534msgid "More..." 534msgid "More..."
535msgstr "Ancora..." 535msgstr "Ancora..."
536 536
537#: html.c:3086 html.c:4408 537#: html.c:3184 html.c:4574
538msgid "Unlimit" 538msgid "Unlimit"
539msgstr "Senza limite" 539msgstr "Senza limite"
540 540
541#: html.c:3087 541#: html.c:3185
542msgid "Allow announces (boosts) from this user" 542msgid "Allow announces (boosts) from this user"
543msgstr "Permetti annunci dall'utente" 543msgstr "Permetti annunci dall'utente"
544 544
545#: html.c:3090 html.c:4404 545#: html.c:3188 html.c:4570
546msgid "Limit" 546msgid "Limit"
547msgstr "Limite" 547msgstr "Limite"
548 548
549#: html.c:3091 549#: html.c:3189
550msgid "Block announces (boosts) from this user" 550msgid "Block announces (boosts) from this user"
551msgstr "Blocca annunci dall'utente" 551msgstr "Blocca annunci dall'utente"
552 552
553#: html.c:3100 553#: html.c:3198
554msgid "Delete this user" 554msgid "Delete this user"
555msgstr "Elimina l'utente" 555msgstr "Elimina l'utente"
556 556
557#: html.c:3105 html.c:4520 557#: html.c:3203 html.c:4688
558msgid "Approve" 558msgid "Approve"
559msgstr "Approva" 559msgstr "Approva"
560 560
561#: html.c:3106 561#: html.c:3204
562msgid "Approve this follow request" 562msgid "Approve this follow request"
563msgstr "Approva richiesta di seguirti" 563msgstr "Approva richiesta di seguirti"
564 564
565#: html.c:3109 html.c:4544 565#: html.c:3207 html.c:4712
566msgid "Discard" 566msgid "Discard"
567msgstr "Scarta" 567msgstr "Scarta"
568 568
569#: html.c:3109 569#: html.c:3207
570msgid "Discard this follow request" 570msgid "Discard this follow request"
571msgstr "Scarta richiesta di seguirti" 571msgstr "Scarta richiesta di seguirti"
572 572
573#: html.c:3114 html.c:4393 573#: html.c:3212 html.c:4556
574msgid "Unmute" 574msgid "Unmute"
575msgstr "Rimuovi silenziamento" 575msgstr "Rimuovi silenziamento"
576 576
577#: html.c:3115 577#: html.c:3213
578msgid "Stop blocking activities from this user" 578msgid "Stop blocking activities from this user"
579msgstr "Sblocca l'utente" 579msgstr "Sblocca l'utente"
580 580
581#: html.c:3119 581#: html.c:3217
582msgid "Block any activity from this user" 582msgid "Block any activity from this user"
583msgstr "Blocca l'utente completamente" 583msgstr "Blocca l'utente completamente"
584 584
585#: html.c:3127 585#: html.c:3225
586msgid "Direct Message..." 586msgid "Direct Message..."
587msgstr "Messaggio diretto..." 587msgstr "Messaggio diretto..."
588 588
589#: html.c:3162 589#: html.c:3260
590msgid "Pending follow confirmations" 590msgid "Pending follow confirmations"
591msgstr "Conferme di seguirti in attesa" 591msgstr "Conferme di seguirti in attesa"
592 592
593#: html.c:3166 593#: html.c:3264
594msgid "People you follow" 594msgid "People you follow"
595msgstr "Persone che segui" 595msgstr "Persone che segui"
596 596
597#: html.c:3167 597#: html.c:3265
598msgid "People that follow you" 598msgid "People that follow you"
599msgstr "Persone che ti seguono" 599msgstr "Persone che ti seguono"
600 600
601#: html.c:3206 601#: html.c:3304
602msgid "Clear all" 602msgid "Clear all"
603msgstr "Pulisci" 603msgstr "Pulisci"
604 604
605#: html.c:3263 605#: html.c:3361
606msgid "Mention" 606msgid "Mention"
607msgstr "Citazione" 607msgstr "Citazione"
608 608
609#: html.c:3266 609#: html.c:3364
610msgid "Finished poll" 610msgid "Finished poll"
611msgstr "Sondaggio concluso" 611msgstr "Sondaggio concluso"
612 612
613#: html.c:3281 613#: html.c:3379
614msgid "Follow Request" 614msgid "Follow Request"
615msgstr "Richiesta di seguire" 615msgstr "Richiesta di seguire"
616 616
617#: html.c:3364 617#: html.c:3462
618msgid "Context" 618msgid "Context"
619msgstr "Contesto" 619msgstr "Contesto"
620 620
621#: html.c:3375 621#: html.c:3473
622msgid "New" 622msgid "New"
623msgstr "Nuovo" 623msgstr "Nuovo"
624 624
625#: html.c:3390 625#: html.c:3488
626msgid "Already seen" 626msgid "Already seen"
627msgstr "Già visto" 627msgstr "Già visto"
628 628
629#: html.c:3405 629#: html.c:3503
630msgid "None" 630msgid "None"
631msgstr "Niente" 631msgstr "Niente"
632 632
633#: html.c:3671 633#: html.c:3769
634#, c-format 634#, c-format
635msgid "Search results for account %s" 635msgid "Search results for account %s"
636msgstr "Risultati per account %s" 636msgstr "Risultati per account %s"
637 637
638#: html.c:3678 638#: html.c:3776
639#, c-format 639#, c-format
640msgid "Account %s not found" 640msgid "Account %s not found"
641msgstr "Account %s non trovato" 641msgstr "Account %s non trovato"
642 642
643#: html.c:3709 643#: html.c:3807
644#, c-format 644#, c-format
645msgid "Search results for tag %s" 645msgid "Search results for tag %s"
646msgstr "Risultati per tag %s" 646msgstr "Risultati per tag %s"
647 647
648#: html.c:3709 648#: html.c:3807
649#, c-format 649#, c-format
650msgid "Nothing found for tag %s" 650msgid "Nothing found for tag %s"
651msgstr "Nessun risultato per il tag %S" 651msgstr "Nessun risultato per il tag %S"
652 652
653#: html.c:3725 653#: html.c:3823
654#, c-format 654#, c-format
655msgid "Search results for '%s' (may be more)" 655msgid "Search results for '%s' (may be more)"
656msgstr "Risultati per tag %s (ancora...)" 656msgstr "Risultati per tag %s (ancora...)"
657 657
658#: html.c:3728 658#: html.c:3826
659#, c-format 659#, c-format
660msgid "Search results for '%s'" 660msgid "Search results for '%s'"
661msgstr "Risultati per %s" 661msgstr "Risultati per %s"
662 662
663#: html.c:3731 663#: html.c:3829
664#, c-format 664#, c-format
665msgid "No more matches for '%s'" 665msgid "No more matches for '%s'"
666msgstr "Nessuna corrispondenza per '%s'" 666msgstr "Nessuna corrispondenza per '%s'"
667 667
668#: html.c:3733 668#: html.c:3831
669#, c-format 669#, c-format
670msgid "Nothing found for '%s'" 670msgid "Nothing found for '%s'"
671msgstr "Non trovato per '%s'" 671msgstr "Non trovato per '%s'"
672 672
673#: html.c:3831 673#: html.c:3929
674msgid "Showing instance timeline" 674msgid "Showing instance timeline"
675msgstr "Mostra la timeline dell'istanza" 675msgstr "Mostra la timeline dell'istanza"
676 676
677#: html.c:3899 677#: html.c:4012
678#, c-format 678#, c-format
679msgid "Showing timeline for list '%s'" 679msgid "Showing timeline for list '%s'"
680msgstr "Mostra la timeline della lista '%s'" 680msgstr "Mostra la timeline della lista '%s'"
@@ -688,15 +688,15 @@ msgstr "Risultati per tag #%s"
688msgid "Recent posts by users in this instance" 688msgid "Recent posts by users in this instance"
689msgstr "Post recenti in questa istanza" 689msgstr "Post recenti in questa istanza"
690 690
691#: html.c:1529 691#: html.c:1603
692msgid "Blocked hashtags..." 692msgid "Blocked hashtags..."
693msgstr "Hashtag bloccati..." 693msgstr "Hashtag bloccati..."
694 694
695#: html.c:420 695#: html.c:432
696msgid "Optional URL to reply to" 696msgid "Optional URL to reply to"
697msgstr "URL facoltativo di risposta" 697msgstr "URL facoltativo di risposta"
698 698
699#: html.c:527 699#: html.c:575
700msgid "" 700msgid ""
701"Option 1...\n" 701"Option 1...\n"
702"Option 2...\n" 702"Option 2...\n"
@@ -708,30 +708,54 @@ msgstr ""
708"Scelta 3...\n" 708"Scelta 3...\n"
709"..." 709"..."
710 710
711#: html.c:1346 711#: html.c:1415
712msgid "Bot API key" 712msgid "Bot API key"
713msgstr "Chiave per le API del bot" 713msgstr "Chiave per le API del bot"
714 714
715#: html.c:1352 715#: html.c:1421
716msgid "Chat id" 716msgid "Chat id"
717msgstr "Id della chat" 717msgstr "Id della chat"
718 718
719#: html.c:1360 719#: html.c:1429
720msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 720msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
721msgstr "Server ntfy - URL completo (esempio: https://ntfy.sh/YourTopic)" 721msgstr "Server ntfy - URL completo (esempio: https://ntfy.sh/YourTopic)"
722 722
723#: html.c:1366 723#: html.c:1435
724msgid "ntfy token - if needed" 724msgid "ntfy token - if needed"
725msgstr "Token ntfy - se richiesto" 725msgstr "Token ntfy - se richiesto"
726 726
727#: html.c:2806 727#: html.c:2892
728msgid "pinned" 728msgid "pinned"
729msgstr "appuntati" 729msgstr "appuntati"
730 730
731#: html.c:2818 731#: html.c:2904
732msgid "bookmarks" 732msgid "bookmarks"
733msgstr "segnalibri" 733msgstr "segnalibri"
734 734
735#: html.c:2830 735#: html.c:2916
736msgid "drafts" 736msgid "drafts"
737msgstr "bozze" 737msgstr "bozze"
738
739#: html.c:464
740msgid "Scheduled post..."
741msgstr ""
742
743msgid "Post date and time:"
744msgstr ""
745
746#: html.c:2927 html.c:3989
747msgid "Scheduled posts"
748msgstr ""
749
750#: html.c:2928
751msgid "scheduled posts"
752msgstr ""
753
754#: html.c:458
755#, c-format
756msgid "Post date and time (timezone: %s):"
757msgstr ""
758
759#: html.c:1538
760msgid "Time zone:"
761msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7db543e..ca48946 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,120 +9,120 @@ msgstr ""
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10"X-Generator: Poedit 3.5\n" 10"X-Generator: Poedit 3.5\n"
11 11
12#: html.c:372 12#: html.c:384
13msgid "Sensitive content: " 13msgid "Sensitive content: "
14msgstr "Conteúdo sensível: " 14msgstr "Conteúdo sensível: "
15 15
16#: html.c:380 16#: html.c:392
17msgid "Sensitive content description" 17msgid "Sensitive content description"
18msgstr "Descrição do conteúdo sensível" 18msgstr "Descrição do conteúdo sensível"
19 19
20#: html.c:393 20#: html.c:405
21msgid "Only for mentioned people: " 21msgid "Only for mentioned people: "
22msgstr "Apenas para pessoas mencionadas: " 22msgstr "Apenas para pessoas mencionadas: "
23 23
24#: html.c:416 24#: html.c:428
25msgid "Reply to (URL): " 25msgid "Reply to (URL): "
26msgstr "Resposta para (URL): " 26msgstr "Resposta para (URL): "
27 27
28#: html.c:425 28#: html.c:437
29msgid "Don't send, but store as a draft" 29msgid "Don't send, but store as a draft"
30msgstr "Não enviar, mas armazenar como rascunho" 30msgstr "Não enviar, mas armazenar como rascunho"
31 31
32#: html.c:426 32#: html.c:438
33msgid "Draft:" 33msgid "Draft:"
34msgstr "Rascunho:" 34msgstr "Rascunho:"
35 35
36#: html.c:446 36#: html.c:494
37msgid "Attachments..." 37msgid "Attachments..."
38msgstr "Anexos..." 38msgstr "Anexos..."
39 39
40#: html.c:469 40#: html.c:517
41msgid "File:" 41msgid "File:"
42msgstr "Arquivo:" 42msgstr "Arquivo:"
43 43
44#: html.c:473 44#: html.c:521
45msgid "Clear this field to delete the attachment" 45msgid "Clear this field to delete the attachment"
46msgstr "Limpe este campo para remover o anexo" 46msgstr "Limpe este campo para remover o anexo"
47 47
48#: html.c:482 html.c:507 48#: html.c:530 html.c:555
49msgid "Attachment description" 49msgid "Attachment description"
50msgstr "Descrição do anexo" 50msgstr "Descrição do anexo"
51 51
52#: html.c:518 52#: html.c:566
53msgid "Poll..." 53msgid "Poll..."
54msgstr "Enquete..." 54msgstr "Enquete..."
55 55
56#: html.c:520 56#: html.c:568
57msgid "Poll options (one per line, up to 8):" 57msgid "Poll options (one per line, up to 8):"
58msgstr "Alternativas da enquete (uma por linha, até 8):" 58msgstr "Alternativas da enquete (uma por linha, até 8):"
59 59
60#: html.c:532 60#: html.c:580
61msgid "One choice" 61msgid "One choice"
62msgstr "Escolha única" 62msgstr "Escolha única"
63 63
64#: html.c:535 64#: html.c:583
65msgid "Multiple choices" 65msgid "Multiple choices"
66msgstr "Escolhas múltiplas" 66msgstr "Escolhas múltiplas"
67 67
68#: html.c:541 68#: html.c:589
69msgid "End in 5 minutes" 69msgid "End in 5 minutes"
70msgstr "Encerrar em 5 minutos" 70msgstr "Encerrar em 5 minutos"
71 71
72#: html.c:545 72#: html.c:593
73msgid "End in 1 hour" 73msgid "End in 1 hour"
74msgstr "Encerrar em 1 hora" 74msgstr "Encerrar em 1 hora"
75 75
76#: html.c:548 76#: html.c:596
77msgid "End in 1 day" 77msgid "End in 1 day"
78msgstr "Encerrar em 1 dia" 78msgstr "Encerrar em 1 dia"
79 79
80#: html.c:556 80#: html.c:604
81msgid "Post" 81msgid "Post"
82msgstr "Publicar" 82msgstr "Publicar"
83 83
84#: html.c:653 html.c:660 84#: html.c:701 html.c:708
85msgid "Site description" 85msgid "Site description"
86msgstr "Descrição do sítio eletrônico" 86msgstr "Descrição do sítio eletrônico"
87 87
88#: html.c:671 88#: html.c:719
89msgid "Admin email" 89msgid "Admin email"
90msgstr "E-mail da administração" 90msgstr "E-mail da administração"
91 91
92#: html.c:684 92#: html.c:732
93msgid "Admin account" 93msgid "Admin account"
94msgstr "Conta de quem administra" 94msgstr "Conta de quem administra"
95 95
96#: html.c:752 html.c:1088 96#: html.c:800 html.c:1136
97#, c-format 97#, c-format
98msgid "%d following, %d followers" 98msgid "%d following, %d followers"
99msgstr "%d seguidos, %d seguidores" 99msgstr "%d seguidos, %d seguidores"
100 100
101#: html.c:842 101#: html.c:890
102msgid "RSS" 102msgid "RSS"
103msgstr "RSS" 103msgstr "RSS"
104 104
105#: html.c:847 html.c:875 105#: html.c:895 html.c:923
106msgid "private" 106msgid "private"
107msgstr "privado" 107msgstr "privado"
108 108
109#: html.c:871 109#: html.c:919
110msgid "public" 110msgid "public"
111msgstr "público" 111msgstr "público"
112 112
113#: html.c:879 113#: html.c:927
114msgid "notifications" 114msgid "notifications"
115msgstr "notificações" 115msgstr "notificações"
116 116
117#: html.c:884 117#: html.c:932
118msgid "people" 118msgid "people"
119msgstr "pessoas" 119msgstr "pessoas"
120 120
121#: html.c:888 121#: html.c:936
122msgid "instance" 122msgid "instance"
123msgstr "instância" 123msgstr "instância"
124 124
125#: html.c:897 125#: html.c:945
126msgid "" 126msgid ""
127"Search posts by URL or content (regular expression), @user@host accounts, or " 127"Search posts by URL or content (regular expression), @user@host accounts, or "
128"#tag" 128"#tag"
@@ -130,552 +130,552 @@ msgstr ""
130"Procurar publicações por URL ou conteúdo (expressão regular), contas " 130"Procurar publicações por URL ou conteúdo (expressão regular), contas "
131"(@perfil@servidor) ou #tag" 131"(@perfil@servidor) ou #tag"
132 132
133#: html.c:898 133#: html.c:946
134msgid "Content search" 134msgid "Content search"
135msgstr "Buscar conteúdo" 135msgstr "Buscar conteúdo"
136 136
137#: html.c:1020 137#: html.c:1068
138msgid "verified link" 138msgid "verified link"
139msgstr "ligação verificada" 139msgstr "ligação verificada"
140 140
141#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 141#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
142msgid "Location: " 142msgid "Location: "
143msgstr "Localização: " 143msgstr "Localização: "
144 144
145#: html.c:1113 145#: html.c:1161
146msgid "New Post..." 146msgid "New Post..."
147msgstr "Nova publicação..." 147msgstr "Nova publicação..."
148 148
149#: html.c:1115 149#: html.c:1163
150msgid "What's on your mind?" 150msgid "What's on your mind?"
151msgstr "O que tem em mente?" 151msgstr "O que tem em mente?"
152 152
153#: html.c:1124 153#: html.c:1172
154msgid "Operations..." 154msgid "Operations..."
155msgstr "Operações..." 155msgstr "Operações..."
156 156
157#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 157#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
158msgid "Follow" 158msgid "Follow"
159msgstr "Seguir" 159msgstr "Seguir"
160 160
161#: html.c:1141 161#: html.c:1189
162msgid "(by URL or user@host)" 162msgid "(by URL or user@host)"
163msgstr "(por URL ou conta@servidor)" 163msgstr "(por URL ou conta@servidor)"
164 164
165#: html.c:1156 html.c:1690 html.c:4364 165#: html.c:1204 html.c:1764 html.c:4527
166msgid "Boost" 166msgid "Boost"
167msgstr "Impulsionar" 167msgstr "Impulsionar"
168 168
169#: html.c:1158 html.c:1175 169#: html.c:1206 html.c:1223
170msgid "(by URL)" 170msgid "(by URL)"
171msgstr "(por URL)" 171msgstr "(por URL)"
172 172
173#: html.c:1173 html.c:1669 html.c:4355 173#: html.c:1221 html.c:1743 html.c:4518
174msgid "Like" 174msgid "Like"
175msgstr "Curtir" 175msgstr "Curtir"
176 176
177#: html.c:1278 177#: html.c:1347
178msgid "User Settings..." 178msgid "User Settings..."
179msgstr "Definições de uso..." 179msgstr "Definições de uso..."
180 180
181#: html.c:1287 181#: html.c:1356
182msgid "Display name:" 182msgid "Display name:"
183msgstr "Nome a ser exibido:" 183msgstr "Nome a ser exibido:"
184 184
185#: html.c:1293 185#: html.c:1362
186msgid "Your name" 186msgid "Your name"
187msgstr "Seu nome" 187msgstr "Seu nome"
188 188
189#: html.c:1295 189#: html.c:1364
190msgid "Avatar: " 190msgid "Avatar: "
191msgstr "Avatar: " 191msgstr "Avatar: "
192 192
193#: html.c:1303 193#: html.c:1372
194msgid "Delete current avatar" 194msgid "Delete current avatar"
195msgstr "Remover avatar atual" 195msgstr "Remover avatar atual"
196 196
197#: html.c:1305 197#: html.c:1374
198msgid "Header image (banner): " 198msgid "Header image (banner): "
199msgstr "Imagem de cabeçalho (capa): " 199msgstr "Imagem de cabeçalho (capa): "
200 200
201#: html.c:1313 201#: html.c:1382
202msgid "Delete current header image" 202msgid "Delete current header image"
203msgstr "Remover imagem de cabeçalho atual" 203msgstr "Remover imagem de cabeçalho atual"
204 204
205#: html.c:1315 205#: html.c:1384
206msgid "Bio:" 206msgid "Bio:"
207msgstr "Biografia:" 207msgstr "Biografia:"
208 208
209#: html.c:1321 209#: html.c:1390
210msgid "Write about yourself here..." 210msgid "Write about yourself here..."
211msgstr "Escreva aqui sobre você..." 211msgstr "Escreva aqui sobre você..."
212 212
213#: html.c:1330 213#: html.c:1399
214msgid "Always show sensitive content" 214msgid "Always show sensitive content"
215msgstr "Sempre exibir conteúdo sensível" 215msgstr "Sempre exibir conteúdo sensível"
216 216
217#: html.c:1332 217#: html.c:1401
218msgid "Email address for notifications:" 218msgid "Email address for notifications:"
219msgstr "Endereço de e-mail para notificações:" 219msgstr "Endereço de e-mail para notificações:"
220 220
221#: html.c:1340 221#: html.c:1409
222msgid "Telegram notifications (bot key and chat id):" 222msgid "Telegram notifications (bot key and chat id):"
223msgstr "Notificações Telegram (chave do robô e ID da conversa):" 223msgstr "Notificações Telegram (chave do robô e ID da conversa):"
224 224
225#: html.c:1354 225#: html.c:1423
226msgid "ntfy notifications (ntfy server and token):" 226msgid "ntfy notifications (ntfy server and token):"
227msgstr "Notificações ntfy (servidor ntfy e token):" 227msgstr "Notificações ntfy (servidor ntfy e token):"
228 228
229#: html.c:1368 229#: html.c:1437
230msgid "Maximum days to keep posts (0: server settings):" 230msgid "Maximum days to keep posts (0: server settings):"
231msgstr "Máximo de dias a preservar publicações (0: definições do servidor):" 231msgstr "Máximo de dias a preservar publicações (0: definições do servidor):"
232 232
233#: html.c:1382 233#: html.c:1451
234msgid "Drop direct messages from people you don't follow" 234msgid "Drop direct messages from people you don't follow"
235msgstr "Descartar mensagens diretas de pessoas que você não segue" 235msgstr "Descartar mensagens diretas de pessoas que você não segue"
236 236
237#: html.c:1391 237#: html.c:1460
238msgid "This account is a bot" 238msgid "This account is a bot"
239msgstr "Esta conta é robô" 239msgstr "Esta conta é robô"
240 240
241#: html.c:1400 241#: html.c:1469
242msgid "Auto-boost all mentions to this account" 242msgid "Auto-boost all mentions to this account"
243msgstr "Impulsionar automaticamente todas as menções a esta conta" 243msgstr "Impulsionar automaticamente todas as menções a esta conta"
244 244
245#: html.c:1409 245#: html.c:1478
246msgid "This account is private (posts are not shown through the web)" 246msgid "This account is private (posts are not shown through the web)"
247msgstr "Esta conta é privada (as publicações não são exibidas na Web)" 247msgstr "Esta conta é privada (as publicações não são exibidas na Web)"
248 248
249#: html.c:1419 249#: html.c:1488
250msgid "Collapse top threads by default" 250msgid "Collapse top threads by default"
251msgstr "Recolher por padrão as sequências de publicações" 251msgstr "Recolher por padrão as sequências de publicações"
252 252
253#: html.c:1428 253#: html.c:1497
254msgid "Follow requests must be approved" 254msgid "Follow requests must be approved"
255msgstr "Solicitações de seguimento precisam ser aprovadas" 255msgstr "Solicitações de seguimento precisam ser aprovadas"
256 256
257#: html.c:1437 257#: html.c:1506
258msgid "Publish follower and following metrics" 258msgid "Publish follower and following metrics"
259msgstr "Publicar métricas de seguidores e seguidos" 259msgstr "Publicar métricas de seguidores e seguidos"
260 260
261#: html.c:1439 261#: html.c:1508
262msgid "Current location:" 262msgid "Current location:"
263msgstr "Localização atual:" 263msgstr "Localização atual:"
264 264
265#: html.c:1453 265#: html.c:1522
266msgid "Profile metadata (key=value pairs in each line):" 266msgid "Profile metadata (key=value pairs in each line):"
267msgstr "Metadados do perfil (par de chave=valor em cada linha):" 267msgstr "Metadados do perfil (par de chave=valor em cada linha):"
268 268
269#: html.c:1464 269#: html.c:1533
270msgid "Web interface language:" 270msgid "Web interface language:"
271msgstr "Idioma da interface Web:" 271msgstr "Idioma da interface Web:"
272 272
273#: html.c:1469 273#: html.c:1543
274msgid "New password:" 274msgid "New password:"
275msgstr "Nova senha:" 275msgstr "Nova senha:"
276 276
277#: html.c:1476 277#: html.c:1550
278msgid "Repeat new password:" 278msgid "Repeat new password:"
279msgstr "Repita a nova senha:" 279msgstr "Repita a nova senha:"
280 280
281#: html.c:1486 281#: html.c:1560
282msgid "Update user info" 282msgid "Update user info"
283msgstr "Atualizar informações da conta" 283msgstr "Atualizar informações da conta"
284 284
285#: html.c:1497 285#: html.c:1571
286msgid "Followed hashtags..." 286msgid "Followed hashtags..."
287msgstr "Hashtags seguidas..." 287msgstr "Hashtags seguidas..."
288 288
289#: html.c:1499 html.c:1531 289#: html.c:1573 html.c:1605
290msgid "One hashtag per line" 290msgid "One hashtag per line"
291msgstr "Uma hashtag por linha" 291msgstr "Uma hashtag por linha"
292 292
293#: html.c:1520 html.c:1552 293#: html.c:1594 html.c:1626
294msgid "Update hashtags" 294msgid "Update hashtags"
295msgstr "Atualizar hashtags" 295msgstr "Atualizar hashtags"
296 296
297#: html.c:1669 297#: html.c:1743
298msgid "Say you like this post" 298msgid "Say you like this post"
299msgstr "Declarar que gosta desta publicação" 299msgstr "Declarar que gosta desta publicação"
300 300
301#: html.c:1674 html.c:4373 301#: html.c:1748 html.c:4536
302msgid "Unlike" 302msgid "Unlike"
303msgstr "Descurtir" 303msgstr "Descurtir"
304 304
305#: html.c:1674 305#: html.c:1748
306msgid "Nah don't like it that much" 306msgid "Nah don't like it that much"
307msgstr "Não gosto tanto assim disso" 307msgstr "Não gosto tanto assim disso"
308 308
309#: html.c:1680 html.c:4505 309#: html.c:1754 html.c:4673
310msgid "Unpin" 310msgid "Unpin"
311msgstr "Desafixar" 311msgstr "Desafixar"
312 312
313#: html.c:1680 313#: html.c:1754
314msgid "Unpin this post from your timeline" 314msgid "Unpin this post from your timeline"
315msgstr "Desafixar esta publicação da sua linha do tempo" 315msgstr "Desafixar esta publicação da sua linha do tempo"
316 316
317#: html.c:1683 html.c:4500 317#: html.c:1757 html.c:4668
318msgid "Pin" 318msgid "Pin"
319msgstr "Afixar" 319msgstr "Afixar"
320 320
321#: html.c:1683 321#: html.c:1757
322msgid "Pin this post to the top of your timeline" 322msgid "Pin this post to the top of your timeline"
323msgstr "Afixar esta publicação no topo de sua linha do tempo" 323msgstr "Afixar esta publicação no topo de sua linha do tempo"
324 324
325#: html.c:1690 325#: html.c:1764
326msgid "Announce this post to your followers" 326msgid "Announce this post to your followers"
327msgstr "Anunciar esta publicação para seus seguidores" 327msgstr "Anunciar esta publicação para seus seguidores"
328 328
329#: html.c:1695 html.c:4381 329#: html.c:1769 html.c:4544
330msgid "Unboost" 330msgid "Unboost"
331msgstr "Desimpulsionar" 331msgstr "Desimpulsionar"
332 332
333#: html.c:1695 333#: html.c:1769
334msgid "I regret I boosted this" 334msgid "I regret I boosted this"
335msgstr "Arrependo-me de ter impulsionado isso" 335msgstr "Arrependo-me de ter impulsionado isso"
336 336
337#: html.c:1701 html.c:4515 337#: html.c:1775 html.c:4683
338msgid "Unbookmark" 338msgid "Unbookmark"
339msgstr "Desmarcar" 339msgstr "Desmarcar"
340 340
341#: html.c:1701 341#: html.c:1775
342msgid "Delete this post from your bookmarks" 342msgid "Delete this post from your bookmarks"
343msgstr "Remover esta publicação dos seus marcadores" 343msgstr "Remover esta publicação dos seus marcadores"
344 344
345#: html.c:1704 html.c:4510 345#: html.c:1778 html.c:4678
346msgid "Bookmark" 346msgid "Bookmark"
347msgstr "Marcar" 347msgstr "Marcar"
348 348
349#: html.c:1704 349#: html.c:1778
350msgid "Add this post to your bookmarks" 350msgid "Add this post to your bookmarks"
351msgstr "Adicionar esta publicação aos seus marcadores" 351msgstr "Adicionar esta publicação aos seus marcadores"
352 352
353#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 353#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
354msgid "Unfollow" 354msgid "Unfollow"
355msgstr "Deixar de seguir" 355msgstr "Deixar de seguir"
356 356
357#: html.c:1710 html.c:3082 357#: html.c:1784 html.c:3180
358msgid "Stop following this user's activity" 358msgid "Stop following this user's activity"
359msgstr "Parar de acompanhar a atividade deste perfil" 359msgstr "Parar de acompanhar a atividade deste perfil"
360 360
361#: html.c:1714 html.c:3096 361#: html.c:1788 html.c:3194
362msgid "Start following this user's activity" 362msgid "Start following this user's activity"
363msgstr "Começar a acompanhar a atividade deste perfil" 363msgstr "Começar a acompanhar a atividade deste perfil"
364 364
365#: html.c:1720 html.c:4455 365#: html.c:1794 html.c:4621
366msgid "Unfollow Group" 366msgid "Unfollow Group"
367msgstr "Deixar de seguir grupo" 367msgstr "Deixar de seguir grupo"
368 368
369#: html.c:1721 369#: html.c:1795
370msgid "Stop following this group or channel" 370msgid "Stop following this group or channel"
371msgstr "Parar de acompanhar este grupo ou canal" 371msgstr "Parar de acompanhar este grupo ou canal"
372 372
373#: html.c:1725 html.c:4442 373#: html.c:1799 html.c:4608
374msgid "Follow Group" 374msgid "Follow Group"
375msgstr "Seguir grupo" 375msgstr "Seguir grupo"
376 376
377#: html.c:1726 377#: html.c:1800
378msgid "Start following this group or channel" 378msgid "Start following this group or channel"
379msgstr "Começar a acompanhar este grupo ou canal" 379msgstr "Começar a acompanhar este grupo ou canal"
380 380
381#: html.c:1731 html.c:3118 html.c:4389 381#: html.c:1805 html.c:3216 html.c:4552
382msgid "MUTE" 382msgid "MUTE"
383msgstr "MUDO" 383msgstr "MUDO"
384 384
385#: html.c:1732 385#: html.c:1806
386msgid "Block any activity from this user forever" 386msgid "Block any activity from this user forever"
387msgstr "Bloquear toda atividade deste perfil para sempre" 387msgstr "Bloquear toda atividade deste perfil para sempre"
388 388
389#: html.c:1737 html.c:3100 html.c:4472 389#: html.c:1811 html.c:3198 html.c:4638
390msgid "Delete" 390msgid "Delete"
391msgstr "Eliminar" 391msgstr "Eliminar"
392 392
393#: html.c:1737 393#: html.c:1811
394msgid "Delete this post" 394msgid "Delete this post"
395msgstr "Apagar esta publicação" 395msgstr "Apagar esta publicação"
396 396
397#: html.c:1740 html.c:4397 397#: html.c:1814 html.c:4560
398msgid "Hide" 398msgid "Hide"
399msgstr "Ocultar" 399msgstr "Ocultar"
400 400
401#: html.c:1740 401#: html.c:1814
402msgid "Hide this post and its children" 402msgid "Hide this post and its children"
403msgstr "Ocultar esta publicação e suas respostas" 403msgstr "Ocultar esta publicação e suas respostas"
404 404
405#: html.c:1771 405#: html.c:1845
406msgid "Edit..." 406msgid "Edit..."
407msgstr "Editar..." 407msgstr "Editar..."
408 408
409#: html.c:1790 409#: html.c:1865
410msgid "Reply..." 410msgid "Reply..."
411msgstr "Responder..." 411msgstr "Responder..."
412 412
413#: html.c:1841 413#: html.c:1916
414msgid "Truncated (too deep)" 414msgid "Truncated (too deep)"
415msgstr "Truncada (muito extensa)" 415msgstr "Truncada (muito extensa)"
416 416
417#: html.c:1850 417#: html.c:1925
418msgid "follows you" 418msgid "follows you"
419msgstr "segue você" 419msgstr "segue você"
420 420
421#: html.c:1913 421#: html.c:1988
422msgid "Pinned" 422msgid "Pinned"
423msgstr "Afixada" 423msgstr "Afixada"
424 424
425#: html.c:1921 425#: html.c:1996
426msgid "Bookmarked" 426msgid "Bookmarked"
427msgstr "Marcada" 427msgstr "Marcada"
428 428
429#: html.c:1929 429#: html.c:2004
430msgid "Poll" 430msgid "Poll"
431msgstr "Enquete" 431msgstr "Enquete"
432 432
433#: html.c:1936 433#: html.c:2011
434msgid "Voted" 434msgid "Voted"
435msgstr "Votou" 435msgstr "Votou"
436 436
437#: html.c:1945 437#: html.c:2020
438msgid "Event" 438msgid "Event"
439msgstr "Evento" 439msgstr "Evento"
440 440
441#: html.c:1977 html.c:2006 441#: html.c:2052 html.c:2081
442msgid "boosted" 442msgid "boosted"
443msgstr "impulsionou" 443msgstr "impulsionou"
444 444
445#: html.c:2022 445#: html.c:2097
446msgid "in reply to" 446msgid "in reply to"
447msgstr "em resposta a" 447msgstr "em resposta a"
448 448
449#: html.c:2073 449#: html.c:2148
450msgid " [SENSITIVE CONTENT]" 450msgid " [SENSITIVE CONTENT]"
451msgstr " [CONTEÚDO SENSÍVEL]" 451msgstr " [CONTEÚDO SENSÍVEL]"
452 452
453#: html.c:2250 453#: html.c:2325
454msgid "Vote" 454msgid "Vote"
455msgstr "Votar" 455msgstr "Votar"
456 456
457#: html.c:2260 457#: html.c:2335
458msgid "Closed" 458msgid "Closed"
459msgstr "Encerrada" 459msgstr "Encerrada"
460 460
461#: html.c:2285 461#: html.c:2360
462msgid "Closes in" 462msgid "Closes in"
463msgstr "Encerra em" 463msgstr "Encerra em"
464 464
465#: html.c:2366 465#: html.c:2441
466msgid "Video" 466msgid "Video"
467msgstr "Vídeo" 467msgstr "Vídeo"
468 468
469#: html.c:2381 469#: html.c:2456
470msgid "Audio" 470msgid "Audio"
471msgstr "Áudio" 471msgstr "Áudio"
472 472
473#: html.c:2403 473#: html.c:2484
474msgid "Attachment" 474msgid "Attachment"
475msgstr "Anexo" 475msgstr "Anexo"
476 476
477#: html.c:2417 477#: html.c:2498
478msgid "Alt..." 478msgid "Alt..."
479msgstr "Texto alternativo..." 479msgstr "Texto alternativo..."
480 480
481#: html.c:2430 481#: html.c:2511
482msgid "Source channel or community" 482msgid "Source channel or community"
483msgstr "Canal ou comunidade de origem" 483msgstr "Canal ou comunidade de origem"
484 484
485#: html.c:2524 485#: html.c:2605
486msgid "Time: " 486msgid "Time: "
487msgstr "Horário: " 487msgstr "Horário: "
488 488
489#: html.c:2605 489#: html.c:2686
490msgid "Older..." 490msgid "Older..."
491msgstr "Anteriores..." 491msgstr "Anteriores..."
492 492
493#: html.c:2702 493#: html.c:2788
494msgid "about this site" 494msgid "about this site"
495msgstr "sobre este sítio eletrônico" 495msgstr "sobre este sítio eletrônico"
496 496
497#: html.c:2704 497#: html.c:2790
498msgid "powered by " 498msgid "powered by "
499msgstr "movido por " 499msgstr "movido por "
500 500
501#: html.c:2769 501#: html.c:2855
502msgid "Dismiss" 502msgid "Dismiss"
503msgstr "Dispensar" 503msgstr "Dispensar"
504 504
505#: html.c:2786 505#: html.c:2872
506#, c-format 506#, c-format
507msgid "Timeline for list '%s'" 507msgid "Timeline for list '%s'"
508msgstr "Linha do tempo da lista '%s'" 508msgstr "Linha do tempo da lista '%s'"
509 509
510#: html.c:2805 html.c:3846 510#: html.c:2891 html.c:3944
511msgid "Pinned posts" 511msgid "Pinned posts"
512msgstr "Publicações afixadas" 512msgstr "Publicações afixadas"
513 513
514#: html.c:2817 html.c:3861 514#: html.c:2903 html.c:3959
515msgid "Bookmarked posts" 515msgid "Bookmarked posts"
516msgstr "Publicações marcadas" 516msgstr "Publicações marcadas"
517 517
518#: html.c:2829 html.c:3876 518#: html.c:2915 html.c:3974
519msgid "Post drafts" 519msgid "Post drafts"
520msgstr "Publicações em rascunho" 520msgstr "Publicações em rascunho"
521 521
522#: html.c:2888 522#: html.c:2986
523msgid "No more unseen posts" 523msgid "No more unseen posts"
524msgstr "Sem mais publicações não vistas" 524msgstr "Sem mais publicações não vistas"
525 525
526#: html.c:2892 html.c:2992 526#: html.c:2990 html.c:3090
527msgid "Back to top" 527msgid "Back to top"
528msgstr "Voltar ao topo" 528msgstr "Voltar ao topo"
529 529
530#: html.c:2945 530#: html.c:3043
531msgid "History" 531msgid "History"
532msgstr "Histórico" 532msgstr "Histórico"
533 533
534#: html.c:2997 html.c:3417 534#: html.c:3095 html.c:3515
535msgid "More..." 535msgid "More..."
536msgstr "Mais..." 536msgstr "Mais..."
537 537
538#: html.c:3086 html.c:4408 538#: html.c:3184 html.c:4574
539msgid "Unlimit" 539msgid "Unlimit"
540msgstr "Retirar restrição" 540msgstr "Retirar restrição"
541 541
542#: html.c:3087 542#: html.c:3185
543msgid "Allow announces (boosts) from this user" 543msgid "Allow announces (boosts) from this user"
544msgstr "Permitir anúncios (impulsionamentos) deste perfil" 544msgstr "Permitir anúncios (impulsionamentos) deste perfil"
545 545
546#: html.c:3090 html.c:4404 546#: html.c:3188 html.c:4570
547msgid "Limit" 547msgid "Limit"
548msgstr "Restringir" 548msgstr "Restringir"
549 549
550#: html.c:3091 550#: html.c:3189
551msgid "Block announces (boosts) from this user" 551msgid "Block announces (boosts) from this user"
552msgstr "Bloquear anúncios (impulsionamentos) deste perfil" 552msgstr "Bloquear anúncios (impulsionamentos) deste perfil"
553 553
554#: html.c:3100 554#: html.c:3198
555msgid "Delete this user" 555msgid "Delete this user"
556msgstr "Apagar este perfil" 556msgstr "Apagar este perfil"
557 557
558#: html.c:3105 html.c:4520 558#: html.c:3203 html.c:4688
559msgid "Approve" 559msgid "Approve"
560msgstr "Aprovar" 560msgstr "Aprovar"
561 561
562#: html.c:3106 562#: html.c:3204
563msgid "Approve this follow request" 563msgid "Approve this follow request"
564msgstr "Aprovar esta solicitação de seguimento" 564msgstr "Aprovar esta solicitação de seguimento"
565 565
566#: html.c:3109 html.c:4544 566#: html.c:3207 html.c:4712
567msgid "Discard" 567msgid "Discard"
568msgstr "Descartar" 568msgstr "Descartar"
569 569
570#: html.c:3109 570#: html.c:3207
571msgid "Discard this follow request" 571msgid "Discard this follow request"
572msgstr "Descartar esta solicitação de seguimento" 572msgstr "Descartar esta solicitação de seguimento"
573 573
574#: html.c:3114 html.c:4393 574#: html.c:3212 html.c:4556
575msgid "Unmute" 575msgid "Unmute"
576msgstr "Desbloquear" 576msgstr "Desbloquear"
577 577
578#: html.c:3115 578#: html.c:3213
579msgid "Stop blocking activities from this user" 579msgid "Stop blocking activities from this user"
580msgstr "Parar de bloquear as atividades deste perfil" 580msgstr "Parar de bloquear as atividades deste perfil"
581 581
582#: html.c:3119 582#: html.c:3217
583msgid "Block any activity from this user" 583msgid "Block any activity from this user"
584msgstr "Bloquear toda atividade deste perfil" 584msgstr "Bloquear toda atividade deste perfil"
585 585
586#: html.c:3127 586#: html.c:3225
587msgid "Direct Message..." 587msgid "Direct Message..."
588msgstr "Mensagem direta..." 588msgstr "Mensagem direta..."
589 589
590#: html.c:3162 590#: html.c:3260
591msgid "Pending follow confirmations" 591msgid "Pending follow confirmations"
592msgstr "Confirmações de seguimento pendentes" 592msgstr "Confirmações de seguimento pendentes"
593 593
594#: html.c:3166 594#: html.c:3264
595msgid "People you follow" 595msgid "People you follow"
596msgstr "Pessoas que você segue" 596msgstr "Pessoas que você segue"
597 597
598#: html.c:3167 598#: html.c:3265
599msgid "People that follow you" 599msgid "People that follow you"
600msgstr "Pessoas que seguem você" 600msgstr "Pessoas que seguem você"
601 601
602#: html.c:3206 602#: html.c:3304
603msgid "Clear all" 603msgid "Clear all"
604msgstr "Limpar tudo" 604msgstr "Limpar tudo"
605 605
606#: html.c:3263 606#: html.c:3361
607msgid "Mention" 607msgid "Mention"
608msgstr "Menção" 608msgstr "Menção"
609 609
610#: html.c:3266 610#: html.c:3364
611msgid "Finished poll" 611msgid "Finished poll"
612msgstr "Enquete encerrada" 612msgstr "Enquete encerrada"
613 613
614#: html.c:3281 614#: html.c:3379
615msgid "Follow Request" 615msgid "Follow Request"
616msgstr "Solicitação de seguimento" 616msgstr "Solicitação de seguimento"
617 617
618#: html.c:3364 618#: html.c:3462
619msgid "Context" 619msgid "Context"
620msgstr "Contexto" 620msgstr "Contexto"
621 621
622#: html.c:3375 622#: html.c:3473
623msgid "New" 623msgid "New"
624msgstr "Novas" 624msgstr "Novas"
625 625
626#: html.c:3390 626#: html.c:3488
627msgid "Already seen" 627msgid "Already seen"
628msgstr "Já vistas" 628msgstr "Já vistas"
629 629
630#: html.c:3405 630#: html.c:3503
631msgid "None" 631msgid "None"
632msgstr "Nenhuma" 632msgstr "Nenhuma"
633 633
634#: html.c:3671 634#: html.c:3769
635#, c-format 635#, c-format
636msgid "Search results for account %s" 636msgid "Search results for account %s"
637msgstr "Resultados da busca pela conta %s" 637msgstr "Resultados da busca pela conta %s"
638 638
639#: html.c:3678 639#: html.c:3776
640#, c-format 640#, c-format
641msgid "Account %s not found" 641msgid "Account %s not found"
642msgstr "Conta %s não encontrada" 642msgstr "Conta %s não encontrada"
643 643
644#: html.c:3709 644#: html.c:3807
645#, c-format 645#, c-format
646msgid "Search results for tag %s" 646msgid "Search results for tag %s"
647msgstr "Resultados da busca pela hashtag %s" 647msgstr "Resultados da busca pela hashtag %s"
648 648
649#: html.c:3709 649#: html.c:3807
650#, c-format 650#, c-format
651msgid "Nothing found for tag %s" 651msgid "Nothing found for tag %s"
652msgstr "Nada consta com hashtag %s" 652msgstr "Nada consta com hashtag %s"
653 653
654#: html.c:3725 654#: html.c:3823
655#, c-format 655#, c-format
656msgid "Search results for '%s' (may be more)" 656msgid "Search results for '%s' (may be more)"
657msgstr "Resultados da busca por '%s' (pode haver mais)" 657msgstr "Resultados da busca por '%s' (pode haver mais)"
658 658
659#: html.c:3728 659#: html.c:3826
660#, c-format 660#, c-format
661msgid "Search results for '%s'" 661msgid "Search results for '%s'"
662msgstr "Resultados da busca por '%s'" 662msgstr "Resultados da busca por '%s'"
663 663
664#: html.c:3731 664#: html.c:3829
665#, c-format 665#, c-format
666msgid "No more matches for '%s'" 666msgid "No more matches for '%s'"
667msgstr "Sem mais combinações para '%s'" 667msgstr "Sem mais combinações para '%s'"
668 668
669#: html.c:3733 669#: html.c:3831
670#, c-format 670#, c-format
671msgid "Nothing found for '%s'" 671msgid "Nothing found for '%s'"
672msgstr "Nada consta com '%s'" 672msgstr "Nada consta com '%s'"
673 673
674#: html.c:3831 674#: html.c:3929
675msgid "Showing instance timeline" 675msgid "Showing instance timeline"
676msgstr "Exibindo linha do tempo da instância" 676msgstr "Exibindo linha do tempo da instância"
677 677
678#: html.c:3899 678#: html.c:4012
679#, c-format 679#, c-format
680msgid "Showing timeline for list '%s'" 680msgid "Showing timeline for list '%s'"
681msgstr "Exibindo linha do tempo da lista '%s'" 681msgstr "Exibindo linha do tempo da lista '%s'"
@@ -689,15 +689,15 @@ msgstr "Resultados da busca pela hashtag #%s"
689msgid "Recent posts by users in this instance" 689msgid "Recent posts by users in this instance"
690msgstr "Publicações recentes de perfis desta instância" 690msgstr "Publicações recentes de perfis desta instância"
691 691
692#: html.c:1529 692#: html.c:1603
693msgid "Blocked hashtags..." 693msgid "Blocked hashtags..."
694msgstr "Hashtags bloqueadas..." 694msgstr "Hashtags bloqueadas..."
695 695
696#: html.c:420 696#: html.c:432
697msgid "Optional URL to reply to" 697msgid "Optional URL to reply to"
698msgstr "URL opcional para a qual responder" 698msgstr "URL opcional para a qual responder"
699 699
700#: html.c:527 700#: html.c:575
701msgid "" 701msgid ""
702"Option 1...\n" 702"Option 1...\n"
703"Option 2...\n" 703"Option 2...\n"
@@ -709,30 +709,54 @@ msgstr ""
709"Opção 3...\n" 709"Opção 3...\n"
710"..." 710"..."
711 711
712#: html.c:1346 712#: html.c:1415
713msgid "Bot API key" 713msgid "Bot API key"
714msgstr "Chave de API do robô" 714msgstr "Chave de API do robô"
715 715
716#: html.c:1352 716#: html.c:1421
717msgid "Chat id" 717msgid "Chat id"
718msgstr "ID da conversa" 718msgstr "ID da conversa"
719 719
720#: html.c:1360 720#: html.c:1429
721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 721msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
722msgstr "Servidor ntfy - URL completa (exemplo: https://ntfy.sh/SeuTópico)" 722msgstr "Servidor ntfy - URL completa (exemplo: https://ntfy.sh/SeuTópico)"
723 723
724#: html.c:1366 724#: html.c:1435
725msgid "ntfy token - if needed" 725msgid "ntfy token - if needed"
726msgstr "Token ntfy - se necessário" 726msgstr "Token ntfy - se necessário"
727 727
728#: html.c:2806 728#: html.c:2892
729msgid "pinned" 729msgid "pinned"
730msgstr "afixadas" 730msgstr "afixadas"
731 731
732#: html.c:2818 732#: html.c:2904
733msgid "bookmarks" 733msgid "bookmarks"
734msgstr "marcadores" 734msgstr "marcadores"
735 735
736#: html.c:2830 736#: html.c:2916
737msgid "drafts" 737msgid "drafts"
738msgstr "rascunhos" 738msgstr "rascunhos"
739
740#: html.c:464
741msgid "Scheduled post..."
742msgstr ""
743
744msgid "Post date and time:"
745msgstr ""
746
747#: html.c:2927 html.c:3989
748msgid "Scheduled posts"
749msgstr ""
750
751#: html.c:2928
752msgid "scheduled posts"
753msgstr ""
754
755#: html.c:458
756#, c-format
757msgid "Post date and time (timezone: %s):"
758msgstr ""
759
760#: html.c:1538
761msgid "Time zone:"
762msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 90195d0..df53ebe 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -15,120 +15,120 @@ msgstr ""
15"Content-Transfer-Encoding: 8bit\n" 15"Content-Transfer-Encoding: 8bit\n"
16"X-Generator: Poedit 3.0\n" 16"X-Generator: Poedit 3.0\n"
17 17
18#: html.c:372 18#: html.c:384
19msgid "Sensitive content: " 19msgid "Sensitive content: "
20msgstr "Чувствительное содержимое: " 20msgstr "Чувствительное содержимое: "
21 21
22#: html.c:380 22#: html.c:392
23msgid "Sensitive content description" 23msgid "Sensitive content description"
24msgstr "Описание чувствительного содержимого" 24msgstr "Описание чувствительного содержимого"
25 25
26#: html.c:393 26#: html.c:405
27msgid "Only for mentioned people: " 27msgid "Only for mentioned people: "
28msgstr "Только для упомянутых людей: " 28msgstr "Только для упомянутых людей: "
29 29
30#: html.c:416 30#: html.c:428
31msgid "Reply to (URL): " 31msgid "Reply to (URL): "
32msgstr "Ответ на (URL): " 32msgstr "Ответ на (URL): "
33 33
34#: html.c:425 34#: html.c:437
35msgid "Don't send, but store as a draft" 35msgid "Don't send, but store as a draft"
36msgstr "Не отправлять, сохранить черновик" 36msgstr "Не отправлять, сохранить черновик"
37 37
38#: html.c:426 38#: html.c:438
39msgid "Draft:" 39msgid "Draft:"
40msgstr "Черновик:" 40msgstr "Черновик:"
41 41
42#: html.c:446 42#: html.c:494
43msgid "Attachments..." 43msgid "Attachments..."
44msgstr "Вложения..." 44msgstr "Вложения..."
45 45
46#: html.c:469 46#: html.c:517
47msgid "File:" 47msgid "File:"
48msgstr "Файл:" 48msgstr "Файл:"
49 49
50#: html.c:473 50#: html.c:521
51msgid "Clear this field to delete the attachment" 51msgid "Clear this field to delete the attachment"
52msgstr "Очистите это поле, чтоб удалить вложение" 52msgstr "Очистите это поле, чтоб удалить вложение"
53 53
54#: html.c:482 html.c:507 54#: html.c:530 html.c:555
55msgid "Attachment description" 55msgid "Attachment description"
56msgstr "Описание вложения" 56msgstr "Описание вложения"
57 57
58#: html.c:518 58#: html.c:566
59msgid "Poll..." 59msgid "Poll..."
60msgstr "Опрос..." 60msgstr "Опрос..."
61 61
62#: html.c:520 62#: html.c:568
63msgid "Poll options (one per line, up to 8):" 63msgid "Poll options (one per line, up to 8):"
64msgstr "Варианты ответа (один на строку, до 8 шт):" 64msgstr "Варианты ответа (один на строку, до 8 шт):"
65 65
66#: html.c:532 66#: html.c:580
67msgid "One choice" 67msgid "One choice"
68msgstr "Один выбор" 68msgstr "Один выбор"
69 69
70#: html.c:535 70#: html.c:583
71msgid "Multiple choices" 71msgid "Multiple choices"
72msgstr "Множественный выбор" 72msgstr "Множественный выбор"
73 73
74#: html.c:541 74#: html.c:589
75msgid "End in 5 minutes" 75msgid "End in 5 minutes"
76msgstr "Заканчивается через 5 минут" 76msgstr "Заканчивается через 5 минут"
77 77
78#: html.c:545 78#: html.c:593
79msgid "End in 1 hour" 79msgid "End in 1 hour"
80msgstr "Заканчивается через 1 час" 80msgstr "Заканчивается через 1 час"
81 81
82#: html.c:548 82#: html.c:596
83msgid "End in 1 day" 83msgid "End in 1 day"
84msgstr "Заканчивается через 1 день" 84msgstr "Заканчивается через 1 день"
85 85
86#: html.c:556 86#: html.c:604
87msgid "Post" 87msgid "Post"
88msgstr "Отправить" 88msgstr "Отправить"
89 89
90#: html.c:653 html.c:660 90#: html.c:701 html.c:708
91msgid "Site description" 91msgid "Site description"
92msgstr "Описание сайта" 92msgstr "Описание сайта"
93 93
94#: html.c:671 94#: html.c:719
95msgid "Admin email" 95msgid "Admin email"
96msgstr "Почта админа" 96msgstr "Почта админа"
97 97
98#: html.c:684 98#: html.c:732
99msgid "Admin account" 99msgid "Admin account"
100msgstr "Учётная запись админа" 100msgstr "Учётная запись админа"
101 101
102#: html.c:752 html.c:1088 102#: html.c:800 html.c:1136
103#, c-format 103#, c-format
104msgid "%d following, %d followers" 104msgid "%d following, %d followers"
105msgstr "%d подписан, %d подписчиков" 105msgstr "%d подписан, %d подписчиков"
106 106
107#: html.c:842 107#: html.c:890
108msgid "RSS" 108msgid "RSS"
109msgstr "RSS" 109msgstr "RSS"
110 110
111#: html.c:847 html.c:875 111#: html.c:895 html.c:923
112msgid "private" 112msgid "private"
113msgstr "личное" 113msgstr "личное"
114 114
115#: html.c:871 115#: html.c:919
116msgid "public" 116msgid "public"
117msgstr "публичное" 117msgstr "публичное"
118 118
119#: html.c:879 119#: html.c:927
120msgid "notifications" 120msgid "notifications"
121msgstr "уведомления" 121msgstr "уведомления"
122 122
123#: html.c:884 123#: html.c:932
124msgid "people" 124msgid "people"
125msgstr "люди" 125msgstr "люди"
126 126
127#: html.c:888 127#: html.c:936
128msgid "instance" 128msgid "instance"
129msgstr "экземпляр" 129msgstr "экземпляр"
130 130
131#: html.c:897 131#: html.c:945
132msgid "" 132msgid ""
133"Search posts by URL or content (regular expression), @user@host accounts, or " 133"Search posts by URL or content (regular expression), @user@host accounts, or "
134"#tag" 134"#tag"
@@ -136,552 +136,552 @@ msgstr ""
136"Поиск сообщений по URL или содержимому (регулярное выражение), учетной " 136"Поиск сообщений по URL или содержимому (регулярное выражение), учетной "
137"записи вида @user@host, или #тегу" 137"записи вида @user@host, или #тегу"
138 138
139#: html.c:898 139#: html.c:946
140msgid "Content search" 140msgid "Content search"
141msgstr "Поиск содержимого" 141msgstr "Поиск содержимого"
142 142
143#: html.c:1020 143#: html.c:1068
144msgid "verified link" 144msgid "verified link"
145msgstr "проверенная ссылка" 145msgstr "проверенная ссылка"
146 146
147#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 147#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
148msgid "Location: " 148msgid "Location: "
149msgstr "Местоположение: " 149msgstr "Местоположение: "
150 150
151#: html.c:1113 151#: html.c:1161
152msgid "New Post..." 152msgid "New Post..."
153msgstr "Новое сообщение..." 153msgstr "Новое сообщение..."
154 154
155#: html.c:1115 155#: html.c:1163
156msgid "What's on your mind?" 156msgid "What's on your mind?"
157msgstr "Что у вас на уме?" 157msgstr "Что у вас на уме?"
158 158
159#: html.c:1124 159#: html.c:1172
160msgid "Operations..." 160msgid "Operations..."
161msgstr "Действия..." 161msgstr "Действия..."
162 162
163#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 163#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
164msgid "Follow" 164msgid "Follow"
165msgstr "Подписаться" 165msgstr "Подписаться"
166 166
167#: html.c:1141 167#: html.c:1189
168msgid "(by URL or user@host)" 168msgid "(by URL or user@host)"
169msgstr "(по URL или user@host)" 169msgstr "(по URL или user@host)"
170 170
171#: html.c:1156 html.c:1690 html.c:4364 171#: html.c:1204 html.c:1764 html.c:4527
172msgid "Boost" 172msgid "Boost"
173msgstr "Продвинуть" 173msgstr "Продвинуть"
174 174
175#: html.c:1158 html.c:1175 175#: html.c:1206 html.c:1223
176msgid "(by URL)" 176msgid "(by URL)"
177msgstr "(по URL)" 177msgstr "(по URL)"
178 178
179#: html.c:1173 html.c:1669 html.c:4355 179#: html.c:1221 html.c:1743 html.c:4518
180msgid "Like" 180msgid "Like"
181msgstr "Лайкнуть" 181msgstr "Лайкнуть"
182 182
183#: html.c:1278 183#: html.c:1347
184msgid "User Settings..." 184msgid "User Settings..."
185msgstr "Пользовательские настройки..." 185msgstr "Пользовательские настройки..."
186 186
187#: html.c:1287 187#: html.c:1356
188msgid "Display name:" 188msgid "Display name:"
189msgstr "Отображаемое имя:" 189msgstr "Отображаемое имя:"
190 190
191#: html.c:1293 191#: html.c:1362
192msgid "Your name" 192msgid "Your name"
193msgstr "Ваше имя" 193msgstr "Ваше имя"
194 194
195#: html.c:1295 195#: html.c:1364
196msgid "Avatar: " 196msgid "Avatar: "
197msgstr "Аватар: " 197msgstr "Аватар: "
198 198
199#: html.c:1303 199#: html.c:1372
200msgid "Delete current avatar" 200msgid "Delete current avatar"
201msgstr "Удалить текущий аватар" 201msgstr "Удалить текущий аватар"
202 202
203#: html.c:1305 203#: html.c:1374
204msgid "Header image (banner): " 204msgid "Header image (banner): "
205msgstr "Заглавное изображение (баннер): " 205msgstr "Заглавное изображение (баннер): "
206 206
207#: html.c:1313 207#: html.c:1382
208msgid "Delete current header image" 208msgid "Delete current header image"
209msgstr "Удалить текущее заглавное изображение" 209msgstr "Удалить текущее заглавное изображение"
210 210
211#: html.c:1315 211#: html.c:1384
212msgid "Bio:" 212msgid "Bio:"
213msgstr "О себе:" 213msgstr "О себе:"
214 214
215#: html.c:1321 215#: html.c:1390
216msgid "Write about yourself here..." 216msgid "Write about yourself here..."
217msgstr "Напишите что-нибудь про себя..." 217msgstr "Напишите что-нибудь про себя..."
218 218
219#: html.c:1330 219#: html.c:1399
220msgid "Always show sensitive content" 220msgid "Always show sensitive content"
221msgstr "Всегда показывать чувствительное содержимое" 221msgstr "Всегда показывать чувствительное содержимое"
222 222
223#: html.c:1332 223#: html.c:1401
224msgid "Email address for notifications:" 224msgid "Email address for notifications:"
225msgstr "Почтовый адрес для уведомлений:" 225msgstr "Почтовый адрес для уведомлений:"
226 226
227#: html.c:1340 227#: html.c:1409
228msgid "Telegram notifications (bot key and chat id):" 228msgid "Telegram notifications (bot key and chat id):"
229msgstr "Уведомления в Telegram (ключ бота и id чата):" 229msgstr "Уведомления в Telegram (ключ бота и id чата):"
230 230
231#: html.c:1354 231#: html.c:1423
232msgid "ntfy notifications (ntfy server and token):" 232msgid "ntfy notifications (ntfy server and token):"
233msgstr "уведомления в ntfy (сервер и токен ntfy):" 233msgstr "уведомления в ntfy (сервер и токен ntfy):"
234 234
235#: html.c:1368 235#: html.c:1437
236msgid "Maximum days to keep posts (0: server settings):" 236msgid "Maximum days to keep posts (0: server settings):"
237msgstr "Максимальное время хранения сообщений (0: настройки сервера):" 237msgstr "Максимальное время хранения сообщений (0: настройки сервера):"
238 238
239#: html.c:1382 239#: html.c:1451
240msgid "Drop direct messages from people you don't follow" 240msgid "Drop direct messages from people you don't follow"
241msgstr "Отклонять личные сообщения от незнакомцев" 241msgstr "Отклонять личные сообщения от незнакомцев"
242 242
243#: html.c:1391 243#: html.c:1460
244msgid "This account is a bot" 244msgid "This account is a bot"
245msgstr "Это аккаунт бота" 245msgstr "Это аккаунт бота"
246 246
247#: html.c:1400 247#: html.c:1469
248msgid "Auto-boost all mentions to this account" 248msgid "Auto-boost all mentions to this account"
249msgstr "Автоматически продвигать все упоминания этого аккаунта" 249msgstr "Автоматически продвигать все упоминания этого аккаунта"
250 250
251#: html.c:1409 251#: html.c:1478
252msgid "This account is private (posts are not shown through the web)" 252msgid "This account is private (posts are not shown through the web)"
253msgstr "Это закрытый аккаунт (сообщения не показываются в сети)" 253msgstr "Это закрытый аккаунт (сообщения не показываются в сети)"
254 254
255#: html.c:1419 255#: html.c:1488
256msgid "Collapse top threads by default" 256msgid "Collapse top threads by default"
257msgstr "Сворачивать обсуждения по умолчанию" 257msgstr "Сворачивать обсуждения по умолчанию"
258 258
259#: html.c:1428 259#: html.c:1497
260msgid "Follow requests must be approved" 260msgid "Follow requests must be approved"
261msgstr "Запросы подписки требуют подтверждения" 261msgstr "Запросы подписки требуют подтверждения"
262 262
263#: html.c:1437 263#: html.c:1506
264msgid "Publish follower and following metrics" 264msgid "Publish follower and following metrics"
265msgstr "Публиковать статистику подписок и подписчиков" 265msgstr "Публиковать статистику подписок и подписчиков"
266 266
267#: html.c:1439 267#: html.c:1508
268msgid "Current location:" 268msgid "Current location:"
269msgstr "Текущее метоположение:" 269msgstr "Текущее метоположение:"
270 270
271#: html.c:1453 271#: html.c:1522
272msgid "Profile metadata (key=value pairs in each line):" 272msgid "Profile metadata (key=value pairs in each line):"
273msgstr "Метаданные профиля (пары ключ=значение, по одной на строку)" 273msgstr "Метаданные профиля (пары ключ=значение, по одной на строку)"
274 274
275#: html.c:1464 275#: html.c:1533
276msgid "Web interface language:" 276msgid "Web interface language:"
277msgstr "Язык интерфейса:" 277msgstr "Язык интерфейса:"
278 278
279#: html.c:1469 279#: html.c:1543
280msgid "New password:" 280msgid "New password:"
281msgstr "Новый пароль:" 281msgstr "Новый пароль:"
282 282
283#: html.c:1476 283#: html.c:1550
284msgid "Repeat new password:" 284msgid "Repeat new password:"
285msgstr "Повторите новый пароль:" 285msgstr "Повторите новый пароль:"
286 286
287#: html.c:1486 287#: html.c:1560
288msgid "Update user info" 288msgid "Update user info"
289msgstr "Обновить данные пользователя" 289msgstr "Обновить данные пользователя"
290 290
291#: html.c:1497 291#: html.c:1571
292msgid "Followed hashtags..." 292msgid "Followed hashtags..."
293msgstr "Отслеживаемые хештеги..." 293msgstr "Отслеживаемые хештеги..."
294 294
295#: html.c:1499 html.c:1531 295#: html.c:1573 html.c:1605
296msgid "One hashtag per line" 296msgid "One hashtag per line"
297msgstr "По одному на строку" 297msgstr "По одному на строку"
298 298
299#: html.c:1520 html.c:1552 299#: html.c:1594 html.c:1626
300msgid "Update hashtags" 300msgid "Update hashtags"
301msgstr "Обновить хештеги" 301msgstr "Обновить хештеги"
302 302
303#: html.c:1669 303#: html.c:1743
304msgid "Say you like this post" 304msgid "Say you like this post"
305msgstr "Отметить сообщение понравившимся" 305msgstr "Отметить сообщение понравившимся"
306 306
307#: html.c:1674 html.c:4373 307#: html.c:1748 html.c:4536
308msgid "Unlike" 308msgid "Unlike"
309msgstr "Больше не нравится" 309msgstr "Больше не нравится"
310 310
311#: html.c:1674 311#: html.c:1748
312msgid "Nah don't like it that much" 312msgid "Nah don't like it that much"
313msgstr "Не так уж и понравилось" 313msgstr "Не так уж и понравилось"
314 314
315#: html.c:1680 html.c:4505 315#: html.c:1754 html.c:4673
316msgid "Unpin" 316msgid "Unpin"
317msgstr "Открепить" 317msgstr "Открепить"
318 318
319#: html.c:1680 319#: html.c:1754
320msgid "Unpin this post from your timeline" 320msgid "Unpin this post from your timeline"
321msgstr "Открепить это сообщение из своей ленты" 321msgstr "Открепить это сообщение из своей ленты"
322 322
323#: html.c:1683 html.c:4500 323#: html.c:1757 html.c:4668
324msgid "Pin" 324msgid "Pin"
325msgstr "Закрепить" 325msgstr "Закрепить"
326 326
327#: html.c:1683 327#: html.c:1757
328msgid "Pin this post to the top of your timeline" 328msgid "Pin this post to the top of your timeline"
329msgstr "Закрепить это сообщение в своей ленте" 329msgstr "Закрепить это сообщение в своей ленте"
330 330
331#: html.c:1690 331#: html.c:1764
332msgid "Announce this post to your followers" 332msgid "Announce this post to your followers"
333msgstr "Поделиться этим сообщением со своими подписчиками" 333msgstr "Поделиться этим сообщением со своими подписчиками"
334 334
335#: html.c:1695 html.c:4381 335#: html.c:1769 html.c:4544
336msgid "Unboost" 336msgid "Unboost"
337msgstr "Отменить продвижение" 337msgstr "Отменить продвижение"
338 338
339#: html.c:1695 339#: html.c:1769
340msgid "I regret I boosted this" 340msgid "I regret I boosted this"
341msgstr "Не буду продвигать, пожалуй" 341msgstr "Не буду продвигать, пожалуй"
342 342
343#: html.c:1701 html.c:4515 343#: html.c:1775 html.c:4683
344msgid "Unbookmark" 344msgid "Unbookmark"
345msgstr "Удалить из закладок" 345msgstr "Удалить из закладок"
346 346
347#: html.c:1701 347#: html.c:1775
348msgid "Delete this post from your bookmarks" 348msgid "Delete this post from your bookmarks"
349msgstr "Удалить это сообщение из закладок" 349msgstr "Удалить это сообщение из закладок"
350 350
351#: html.c:1704 html.c:4510 351#: html.c:1778 html.c:4678
352msgid "Bookmark" 352msgid "Bookmark"
353msgstr "Добавить в закладки" 353msgstr "Добавить в закладки"
354 354
355#: html.c:1704 355#: html.c:1778
356msgid "Add this post to your bookmarks" 356msgid "Add this post to your bookmarks"
357msgstr "Добавить сообщение в закладки" 357msgstr "Добавить сообщение в закладки"
358 358
359#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 359#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
360msgid "Unfollow" 360msgid "Unfollow"
361msgstr "Отписаться" 361msgstr "Отписаться"
362 362
363#: html.c:1710 html.c:3082 363#: html.c:1784 html.c:3180
364msgid "Stop following this user's activity" 364msgid "Stop following this user's activity"
365msgstr "Отменить подписку на этого пользователя" 365msgstr "Отменить подписку на этого пользователя"
366 366
367#: html.c:1714 html.c:3096 367#: html.c:1788 html.c:3194
368msgid "Start following this user's activity" 368msgid "Start following this user's activity"
369msgstr "Начать следовать за этим пользователем" 369msgstr "Начать следовать за этим пользователем"
370 370
371#: html.c:1720 html.c:4455 371#: html.c:1794 html.c:4621
372msgid "Unfollow Group" 372msgid "Unfollow Group"
373msgstr "Отписаться от группы" 373msgstr "Отписаться от группы"
374 374
375#: html.c:1721 375#: html.c:1795
376msgid "Stop following this group or channel" 376msgid "Stop following this group or channel"
377msgstr "Отписаться от группы или канала" 377msgstr "Отписаться от группы или канала"
378 378
379#: html.c:1725 html.c:4442 379#: html.c:1799 html.c:4608
380msgid "Follow Group" 380msgid "Follow Group"
381msgstr "Подписаться на группу" 381msgstr "Подписаться на группу"
382 382
383#: html.c:1726 383#: html.c:1800
384msgid "Start following this group or channel" 384msgid "Start following this group or channel"
385msgstr "Подписаться на группу или канал" 385msgstr "Подписаться на группу или канал"
386 386
387#: html.c:1731 html.c:3118 html.c:4389 387#: html.c:1805 html.c:3216 html.c:4552
388msgid "MUTE" 388msgid "MUTE"
389msgstr "Заглушить" 389msgstr "Заглушить"
390 390
391#: html.c:1732 391#: html.c:1806
392msgid "Block any activity from this user forever" 392msgid "Block any activity from this user forever"
393msgstr "Заглушить всю активность от этого пользователя, навсегда" 393msgstr "Заглушить всю активность от этого пользователя, навсегда"
394 394
395#: html.c:1737 html.c:3100 html.c:4472 395#: html.c:1811 html.c:3198 html.c:4638
396msgid "Delete" 396msgid "Delete"
397msgstr "Удалить" 397msgstr "Удалить"
398 398
399#: html.c:1737 399#: html.c:1811
400msgid "Delete this post" 400msgid "Delete this post"
401msgstr "Удалить это сообщение" 401msgstr "Удалить это сообщение"
402 402
403#: html.c:1740 html.c:4397 403#: html.c:1814 html.c:4560
404msgid "Hide" 404msgid "Hide"
405msgstr "Скрыть" 405msgstr "Скрыть"
406 406
407#: html.c:1740 407#: html.c:1814
408msgid "Hide this post and its children" 408msgid "Hide this post and its children"
409msgstr "Скрыть это сообщение вместе с обсуждением" 409msgstr "Скрыть это сообщение вместе с обсуждением"
410 410
411#: html.c:1771 411#: html.c:1845
412msgid "Edit..." 412msgid "Edit..."
413msgstr "Редактировать..." 413msgstr "Редактировать..."
414 414
415#: html.c:1790 415#: html.c:1865
416msgid "Reply..." 416msgid "Reply..."
417msgstr "Ответить..." 417msgstr "Ответить..."
418 418
419#: html.c:1841 419#: html.c:1916
420msgid "Truncated (too deep)" 420msgid "Truncated (too deep)"
421msgstr "Обрезано (слишком много)" 421msgstr "Обрезано (слишком много)"
422 422
423#: html.c:1850 423#: html.c:1925
424msgid "follows you" 424msgid "follows you"
425msgstr "подписан на вас" 425msgstr "подписан на вас"
426 426
427#: html.c:1913 427#: html.c:1988
428msgid "Pinned" 428msgid "Pinned"
429msgstr "Закреплено" 429msgstr "Закреплено"
430 430
431#: html.c:1921 431#: html.c:1996
432msgid "Bookmarked" 432msgid "Bookmarked"
433msgstr "Добавлено в закладки" 433msgstr "Добавлено в закладки"
434 434
435#: html.c:1929 435#: html.c:2004
436msgid "Poll" 436msgid "Poll"
437msgstr "Опрос" 437msgstr "Опрос"
438 438
439#: html.c:1936 439#: html.c:2011
440msgid "Voted" 440msgid "Voted"
441msgstr "Проголосовано" 441msgstr "Проголосовано"
442 442
443#: html.c:1945 443#: html.c:2020
444msgid "Event" 444msgid "Event"
445msgstr "Событие" 445msgstr "Событие"
446 446
447#: html.c:1977 html.c:2006 447#: html.c:2052 html.c:2081
448msgid "boosted" 448msgid "boosted"
449msgstr "продио" 449msgstr "под"
450 450
451#: html.c:2022 451#: html.c:2097
452msgid "in reply to" 452msgid "in reply to"
453msgstr "в ответ на" 453msgstr "в ответ на"
454 454
455#: html.c:2073 455#: html.c:2148
456msgid " [SENSITIVE CONTENT]" 456msgid " [SENSITIVE CONTENT]"
457msgstr " [ЧУВСТВИТЕЛЬНО СОДЕРЖИМОЕ]" 457msgstr " [ЧУВСТВИТЕЛЬНО СОДЕРЖИМОЕ]"
458 458
459#: html.c:2250 459#: html.c:2325
460msgid "Vote" 460msgid "Vote"
461msgstr "Голос" 461msgstr "Голос"
462 462
463#: html.c:2260 463#: html.c:2335
464msgid "Closed" 464msgid "Closed"
465msgstr "Закрыт" 465msgstr "Закрыт"
466 466
467#: html.c:2285 467#: html.c:2360
468msgid "Closes in" 468msgid "Closes in"
469msgstr "Закрывается через" 469msgstr "Закрывается через"
470 470
471#: html.c:2366 471#: html.c:2441
472msgid "Video" 472msgid "Video"
473msgstr "Видео" 473msgstr "Видео"
474 474
475#: html.c:2381 475#: html.c:2456
476msgid "Audio" 476msgid "Audio"
477msgstr "Аудио" 477msgstr "Аудио"
478 478
479#: html.c:2403 479#: html.c:2484
480msgid "Attachment" 480msgid "Attachment"
481msgstr "Вложение" 481msgstr "Вложение"
482 482
483#: html.c:2417 483#: html.c:2498
484msgid "Alt..." 484msgid "Alt..."
485msgstr "Описание..." 485msgstr "Описание..."
486 486
487#: html.c:2430 487#: html.c:2511
488msgid "Source channel or community" 488msgid "Source channel or community"
489msgstr "Исходный канал или сообщество" 489msgstr "Исходный канал или сообщество"
490 490
491#: html.c:2524 491#: html.c:2605
492msgid "Time: " 492msgid "Time: "
493msgstr "Время: " 493msgstr "Время: "
494 494
495#: html.c:2605 495#: html.c:2686
496msgid "Older..." 496msgid "Older..."
497msgstr "Ранее..." 497msgstr "Ранее..."
498 498
499#: html.c:2702 499#: html.c:2788
500msgid "about this site" 500msgid "about this site"
501msgstr "про этот сайт" 501msgstr "про этот сайт"
502 502
503#: html.c:2704 503#: html.c:2790
504msgid "powered by " 504msgid "powered by "
505msgstr "на основе " 505msgstr "на основе "
506 506
507#: html.c:2769 507#: html.c:2855
508msgid "Dismiss" 508msgid "Dismiss"
509msgstr "Скрыть" 509msgstr "Скрыть"
510 510
511#: html.c:2786 511#: html.c:2872
512#, c-format 512#, c-format
513msgid "Timeline for list '%s'" 513msgid "Timeline for list '%s'"
514msgstr "Ленты для списка '%s'" 514msgstr "Ленты для списка '%s'"
515 515
516#: html.c:2805 html.c:3846 516#: html.c:2891 html.c:3944
517msgid "Pinned posts" 517msgid "Pinned posts"
518msgstr "Закреплённые сообщения" 518msgstr "Закреплённые сообщения"
519 519
520#: html.c:2817 html.c:3861 520#: html.c:2903 html.c:3959
521msgid "Bookmarked posts" 521msgid "Bookmarked posts"
522msgstr "Сообщения в закладках" 522msgstr "Сообщения в закладках"
523 523
524#: html.c:2829 html.c:3876 524#: html.c:2915 html.c:3974
525msgid "Post drafts" 525msgid "Post drafts"
526msgstr "Черновики сообщений" 526msgstr "Черновики сообщений"
527 527
528#: html.c:2888 528#: html.c:2986
529msgid "No more unseen posts" 529msgid "No more unseen posts"
530msgstr "Всё просмотрено" 530msgstr "Всё просмотрено"
531 531
532#: html.c:2892 html.c:2992 532#: html.c:2990 html.c:3090
533msgid "Back to top" 533msgid "Back to top"
534msgstr "Вернуться наверх" 534msgstr "Вернуться наверх"
535 535
536#: html.c:2945 536#: html.c:3043
537msgid "History" 537msgid "History"
538msgstr "История" 538msgstr "История"
539 539
540#: html.c:2997 html.c:3417 540#: html.c:3095 html.c:3515
541msgid "More..." 541msgid "More..."
542msgstr "Ещё..." 542msgstr "Ещё..."
543 543
544#: html.c:3086 html.c:4408 544#: html.c:3184 html.c:4574
545msgid "Unlimit" 545msgid "Unlimit"
546msgstr "Без ограничения" 546msgstr "Без ограничения"
547 547
548#: html.c:3087 548#: html.c:3185
549msgid "Allow announces (boosts) from this user" 549msgid "Allow announces (boosts) from this user"
550msgstr "Разрешить продвижения от этого пользователя" 550msgstr "Разрешить продвижения от этого пользователя"
551 551
552#: html.c:3090 html.c:4404 552#: html.c:3188 html.c:4570
553msgid "Limit" 553msgid "Limit"
554msgstr "Лимит" 554msgstr "Лимит"
555 555
556#: html.c:3091 556#: html.c:3189
557msgid "Block announces (boosts) from this user" 557msgid "Block announces (boosts) from this user"
558msgstr "Запретить продвижения от этого пользователя" 558msgstr "Запретить продвижения от этого пользователя"
559 559
560#: html.c:3100 560#: html.c:3198
561msgid "Delete this user" 561msgid "Delete this user"
562msgstr "Удалить пользователя" 562msgstr "Удалить пользователя"
563 563
564#: html.c:3105 html.c:4520 564#: html.c:3203 html.c:4688
565msgid "Approve" 565msgid "Approve"
566msgstr "Подтвердить" 566msgstr "Подтвердить"
567 567
568#: html.c:3106 568#: html.c:3204
569msgid "Approve this follow request" 569msgid "Approve this follow request"
570msgstr "Подтвердить запрос на подписку" 570msgstr "Подтвердить запрос на подписку"
571 571
572#: html.c:3109 html.c:4544 572#: html.c:3207 html.c:4712
573msgid "Discard" 573msgid "Discard"
574msgstr "Отклонить" 574msgstr "Отклонить"
575 575
576#: html.c:3109 576#: html.c:3207
577msgid "Discard this follow request" 577msgid "Discard this follow request"
578msgstr "Отклонить этот запрос на подписку" 578msgstr "Отклонить этот запрос на подписку"
579 579
580#: html.c:3114 html.c:4393 580#: html.c:3212 html.c:4556
581msgid "Unmute" 581msgid "Unmute"
582msgstr "Отменить глушение" 582msgstr "Отменить глушение"
583 583
584#: html.c:3115 584#: html.c:3213
585msgid "Stop blocking activities from this user" 585msgid "Stop blocking activities from this user"
586msgstr "Прекратить глушение действий этого пользователя" 586msgstr "Прекратить глушение действий этого пользователя"
587 587
588#: html.c:3119 588#: html.c:3217
589msgid "Block any activity from this user" 589msgid "Block any activity from this user"
590msgstr "Заглушить все действия этого пользователя" 590msgstr "Заглушить все действия этого пользователя"
591 591
592#: html.c:3127 592#: html.c:3225
593msgid "Direct Message..." 593msgid "Direct Message..."
594msgstr "Личное сообщение..." 594msgstr "Личное сообщение..."
595 595
596#: html.c:3162 596#: html.c:3260
597msgid "Pending follow confirmations" 597msgid "Pending follow confirmations"
598msgstr "Ожидающие запросы на подписку" 598msgstr "Ожидающие запросы на подписку"
599 599
600#: html.c:3166 600#: html.c:3264
601msgid "People you follow" 601msgid "People you follow"
602msgstr "Ваши подписки" 602msgstr "Ваши подписки"
603 603
604#: html.c:3167 604#: html.c:3265
605msgid "People that follow you" 605msgid "People that follow you"
606msgstr "Ваши подписчики" 606msgstr "Ваши подписчики"
607 607
608#: html.c:3206 608#: html.c:3304
609msgid "Clear all" 609msgid "Clear all"
610msgstr "Очистить всё" 610msgstr "Очистить всё"
611 611
612#: html.c:3263 612#: html.c:3361
613msgid "Mention" 613msgid "Mention"
614msgstr "Упоминание" 614msgstr "Упоминание"
615 615
616#: html.c:3266 616#: html.c:3364
617msgid "Finished poll" 617msgid "Finished poll"
618msgstr "Завершённый опрос" 618msgstr "Завершённый опрос"
619 619
620#: html.c:3281 620#: html.c:3379
621msgid "Follow Request" 621msgid "Follow Request"
622msgstr "Запрос на подписку" 622msgstr "Запрос на подписку"
623 623
624#: html.c:3364 624#: html.c:3462
625msgid "Context" 625msgid "Context"
626msgstr "Контекст" 626msgstr "Контекст"
627 627
628#: html.c:3375 628#: html.c:3473
629msgid "New" 629msgid "New"
630msgstr "Новое" 630msgstr "Новое"
631 631
632#: html.c:3390 632#: html.c:3488
633msgid "Already seen" 633msgid "Already seen"
634msgstr "Уже просмотрено" 634msgstr "Уже просмотрено"
635 635
636#: html.c:3405 636#: html.c:3503
637msgid "None" 637msgid "None"
638msgstr "Нет" 638msgstr "Нет"
639 639
640#: html.c:3671 640#: html.c:3769
641#, c-format 641#, c-format
642msgid "Search results for account %s" 642msgid "Search results for account %s"
643msgstr "Результаты поиска для учётной записи %s" 643msgstr "Результаты поиска для учётной записи %s"
644 644
645#: html.c:3678 645#: html.c:3776
646#, c-format 646#, c-format
647msgid "Account %s not found" 647msgid "Account %s not found"
648msgstr "Учётная запись %s не найдена" 648msgstr "Учётная запись %s не найдена"
649 649
650#: html.c:3709 650#: html.c:3807
651#, c-format 651#, c-format
652msgid "Search results for tag %s" 652msgid "Search results for tag %s"
653msgstr "Результаты поиска тега %s" 653msgstr "Результаты поиска тега %s"
654 654
655#: html.c:3709 655#: html.c:3807
656#, c-format 656#, c-format
657msgid "Nothing found for tag %s" 657msgid "Nothing found for tag %s"
658msgstr "Ничего не найдено по тегу %s" 658msgstr "Ничего не найдено по тегу %s"
659 659
660#: html.c:3725 660#: html.c:3823
661#, c-format 661#, c-format
662msgid "Search results for '%s' (may be more)" 662msgid "Search results for '%s' (may be more)"
663msgstr "Результаты поиска для '%s' (возможно, есть ещё)" 663msgstr "Результаты поиска для '%s' (возможно, есть ещё)"
664 664
665#: html.c:3728 665#: html.c:3826
666#, c-format 666#, c-format
667msgid "Search results for '%s'" 667msgid "Search results for '%s'"
668msgstr "Результаты поиска для '%s'" 668msgstr "Результаты поиска для '%s'"
669 669
670#: html.c:3731 670#: html.c:3829
671#, c-format 671#, c-format
672msgid "No more matches for '%s'" 672msgid "No more matches for '%s'"
673msgstr "Больше нет совпадений для '%s'" 673msgstr "Больше нет совпадений для '%s'"
674 674
675#: html.c:3733 675#: html.c:3831
676#, c-format 676#, c-format
677msgid "Nothing found for '%s'" 677msgid "Nothing found for '%s'"
678msgstr "Ничего не найдено для '%s'" 678msgstr "Ничего не найдено для '%s'"
679 679
680#: html.c:3831 680#: html.c:3929
681msgid "Showing instance timeline" 681msgid "Showing instance timeline"
682msgstr "Показываем ленту инстанции" 682msgstr "Показываем ленту инстанции"
683 683
684#: html.c:3899 684#: html.c:4012
685#, c-format 685#, c-format
686msgid "Showing timeline for list '%s'" 686msgid "Showing timeline for list '%s'"
687msgstr "Показываем ленты инстанции для списка '%s'" 687msgstr "Показываем ленты инстанции для списка '%s'"
@@ -695,15 +695,15 @@ msgstr "Результаты поиска для тега #%s"
695msgid "Recent posts by users in this instance" 695msgid "Recent posts by users in this instance"
696msgstr "Последние сообщения на этой инстанции" 696msgstr "Последние сообщения на этой инстанции"
697 697
698#: html.c:1529 698#: html.c:1603
699msgid "Blocked hashtags..." 699msgid "Blocked hashtags..."
700msgstr "Заблокированные теги..." 700msgstr "Заблокированные теги..."
701 701
702#: html.c:420 702#: html.c:432
703msgid "Optional URL to reply to" 703msgid "Optional URL to reply to"
704msgstr "Необязательный URL для ответа" 704msgstr "Необязательный URL для ответа"
705 705
706#: html.c:527 706#: html.c:575
707msgid "" 707msgid ""
708"Option 1...\n" 708"Option 1...\n"
709"Option 2...\n" 709"Option 2...\n"
@@ -715,30 +715,54 @@ msgstr ""
715"Вариант 3...\n" 715"Вариант 3...\n"
716"..." 716"..."
717 717
718#: html.c:1346 718#: html.c:1415
719msgid "Bot API key" 719msgid "Bot API key"
720msgstr "Ключ API для бота" 720msgstr "Ключ API для бота"
721 721
722#: html.c:1352 722#: html.c:1421
723msgid "Chat id" 723msgid "Chat id"
724msgstr "Id чата" 724msgstr "Id чата"
725 725
726#: html.c:1360 726#: html.c:1429
727msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 727msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
728msgstr "полный URL сервера ntfy (например https://ntfy.sh/YourTopic)" 728msgstr "полный URL сервера ntfy (например https://ntfy.sh/YourTopic)"
729 729
730#: html.c:1366 730#: html.c:1435
731msgid "ntfy token - if needed" 731msgid "ntfy token - if needed"
732msgstr "токен ntfy - если нужен" 732msgstr "токен ntfy - если нужен"
733 733
734#: html.c:2806 734#: html.c:2892
735msgid "pinned" 735msgid "pinned"
736msgstr "закреплено" 736msgstr "закреплено"
737 737
738#: html.c:2818 738#: html.c:2904
739msgid "bookmarks" 739msgid "bookmarks"
740msgstr "закладки" 740msgstr "закладки"
741 741
742#: html.c:2830 742#: html.c:2916
743msgid "drafts" 743msgid "drafts"
744msgstr "черновики" 744msgstr "черновики"
745
746#: html.c:464
747msgid "Scheduled post..."
748msgstr ""
749
750msgid "Post date and time:"
751msgstr ""
752
753#: html.c:2927 html.c:3989
754msgid "Scheduled posts"
755msgstr ""
756
757#: html.c:2928
758msgid "scheduled posts"
759msgstr ""
760
761#: html.c:458
762#, c-format
763msgid "Post date and time (timezone: %s):"
764msgstr ""
765
766#: html.c:1538
767msgid "Time zone:"
768msgstr ""
diff --git a/po/zh.po b/po/zh.po
index 8cf1587..8c2b0bb 100644
--- a/po/zh.po
+++ b/po/zh.po
@@ -8,672 +8,672 @@ msgstr ""
8"Language: zh\n" 8"Language: zh\n"
9"Content-Type: text/plain; charset=UTF-8\n" 9"Content-Type: text/plain; charset=UTF-8\n"
10 10
11#: html.c:372 11#: html.c:384
12msgid "Sensitive content: " 12msgid "Sensitive content: "
13msgstr "敏感内容:" 13msgstr "敏感内容:"
14 14
15#: html.c:380 15#: html.c:392
16msgid "Sensitive content description" 16msgid "Sensitive content description"
17msgstr "敏感内容描述" 17msgstr "敏感内容描述"
18 18
19#: html.c:393 19#: html.c:405
20msgid "Only for mentioned people: " 20msgid "Only for mentioned people: "
21msgstr "只有提及到的人:" 21msgstr "只有提及到的人:"
22 22
23#: html.c:416 23#: html.c:428
24msgid "Reply to (URL): " 24msgid "Reply to (URL): "
25msgstr "回复给(网址):" 25msgstr "回复给(网址):"
26 26
27#: html.c:425 27#: html.c:437
28msgid "Don't send, but store as a draft" 28msgid "Don't send, but store as a draft"
29msgstr "不要发送,但是保存为草稿" 29msgstr "不要发送,但是保存为草稿"
30 30
31#: html.c:426 31#: html.c:438
32msgid "Draft:" 32msgid "Draft:"
33msgstr "草稿:" 33msgstr "草稿:"
34 34
35#: html.c:446 35#: html.c:494
36msgid "Attachments..." 36msgid "Attachments..."
37msgstr "附件..." 37msgstr "附件..."
38 38
39#: html.c:469 39#: html.c:517
40msgid "File:" 40msgid "File:"
41msgstr "文件:" 41msgstr "文件:"
42 42
43#: html.c:473 43#: html.c:521
44msgid "Clear this field to delete the attachment" 44msgid "Clear this field to delete the attachment"
45msgstr "清除此项以删除附件" 45msgstr "清除此项以删除附件"
46 46
47#: html.c:482 html.c:507 47#: html.c:530 html.c:555
48msgid "Attachment description" 48msgid "Attachment description"
49msgstr "附件描述" 49msgstr "附件描述"
50 50
51#: html.c:518 51#: html.c:566
52msgid "Poll..." 52msgid "Poll..."
53msgstr "投票..." 53msgstr "投票..."
54 54
55#: html.c:520 55#: html.c:568
56msgid "Poll options (one per line, up to 8):" 56msgid "Poll options (one per line, up to 8):"
57msgstr "投票选项(每项一行,最多八项):" 57msgstr "投票选项(每项一行,最多八项):"
58 58
59#: html.c:532 59#: html.c:580
60msgid "One choice" 60msgid "One choice"
61msgstr "单选" 61msgstr "单选"
62 62
63#: html.c:535 63#: html.c:583
64msgid "Multiple choices" 64msgid "Multiple choices"
65msgstr "多选" 65msgstr "多选"
66 66
67#: html.c:541 67#: html.c:589
68msgid "End in 5 minutes" 68msgid "End in 5 minutes"
69msgstr "五分钟后结束" 69msgstr "五分钟后结束"
70 70
71#: html.c:545 71#: html.c:593
72msgid "End in 1 hour" 72msgid "End in 1 hour"
73msgstr "一小时后结束" 73msgstr "一小时后结束"
74 74
75#: html.c:548 75#: html.c:596
76msgid "End in 1 day" 76msgid "End in 1 day"
77msgstr "一天后结束" 77msgstr "一天后结束"
78 78
79#: html.c:556 79#: html.c:604
80msgid "Post" 80msgid "Post"
81msgstr "" 81msgstr ""
82 82
83#: html.c:653 html.c:660 83#: html.c:701 html.c:708
84msgid "Site description" 84msgid "Site description"
85msgstr "站点描述" 85msgstr "站点描述"
86 86
87#: html.c:671 87#: html.c:719
88msgid "Admin email" 88msgid "Admin email"
89msgstr "管理员电子邮箱" 89msgstr "管理员电子邮箱"
90 90
91#: html.c:684 91#: html.c:732
92msgid "Admin account" 92msgid "Admin account"
93msgstr "管理员帐号" 93msgstr "管理员帐号"
94 94
95#: html.c:752 html.c:1088 95#: html.c:800 html.c:1136
96#, c-format 96#, c-format
97msgid "%d following, %d followers" 97msgid "%d following, %d followers"
98msgstr "%d 个正在关注,%d 个关注者" 98msgstr "%d 个正在关注,%d 个关注者"
99 99
100#: html.c:842 100#: html.c:890
101msgid "RSS" 101msgid "RSS"
102msgstr "RSS" 102msgstr "RSS"
103 103
104#: html.c:847 html.c:875 104#: html.c:895 html.c:923
105msgid "private" 105msgid "private"
106msgstr "私密" 106msgstr "私密"
107 107
108#: html.c:871 108#: html.c:919
109msgid "public" 109msgid "public"
110msgstr "公开" 110msgstr "公开"
111 111
112#: html.c:879 112#: html.c:927
113msgid "notifications" 113msgid "notifications"
114msgstr "通知" 114msgstr "通知"
115 115
116#: html.c:884 116#: html.c:932
117msgid "people" 117msgid "people"
118msgstr "成员" 118msgstr "成员"
119 119
120#: html.c:888 120#: html.c:936
121msgid "instance" 121msgid "instance"
122msgstr "实例" 122msgstr "实例"
123 123
124#: html.c:897 124#: html.c:945
125msgid "" 125msgid ""
126"Search posts by URL or content (regular expression), @user@host accounts, or " 126"Search posts by URL or content (regular expression), @user@host accounts, or "
127"#tag" 127"#tag"
128msgstr "" 128msgstr ""
129"通过网址、内容(正则表达式)、@用户@服务器 帐号,或者 #话题标签搜索贴子" 129"通过网址、内容(正则表达式)、@用户@服务器 帐号,或者 #话题标签搜索贴子"
130 130
131#: html.c:898 131#: html.c:946
132msgid "Content search" 132msgid "Content search"
133msgstr "内容搜索" 133msgstr "内容搜索"
134 134
135#: html.c:1020 135#: html.c:1068
136msgid "verified link" 136msgid "verified link"
137msgstr "已验证的链接" 137msgstr "已验证的链接"
138 138
139#: html.c:1077 html.c:2459 html.c:2472 html.c:2481 139#: html.c:1125 html.c:2540 html.c:2553 html.c:2562
140msgid "Location: " 140msgid "Location: "
141msgstr "位置:" 141msgstr "位置:"
142 142
143#: html.c:1113 143#: html.c:1161
144msgid "New Post..." 144msgid "New Post..."
145msgstr "新贴子..." 145msgstr "新贴子..."
146 146
147#: html.c:1115 147#: html.c:1163
148msgid "What's on your mind?" 148msgid "What's on your mind?"
149msgstr "你在想什么?" 149msgstr "你在想什么?"
150 150
151#: html.c:1124 151#: html.c:1172
152msgid "Operations..." 152msgid "Operations..."
153msgstr "操作..." 153msgstr "操作..."
154 154
155#: html.c:1139 html.c:1714 html.c:3095 html.c:4412 155#: html.c:1187 html.c:1788 html.c:3193 html.c:4578
156msgid "Follow" 156msgid "Follow"
157msgstr "关注" 157msgstr "关注"
158 158
159#: html.c:1141 159#: html.c:1189
160msgid "(by URL or user@host)" 160msgid "(by URL or user@host)"
161msgstr "(通过网址或者 用户名@服务器)" 161msgstr "(通过网址或者 用户名@服务器)"
162 162
163#: html.c:1156 html.c:1690 html.c:4364 163#: html.c:1204 html.c:1764 html.c:4527
164msgid "Boost" 164msgid "Boost"
165msgstr "转发" 165msgstr "转发"
166 166
167#: html.c:1158 html.c:1175 167#: html.c:1206 html.c:1223
168msgid "(by URL)" 168msgid "(by URL)"
169msgstr "(通过网址)" 169msgstr "(通过网址)"
170 170
171#: html.c:1173 html.c:1669 html.c:4355 171#: html.c:1221 html.c:1743 html.c:4518
172msgid "Like" 172msgid "Like"
173msgstr "点赞" 173msgstr "点赞"
174 174
175#: html.c:1278 175#: html.c:1347
176msgid "User Settings..." 176msgid "User Settings..."
177msgstr "用户设置..." 177msgstr "用户设置..."
178 178
179#: html.c:1287 179#: html.c:1356
180msgid "Display name:" 180msgid "Display name:"
181msgstr "显示名字:" 181msgstr "显示名字:"
182 182
183#: html.c:1293 183#: html.c:1362
184msgid "Your name" 184msgid "Your name"
185msgstr "你的名字" 185msgstr "你的名字"
186 186
187#: html.c:1295 187#: html.c:1364
188msgid "Avatar: " 188msgid "Avatar: "
189msgstr "头像:" 189msgstr "头像:"
190 190
191#: html.c:1303 191#: html.c:1372
192msgid "Delete current avatar" 192msgid "Delete current avatar"
193msgstr "删除当前头像" 193msgstr "删除当前头像"
194 194
195#: html.c:1305 195#: html.c:1374
196msgid "Header image (banner): " 196msgid "Header image (banner): "
197msgstr "页眉图像(横幅)" 197msgstr "页眉图像(横幅)"
198 198
199#: html.c:1313 199#: html.c:1382
200msgid "Delete current header image" 200msgid "Delete current header image"
201msgstr "删除当前的页眉图像" 201msgstr "删除当前的页眉图像"
202 202
203#: html.c:1315 203#: html.c:1384
204msgid "Bio:" 204msgid "Bio:"
205msgstr "简介" 205msgstr "简介"
206 206
207#: html.c:1321 207#: html.c:1390
208msgid "Write about yourself here..." 208msgid "Write about yourself here..."
209msgstr "在这里介绍你自己..." 209msgstr "在这里介绍你自己..."
210 210
211#: html.c:1330 211#: html.c:1399
212msgid "Always show sensitive content" 212msgid "Always show sensitive content"
213msgstr "总是显示敏感内容" 213msgstr "总是显示敏感内容"
214 214
215#: html.c:1332 215#: html.c:1401
216msgid "Email address for notifications:" 216msgid "Email address for notifications:"
217msgstr "用于通知的电子邮箱地址" 217msgstr "用于通知的电子邮箱地址"
218 218
219#: html.c:1340 219#: html.c:1409
220msgid "Telegram notifications (bot key and chat id):" 220msgid "Telegram notifications (bot key and chat id):"
221msgstr "Telegram通知(bot密钥和聊天ID)" 221msgstr "Telegram通知(bot密钥和聊天ID)"
222 222
223#: html.c:1354 223#: html.c:1423
224msgid "ntfy notifications (ntfy server and token):" 224msgid "ntfy notifications (ntfy server and token):"
225msgstr "ntfy通知(ntfy服务器和令牌):" 225msgstr "ntfy通知(ntfy服务器和令牌):"
226 226
227#: html.c:1368 227#: html.c:1437
228msgid "Maximum days to keep posts (0: server settings):" 228msgid "Maximum days to keep posts (0: server settings):"
229msgstr "保存贴子的最大天数(0:服务器设置)" 229msgstr "保存贴子的最大天数(0:服务器设置)"
230 230
231#: html.c:1382 231#: html.c:1451
232msgid "Drop direct messages from people you don't follow" 232msgid "Drop direct messages from people you don't follow"
233msgstr "丢弃你没有关注的人的私信" 233msgstr "丢弃你没有关注的人的私信"
234 234
235#: html.c:1391 235#: html.c:1460
236msgid "This account is a bot" 236msgid "This account is a bot"
237msgstr "此帐号是机器人" 237msgstr "此帐号是机器人"
238 238
239#: html.c:1400 239#: html.c:1469
240msgid "Auto-boost all mentions to this account" 240msgid "Auto-boost all mentions to this account"
241msgstr "自动转发所有对此帐号的提及" 241msgstr "自动转发所有对此帐号的提及"
242 242
243#: html.c:1409 243#: html.c:1478
244msgid "This account is private (posts are not shown through the web)" 244msgid "This account is private (posts are not shown through the web)"
245msgstr "这是一个私密帐号(贴子不会在网页中显示)" 245msgstr "这是一个私密帐号(贴子不会在网页中显示)"
246 246
247#: html.c:1419 247#: html.c:1488
248msgid "Collapse top threads by default" 248msgid "Collapse top threads by default"
249msgstr "默认收起主题帖" 249msgstr "默认收起主题帖"
250 250
251#: html.c:1428 251#: html.c:1497
252msgid "Follow requests must be approved" 252msgid "Follow requests must be approved"
253msgstr "关注请求必须经过审批" 253msgstr "关注请求必须经过审批"
254 254
255#: html.c:1437 255#: html.c:1506
256msgid "Publish follower and following metrics" 256msgid "Publish follower and following metrics"
257msgstr "展示关注者和正在关注的数量" 257msgstr "展示关注者和正在关注的数量"
258 258
259#: html.c:1439 259#: html.c:1508
260msgid "Current location:" 260msgid "Current location:"
261msgstr "当前位置:" 261msgstr "当前位置:"
262 262
263#: html.c:1453 263#: html.c:1522
264msgid "Profile metadata (key=value pairs in each line):" 264msgid "Profile metadata (key=value pairs in each line):"
265msgstr "个人资料元数据(每行一条 键=值)" 265msgstr "个人资料元数据(每行一条 键=值)"
266 266
267#: html.c:1464 267#: html.c:1533
268msgid "Web interface language:" 268msgid "Web interface language:"
269msgstr "网页界面语言:" 269msgstr "网页界面语言:"
270 270
271#: html.c:1469 271#: html.c:1543
272msgid "New password:" 272msgid "New password:"
273msgstr "新密码:" 273msgstr "新密码:"
274 274
275#: html.c:1476 275#: html.c:1550
276msgid "Repeat new password:" 276msgid "Repeat new password:"
277msgstr "重复新密码:" 277msgstr "重复新密码:"
278 278
279#: html.c:1486 279#: html.c:1560
280msgid "Update user info" 280msgid "Update user info"
281msgstr "更新用户信息:" 281msgstr "更新用户信息:"
282 282
283#: html.c:1497 283#: html.c:1571
284msgid "Followed hashtags..." 284msgid "Followed hashtags..."
285msgstr "已关注的话题标签..." 285msgstr "已关注的话题标签..."
286 286
287#: html.c:1499 html.c:1531 287#: html.c:1573 html.c:1605
288msgid "One hashtag per line" 288msgid "One hashtag per line"
289msgstr "每行一个话题标签" 289msgstr "每行一个话题标签"
290 290
291#: html.c:1520 html.c:1552 291#: html.c:1594 html.c:1626
292msgid "Update hashtags" 292msgid "Update hashtags"
293msgstr "更新话题标签" 293msgstr "更新话题标签"
294 294
295#: html.c:1669 295#: html.c:1743
296msgid "Say you like this post" 296msgid "Say you like this post"
297msgstr "说你喜欢这个贴子" 297msgstr "说你喜欢这个贴子"
298 298
299#: html.c:1674 html.c:4373 299#: html.c:1748 html.c:4536
300msgid "Unlike" 300msgid "Unlike"
301msgstr "不喜欢" 301msgstr "不喜欢"
302 302
303#: html.c:1674 303#: html.c:1748
304msgid "Nah don't like it that much" 304msgid "Nah don't like it that much"
305msgstr "啊,不怎么喜欢这个" 305msgstr "啊,不怎么喜欢这个"
306 306
307#: html.c:1680 html.c:4505 307#: html.c:1754 html.c:4673
308msgid "Unpin" 308msgid "Unpin"
309msgstr "取消置顶" 309msgstr "取消置顶"
310 310
311#: html.c:1680 311#: html.c:1754
312msgid "Unpin this post from your timeline" 312msgid "Unpin this post from your timeline"
313msgstr "从你的时间线上取消置顶这个贴子" 313msgstr "从你的时间线上取消置顶这个贴子"
314 314
315#: html.c:1683 html.c:4500 315#: html.c:1757 html.c:4668
316msgid "Pin" 316msgid "Pin"
317msgstr "置顶" 317msgstr "置顶"
318 318
319#: html.c:1683 319#: html.c:1757
320msgid "Pin this post to the top of your timeline" 320msgid "Pin this post to the top of your timeline"
321msgstr "把这条贴子置顶在你的时间线上" 321msgstr "把这条贴子置顶在你的时间线上"
322 322
323#: html.c:1690 323#: html.c:1764
324msgid "Announce this post to your followers" 324msgid "Announce this post to your followers"
325msgstr "向你的关注者宣布这条贴子" 325msgstr "向你的关注者宣布这条贴子"
326 326
327#: html.c:1695 html.c:4381 327#: html.c:1769 html.c:4544
328msgid "Unboost" 328msgid "Unboost"
329msgstr "取消转发" 329msgstr "取消转发"
330 330
331#: html.c:1695 331#: html.c:1769
332msgid "I regret I boosted this" 332msgid "I regret I boosted this"
333msgstr "我后悔转发这个了" 333msgstr "我后悔转发这个了"
334 334
335#: html.c:1701 html.c:4515 335#: html.c:1775 html.c:4683
336msgid "Unbookmark" 336msgid "Unbookmark"
337msgstr "取消收藏" 337msgstr "取消收藏"
338 338
339#: html.c:1701 339#: html.c:1775
340msgid "Delete this post from your bookmarks" 340msgid "Delete this post from your bookmarks"
341msgstr "从收藏夹中删除这个贴子" 341msgstr "从收藏夹中删除这个贴子"
342 342
343#: html.c:1704 html.c:4510 343#: html.c:1778 html.c:4678
344msgid "Bookmark" 344msgid "Bookmark"
345msgstr "收藏" 345msgstr "收藏"
346 346
347#: html.c:1704 347#: html.c:1778
348msgid "Add this post to your bookmarks" 348msgid "Add this post to your bookmarks"
349msgstr "把这个贴子加入收藏夹" 349msgstr "把这个贴子加入收藏夹"
350 350
351#: html.c:1710 html.c:3081 html.c:3269 html.c:4425 351#: html.c:1784 html.c:3179 html.c:3367 html.c:4591
352msgid "Unfollow" 352msgid "Unfollow"
353msgstr "取消关注" 353msgstr "取消关注"
354 354
355#: html.c:1710 html.c:3082 355#: html.c:1784 html.c:3180
356msgid "Stop following this user's activity" 356msgid "Stop following this user's activity"
357msgstr "停止关注此用户的动态" 357msgstr "停止关注此用户的动态"
358 358
359#: html.c:1714 html.c:3096 359#: html.c:1788 html.c:3194
360msgid "Start following this user's activity" 360msgid "Start following this user's activity"
361msgstr "开始关注此用户的动态" 361msgstr "开始关注此用户的动态"
362 362
363#: html.c:1720 html.c:4455 363#: html.c:1794 html.c:4621
364msgid "Unfollow Group" 364msgid "Unfollow Group"
365msgstr "取消关注群组" 365msgstr "取消关注群组"
366 366
367#: html.c:1721 367#: html.c:1795
368msgid "Stop following this group or channel" 368msgid "Stop following this group or channel"
369msgstr "取消关注这个群组或频道" 369msgstr "取消关注这个群组或频道"
370 370
371#: html.c:1725 html.c:4442 371#: html.c:1799 html.c:4608
372msgid "Follow Group" 372msgid "Follow Group"
373msgstr "关注群组" 373msgstr "关注群组"
374 374
375#: html.c:1726 375#: html.c:1800
376msgid "Start following this group or channel" 376msgid "Start following this group or channel"
377msgstr "开始关注这个群组或频道" 377msgstr "开始关注这个群组或频道"
378 378
379#: html.c:1731 html.c:3118 html.c:4389 379#: html.c:1805 html.c:3216 html.c:4552
380msgid "MUTE" 380msgid "MUTE"
381msgstr "静音" 381msgstr "静音"
382 382
383#: html.c:1732 383#: html.c:1806
384msgid "Block any activity from this user forever" 384msgid "Block any activity from this user forever"
385msgstr "永久屏蔽来自这个用户的任何动态" 385msgstr "永久屏蔽来自这个用户的任何动态"
386 386
387#: html.c:1737 html.c:3100 html.c:4472 387#: html.c:1811 html.c:3198 html.c:4638
388msgid "Delete" 388msgid "Delete"
389msgstr "删除" 389msgstr "删除"
390 390
391#: html.c:1737 391#: html.c:1811
392msgid "Delete this post" 392msgid "Delete this post"
393msgstr "删除这条贴子" 393msgstr "删除这条贴子"
394 394
395#: html.c:1740 html.c:4397 395#: html.c:1814 html.c:4560
396msgid "Hide" 396msgid "Hide"
397msgstr "隐藏" 397msgstr "隐藏"
398 398
399#: html.c:1740 399#: html.c:1814
400msgid "Hide this post and its children" 400msgid "Hide this post and its children"
401msgstr "删除这条贴子及其回复" 401msgstr "删除这条贴子及其回复"
402 402
403#: html.c:1771 403#: html.c:1845
404msgid "Edit..." 404msgid "Edit..."
405msgstr "编辑..." 405msgstr "编辑..."
406 406
407#: html.c:1790 407#: html.c:1865
408msgid "Reply..." 408msgid "Reply..."
409msgstr "回复..." 409msgstr "回复..."
410 410
411#: html.c:1841 411#: html.c:1916
412msgid "Truncated (too deep)" 412msgid "Truncated (too deep)"
413msgstr "已被截断(太深了)" 413msgstr "已被截断(太深了)"
414 414
415#: html.c:1850 415#: html.c:1925
416msgid "follows you" 416msgid "follows you"
417msgstr "关注了你" 417msgstr "关注了你"
418 418
419#: html.c:1913 419#: html.c:1988
420msgid "Pinned" 420msgid "Pinned"
421msgstr "已置顶" 421msgstr "已置顶"
422 422
423#: html.c:1921 423#: html.c:1996
424msgid "Bookmarked" 424msgid "Bookmarked"
425msgstr "已收藏" 425msgstr "已收藏"
426 426
427#: html.c:1929 427#: html.c:2004
428msgid "Poll" 428msgid "Poll"
429msgstr "投票" 429msgstr "投票"
430 430
431#: html.c:1936 431#: html.c:2011
432msgid "Voted" 432msgid "Voted"
433msgstr "已投票" 433msgstr "已投票"
434 434
435#: html.c:1945 435#: html.c:2020
436msgid "Event" 436msgid "Event"
437msgstr "事件" 437msgstr "事件"
438 438
439#: html.c:1977 html.c:2006 439#: html.c:2052 html.c:2081
440msgid "boosted" 440msgid "boosted"
441msgstr "已转发" 441msgstr "已转发"
442 442
443#: html.c:2022 443#: html.c:2097
444msgid "in reply to" 444msgid "in reply to"
445msgstr "回复给" 445msgstr "回复给"
446 446
447#: html.c:2073 447#: html.c:2148
448msgid " [SENSITIVE CONTENT]" 448msgid " [SENSITIVE CONTENT]"
449msgstr "【敏感内容】" 449msgstr "【敏感内容】"
450 450
451#: html.c:2250 451#: html.c:2325
452msgid "Vote" 452msgid "Vote"
453msgstr "投票" 453msgstr "投票"
454 454
455#: html.c:2260 455#: html.c:2335
456msgid "Closed" 456msgid "Closed"
457msgstr "已关闭" 457msgstr "已关闭"
458 458
459#: html.c:2285 459#: html.c:2360
460msgid "Closes in" 460msgid "Closes in"
461msgstr "距离关闭还有" 461msgstr "距离关闭还有"
462 462
463#: html.c:2366 463#: html.c:2441
464msgid "Video" 464msgid "Video"
465msgstr "视频" 465msgstr "视频"
466 466
467#: html.c:2381 467#: html.c:2456
468msgid "Audio" 468msgid "Audio"
469msgstr "音频" 469msgstr "音频"
470 470
471#: html.c:2403 471#: html.c:2484
472msgid "Attachment" 472msgid "Attachment"
473msgstr "附件" 473msgstr "附件"
474 474
475#: html.c:2417 475#: html.c:2498
476msgid "Alt..." 476msgid "Alt..."
477msgstr "描述..." 477msgstr "描述..."
478 478
479#: html.c:2430 479#: html.c:2511
480msgid "Source channel or community" 480msgid "Source channel or community"
481msgstr "来源频道或者社群" 481msgstr "来源频道或者社群"
482 482
483#: html.c:2524 483#: html.c:2605
484msgid "Time: " 484msgid "Time: "
485msgstr "时间:" 485msgstr "时间:"
486 486
487#: html.c:2605 487#: html.c:2686
488msgid "Older..." 488msgid "Older..."
489msgstr "更早的..." 489msgstr "更早的..."
490 490
491#: html.c:2702 491#: html.c:2788
492msgid "about this site" 492msgid "about this site"
493msgstr "关于此站点" 493msgstr "关于此站点"
494 494
495#: html.c:2704 495#: html.c:2790
496msgid "powered by " 496msgid "powered by "
497msgstr "驱动自" 497msgstr "驱动自"
498 498
499#: html.c:2769 499#: html.c:2855
500msgid "Dismiss" 500msgid "Dismiss"
501msgstr "忽略" 501msgstr "忽略"
502 502
503#: html.c:2786 503#: html.c:2872
504#, c-format 504#, c-format
505msgid "Timeline for list '%s'" 505msgid "Timeline for list '%s'"
506msgstr "列表'%s'的时间线" 506msgstr "列表'%s'的时间线"
507 507
508#: html.c:2805 html.c:3846 508#: html.c:2891 html.c:3944
509msgid "Pinned posts" 509msgid "Pinned posts"
510msgstr "置顶的贴子" 510msgstr "置顶的贴子"
511 511
512#: html.c:2817 html.c:3861 512#: html.c:2903 html.c:3959
513msgid "Bookmarked posts" 513msgid "Bookmarked posts"
514msgstr "收藏的贴子" 514msgstr "收藏的贴子"
515 515
516#: html.c:2829 html.c:3876 516#: html.c:2915 html.c:3974
517msgid "Post drafts" 517msgid "Post drafts"
518msgstr "贴子草稿" 518msgstr "贴子草稿"
519 519
520#: html.c:2888 520#: html.c:2986
521msgid "No more unseen posts" 521msgid "No more unseen posts"
522msgstr "没有更多未读贴子了" 522msgstr "没有更多未读贴子了"
523 523
524#: html.c:2892 html.c:2992 524#: html.c:2990 html.c:3090
525msgid "Back to top" 525msgid "Back to top"
526msgstr "返回顶部" 526msgstr "返回顶部"
527 527
528#: html.c:2945 528#: html.c:3043
529msgid "History" 529msgid "History"
530msgstr "历史" 530msgstr "历史"
531 531
532#: html.c:2997 html.c:3417 532#: html.c:3095 html.c:3515
533msgid "More..." 533msgid "More..."
534msgstr "更多..." 534msgstr "更多..."
535 535
536#: html.c:3086 html.c:4408 536#: html.c:3184 html.c:4574
537msgid "Unlimit" 537msgid "Unlimit"
538msgstr "取消限制" 538msgstr "取消限制"
539 539
540#: html.c:3087 540#: html.c:3185
541msgid "Allow announces (boosts) from this user" 541msgid "Allow announces (boosts) from this user"
542msgstr "允许来自这个用户的通知(转发)" 542msgstr "允许来自这个用户的通知(转发)"
543 543
544#: html.c:3090 html.c:4404 544#: html.c:3188 html.c:4570
545msgid "Limit" 545msgid "Limit"
546msgstr "限制" 546msgstr "限制"
547 547
548#: html.c:3091 548#: html.c:3189
549msgid "Block announces (boosts) from this user" 549msgid "Block announces (boosts) from this user"
550msgstr "屏蔽来自这个用户的通知(转发)" 550msgstr "屏蔽来自这个用户的通知(转发)"
551 551
552#: html.c:3100 552#: html.c:3198
553msgid "Delete this user" 553msgid "Delete this user"
554msgstr "删除此用户" 554msgstr "删除此用户"
555 555
556#: html.c:3105 html.c:4520 556#: html.c:3203 html.c:4688
557msgid "Approve" 557msgid "Approve"
558msgstr "允许" 558msgstr "允许"
559 559
560#: html.c:3106 560#: html.c:3204
561msgid "Approve this follow request" 561msgid "Approve this follow request"
562msgstr "允许这个关注请求" 562msgstr "允许这个关注请求"
563 563
564#: html.c:3109 html.c:4544 564#: html.c:3207 html.c:4712
565msgid "Discard" 565msgid "Discard"
566msgstr "丢弃" 566msgstr "丢弃"
567 567
568#: html.c:3109 568#: html.c:3207
569msgid "Discard this follow request" 569msgid "Discard this follow request"
570msgstr "丢弃这个关注请求" 570msgstr "丢弃这个关注请求"
571 571
572#: html.c:3114 html.c:4393 572#: html.c:3212 html.c:4556
573msgid "Unmute" 573msgid "Unmute"
574msgstr "取消静音" 574msgstr "取消静音"
575 575
576#: html.c:3115 576#: html.c:3213
577msgid "Stop blocking activities from this user" 577msgid "Stop blocking activities from this user"
578msgstr "停止屏蔽来自此用户的动态" 578msgstr "停止屏蔽来自此用户的动态"
579 579
580#: html.c:3119 580#: html.c:3217
581msgid "Block any activity from this user" 581msgid "Block any activity from this user"
582msgstr "屏蔽来自此用户的任何动态" 582msgstr "屏蔽来自此用户的任何动态"
583 583
584#: html.c:3127 584#: html.c:3225
585msgid "Direct Message..." 585msgid "Direct Message..."
586msgstr "私信..." 586msgstr "私信..."
587 587
588#: html.c:3162 588#: html.c:3260
589msgid "Pending follow confirmations" 589msgid "Pending follow confirmations"
590msgstr "待处理的关注确认" 590msgstr "待处理的关注确认"
591 591
592#: html.c:3166 592#: html.c:3264
593msgid "People you follow" 593msgid "People you follow"
594msgstr "你关注的人" 594msgstr "你关注的人"
595 595
596#: html.c:3167 596#: html.c:3265
597msgid "People that follow you" 597msgid "People that follow you"
598msgstr "关注你的人" 598msgstr "关注你的人"
599 599
600#: html.c:3206 600#: html.c:3304
601msgid "Clear all" 601msgid "Clear all"
602msgstr "清除全部" 602msgstr "清除全部"
603 603
604#: html.c:3263 604#: html.c:3361
605msgid "Mention" 605msgid "Mention"
606msgstr "提及" 606msgstr "提及"
607 607
608#: html.c:3266 608#: html.c:3364
609msgid "Finished poll" 609msgid "Finished poll"
610msgstr "结束投票" 610msgstr "结束投票"
611 611
612#: html.c:3281 612#: html.c:3379
613msgid "Follow Request" 613msgid "Follow Request"
614msgstr "关注请求" 614msgstr "关注请求"
615 615
616#: html.c:3364 616#: html.c:3462
617msgid "Context" 617msgid "Context"
618msgstr "上下文" 618msgstr "上下文"
619 619
620#: html.c:3375 620#: html.c:3473
621msgid "New" 621msgid "New"
622msgstr "新建" 622msgstr "新建"
623 623
624#: html.c:3390 624#: html.c:3488
625msgid "Already seen" 625msgid "Already seen"
626msgstr "已经看过" 626msgstr "已经看过"
627 627
628#: html.c:3405 628#: html.c:3503
629msgid "None" 629msgid "None"
630msgstr "没有" 630msgstr "没有"
631 631
632#: html.c:3671 632#: html.c:3769
633#, c-format 633#, c-format
634msgid "Search results for account %s" 634msgid "Search results for account %s"
635msgstr "账户 %s 的搜索结果" 635msgstr "账户 %s 的搜索结果"
636 636
637#: html.c:3678 637#: html.c:3776
638#, c-format 638#, c-format
639msgid "Account %s not found" 639msgid "Account %s not found"
640msgstr "没有找到账户 %s" 640msgstr "没有找到账户 %s"
641 641
642#: html.c:3709 642#: html.c:3807
643#, c-format 643#, c-format
644msgid "Search results for tag %s" 644msgid "Search results for tag %s"
645msgstr "标签 %s 的搜索结果" 645msgstr "标签 %s 的搜索结果"
646 646
647#: html.c:3709 647#: html.c:3807
648#, c-format 648#, c-format
649msgid "Nothing found for tag %s" 649msgid "Nothing found for tag %s"
650msgstr "没有找到标签'%s'的结果" 650msgstr "没有找到标签'%s'的结果"
651 651
652#: html.c:3725 652#: html.c:3823
653#, c-format 653#, c-format
654msgid "Search results for '%s' (may be more)" 654msgid "Search results for '%s' (may be more)"
655msgstr "'%s'的搜索结果(可能还有更多)" 655msgstr "'%s'的搜索结果(可能还有更多)"
656 656
657#: html.c:3728 657#: html.c:3826
658#, c-format 658#, c-format
659msgid "Search results for '%s'" 659msgid "Search results for '%s'"
660msgstr "'%s'的搜索结果" 660msgstr "'%s'的搜索结果"
661 661
662#: html.c:3731 662#: html.c:3829
663#, c-format 663#, c-format
664msgid "No more matches for '%s'" 664msgid "No more matches for '%s'"
665msgstr "没有更多匹配'%s'的结果了" 665msgstr "没有更多匹配'%s'的结果了"
666 666
667#: html.c:3733 667#: html.c:3831
668#, c-format 668#, c-format
669msgid "Nothing found for '%s'" 669msgid "Nothing found for '%s'"
670msgstr "没有找到'%s'的结果" 670msgstr "没有找到'%s'的结果"
671 671
672#: html.c:3831 672#: html.c:3929
673msgid "Showing instance timeline" 673msgid "Showing instance timeline"
674msgstr "显示实例时间线" 674msgstr "显示实例时间线"
675 675
676#: html.c:3899 676#: html.c:4012
677#, c-format 677#, c-format
678msgid "Showing timeline for list '%s'" 678msgid "Showing timeline for list '%s'"
679msgstr "显示列表'%s'的事件线" 679msgstr "显示列表'%s'的事件线"
@@ -687,15 +687,15 @@ msgstr "标签 #%s 的搜索结果"
687msgid "Recent posts by users in this instance" 687msgid "Recent posts by users in this instance"
688msgstr "此实例上的用户最近的贴子" 688msgstr "此实例上的用户最近的贴子"
689 689
690#: html.c:1529 690#: html.c:1603
691msgid "Blocked hashtags..." 691msgid "Blocked hashtags..."
692msgstr "已屏蔽的话题标签" 692msgstr "已屏蔽的话题标签"
693 693
694#: html.c:420 694#: html.c:432
695msgid "Optional URL to reply to" 695msgid "Optional URL to reply to"
696msgstr "可选的回复的网址" 696msgstr "可选的回复的网址"
697 697
698#: html.c:527 698#: html.c:575
699msgid "" 699msgid ""
700"Option 1...\n" 700"Option 1...\n"
701"Option 2...\n" 701"Option 2...\n"
@@ -707,30 +707,54 @@ msgstr ""
707"选项3...\n" 707"选项3...\n"
708"..." 708"..."
709 709
710#: html.c:1346 710#: html.c:1415
711msgid "Bot API key" 711msgid "Bot API key"
712msgstr "Bot API 密钥" 712msgstr "Bot API 密钥"
713 713
714#: html.c:1352 714#: html.c:1421
715msgid "Chat id" 715msgid "Chat id"
716msgstr "聊天ID" 716msgstr "聊天ID"
717 717
718#: html.c:1360 718#: html.c:1429
719msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)" 719msgid "ntfy server - full URL (example: https://ntfy.sh/YourTopic)"
720msgstr "ntfy服务器 - 完整网址(例如:https://ntft.sh/YourTopic)" 720msgstr "ntfy服务器 - 完整网址(例如:https://ntft.sh/YourTopic)"
721 721
722#: html.c:1366 722#: html.c:1435
723msgid "ntfy token - if needed" 723msgid "ntfy token - if needed"
724msgstr "ntft令牌 - 如果需要的话" 724msgstr "ntft令牌 - 如果需要的话"
725 725
726#: html.c:2806 726#: html.c:2892
727msgid "pinned" 727msgid "pinned"
728msgstr "置顶" 728msgstr "置顶"
729 729
730#: html.c:2818 730#: html.c:2904
731msgid "bookmarks" 731msgid "bookmarks"
732msgstr "收藏夹" 732msgstr "收藏夹"
733 733
734#: html.c:2830 734#: html.c:2916
735msgid "drafts" 735msgid "drafts"
736msgstr "草稿" 736msgstr "草稿"
737
738#: html.c:464
739msgid "Scheduled post..."
740msgstr ""
741
742msgid "Post date and time:"
743msgstr ""
744
745#: html.c:2927 html.c:3989
746msgid "Scheduled posts"
747msgstr ""
748
749#: html.c:2928
750msgid "scheduled posts"
751msgstr ""
752
753#: html.c:458
754#, c-format
755msgid "Post date and time (timezone: %s):"
756msgstr ""
757
758#: html.c:1538
759msgid "Time zone:"
760msgstr ""
diff --git a/snac.h b/snac.h
index d0fb973..c2e1507 100644
--- a/snac.h
+++ b/snac.h
@@ -1,7 +1,7 @@
1/* snac - A simple, minimalistic ActivityPub instance */ 1/* snac - A simple, minimalistic ActivityPub instance */
2/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */ 2/* copyright (c) 2022 - 2025 grunfink et al. / MIT license */
3 3
4#define VERSION "2.74" 4#define VERSION "2.75"
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7
@@ -61,6 +61,7 @@ typedef struct {
61 xs_str *actor; /* actor url */ 61 xs_str *actor; /* actor url */
62 xs_str *md5; /* actor url md5 */ 62 xs_str *md5; /* actor url md5 */
63 const xs_dict *lang;/* string translation dict */ 63 const xs_dict *lang;/* string translation dict */
64 const char *tz; /* configured timezone */
64} snac; 65} snac;
65 66
66typedef struct { 67typedef struct {
@@ -205,6 +206,12 @@ void draft_del(snac *user, const char *id);
205void draft_add(snac *user, const char *id, const xs_dict *msg); 206void draft_add(snac *user, const char *id, const xs_dict *msg);
206xs_list *draft_list(snac *user); 207xs_list *draft_list(snac *user);
207 208
209int is_scheduled(snac *user, const char *id);
210void schedule_del(snac *user, const char *id);
211void schedule_add(snac *user, const char *id, const xs_dict *msg);
212xs_list *scheduled_list(snac *user);
213void scheduled_process(snac *user);
214
208int limited(snac *user, const char *id, int cmd); 215int limited(snac *user, const char *id, int cmd);
209#define is_limited(user, id) limited((user), (id), 0) 216#define is_limited(user, id) limited((user), (id), 0)
210#define limit(user, id) limited((user), (id), 1) 217#define limit(user, id) limited((user), (id), 1)
diff --git a/xs_time.h b/xs_time.h
index 0e004dc..a5792bc 100644
--- a/xs_time.h
+++ b/xs_time.h
@@ -15,6 +15,8 @@ time_t xs_parse_time(const char *str, const char *fmt, int local);
15#define xs_parse_localtime(str, fmt) xs_parse_time(str, fmt, 1) 15#define xs_parse_localtime(str, fmt) xs_parse_time(str, fmt, 1)
16#define xs_parse_utctime(str, fmt) xs_parse_time(str, fmt, 0) 16#define xs_parse_utctime(str, fmt) xs_parse_time(str, fmt, 0)
17xs_str *xs_str_time_diff(time_t time_diff); 17xs_str *xs_str_time_diff(time_t time_diff);
18xs_list *xs_tz_list(void);
19int xs_tz_offset(const char *tz);
18 20
19#ifdef XS_IMPLEMENTATION 21#ifdef XS_IMPLEMENTATION
20 22
@@ -106,6 +108,128 @@ time_t xs_parse_iso_date(const char *iso_date, int local)
106} 108}
107 109
108 110
111/** timezones **/
112
113/* intentionally dead simple */
114
115struct {
116 const char *tz; /* timezone name */
117 float h_offset; /* hour offset */
118} xs_tz[] = {
119 { "UTC", 0 },
120 { "WET (Western European Time)", 0 },
121 { "WEST (Western European Summer Time)", 1 },
122 { "CET (Central European Time)", 1 },
123 { "CEST (Central European Summer Time)", 2 },
124 { "EET (Eastern European Time)", 2 },
125 { "EEST (Eastern European Summer Time)", 3 },
126 { "MSK (Moskow Time Zone)", 3 },
127 { "EST (Eastern Time Zone)", -5 },
128 { "AST (Atlantic Time Zone)", -4 },
129 { "ADT (Atlantic Daylight Time Zone)", -3 },
130 { "CST (Central Time Zone)", -6 },
131 { "CDT (Central Daylight Time Zone)", -5 },
132 { "MST (Mountain Time Zone)", -7 },
133 { "MDT (Mountain Daylight Time Zone)", -6 },
134 { "PST (Pacific Time Zone)", -8 },
135 { "PDT (Pacific Daylight Time Zone)", -7 },
136 { "AKST (Alaska Time Zone)", -9 },
137 { "AKDT (Alaska Daylight Time Zone)", -8 },
138 { "China Time Zone", 8 },
139 { "IST (Israel Standard Time)", 2 },
140 { "IDT (Israel Daylight Standard Time)", 3 },
141 { "WIB (Western Indonesia Time)", 7 },
142 { "WITA (Central Indonesia Time)", 8 },
143 { "WIT (Eastern Indonesia Time)", 9 },
144 { "AWST (Australian Western Time)", 8 },
145 { "ACST (Australian Eastern Time)", 9.5 },
146 { "ACDT (Australian Daylight Eastern Time)", 10.5 },
147 { "AEST (Australian Eastern Time)", 10 },
148 { "AEDT (Australian Daylight Eastern Time)", 11 },
149 { "NZST (New Zealand Time)", 12 },
150 { "NZDT (New Zealand Daylight Time)", 13 },
151 { "UTC", 0 },
152 { "UTC+1", 1 },
153 { "UTC+2", 2 },
154 { "UTC+3", 3 },
155 { "UTC+4", 4 },
156 { "UTC+5", 5 },
157 { "UTC+6", 6 },
158 { "UTC+7", 7 },
159 { "UTC+8", 8 },
160 { "UTC+9", 9 },
161 { "UTC+10", 10 },
162 { "UTC+11", 11 },
163 { "UTC+12", 12 },
164 { "UTC-1", -1 },
165 { "UTC-2", -2 },
166 { "UTC-3", -3 },
167 { "UTC-4", -4 },
168 { "UTC-5", -5 },
169 { "UTC-6", -6 },
170 { "UTC-7", -7 },
171 { "UTC-8", -8 },
172 { "UTC-9", -9 },
173 { "UTC-10", -10 },
174 { "UTC-11", -11 },
175 { "UTC-12", -12 },
176 { "UTC-13", -13 },
177 { "UTC-14", -14 },
178 { "GMT", 0 },
179 { "GMT+1", -1 },
180 { "GMT+2", -2 },
181 { "GMT+3", -3 },
182 { "GMT+4", -4 },
183 { "GMT+5", -5 },
184 { "GMT+6", -6 },
185 { "GMT+7", -7 },
186 { "GMT+8", -8 },
187 { "GMT+9", -9 },
188 { "GMT+10", -10 },
189 { "GMT+11", -11 },
190 { "GMT+12", -12 },
191 { "GMT-1", 1 },
192 { "GMT-2", 2 },
193 { "GMT-3", 3 },
194 { "GMT-4", 4 },
195 { "GMT-5", 5 },
196 { "GMT-6", 6 },
197 { "GMT-7", 7 },
198 { "GMT-8", 8 },
199 { "GMT-9", 9 },
200 { "GMT-10", 10 },
201 { "GMT-11", 11 },
202 { "GMT-12", 12 },
203 { "GMT-13", 13 },
204 { "GMT-14", 14 },
205 { NULL, 0 }
206};
207
208
209xs_list *xs_tz_list(void)
210/* returns the list of supported timezones */
211{
212 xs_list *l = xs_list_new();
213
214 for (int n = 0; xs_tz[n].tz != NULL; n++)
215 l = xs_list_append(l, xs_tz[n].tz);
216
217 return l;
218}
219
220
221int xs_tz_offset(const char *tz)
222/* returns the offset in seconds from the specified Time Zone to UTC */
223{
224 for (int n = 0; xs_tz[n].tz != NULL; n++) {
225 if (strcmp(xs_tz[n].tz, tz) == 0)
226 return xs_tz[n].h_offset * 3600;
227 }
228
229 return 0;
230}
231
232
109#endif /* XS_IMPLEMENTATION */ 233#endif /* XS_IMPLEMENTATION */
110 234
111#endif /* _XS_TIME_H */ 235#endif /* _XS_TIME_H */