Skip to content

Commit 1bbe24e

Browse files
BookWyrm Botgithub-actions[bot]
authored andcommitted
deploy versions
1 parent 2f4c71c commit 1bbe24e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+196
-190
lines changed

locale/en_US/LC_MESSAGES/messages.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-22 03:39+0000\n"
11+
"POT-Creation-Date: 2026-01-07 08:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

locale/es_ES/content/reference/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Time before being logged out (in seconds). The default is equivalent to 30 days.
128128
- **Type**: Integer
129129
- **Default**: `100`
130130

131-
Maximum allowed memory for file uploads. You can increase this if users are having trouble uploading BookWyrm export files. The real Django setting is `DATA_UPLOAD_MAX_MEMORY_SIZE`, however we use this setting in `.env` to allow instance admins to set the value [in mebibytes](https://en.wikipedia.org/wiki/Byte#Multiple-byte_units) rather than bytes.
131+
Maximum allowed memory for file uploads. You can increase this if users are having trouble uploading BookWyrm export files. El ajuste real de Django es `DATA_UPLOAD_MAX_MEMORY_SIZE`, sin embargo usamos este ajuste en `.env` para permitirles a los administradores de instancias establecer el valor [en mebibytes](https://en.wikipedia.org/wiki/Byte#Multiple-byte_units) en vez de bytes.
132132

133133
## Basic BookWyrm site settings
134134

53 Bytes
Binary file not shown.

locale/it_IT/LC_MESSAGES/messages.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: bookwyrm\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2025-10-18 10:28+0000\n"
6-
"PO-Revision-Date: 2025-10-18 12:40\n"
6+
"PO-Revision-Date: 2025-11-02 11:38\n"
77
"Last-Translator: \n"
88
"Language-Team: Italian\n"
99
"Language: it_IT\n"
@@ -120,7 +120,7 @@ msgstr "Questa è la documentazione per il codice di sviluppo corrente. Scegli u
120120

121121
#: templates/page.html:16
122122
msgid "Page Contents"
123-
msgstr ""
123+
msgstr "Contenuti Della Pagina"
124124

125125
#: templates/layout.html:115
126126
msgid "Can't find what you are looking for, or see something wrong? <a href='https://github.com/bookwyrm-social/documentation/issues'>Log an Issue to help us improve this documentation!</a>"

locale/it_IT/content/codebase/activitypub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Questo metodo prende una stringa JSON di ActivityPub e cerca di trasformarla in
8282

8383
**`serializza`**
8484

85-
This method takes a BookWyrm model object, and turns it into a valid ActivityPub JSON string using the dataclass definitions. This is how we process **outgoing** ActivityPub objects.
85+
This method takes a BookWyrm model object, and turns it into a valid ActivityPub JSON string using the dataclass definitions. Questo è il modo in cui elaboriamo oggetti ActivityPub **outgoing**.
8686

8787
### Esempio - Utenti
8888

locale/it_IT/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Titolo: Benvenuto Data: 13-04-2021
55
BookWyrm è un social network per monitorare la lettura, parlare di libri, scrivere recensioni, e scoprire cosa leggere dopo. La Federazione permette agli utenti di BookWyrm di unirsi a piccole comunità di fiducia che possono connettersi tra loro e con altri servizi ActivityPub come Mastodon e Pleroma.
66

77
## Funzionalità
8-
The features are growing every month, and there is plenty of room for suggestions and ideas. Open an [issue](https://github.com/bookwyrm-social/bookwyrm/issues) to get the conversation going, or [find a good first issue](https://github.com/bookwyrm-social/bookwyrm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) to make your first contribution!
8+
Le funzionalità vengono aggiunte ogni mese, e c'è un sacco di spazio per suggerimenti e idee. Open an [issue](https://github.com/bookwyrm-social/bookwyrm/issues) to get the conversation going, or [find a good first issue](https://github.com/bookwyrm-social/bookwyrm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) to make your first contribution!
99

1010
- Pubblicazioni sui libri
1111
- Componi le recensioni, con o senza valutazioni, che vengono aggregate nella pagina del libro

locale/no_NO/content/codebase/activitypub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- - -
2-
Title: ActivityPub Date: 2025-04-21 Order: 1
2+
Tittel: ActivityPub Dato: 2025-04-21 Rekkefølge: 1
33
- - -
44

55
BookWyrm bruker [ActivityPub](http://activitypub.rocks/)-protokollen for å sende og motta brukeraktivitet mellom andre BookWyrm-instanser og andre tjenester som implementerer ActivityPub, som [Mastodon](https://joinmastodon.org/). For å håndtere bokdata, har BookWyrm en håndfull utvidede aktivitetstyper som ikke er en del av standarden, men er forståelige for andre BookWyrm-instanser.
66

7-
To view the ActivityPub data for a BookWyrm entity (user, book, list, etc) you can usually add `.json` to the end of the URL. e.g. `https://www.example.com/user/sam.json` and see the JSON in your web browser or via an http request (e.g. using `curl`).
7+
For å se ActivityPub-data for en BookWyrm enhet (bruker, bok, liste, osv.) kan du vanligvis legge til `.json` til slutten av URL-en. f.eks. `https://www.eksempel.no/user/ola.json` og se JSON-fila i nettleseren eller via en http-forespørsel (f.eks. ved bruk av `curl`).
88

99
## Aktiviteter og objekter
1010

@@ -18,7 +18,7 @@ Interaksjoner for brukerrelasjoner følger standard ActivityPub-spesifikasjon.
1818
- `Update`: oppdaterer brukerens profil og innstillinger
1919
- `Delete`: deaktiverer en bruker
2020
- `Undo`: reverserer en `Follow` eller `Block`
21-
- `Move`: communicate that a user has changed their ID and has moved to a new server. Most ActivityPub software will "follow" the user to the new identity. BookWyrm sends a notification to followers and requires them to confirm they want to follow the user to their new identity.
21+
- `Flytt`: kommunisere at en bruker har endret sin ID og flyttet til en ny server. De fleste ActivityPub-programvare vil "følge" brukeren til den nye identiteten. BookWyrm sender et varsel til følgere og krever at de bekrefter at de vil følge brukeren sin nye identitet.
2222

2323
### Statuser
2424
#### Objekttyper
734 Bytes
Binary file not shown.

locale/pl_PL/LC_MESSAGES/messages.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: bookwyrm\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2025-10-18 10:28+0000\n"
6-
"PO-Revision-Date: 2025-10-18 11:28\n"
6+
"PO-Revision-Date: 2025-11-22 13:54\n"
77
"Last-Translator: \n"
88
"Language-Team: Polish\n"
99
"Language: pl_PL\n"
@@ -116,13 +116,13 @@ msgstr "Licencja"
116116

117117
#: templates/layout.html:65
118118
msgid "This is the documentation for the current development code. Choose a version from the menu to see documentation for released versions since"
119-
msgstr ""
119+
msgstr "To jest dokumentacja dla bieżącego kodu programistycznego. Wybierz wersję z menu, aby zobaczyć dokumentację dla wersji wydanych od"
120120

121121
#: templates/page.html:16
122122
msgid "Page Contents"
123-
msgstr ""
123+
msgstr "Zawartość strony"
124124

125125
#: templates/layout.html:115
126126
msgid "Can't find what you are looking for, or see something wrong? <a href='https://github.com/bookwyrm-social/documentation/issues'>Log an Issue to help us improve this documentation!</a>"
127-
msgstr ""
127+
msgstr "Nie możesz naleźć tego, czego szukasz lub coś nie działa? <a href='https://github.com/bookwyrm-social/documentation/issues'>Zgłoś problem, aby pomóc nam poprawić tę dokumentację!</a>"
128128

locale/pl_PL/content/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Title: Witaj Date: 2021-04-13
55
BookWyrm to sieć społecznościowa do śledzenia swojego czytania, rozmów o książkach, pisania recenzji oraz odkrywania swoich kolejnych książek. Federacja umożliwia użytkownikom BookWyrm dołączanie do małych, zaufanych społeczności, które mogą łączyć się ze sobą i z innymi usługami ActivityPub, takimi jak Mastodon i Pleroma.
66

77
## Funkcje
8-
The features are growing every month, and there is plenty of room for suggestions and ideas. Open an [issue](https://github.com/bookwyrm-social/bookwyrm/issues) to get the conversation going, or [find a good first issue](https://github.com/bookwyrm-social/bookwyrm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) to make your first contribution!
8+
Funkcje rozwijane są każdego miesiąca, a jest tu jeszcze sporo miejsca na sugestie i pomysły. Zgłoś [problem](https://github.com/bookwyrm-social/bookwyrm/issues), aby rozpocząć dyskusję lub [udziel się w innym zgłoszeniu](https://github.com/bookwyrm-social/bookwyrm/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22), aby się przyczynić!
99

1010
- Zamieszczanie treści o książkach
1111
- Twórz recenzje z ocenami lub bez, które będą zamieszczane na stronie książki
@@ -16,12 +16,12 @@ The features are growing every month, and there is plenty of room for suggestion
1616
- Przeglądaj zebrane recenzje książki pomiędzy połączonymi instancjami BookWyrm
1717
- Oddzielaj lokalne i sfederowane recenzje oraz oceny na swoim kanale aktywności
1818
- Śledź aktywność czytania
19-
- Shelve books on default "to-read," "currently reading," "stopped reading," and "read" shelves
19+
- Dodawaj książki na domyślne półki „do przeczytania”, „obecnie czytane”, „czytanie wstrzymane” oraz „przeczytane”
2020
- Twórz własne półki
21-
- Store started/stopped/finished reading dates, as well as progress updates along the way
21+
- Przechowuj daty rozpoczęcia/wstrzymania/ukończenia czytania oraz aktualizacje postępu w czasie
2222
- Dziel się swoją aktywnością czytania z obserwującymi (opcjonalnie i z bardzo precyzyjnymi ustawieniami prywatności)
2323
- Twórz listy książek, które mogą być otwarte na dodawanie do nich sugestii, nadzorowane oraz edytowalne tylko przez twórcę
24-
- Create groups with other BookWyrm users and collaborate with group-owned lists
24+
- Twórz grupy z pozostałymi użytkownikami BookWyrm i współpracuj z grupowymi listami
2525
- Federacja dzięki ActivityPub
2626
- Przekazuj i odbieraj statusy oraz aktywność użytkowników
2727
- Udostępniaj dane o książkach pomiędzy instancjami, aby tworzyć połączoną bazę danych metadanych

0 commit comments

Comments
 (0)