common/*: add Indonesian translations and update other outdated translations (#13843)

* common/*: add Indonesian translations and update other outdated translations

* fping: revert "More Information" URL
This commit is contained in:
Reinhart Previano Koentjoro
2024-09-27 08:54:52 +07:00
committed by GitHub
parent d404b02045
commit 15e106c4b6
17 changed files with 126 additions and 21 deletions

View File

@@ -5,7 +5,7 @@
- Lade eine Datei hoch:
`ffsend upload {{datei}}`
`ffsend upload {{pfad/zu/datei}}`
- Lade eine Datei herunter:
@@ -13,12 +13,12 @@
- Lade eine Datei mit Passwort hoch:
`ffsend upload {{datei}} -p {{passwort}}`
`ffsend upload {{pfad/zu/datei}} {{-p|--password}} {{passwort}}`
- Lade eine passwortgeschützte Datei herunter:
`ffsend download {{datei}} -p {{passwort}}`
`ffsend download {{url}} {{-p|--password}} {{passwort}}`
- Lade eine Datei hoch und erlaube maximal 4 Downloads:
`ffsend upload {{datei}} -d {{4}}`
`ffsend upload {{pfad/zu/datei}} {{-d|--downloads}} {{4}}`