Browsing Danish translation

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

These translations are shared with snapd trunk series template snappy.

1120 of 947 results
11.

The alias command aliases the given snap application to the given alias.

Once this manual alias is setup the respective application command can be
invoked just using the alias.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen alias forbinder det angivne snap-program med det angivne alias.

Når dette manuelle alias er indstillet, kan den tilhørende programkommando kaldes med aliasset.
Translated by Alan Mortensen
Located in cmd/snap/cmd_alias.go:45
12.

The aliases command lists all aliases available in the system and their status.

$ snap aliases <snap>

Lists only the aliases defined by the specified snap.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen alias viser alle tilgængelige aliasser i systemet og deres status.

$ snap aliases <snap>

Viser kun aliasserne defineret af den angivne snap.
Translated by Alan Mortensen
Located in cmd/snap/cmd_aliases.go:41
13.

The auto-import command searches available mounted devices looking for
assertions that are signed by trusted authorities, and potentially
performs system changes based on them.

If one or more device paths are provided via --mount, these are temporarily
mounted to be inspected as well. Even in that case the command will still
consider all available mounted devices for inspection.

Assertions to be imported must be made available in the auto-import.assert file
in the root of the filesystem.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen auto-import søger på de tilgængelige monterede enheder
efter assertioner, som er underskrevet af betroede autoriteter, og
udfører eventuelt systemændringer baseret på dem.

Hvis en eller flere stier til enheder er givet med --mount, monteres de
midlertidigt for også at blive gennemsøgt. Selv i dette tilfælde vil kommandoen
stadig gennemsøge alle tilgængelige monterede enheder.

Assertioner, som skal importeres, skal være tilgængelige i filen auto-import.assert i filsystemets rod.
Translated by Alan Mortensen
Located in cmd/snap/cmd_auto_import.go:231
14.

The buy command buys a snap from the store.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen buy køber en snap i butikken.
Translated by Alan Mortensen
Reviewed by Alan Mortensen
Located in cmd/snap/cmd_buy.go:33
15.

The changes command displays a summary of system changes performed recently.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen changes viser et sammendrag af de senest udførte systemændringer.
Translated by Alan Mortensen
Located in cmd/snap/cmd_changes.go:35
16.

The check-snapshot command verifies the user, system and configuration
data of the snaps included in the specified snapshot.

The check operation runs the same data integrity verification that is
performed when a snapshot is restored.

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

If a snap is included in a check-snapshot operation, excluding its
system and configuration data from the check 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.

Kommandoen check-snapshot bekræfter bruger-, system- og konfigurations-
data af snapperne i det angivne øjebliksbillede.

Tjekoperationen kører den samme bekræftelse af dataintegriteten, som
udføres, når et øjebliksbillede gendannes.

Som standard tjekker kommandoen alle data i øjebliksbilledet.
Du kan også angive, hvilke snappers data der skal tjekkes, eller
for hvilken bruger eller en kombination af disse.

Er en snap inkluderet i en check-snapshot-operation, er det for
tiden ikke muligt at undtage snappens system- og konfigurations-
data. Denne begrænsning vil muligvis blive ophævet i fremtiden.
Translated by Alan Mortensen
Located in cmd/snap/cmd_snapshot.go:76
17.

The confinement command will print the confinement mode (strict,
partial or none) the system operates in.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen confinement udskriver sandkassetilstanden (strict,
partial eller none), som systemet virker i.
Translated by Alan Mortensen
Located in cmd/snap/cmd_confinement.go:31
18.

The connect command connects a plug to a slot.
It may be called in the following ways:

$ snap connect <snap>:<plug> <snap>:<slot>

Connects the provided plug to the given slot.

$ snap connect <snap>:<plug> <snap>

Connects the specific plug to the only slot in the provided snap that matches
the connected interface. If more than one potential slot exists, the command
fails.

$ snap connect <snap>:<plug>

Connects the provided plug to the slot in the core snap with a name matching
the plug name.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen connect forbinder en plug til en slot.
Den kan kaldes på følgende måder:

$ snap connect <snap>:<plug> <snap>:<slot>

Forbinder den givne plug til den angivne slot.

$ snap connect <snap>:<plug> <snap>

Forbinder den specifikke plug til den eneste slot i den givne snap, som matcher
den forbundne grænseflade. Hvis der er mere end en potentiel slot, mislykkes
kommandoen.

$ snap connect <snap>:<plug>

Forbinder den givne plug til den slot i kernesnappen, med et navn som matcher
en plugs navn.
Translated and reviewed by Alan Mortensen
In upstream:

Kommandoen connect forbinder en plug til en slot.
Den kan kaldes på følgende måder:

$ snap connect <snap>:<plug> <snap>:<slot>

Forbinder den givne plug til den angivne slot.

$ snap connect <snap>:<plug> <snap>

Forbinder den specifikke plug til den eneste slot i den givne snap, som matcher
den forbundne grænseflade. Hvis der er mere end en potentiel slot, mislykkes
kommandoen.

$ snap connect <snap>:<plug>

Forbinder den givne plug til den slot i kernesnap'en,med et navn, som matcher
plugens navn.
Suggested by Alan Mortensen
Located in cmd/snap/cmd_connect.go:37
19.

The connections command lists connections between plugs and slots
in the system.

Unless <snap> is provided, the listing is for connected plugs and
slots for all snaps in the system. In this mode, pass --all to also
list unconnected plugs and slots.

$ snap connections <snap>

Lists connected and unconnected plugs and slots for the specified
snap.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.

Kommandoen connections viser forbindelser mellem plugs og slots
i systemet.

Med mindre <snap> er angivet vises de forbundne plugs og slots
for alle snapper i systemet. Angiv i denne tilstand --all for også at få
vist ikkeforbundne plugs og slots.

$ snap connections <snap>

Viser forbundne og ikkeforbundne plugs og slots for den angivne
snap.
Translated by Alan Mortensen
Located in cmd/snap/cmd_connections.go:42
20.

The console-conf-start command starts synchronization with console-conf

This command is used by console-conf when it starts up. It delays refreshes if
there are none currently ongoing, and exits with a specific error code if there
are ongoing refreshes which console-conf should wait for before prompting the
user to begin configuring the device.
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.

Kommandoen console-conf-start starter synkronisering med console-conf

Kommandoen bruges af console-conf, når den starter op. Den forsinker genop-
friskninger, hvis der ikke pågår nogen. Den afslutter med en specifik fejlkode, hvis
der pågår genopfriskninger, som console-conf skal vente på, inden brugeren bedes
om at begynde med at konfigurere enheden.
Translated by Alan Mortensen
Located in cmd/snap/cmd_routine_console_conf.go:40
1120 of 947 results

This translation is managed by De danske oversættere af Ubuntu, assigned by Ubuntu Translators.

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

Contributors to this translation: Alan Mortensen, Ask Hjorth Larsen, Jimmy Frydkær Jensen, scootergrisen.