Skip to content

Commit 7b9a416

Browse files
Updated i18n
1 parent 239ae0a commit 7b9a416

13 files changed

Lines changed: 64 additions & 82 deletions

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ require (
3838
github.com/pelletier/go-toml v1.2.0 // indirect
3939
github.com/pmezard/go-difflib v1.0.0 // indirect
4040
github.com/rivo/uniseg v0.1.0 // indirect
41-
github.com/rogpeppe/go-internal v1.12.0 // indirect
4241
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
4342
golang.org/x/crypto v0.17.0 // indirect
4443
golang.org/x/mod v0.14.0 // indirect

go.sum

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ github.com/jarcoal/httpmock v1.0.5 h1:cHtVEcTxRSX4J0je7mWPfc9BpDpqzXSJ5HbymZmyHc
3737
github.com/jarcoal/httpmock v1.0.5/go.mod h1:ATjnClrvW/3tijVmpL/va5Z3aAyGvqU3gCT8nX0Txik=
3838
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=
3939
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
40+
github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
4041
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
41-
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
42-
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
4342
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
4443
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
4544
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
@@ -65,13 +64,13 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
6564
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
6665
github.com/rivo/uniseg v0.1.0 h1:+2KBaVoUmb9XzDsrx/Ct0W/EYOSFf/nWTauy++DprtY=
6766
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
68-
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
69-
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
7067
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
7168
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=
7269
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
7370
github.com/smartystreets/goconvey v1.6.7 h1:I6tZjLXD2Q1kjvNbIzB1wvQBsXmKXiVrhpRE8ZjP5jY=
7471
github.com/smartystreets/goconvey v1.6.7/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
72+
github.com/softlayer/softlayer-go v1.1.2 h1:rUSSGCyaxymvTOsaFjwr+cGxA8muw3xg2LSrIMNcN/c=
73+
github.com/softlayer/softlayer-go v1.1.2/go.mod h1:hvAbzGH4LRXA6yXY8BNx99yoqZ7urfDdtl9mvBf0G+g=
7574
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e h1:3OgWYFw7jxCZPcvAg+4R8A50GZ+CCkARF10lxu2qDsQ=
7675
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e/go.mod h1:fKZCUVdirrxrBpwd9wb+lSoVixvpwAu8eHzbQB2tums=
7776
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=

plugin/i18n/resources/de_DE.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "Der Zugriff konnte nicht aktualisiert werden.\n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "Aktualisieren der Firmware für den Hardware-Server {{.ID}} fehlgeschlagen.\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "Aktualisieren der Statusprüfung fehlgeschlagen: "

plugin/i18n/resources/en_US.all.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,10 +4295,6 @@
42954295
"id": "Failed to update access.\n",
42964296
"translation": "Failed to update access.\n"
42974297
},
4298-
{
4299-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4300-
"translation": "Failed to update firmware for hardware server: {{.ID}}.\n"
4301-
},
43024298
{
43034299
"id": "Failed to update health check: ",
43044300
"translation": "Failed to update health check: "
@@ -9295,10 +9291,30 @@
92959291
"id": "Unique id",
92969292
"translation": "Unique id"
92979293
},
9294+
{
9295+
"id": "Update BIOS firmware",
9296+
"translation": "Update BIOS firmware"
9297+
},
9298+
{
9299+
"id": "Update Hard Drive firmware",
9300+
"translation": "Update Hard Drive firmware"
9301+
},
92989302
{
92999303
"id": "Update ID",
93009304
"translation": "Update ID"
93019305
},
9306+
{
9307+
"id": "Update IPMI firmware",
9308+
"translation": "Update IPMI firmware"
9309+
},
9310+
{
9311+
"id": "Update Network Card firmware",
9312+
"translation": "Update Network Card firmware"
9313+
},
9314+
{
9315+
"id": "Update RAID firmware",
9316+
"translation": "Update RAID firmware"
9317+
},
93029318
{
93039319
"id": "Update an address translation for an IPSec",
93049320
"translation": "Update an address translation for an IPSec"
@@ -9319,6 +9335,10 @@
93199335
"id": "Update server firmware",
93209336
"translation": "Update server firmware"
93219337
},
9338+
{
9339+
"id": "Update server firmware. By default will update all available server components.",
9340+
"translation": "Update server firmware. By default will update all available server components."
9341+
},
93229342
{
93239343
"id": "Update tunnel context properties",
93249344
"translation": "Update tunnel context properties"

plugin/i18n/resources/es_ES.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "No se ha podido actualizar el acceso.\n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "No se ha podido actualizar el firmware para el servidor hardware: {{.ID}}.\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "No se ha podido actualizar la comprobación de estado: "

plugin/i18n/resources/fr_FR.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "Echec de la mise à jour de l'accès. \n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "Echec de la mise à jour du microprogramme pour le serveur matériel : {{.ID}}.\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "Echec de la mise à jour du diagnostic d'intégrité "

plugin/i18n/resources/it_IT.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "Impossibile aggiornare l'accesso. \n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "Impossibile salvare il firmware del server hardware: {{.ID}}.\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "Impossibile aggiornare il controllo di integrità: "

plugin/i18n/resources/ja_JP.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "アクセスの更新に失敗しました。\n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "ハードウェア・サーバー: {{.ID}} のファームウェアの更新に失敗しました。\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "ヘルス・チェックの更新に失敗しました: "

plugin/i18n/resources/ko_KR.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "액세스를 업데이트하는 데 실패했습니다. \n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "하드웨어 서버 {{.ID}}의 펌웨어를 업데이트하는 데 실패했습니다.\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "상태 검사 업데이트 실패: "

plugin/i18n/resources/pt_BR.all.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,10 +4291,6 @@
42914291
"id": "Failed to update access.\n",
42924292
"translation": "Falha ao atualizar o acesso.\n"
42934293
},
4294-
{
4295-
"id": "Failed to update firmware for hardware server: {{.ID}}.\n",
4296-
"translation": "Falha ao atualizar o firmware para o servidor de hardware: {{.ID}}.\n"
4297-
},
42984294
{
42994295
"id": "Failed to update health check: ",
43004296
"translation": "Falha ao atualizar a verificação de funcionamento: "

0 commit comments

Comments
 (0)