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

@@ -13,12 +13,12 @@
- Upload a file with password:
`ffsend upload {{path/to/file}} -p {{password}}`
`ffsend upload {{path/to/file}} {{-p|--password}} {{password}}`
- Download a file protected by password:
`ffsend download {{path/to/file}} -p {{password}}`
`ffsend download {{url}} {{-p|--password}} {{password}}`
- Upload a file and allow 4 downloads:
`ffsend upload {{path/to/file}} -d {{4}}`
`ffsend upload {{path/to/file}} {{-d|--downloads}} {{4}}`

View File

@@ -5,12 +5,12 @@
- List alive hosts within a subnet generated from a netmask:
`fping -a -g 192.168.1.0/24`
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.0/24`
- List alive hosts within a subnet generated from an IP range:
`fping -a -g 192.168.1.1 192.168.1.254`
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.1 192.168.1.254`
- List unreachable hosts within a subnet generated from a netmask:
`fping -u -g 192.168.1.0/24`
`fping {{-u|--unreach}} {{-g|--generate}} 192.168.1.0/24`

View File

@@ -5,8 +5,8 @@
- Generate statistics for a local repository:
`gitstats {{path/to/gitrepo/.git}} {{path/to/output_folder}}`
`gitstats {{path/to/git_repo/.git}} {{path/to/output_folder}}`
- View generated statistics in a web browser:
- View generated statistics in a web browser on Windows (PowerShell)/macOS/Linux:
`xdg-open {{path/to/output_folder/index.html}}`
`{{Invoke-Item|open|xdg-open}} {{path/to/output_folder/index.html}}`

View File

@@ -7,7 +7,7 @@
`exit`
- Quit the current batch script:
- Quit the current [b]atch script:
`exit /b`