You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en-US/clusters.ts
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,10 @@ Same applies to the <span class="bold-text">/opt/dtk</span> directory.`,
89
89
'clusters.button.genToken':
90
90
'Need to create a new token? Click <a href="{link}" target="_blank">here</a>.',
91
91
'clusters.addworker.amdNotes-01': `If the <span class="bold-text">/opt/rocm</span> directory does not exist, please create a symbolic link pointing to the ROCm installed path: <span class="bold-text">ln -s /path/to/rocm /opt/rocm</span>.`,
92
-
'clusters.addworker.message.success':
93
-
'{count} workers have been added to the cluster.',
92
+
'clusters.addworker.message.success_single':
93
+
'{count} new worker has been added to the cluster.',
94
+
'clusters.addworker.message.success_multiple':
95
+
'{count} new workers have been added to the cluster.',
Copy file name to clipboardExpand all lines: src/locales/ja-JP/clusters.ts
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,10 @@ Same applies to the <span class="bold-text">/opt/dtk</span> directory.`,
89
89
'clusters.button.genToken':
90
90
'Need to create a new token? Click <a href="{link}" target="_blank">here</a>.',
91
91
'clusters.addworker.amdNotes-01': `If the <span class="bold-text">/opt/rocm</span> directory does not exist, please create a symbolic link pointing to the ROCm installed path: <span class="bold-text">ln -s /path/to/rocm /opt/rocm</span>.`,
92
-
'clusters.addworker.message.success':
93
-
'{count} workers have been added to the cluster.',
92
+
'clusters.addworker.message.success_single':
93
+
'{count} new worker has been added to the cluster.',
94
+
'clusters.addworker.message.success_multiple':
95
+
'{count} new workers have been added to the cluster.',
Copy file name to clipboardExpand all lines: src/locales/ru-RU/clusters.ts
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,10 @@ export default {
89
89
'clusters.button.genToken':
90
90
'Need to create a new token? Click <a href="{link}" target="_blank">here</a>.',
91
91
'clusters.addworker.amdNotes-01': `If the <span class="bold-text">/opt/rocm</span> directory does not exist, please create a symbolic link pointing to the ROCm installed path: <span class="bold-text">ln -s /path/to/rocm /opt/rocm</span>.`,
92
-
'clusters.addworker.message.success':
93
-
'{count} workers have been added to the cluster.',
92
+
'clusters.addworker.message.success_single':
93
+
'{count} new worker has been added to the cluster.',
94
+
'clusters.addworker.message.success_multiple':
95
+
'{count} new workers have been added to the cluster.',
0 commit comments