Browsing Afrikaans translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Afrikaans guidelines.

These translations are shared with snapd in Ubuntu Mantic template snappy.

7483 of 925 results
74.

The restore command replaces the current user, system and
configuration data of included snaps, with the corresponding data from
the specified snapshot.

By default, this command restores all the data in a snapshot.
Alternatively, you can specify the data of which snaps to restore, or
for which users, or a combination of these.

If a snap is included in a restore operation, excluding its system and
configuration data from the restore is not currently possible. This
restriction may be lifted in the future.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die herstel bevel vervang die huidige gebruiker, stelsel en
konfigurasie data van ingesluit snaps, met die ooreenstemmende data van
die gespesifiseerde momentopname.

By verstek, hierdie bevel restores alle die data in 'n momentopname.
Alternatiewelik, jy kan die data van spesifiseer watter snaps om restore, of
vir watter gebruikers, of 'n kombinasie van hierdie.

Indien 'n snap is ingesluit in 'n restore operasie, uitgesonderd sy stelsel en
konfigurasie data vanaf die restore is nie tans moontlik nie. Hierdie
beperking mag opgelig word in die toekoms.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_snapshot.go:91
75.

The revert command reverts the given snap to its state before
the latest refresh. This will reactivate the previous snap revision,
and will use the original data that was associated with that revision,
discarding any data changes that were done by the latest revision. As
an exception, data which the snap explicitly chooses to share across
revisions is not touched by the revert process.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die revert bevel reverts die gegee snap om sy staat vóór
die nuutste verfris. Hierdie sal heraktiveer die vorige snap revision,
en sal gebruik die oorspronklike data daardie was geassosieer met daardie revision,
discarding enige data verander daardie was gedoen deur die jongste revision. As
'n uitsondering, data watter die snap eksplisiet kies om deel regoor
hersienings is nie aangeraak deur die revert proses.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_snap_op.go:1150
76.

The routine command contains a selection of additional sub-commands.

Routine commands are not intended to be directly invoked by the user.
Instead, they are intended to be called by other programs and produce
machine readable output.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die roetine bevel bevat 'n seleksie van addisionele sub-bevel.

Roetine bevel is nie bedoel te direk wees opgeroep deur die gebruiker.
In plaas, hulle is bedoel om geroep te word deur ander programme en produseer
masjien leesbare uitset.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_routine.go:29
77.

The run command executes the given snap command with the right confinement
and environment.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die hardloop bevel teregstel die gegee snap bevel met die reg opsluiting
en omgewing.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_run.go:97
78.

The sandbox command prints tags describing features of individual sandbox
components used by snapd on a given system.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die sandbox bevel afdrukke tags beskryf die kenmerke van individuele sandbox
komponente gebruik deur snapd op 'n gegewe stelsel.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_sandbox_features.go:33
79.

The save command creates a snapshot of the current user, system and
configuration data for the given snaps.

By default, this command saves the data of all snaps for all users.
Alternatively, you can specify the data of which snaps to save, or
for which users, or a combination of these.

If a snap is included in a save operation, excluding its system and
configuration data from the snapshot is not currently possible. This
restriction may be lifted in the future.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die red bevel skep 'n momentopname van die huidige gebruiker, stelsel en
konfigurasie data vir die gegewe snaps.

By verstek, hierdie bevel red die data van alle snaps vir alle gebruikers.
Alternatiewelik, jy kan die data van spesifiseer watter snaps om red, of
vir watter gebruikers, of 'n kombinasie van hierdie.

Indien 'n snap is ingesluit en 'n red operasie, uitgesonderd sy stelsel en
konfigurasie data van die momentopname is nie tans moontlik. Hierdie
beperking kan moontlik in die toekoms opgehef word.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_snapshot.go:54
80.

The saved command displays a list of snapshots that have been created
previously with the 'save' command.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die opgeslagen bevel vertoon 'n lys met was gewees geskep
previously met die 'save' bevel.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_snapshot.go:50
81.

The services command lists information about the services specified, or about
the services in all currently installed snaps.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die dienste bevel bevat inligting oor die dienste gespesifiseerde, of omtrent
die dienste en alle tans geïnstalleer snaps.
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_services.go:53
82.

The services command lists information about the services specified.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Die Services-opdrag lys inligting oor die gespesifiseerde dienste.
Translated and reviewed by Bernard Stafford
Located in overlord/hookstate/ctlcmd/services.go:36
83.

The set command changes the provided configuration options as requested.

$ snap set snap-name username=frank password=$PASSWORD

All configuration changes are persisted at once, and only after the
snap's configuration hook returns successfully.

Nested values may be modified via a dotted path:

$ snap set snap-name author.name=frank

Configuration option may be unset with exclamation mark:
$ snap set snap-name author!
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

Die stel bevel verander die verskaf konfigurasie opsies soos versoek.

$ snap set snap-name username=frank password=$PASSWORD

Alle konfigurasie veranderings word presisted by eens, en slegs na die
snap's konfigurasie haak terugkeer suksesvol.

Geneste waardes mag wees gemodifiseerde via 'n kolletjies pad:

$ snap set snap-name author.name=frank

Konfigurasie opsies mag wees ongestel met uitroepteken:
$ snap set snap-name author!
Translated and reviewed by Bernard Stafford
Located in cmd/snap/cmd_set.go:33
7483 of 925 results

This translation is managed by Ubuntu Afrikaans Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Bernard Stafford, Jurgens J Schoeman.