crane: add Dutch translation (#14264)

This commit is contained in:
Sebastiaan Speck
2024-10-26 12:07:57 +02:00
committed by GitHub
parent 821b98a69e
commit efe9d90900
40 changed files with 716 additions and 9 deletions

View File

@@ -16,10 +16,10 @@
`crane registry serve --disk {{path/to/store_dir}}`
- Display help:
- Display help for `crane registry`:
`crane registry {{-h|--help}}`
- Display help:
- Display help for `crane registry serve`:
`crane registry serve {{-h|--help}}`

View File

@@ -18,7 +18,7 @@
- Specify the platform in the form os/arch{{/variant}}{{:osversion}} (e.g. linux/amd64). (default all):
`crane --platform {{platform}} {{subcommand}}`
`crane --platform {{platform}} {{subcommand}}`
- Enable debug logs for a subcommand:

View File

@@ -13,7 +13,7 @@
- Whether to recurse through repositories:
`grance copy {{source}} {{target}} {{-r|--recursive}}`
`gcrane copy {{source}} {{target}} {{-r|--recursive}}`
- Display help:

View File

@@ -9,4 +9,4 @@
- Display help:
`grance help {{-h|--help}}`
`gcrane help {{-h|--help}}`

View File

@@ -10,7 +10,7 @@
- Disable completion descriptions:
`grance completion {{shell_name}} --no-descriptions`
`gcrane completion {{shell_name}} --no-descriptions`
- Load completions in your current shell session (bash/zsh):

View File

@@ -10,7 +10,7 @@
- Disable completion descriptions:
`grance completion {{shell_name}} --no-descriptions`
`gcrane completion {{shell_name}} --no-descriptions`
- Load completions in your current shell session (bash/zsh):

View File

@@ -10,7 +10,7 @@
- Disable completion descriptions:
`grance completion {{shell_name}} --no-descriptions`
`gcrane completion {{shell_name}} --no-descriptions`
- Load completions in your current shell session (powershell):
@@ -18,7 +18,7 @@
- Load completions for every new session (powershell):
`Add above command to powershell profile`
`gcrane completion powershell | Out-String | Invoke-Expression`
- Display help: