Browsing Hindi translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Hindi guidelines.
4857 of 2086 results
48.
Usage: nmcli connection modify { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID> ([+|-]<setting>.<property> <value>)+

Modify one or more properties of the connection profile.
The profile is identified by its name, UUID or D-Bus path. For multi-valued
properties you can use optional '+' or '-' prefix to the property name.
The '+' sign allows appending items instead of overwriting the whole value.
The '-' sign allows removing selected items instead of the whole value.

Examples:
nmcli con mod home-wifi wifi.ssid rakosnicek
nmcli con mod em1-1 ipv4.method manual ipv4.addr "192.168.1.2/24, 10.10.1.5/8"
nmcli con mod em1-1 +ipv4.dns 8.8.4.4
nmcli con mod em1-1 -ipv4.dns 1
nmcli con mod em1-1 -ipv6.addr "abbe::cafe/56"
nmcli con mod bond0 +bond.options mii=500
nmcli con mod bond0 -bond.options downdelay

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
प्रयोग: nmcli connection modify { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID> ([+|-]<setting>.<property> <value>)+

Modify one or more properties of the connection profile.
The profile is identified by its name, UUID or D-Bus path. For multi-valued
properties you can use optional '+' or '-' prefix to the property name.
The '+' sign allows appending items instead of overwriting the whole value.
The '-' sign allows removing selected items instead of the whole value.

Examples:
nmcli con mod home-wifi wifi.ssid rakosnicek
nmcli con mod em1-1 ipv4.method manual ipv4.addr "192.168.1.2/24, 10.10.1.5/8"
nmcli con mod em1-1 +ipv4.dns 8.8.4.4
nmcli con mod em1-1 -ipv4.dns 1
nmcli con mod em1-1 -ipv6.addr "abbe::cafe/56"
nmcli con mod bond0 +bond.options mii=500
nmcli con mod bond0 -bond.options downdelay

Translated by CI Train Bot Account
Located in ../clients/cli/connections.c:1104
49.
Usage: nmcli connection clone { ARGUMENTS | help }

ARGUMENTS := [--temporary] [id | uuid | path] <ID> <new name>

Clone an existing connection profile. The newly created connection will be
the exact copy of the <ID>, except the uuid property (will be generated) and
id (provided as <new name> argument).

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/nmcli/connections.c:1357
50.
Usage: nmcli connection edit { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID>

Edit an existing connection profile in an interactive editor.
The profile is identified by its name, UUID or D-Bus path

ARGUMENTS := [type <new connection type>] [con-name <new connection name>]

Add a new connection profile in an interactive editor.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
प्रयोग: nmcli connection edit { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID>

किसी अंतःक्रियात्मक संपादक में मौजूदा कनेक्शन प्रोफ़ाइल संपादित करें.
यह प्रोफ़ाइल इसके नाम से पहचाना जाता है, UUID या D-Bus पथ द्वारा

ARGUMENTS := [type <new connection type>] [con-name <new connection name>]

किसी अंतःक्रियात्मक संपादक में कोई नया कनेक्शन प्रोफ़ाइल जोड़ें.

Translated by Rajesh Ranjan
Located in src/nmcli/connections.c:1369
51.
Usage: nmcli connection delete { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID>

Delete a connection profile.
The profile is identified by its name, UUID or D-Bus path.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
प्रयोग: nmcli connection delete { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID>

कनेक्शन फ़ाइल में एकल गुण के साथ बदलें.
प्रोफ़ाइल इसके नाम के द्वारा पहचाना जाता है, UUID या D-Bus पथ द्वारा.

Translated by Rajesh Ranjan
Located in ../clients/cli/connections.c:1154
52.
Usage: nmcli connection monitor { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID> ...

Monitor connection profile activity.
This command prints a line whenever the specified connection changes.
Monitors all connection profiles in case none is specified.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/nmcli/connections.c:1395
53.
Usage: nmcli connection reload { help }

Reload all connection files from disk.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
प्रयोग: nmcli connection reload { help }

डिस्क से सभी कनेक्शन फ़ाइल फिर लोड करें.

Translated by Rajesh Ranjan
Located in src/nmcli/connections.c:1407
54.
Usage: nmcli connection load { ARGUMENTS | help }

ARGUMENTS := <filename> [<filename>...]

Load/reload one or more connection files from disk. Use this after manually
editing a connection file to ensure that NetworkManager is aware of its latest
state.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
प्रयोग: nmcli connection load { ARGUMENTS | help }

ARGUMENTS := <filename> [<filename>...]

डिस्क से एक या अधिक कनेक्शन फ़ाइल लोड/रिलोड करें. इसका उपयोग
किसी कनेक्शन फ़ाइल का संपादन करके करें ताकि पक्का किया जा सके कि NetworkManager अपने नवीनतम स्थिति
से परिचित है.

Translated by Rajesh Ranjan
Located in src/nmcli/connections.c:1416
55.
Usage: nmcli connection import { ARGUMENTS | help }

ARGUMENTS := [--temporary] type <type> file <file to import>

Import an external/foreign configuration as a NetworkManager connection profile.
The type of the input file is specified by type option.
Only VPN configurations are supported at the moment. The configuration
is imported by NetworkManager VPN plugins.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/nmcli/connections.c:1429
56.
Usage: nmcli connection export { ARGUMENTS | help }

ARGUMENTS := [id | uuid | path] <ID> [<output file>]

Export a connection. Only VPN connections are supported at the moment.
The data are directed to standard output or to a file if a name is given.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/nmcli/connections.c:1443
57.
Error updating secrets for %s: %s
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in src/nmcli/connections.c:1537
4857 of 2086 results

This translation is managed by Ubuntu Hindi Translators (ubuntu-l10n-hi), assigned by Ubuntu Translators.

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

Contributors to this translation: Alexander Sack, CI Train Bot Account, Copied by Zanata, Rajesh Ranjan, chandan kumar, प्रवर.