Skip to content

Commit cac88c9

Browse files
committed
Pause updates to the live graph while training is happening
1 parent 043b032 commit cac88c9

26 files changed

+133
-3
lines changed

lang/ui.ca.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Gruixut",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Vista prèvia del gràfic",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Thick",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Graph preview",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.es-es.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Grosor",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Vista previa del gráfico",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.fr.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Épais",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Aperçu du graphique",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.ja.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "太い",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "グラフのプレビュー",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.ko.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "두꺼움",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "그래프 미리보기",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.lol.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "crwdns363514:0crwdne363514:0",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "crwdns363892:0crwdne363892:0",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.nl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Vet",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Grafiek voorbeeld",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.pl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Grube",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Podgląd wykresu",
984988
"description": "Label for preview of the graph shown in the settings dialog"

lang/ui.pt-br.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@
979979
"defaultMessage": "Grossa",
980980
"description": "Graph line weight option"
981981
},
982+
"graph-paused-training": {
983+
"defaultMessage": "Training…",
984+
"description": "Shown in the live graph panel while the model is being trained"
985+
},
982986
"graph-preview": {
983987
"defaultMessage": "Pré-visualização do gráfico",
984988
"description": "Label for preview of the graph shown in the settings dialog"

0 commit comments

Comments
 (0)