Skip to content

Commit 4a6db4c

Browse files
allmightyspiffGitHub Enterprise
authored andcommitted
Merge pull request #766 from SoftLayer/gvtIssues
Fixing some translation issues
2 parents 02f7022 + 54aed49 commit 4a6db4c

14 files changed

Lines changed: 126 additions & 903 deletions

plugin/commands/account/cancel-item.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ func NewCancelItemCommand(sl *metadata.SoftlayerCommand) *CancelItemCommand {
2626
cobraCmd := &cobra.Command{
2727
Use: "cancel-item",
2828
Short: T("Cancels a billing item."),
29-
Long: T(`Cancel the resource or service for a billing Item. By default the billing item will be canceled ` +
30-
`on the next bill date and reclaim of the resource will begin shortly after the cancellation`),
29+
Long: T(`Cancel the resource or service for a billing Item. By default the billing item will be canceled
30+
on the next bill date and reclaim of the resource will begin shortly after the cancellation`),
3131
Args: metadata.OneArgs,
3232
RunE: func(cmd *cobra.Command, args []string) error {
3333
return thisCmd.Run(args)

plugin/commands/file/access_revoke.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ EXAMPLE:
4747
cobraCmd.Flags().IntSliceVarP(&thisCmd.Virtual_id, "virtual-id", "v", []int{}, T("The ID of one virtual server to revoke"))
4848
cobraCmd.Flags().IntSliceVarP(&thisCmd.Ip_address_id, "ip-address-id", "i", []int{}, T("The ID of one IP address to revoke"))
4949
cobraCmd.Flags().StringSliceVarP(&thisCmd.Ip_address, "ip-address", "p", []string{}, T("An IP address to revoke"))
50-
cobraCmd.Flags().IntSliceVarP(&thisCmd.Subnet_id, "subnet-id", "s", []int{}, ("An ID of one subnet to revoke"))
50+
cobraCmd.Flags().IntSliceVarP(&thisCmd.Subnet_id, "subnet-id", "s", []int{}, T("An ID of one subnet to revoke"))
5151

5252
thisCmd.Command = cobraCmd
5353

plugin/i18n/resources/de_DE.all.json

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@
151151
"id": "${COMMAND_NAME} sl ipsec update CONTEXT_ID [OPTIONS]\n\n Update tunnel context properties.\n\n Updates are made atomically, so either all are accepted or none are.\n\n Key life values must be in the range 120-172800.\n\n Phase 2 perfect forward secrecy must be in the range 0-1.\n\n A separate configuration request should be made to realize changes on\n network devices.",
152152
"translation": "${COMMAND_NAME} sl ipsec update CONTEXT_ID [OPTIONEN]\n\n Aktualisiert die Eigenschaften eines Tunnelkontextes.\n\n Aktualisierungen werden atomar durchgeführt, sodass entweder alle akzeptiert oder aber alle abgelehnt werden.\n\n Die Werte für den Schlüssellebenszyklus müssen im Bereichen zwischen 120 und 172800 liegen.\n\n Die absolute vorwärts gerichtete Sicherheit für Phase 2 muss im Bereich zwischen 0 und 1 liegen.\n\n Eine separate Konfigurationsanforderung muss abgesetzt werden, um Änderungen an \n Netzeinheiten durchzuführen."
153153
},
154-
{
155-
"id": "${COMMAND_NAME} sl loadbal health-edit (--lb-id LOADBAL_ID) (--health-uuid HEALTH_CHECK_UUID) [-i, --interval INTERVAL] [-r, --retry RETRY] [-t, --timeout TIMEOUT] [-u, --url URL]",
156-
"translation": "${COMMAND_NAME} sl loadbal health-edit (--lb-id LOADBAL_ID) (--health-uuid ZUSTANDSPRÜFUNG_UUID) [-i, --interval INTERVALL] [-r, --retry WIEDERHOLEN] [-t, --timeout ZEITLIMIT] [-u, --url URL]"
157-
},
158154
{
159155
"id": "${COMMAND_NAME} sl loadbal l7member-del (--pool-uuid L7POOL_UUID) (--member-uuid L7MEMBER_UUID)",
160156
"translation": "${COMMAND_NAME} sl loadbal l7member-del (--pool-uuid L7POOL_UUID) (--member-uuid L7MEMBER_UUID)"
@@ -175,10 +171,6 @@
175171
"id": "${COMMAND_NAME} sl loadbal l7policy-edit (--policy-d POLICY_ID) (-n, --name NAME) (-a,--action REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS) [-r,--redirect REDIRECT] [-p,--priority PRIORITY]",
176172
"translation": "${COMMAND_NAME} sl loadbal l7policy-edit (--policy-d RICHTLINIEN_ID) (-n, --name NAME) (-a,--action ZURÜCKWEISEN | UMLEITUNGS_POOL | UMLEITUNGS_URL | UMLEITUNGS_HTTPS) [-r,--redirect UMLEITEN] [-p,--priority PRIORITÄT]"
177173
},
178-
{
179-
"id": "${COMMAND_NAME} sl loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]",
180-
"translation": "${COMMAND_NAME} sl loadbal l7pool-add (--id LOADBAL_ID) (-n, --name NAME) [-m, --method METHODE] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOKOLL] [--health-path PFAD] [--health-interval INTERVALL] [--health-retry WIEDERHOLEN] [--health-timeout ZEITLIMIT] [--sticky cookie | source-ip]"
181-
},
182174
{
183175
"id": "${COMMAND_NAME} sl loadbal l7pool-delete (--pool-id L7POOL_ID)",
184176
"translation": "${COMMAND_NAME} sl loadbal l7pool-delete (--pool-id L7POOL_ID)"
@@ -1307,18 +1299,6 @@
13071299
"id": "Cache key optimization. These are the valid options to choose: 'include-all', 'ignore-all', 'include-specified', 'ignore-specified'. If you select 'include-specified' or 'ignore-specified' please add to option cache-description.",
13081300
"translation": "Cacheschlüsseloptimierung. Die folgenden Optionen sind gültig: \"include-all\", \"ignore-all\", \"include-specified\", \"ignore-specified\". Wenn Sie \"'include-specified\" oder \"ignore-specified\" auswählen, fügen Sie die Option \"cache-description\" hinzu."
13091301
},
1310-
{
1311-
"id": "Calculating for bandwidth pools",
1312-
"translation": "Berechnung für Bandbreitenpools"
1313-
},
1314-
{
1315-
"id": "Calculating for hardware",
1316-
"translation": "Berechnung für Hardware"
1317-
},
1318-
{
1319-
"id": "Calculating for virtual",
1320-
"translation": "Berechnung für virtuell"
1321-
},
13221302
{
13231303
"id": "Call arbitrary API endpoints",
13241304
"translation": "Beliebige API-Endpunkte aufrufen"
@@ -1663,10 +1643,6 @@
16631643
"id": "Column to sort by (Id, Name, Datacenter, Router, Cpu, Memory, Disk, Guests)[default: Id]",
16641644
"translation": "Spalte, nach der sortiert werden soll (ID, Name, Rechenzentrum, Router, CPU, Speicher, Platte, Gäste) [Standardwert: ID]"
16651645
},
1666-
{
1667-
"id": "Column to sort by (type, hostname, publicIn, publicOut, privateIn, privateOut, pool)[default: publicOut]",
1668-
"translation": "Spalte, nach der sortiert werden soll (type, hostname, publicIn, publicOut, privateIn, privateOut, pool) [Standardwert: publicOut]"
1669-
},
16701646
{
16711647
"id": "Column to sort by, default is:hostname, options are:id,hostname,domain,datacenter,cpu,memory,public_ip,private_ip",
16721648
"translation": "Spalte, nach der sortiert werden soll. Standardwert: hostname. Optionen: id,hostname,domain,datacenter,cpu,memory,public_ip,private_ip."
@@ -2399,10 +2375,6 @@
23992375
"id": "Edit hardware server details",
24002376
"translation": "Hardware-Server-Details bearbeiten"
24012377
},
2402-
{
2403-
"id": "Edit load balancer health check",
2404-
"translation": "Statusprüfung für Lastausgleichsfunktion bearbeiten"
2405-
},
24062378
{
24072379
"id": "Edit load balancer protocol",
24082380
"translation": "Protokoll der Lastausgleichsfunktion bearbeiten"
@@ -2511,10 +2483,6 @@
25112483
"id": "End Date e.g. 2019-4-2 (yyyy-MM-dd) [required]",
25122484
"translation": "Enddatum, z. B. 2019-4-2 (jjjj-MM-tt) [erforderlich]"
25132485
},
2514-
{
2515-
"id": "End Date must be greater than Start Date.",
2516-
"translation": "Das Enddatum muss größer als das Anfangsdatum sein."
2517-
},
25182486
{
25192487
"id": "End date for bandwidth reporting",
25202488
"translation": "Enddatum für Bandbreitenberichte"
@@ -3323,10 +3291,6 @@
33233291
"id": "Failed to get load balancers on your account.",
33243292
"translation": "Abrufen von Lastausgleichsfunktionen für Ihr Konto fehlgeschlagen."
33253293
},
3326-
{
3327-
"id": "Failed to get metric tracking summary of Object with Id {{.MetricTrackingObjectId}}.",
3328-
"translation": "Die Zusammenfassung der Metriküberwachung des Objekts mit der ID {{.MetricTrackingObjectId}} konnte nicht abgerufen werden."
3329-
},
33303294
{
33313295
"id": "Failed to get multi vlan firewall.\n",
33323296
"translation": "Multi-VLAN-Firewall konnte nicht abgerufen werden.\n"
@@ -3515,14 +3479,6 @@
35153479
"id": "Failed to get user.",
35163480
"translation": "Abrufen des Benutzers fehlgeschlagen."
35173481
},
3518-
{
3519-
"id": "Failed to get virtual dedicated racks on your account.\n",
3520-
"translation": "Es konnten keine virtuellen dedizierten Racks für Ihr Konto abgerufen werden.\n"
3521-
},
3522-
{
3523-
"id": "Failed to get virtual guests on your account.\n",
3524-
"translation": "Virtuelle Gastmaschinen für Ihr Konto konnten nicht abgerufen werden.\n"
3525-
},
35263482
{
35273483
"id": "Failed to get virtual licenses.",
35283484
"translation": "Virtuelle Lizenzen konnten nicht abgerufen werden."
@@ -4459,10 +4415,6 @@
44594415
"id": "Gateway/Firewall",
44604416
"translation": "Gateway/Firewall"
44614417
},
4462-
{
4463-
"id": "Generating bandwidth report for {{.startDate}} to {{.endDate}}",
4464-
"translation": "Bandbreitenbericht für {{.startDate}} bis {{.endDate}} generieren"
4465-
},
44664418
{
44674419
"id": "Get Event Log types",
44684420
"translation": "Ereignisprotokolltypen abrufen"
@@ -5035,14 +4987,6 @@
50354987
"id": "Invalid format date to --date-min.",
50364988
"translation": "Ungültiges Formatdatum für --date-min."
50374989
},
5038-
{
5039-
"id": "Invalid format date to --end.",
5040-
"translation": "Ungültiges Formatdatum für --end."
5041-
},
5042-
{
5043-
"id": "Invalid format date to --start.",
5044-
"translation": "Ungültiges Formatdatum für --start."
5045-
},
50464990
{
50474991
"id": "Invalid format date.",
50484992
"translation": "Ungültiges Formatdatum."
@@ -7351,14 +7295,6 @@
73517295
"id": "Show only selected datacenter, use shortname (dal13) format",
73527296
"translation": "Nur ausgewähltes Rechenzentrum anzeigen, Kurznamenformat (dal13) verwenden"
73537297
},
7354-
{
7355-
"id": "Show only the bandwidth summary for each hardware server ",
7356-
"translation": "Nur Bandbreitenzusammenfassung für jeden Hardware-Server anzeigen "
7357-
},
7358-
{
7359-
"id": "Show only the bandwidth summary for each virtual server",
7360-
"translation": "Nur Bandbreitenzusammenfassung für jeden virtuellen Server anzeigen"
7361-
},
73627298
{
73637299
"id": "Show only unplanned events.",
73647300
"translation": "Nur ungeplante Ereignisse anzeigen."
@@ -9247,10 +9183,6 @@
92479183
"id": "date_of_month",
92489184
"translation": "date_of_month"
92499185
},
9250-
{
9251-
"id": "datetime in the format 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM:SS'",
9252-
"translation": "Datum/Uhrzeit im Format \"JJJJ-MM-TT\" oder \"JJJJ-MM-TT HH:MM: SS\""
9253-
},
92549186
{
92559187
"id": "day",
92569188
"translation": "Tag"
@@ -9503,10 +9435,6 @@
95039435
"id": "password",
95049436
"translation": "Kennwort"
95059437
},
9506-
{
9507-
"id": "pool",
9508-
"translation": "Pool"
9509-
},
95109438
{
95119439
"id": "preset",
95129440
"translation": "Voreinstellung"
@@ -9531,14 +9459,6 @@
95319459
"id": "private network",
95329460
"translation": "Privates Netz"
95339461
},
9534-
{
9535-
"id": "privateIn",
9536-
"translation": "privateIn"
9537-
},
9538-
{
9539-
"id": "privateOut",
9540-
"translation": "privateOut"
9541-
},
95429462
{
95439463
"id": "private_ip",
95449464
"translation": "private_ip"
@@ -9555,14 +9475,6 @@
95559475
"id": "public ip",
95569476
"translation": "Öffentliche IP"
95579477
},
9558-
{
9559-
"id": "publicIn",
9560-
"translation": "publicIn"
9561-
},
9562-
{
9563-
"id": "publicOut",
9564-
"translation": "publicOut"
9565-
},
95669478
{
95679479
"id": "public_ip",
95689480
"translation": "public_ip"

0 commit comments

Comments
 (0)