-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslation.json
More file actions
135 lines (135 loc) Β· 6.78 KB
/
translation.json
File metadata and controls
135 lines (135 loc) Β· 6.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"language": "Language",
"header.language": "Language",
"fileUpload.title": "π File Upload",
"fileUpload.drag": "π― Drag files here or click to select",
"fileUpload.support": "π Supports all text file formats",
"fileUpload.aria": "Select log files, supports all text formats",
"fileList.title": "π Loaded Files",
"fileList.empty": "π No files",
"fileList.loaded": "Loaded {{count}} files",
"fileList.enabled": "Enabled",
"fileList.disabled": "Disabled",
"fileList.config": "Configure file {{name}}",
"fileList.delete": "Remove file {{name}}",
"fileList.parsing": "Parsing",
"fileList.needsReupload": "Large file - re-upload required to re-parse",
"fileList.needsReuploadTip": "File data is cached, but re-upload is required to modify parsing config",
"comparison.title": "Compare Mode",
"comparison.select": "Select comparison mode",
"comparison.multiFileMode": "Multi-file comparison mode",
"comparison.modeBaseline": "Baseline vs others",
"comparison.modePairwise": "Pairwise comparisons",
"comparison.baselineFile": "Baseline file",
"comparison.normal": "Mean Error (normal)",
"comparison.normalDesc": "Mean error without absolute value",
"comparison.absolute": "Mean Error (absolute)",
"comparison.absoluteDesc": "Mean of absolute differences",
"comparison.relativeNormal": "Relative Error (normal)",
"comparison.relativeNormalDesc": "Relative error without absolute value",
"comparison.relative": "Mean Relative Error (absolute)",
"comparison.relativeDesc": "Mean of absolute relative error",
"themeToggle.aria": "Toggle theme",
"chart.noData": "π No data",
"chart.uploadPrompt": "π Upload log files to begin",
"chart.selectPrompt": "π― Select charts to display",
"chart.diffStats": "Difference Statistics",
"chart": "chart",
"resetConfig": "Reset Config",
"useStepKeyword": "Use Step keyword",
"placeholder.step": "step:",
"resize.drag": "Drag to resize chart height",
"resize.adjust": "Adjust {{title}} chart height",
"exportPNG": "Export PNG",
"exportSmallImage": "Export small image (<50KB)",
"copyImage": "Copy image",
"copySmallImage": "Copy small image (<50KB)",
"exportCSV": "Export CSV",
"copyImageError": "Failed to copy image",
"language.en": "English",
"language.zh": "Chinese",
"showToolbar": "Show toolbar",
"hideToolbar": "Hide toolbar",
"intro": "π Analyze and visualize loss and gradient norm data from large model training logs",
"status.group": "Tool status and links",
"status.onlineAria": "Currently online version",
"status.online": "Online",
"github.aria": "Open GitHub repository (opens in new window)",
"display.options": "ποΈ Display Options",
"display.chart": "π Chart Display",
"display.chartDesc": "Automatically shows charts for all configured metrics after upload",
"display.baseline": "Baseline Settings",
"display.relativeBaseline": "Relative error baseline",
"display.relativeBaselineDesc": "Set baseline value for relative error comparison",
"display.absoluteBaseline": "Absolute error baseline",
"display.absoluteBaselineDesc": "Set baseline value for absolute error comparison",
"sidebar.controlPanel": "Control Panel",
"globalDrag.release": "π― Release files to upload",
"globalDrag.support": "Supports <0>all text formats</0> files",
"globalDrag.tip": "Drag files anywhere to upload quickly",
"chart.area": "Chart display area",
"chart.actions": "Chart action buttons",
"chart.diffLabel": "{{title}} difference",
"comparison.panelTitle": "{{key}} comparison ({{mode}})",
"comparison.meanNormal": "Mean error (normal): {{value}}",
"comparison.meanAbsolute": "Mean error (absolute): {{value}}",
"comparison.relativeError": "Relative error (normal): {{value}}",
"comparison.meanRelative": "Mean relative error (absolute): {{value}}",
"comparison.pair": "Pair",
"comparison.meanNormalLabel": "Mean error (normal)",
"comparison.meanAbsoluteLabel": "Mean error (absolute)",
"comparison.relativeErrorLabel": "Relative error (normal)",
"comparison.meanRelativeLabel": "Mean relative error (absolute)",
"comparison.maxAbsoluteLabel": "Max absolute error",
"comparison.maxRelativeLabel": "Max relative error",
"regex.preset": "Preset",
"regex.selectPreset": "Select preset",
"regex.mode": "Match Mode",
"regex.keyword": "Keyword",
"regex.keywordHint": "Supports fuzzy match, e.g., \"loss\" matches \"training_loss\"",
"regex.regex": "Regular Expression",
"regex.regexHint": "Use capture groups () to extract numbers",
"regex.dataParsing": "Data Parsing Config",
"regex.smartRecommend": "Smart recommend best config",
"regex.previewMatches": "Preview matches",
"regex.deleteConfig": "Remove config",
"regex.metricConfig": "{{title}} parsing config",
"regex.addMetric": "+ Add Metric",
"regex.xRange": "X-axis range",
"regex.reset": "Reset",
"regex.xRangeHint": "Hold <0>Shift</0> and drag on the chart to select range, or input values directly.",
"regex.matchPreview": "Match Preview",
"regex.matchCount": "{{count}} matches",
"regex.lineNumber": "(line {{line}})",
"regex.featureDescAria": "Feature description",
"regex.featureHeading": "π― Enhanced parsing:",
"regex.featureKeywordTitle": "Keyword Match",
"regex.featureKeywordDesc": "Simply input a keyword to extract numbers (default)",
"regex.featureRegexTitle": "Regular Expression",
"regex.featureRegexDesc": "Advanced users can use complex patterns",
"regex.featureSmartTitle": "Smart Suggest",
"regex.featureSmartDesc": "One-click best parsing config",
"regex.mode.keyword": "Keyword Match",
"regex.mode.keywordDesc": "Enter keyword to find and extract numbers",
"regex.mode.regex": "Regular Expression",
"regex.mode.regexDesc": "Use regular expressions for advanced matching",
"configModal.configFile": "Configure file: {{name}}",
"configModal.close": "Close configuration dialog",
"configModal.parsingConfig": "Parsing Config",
"configModal.syncFromGlobalTitle": "Sync from global config",
"configModal.syncFromGlobal": "Sync global config",
"configModal.dataRange": "Data Range Config",
"configModal.rangeDesc": "Configure range of data points to display. Defaults to all data (first to last).",
"configModal.start": "Start position",
"configModal.startPlaceholder": "0 (defaults to first data point)",
"configModal.startHint": "Start index (0-based)",
"configModal.end": "End position",
"configModal.endPlaceholder": "Leave empty to show to end",
"configModal.endHint": "End index (exclusive)",
"configModal.examplesHeading": "Examples:",
"configModal.example1": "Start: 0, End: 100 β shows data points 1-100",
"configModal.example2": "Start: 50, End: empty β shows data points 51-end",
"configModal.example3": "Start: 0, End: empty β shows all data points (default)",
"configModal.cancel": "Cancel",
"configModal.save": "Save Config"
}