mirror of https://github.com/CrimsonTome/tldr.git
trash: add Dutch translation and fix placeholder (#13657)
parent
9c02648383
commit
fbb5055097
|
@ -0,0 +1,32 @@
|
||||||
|
# trash
|
||||||
|
|
||||||
|
> Beheer de prullenbak.
|
||||||
|
> Meer informatie: <https://github.com/andreafrancia/trash-cli>.
|
||||||
|
|
||||||
|
- Verplaats een bestand naar de prullenbak:
|
||||||
|
|
||||||
|
`trash {{pad/naar/bestand}}`
|
||||||
|
|
||||||
|
- Toon alle bestanden in de prullenbak:
|
||||||
|
|
||||||
|
`trash-list`
|
||||||
|
|
||||||
|
- Herstel een bestand uit de prullenbak (interactief):
|
||||||
|
|
||||||
|
`trash-restore`
|
||||||
|
|
||||||
|
- Leeg de prullenbak:
|
||||||
|
|
||||||
|
`trash-empty`
|
||||||
|
|
||||||
|
- Verwijder permanent alle bestanden in de prullenbak die ouder zijn dan 10 dagen:
|
||||||
|
|
||||||
|
`trash-empty 10`
|
||||||
|
|
||||||
|
- Verwijder alle bestanden in de prullenbak die overeenkomen met een specifiek blob-patroon:
|
||||||
|
|
||||||
|
`trash-rm "{{*.o}}"`
|
||||||
|
|
||||||
|
- Verwijder alle bestanden met een specifieke oorspronkelijke locatie:
|
||||||
|
|
||||||
|
`trash-rm {{/pad/naar/bestand_of_map}}`
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- Çöpü 10 gün öncesinden daha yeni atılan dosyalar hariç boşalt:
|
- Çöpü 10 gün öncesinden daha yeni atılan dosyalar hariç boşalt:
|
||||||
|
|
||||||
`trash-empty {{10}}`
|
`trash-empty 10`
|
||||||
|
|
||||||
- Çöpte 'foo' ismini taşıyan tüm dosyaları sil:
|
- Çöpte 'foo' ismini taşıyan tüm dosyaları sil:
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- Permanently delete all files in the trash which are older than 10 days:
|
- Permanently delete all files in the trash which are older than 10 days:
|
||||||
|
|
||||||
`trash-empty {{10}}`
|
`trash-empty 10`
|
||||||
|
|
||||||
- Remove all files in the trash, which match a specific blob pattern:
|
- Remove all files in the trash, which match a specific blob pattern:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue