1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Update translations for manifest.toml (#135)

Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: OniriCorpe <github@oniricorpe.eu>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: Salamandar <6552989+Salamandar@users.noreply.github.com>
This commit is contained in:
YunoHost Bot 2024-04-01 06:05:39 +02:00 committed by GitHub
parent fa11ecc0cd
commit 634d22160b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 85 additions and 3 deletions

View file

@ -1,6 +1,5 @@
# All available README files by language
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Leggi il “README” in italiano](README_it.md)

View file

@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install GoToSocial with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
*[Read this README is other languages.](./ALL_README.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install GoToSocial quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*

61
README_eu.md Normal file
View file

@ -0,0 +1,61 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# GoToSocial YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg)
[![Instalatu GoToSocial YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek GoToSocial YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang.
With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!
The official documentation is at [docs.gotosocial.org](https://docs.gotosocial.org).
The documentation for this YunoHost package [can be read here](./doc/DOCS.md) and the admin is **strongly encouraged to read it**!
Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation.
**Paketatutako bertsioa:** 0.14.2~ynh1
## Pantaila-argazkiak
![GoToSocial(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
## :red_circle: Ezaugarri zalantzagarriak
- **Alfa softwarea**: Garapenaren hasierako fasean dago. Ezaugarri aldakor edo ezegonkorrak, erroreak eta segurtasuneko arazoak izan ditzazke.
- **Paketea ez da erabat librea**: Aplikazio honen YunoHost paketeak lizentzia librea du orokorrean, baina bere erabilera mugatzen duten klausulekin.
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://gotosocial.org/>
- Erabiltzaileen dokumentazio ofiziala: <https://docs.gotosocial.org/en/latest/>
- Administratzaileen dokumentazio ofiziala: <https://docs.gotosocial.org/en/latest/>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/superseriousbusiness/gotosocial>
- YunoHost Denda: <https://apps.yunohost.org/app/gotosocial>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
edo
sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -5,6 +5,8 @@ packaging_format = 2
id = "gotosocial"
name = "GoToSocial"
description.en = "Fast ActivityPub social network server written in Go"
description.gl = "Un servidor áxil para a rede social ActivityPub escrito en Go"
description.ca = "Un servidor de xarxa social basat en ActivityPub escrit en GO"
description.fr = "Serveur de réseau social véloce basé sur ActivityPub écrit en Go"
version = "0.14.2~ynh1"
@ -34,43 +36,63 @@ type = "domain"
[install.admin]
ask.en = "Name your admin user for GoToSocial"
ask.gl = "Nome da usuaria administradora en GoToSocial"
ask.ca = "Nom pel compte d'administració de GoToSocial"
ask.fr = "Nommez votre compte administrateur pour GoToSocial"
help.en = "Must be in lower case and without special characters."
help.gl = "ten que ser con minúsculas e sen caracteres especiais."
help.ca = "Ha de ser en minúscules i sense caràcters especials."
help.fr = "Doit être en minuscule et sans caractère special."
type = "string"
example = "johndoe"
[install.email]
ask.en = "The email adress of your admin account."
ask.gl = "O enderezo de correo electrónico da conta Admin."
ask.ca = "Adreça de correu pel compte d'administració."
ask.fr = "L'adresse e-mail de votre compte admin."
type = "string"
example = "johndoe@example.com"
[install.password]
help.en = "Must contain: upper case, lower case, number and special character."
help.gl = "Ten que conter: maiúscula, minúscula, número e caracteres especiais."
help.ca = "Ha de tenir: majúscules, minúscules, xifres i caràcters especials."
help.fr = "Il doit contenir : majuscule, minuscule, chiffre et caractère spécial."
type = "password"
[install.accounts_registration_open]
ask.en = "Open registration?"
ask.gl = "Rexistro aberto?"
ask.ca = "Registres oberts?"
ask.fr = "Inscriptions ouvertes ?"
help.en = "Do you want people to be able to just submit sign up requests (true), or do you want invite only (false)?"
help.gl = "Queres permitir que calquera poida solicitar unha conta (verdadeiro), ou queres que só sexa a través de convite (falso)?"
help.ca = "Voleu que la gent puguin enviar peticions de registre (true), o voleu que les registres es facin únicament per invitació (false)?"
help.fr = "Voulez-vous que les gens puissent envoyer des demandes d'inscription (true) ou voulez-vous que les inscriptions soient uniquement sur invitation (false) ?"
type = "boolean"
default = false
[install.accounts_approval_required]
ask.en = "Registration approval?"
ask.gl = "Aprobar novas contas?"
ask.ca = "Verificació manual dels registres?"
ask.fr = "Vérification manuelle des inscriptions ?"
help.en = "Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?"
help.gl = "Para indicar se, após crear unha conta, esta debe ser aprobada pola administración antes de poder usar o servidor"
help.ca = "Ha d'aprovar manualment un administrador/moderador el registre abans que el compte pugui iniciar sessió al servidor?"
help.fr = "Les demandes d'inscription doivent-elles être approuvées par un-e administrateur-ice/modérateur-ice avant qu'un compte puisse se connecter et utiliser le serveur ?"
type = "boolean"
default = true
[install.accounts_reason_required]
ask.en = "Request registration reason?"
ask.gl = "Requerir razón para crear conta?"
ask.ca = "Motiu de la petició de registre?"
ask.fr = "Demande de motif pour les inscriptions ?"
help.en = "Are sign up requests required to submit a reason for the request (eg., an explanation of why they want to join the instance)?"
help.gl = "Requerir que a solicitante indique un motivo á hora de solicitar a creación da conta. (ex., explicación de por que quere unirse á instancia)"
help.ca = "S'ha d'afegir un motiu a la petició de registre (per exemple, el motiu pel qual volen unir-se a la instància)?"
help.fr = "Les demandes d'inscription doivent-elles être accompagnée d'un motif (par exemple, une explication de la raison pour laquelle la personne veut rejoindre l'instance) ?"
type = "boolean"
default = true