pl-fe: update en.json

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-09-19 22:11:40 +02:00
parent 0119b5f2aa
commit 1bc44e646b
2 changed files with 3 additions and 1 deletions

View File

@ -239,7 +239,7 @@ const untypedCredentialAccountSchema = v.pipe(v.any(), preprocessAccount, v.obje
sensitive: v.fallback(v.optional(v.boolean()), false),
language: v.fallback(v.optional(v.nullable(v.string())), null),
follow_requests_count: v.fallback(v.optional(v.pipe(v.number(), v.integer(), v.minValue(0))), 0),
hide_collections: v.fallback(v.nullable(v.boolean()), null),
hide_collections: v.fallback(v.optional(v.boolean()), undefined),
discoverable: v.fallback(v.optional(v.boolean()), undefined),
indexable: v.fallback(v.nullable(v.boolean()), null),
quote_policy: v.fallback(v.nullable(v.picklist(['public', 'followers', 'nobody'])), null),

View File

@ -1279,6 +1279,8 @@
"notification.pleroma:participation_accepted": "You were accepted to join the event",
"notification.pleroma:participation_request": "{name} wants to join your event",
"notification.poll": "A poll you have voted in has ended",
"notification.quote": "{name} quoted your post",
"notification.quoted_update": "{name} edited a post you quoted",
"notification.reblog": "{name} reposted your post",
"notification.reply": "{name} replied to your post",
"notification.severed_relationships": "Lost connections with {name}",