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: frontend/i18n/messages/en-US/admin-channels.json
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -145,18 +145,17 @@
145
145
"creating": "Creating...",
146
146
"saving": "Saving..."
147
147
},
148
-
"modelsDialog": {
148
+
"modelsDialog": {
149
149
"selectKind": "Select kind",
150
150
"selectModel": "Select {name}",
151
-
"unbound": "Unbound",
152
151
"routeStatusFor": "{name} status",
153
152
"platformModelName": "Platform model name",
154
153
"platformModel": "Platform model",
155
154
"deleteAfterSave": "Delete after saving",
156
155
"autoProtocol": "Auto match",
157
156
"remoteStatus": {
158
157
"bound": "Bound",
159
-
"synced": "Synced",
158
+
"unbound": "Unbound",
160
159
"unsynced": "Not synced"
161
160
},
162
161
"remoteLoadFailed": "Failed to fetch remote models",
@@ -183,18 +182,18 @@
183
182
"loadFailed": "Load failed",
184
183
"batchDeletePartialFailed": "Some bindings failed to delete",
185
184
"batchDeleteDone": "Bindings deleted",
186
-
"batchDeleteSummary": "Deleted {successCount}, not found {notFoundCount}, failed {failedCount}. The upstream model catalog is kept.",
185
+
"batchDeleteSummary": "Deleted {successCount}, not found {notFoundCount}, failed {failedCount}. The upstream model catalog is kept and can be rebound by syncing.",
187
186
"noPendingChanges": "No pending changes",
188
187
"upstreamModelRequired": "Upstream model name is required",
189
188
"activeRouteRequiresPlatformModel": "Active routes require a platform model name. To unbind, disable the route before saving.",
190
189
"duplicateBinding": "Upstream model \"{upstreamModelName}\" is already bound to platform model \"{platformModelName}\"",
191
190
"noSavableChanges": "No savable binding changes",
192
191
"savedAndDeleted": "Saved {savedCount} changes and deleted {deletedCount} bindings",
0 commit comments