mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-05-03 19:11:32 +02:00
Compare commits
4 commits
2861e104da
...
b3c506464d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b3c506464d | ||
![]() |
42217e4645 | ||
![]() |
3d277cd0dd | ||
![]() |
193372215a |
3 changed files with 39 additions and 16 deletions
41
README.md
41
README.md
|
@ -1,10 +1,25 @@
|
|||
**If you want to contribute to a _translation_:**[](https://crowdin.com/project/fediplan)
|
||||
<img src="public/img/FediPlan.png" width="100">
|
||||
|
||||
## How to install FediPlan
|
||||
# FediPlan
|
||||
A web-app to schedule your posts with Mastodon and Pleroma.
|
||||
|
||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||
[](https://liberapay.com/tom79/donate)
|
||||
[](https://opencollective.com/fedilab)
|
||||
|
||||
## Public servers
|
||||
- [plan.fedilab.app](https://plan.fedilab.app/)
|
||||
|
||||
## Translate
|
||||
|
||||
- [Crowdin](https://crowdin.com/project/fediplan)<br>
|
||||
[](https://crowdin.com/project/fediplan)
|
||||
|
||||
## Self-host
|
||||
|
||||
There are 2 methods to run Fediplan
|
||||
1. Build and run Docker image
|
||||
2. Manual install
|
||||
1. [Build and run Docker image](#1-build-and-run-docker-image)
|
||||
2. [Manual install](#2-manual-install)
|
||||
|
||||
### 1. Build and run Docker image
|
||||
|
||||
|
@ -69,17 +84,11 @@ There are 2 methods to run Fediplan
|
|||
|
||||
4. Point your server software to `fediplan/public` folder
|
||||
|
||||
### Support My work
|
||||
[fedilab.app/page/donations](https://fedilab.app/page/donations/)
|
||||
## Donate
|
||||
|
||||
### Credits
|
||||
- [Liberapay](https://liberapay.com/tom79/donate)
|
||||
- [Open Collective](https://opencollective.com/fedilab)
|
||||
- [More...](https://fedilab.app/page/donations/)
|
||||
|
||||
## Credits
|
||||
Docker configurations are based on [github.com/TrafeX/docker-php-nginx](https://github.com/TrafeX/docker-php-nginx)
|
||||
|
||||
See: [Download Composer](https://getcomposer.org/download/)
|
||||
|
||||
**3 - Public directory:**
|
||||
|
||||
Your site needs to target /path/to/FediPlan/public
|
||||
|
||||
|
||||
#### Support My work at [fedilab.app](https://fedilab.app/page/donations/)
|
|
@ -19,6 +19,7 @@ common:
|
|||
edit: تعديل
|
||||
start: ابدأ
|
||||
proceed_confirm: هل تريد المواصلة؟
|
||||
schedule_success: تمت برمجة الرسالة
|
||||
start_upload: ابدأ التحميل
|
||||
counter: العدّاد
|
||||
license: الرخصة
|
||||
|
@ -26,6 +27,7 @@ common:
|
|||
error: خطأ
|
||||
no: "لا"
|
||||
yes: "نعم"
|
||||
poll: استطلاع رأي
|
||||
status:
|
||||
visibility:
|
||||
public: للعامة
|
||||
|
@ -65,3 +67,10 @@ page:
|
|||
scheduled_at: بُرمِج في
|
||||
send: إرسال
|
||||
add_files: أضف ملفات…
|
||||
multiple: متعددة
|
||||
end_in: ينتهي في
|
||||
poll_item: خيارات الاستطلاع
|
||||
add_poll_item: إضافة خيار
|
||||
remove_poll_item: إزالة هذا الخيار
|
||||
edit_media: تعديل الوسائط محلياً
|
||||
upload_media: قم بتحميل هذه الوسائط أولا، ثم ستتمكن من إضافة وصف.
|
||||
|
|
|
@ -30,8 +30,10 @@ common:
|
|||
poll: Sondage
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Non listé
|
||||
private: Privé
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Veuillez cliquer sur « Obtenir un code d’autorisation » afin d’obtenir un code d’autorisation. Puis copiez/collez-le dans le champ.
|
||||
authorization_get: Obtenir un code d’autorisation
|
||||
|
@ -65,7 +67,10 @@ page:
|
|||
scheduled_at: Planifié pour
|
||||
send: Envoyer
|
||||
add_files: Ajouter des fichiers …
|
||||
multiple: Multiple
|
||||
end_in: Fin dans
|
||||
poll_item: Choix du sondage
|
||||
add_poll_item: Ajouter un choix
|
||||
remove_poll_item: Supprimer ce choix
|
||||
edit_media: Modifier le média localement
|
||||
upload_media: Transférez d'abord ce média, puis vous pourrez ajouter une description.
|
||||
|
|
Loading…
Add table
Reference in a new issue