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/i18n/locales/en.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -183,10 +183,11 @@
183
183
"ws_auth_enable": "Require auth for /ws/*",
184
184
"routing_title": "Routing Strategy",
185
185
"routing_strategy_label": "Routing strategy:",
186
-
"routing_strategy_hint": "round-robin cycles through keys; fill-first prioritizes the first available key.",
186
+
"routing_strategy_hint": "round-robin cycles through keys; fill-first prioritizes the first available key; sticky-round-robin keeps a sticky cycle per access identity.",
"routing_strategy_hint": "Select the credential selection strategy. sticky-round-robin reuses the same sticky route per access identity until the TTL expires.",
"max_retry_credentials_hint": "Оставьте пустым, чтобы не задавать поле. Значение 0 сохраняет legacy-поведение и позволяет перебрать все доступные учётные данные.",
"routing_strategy_hint": "Выберите стратегию подбора учётных данных; sticky-round-robin повторно использует один и тот же липкий маршрут для входной identity, пока не истечёт TTL.",
1274
1275
"strategy_round_robin": "По кругу",
1276
+
"strategy_sticky_round_robin": "Липкий цикл",
1275
1277
"strategy_fill_first": "Сначала заполнить",
1278
+
"sticky_ttl": "Sticky TTL (сек)",
1279
+
"sticky_ttl_hint": "Оставьте пустым, чтобы не задавать поле; применяется только к sticky-round-robin.",
0 commit comments