|
1 | 1 | { |
| 2 | + "assistpool_title": "Assist Pools", |
| 3 | + "assistpool_new_config": "New Pool", |
| 4 | + "assistpool_name": "Name", |
| 5 | + "assistpool_name_placeholder": "Cut a Slice", |
| 6 | + "assistpool_alias": "Alias", |
| 7 | + "assistpool_alias_optional": "Alias (optional)", |
| 8 | + "assistpool_alias_placeholder": "cut-a-slice", |
| 9 | + "assistpool_alias_help": "Human-readable key, unique within your organization.", |
| 10 | + "assistpool_description": "Description", |
| 11 | + "assistpool_mode": "Mode", |
| 12 | + "assistpool_mode_decrement": "decrement (砍价)", |
| 13 | + "assistpool_mode_accumulate": "accumulate (集气)", |
| 14 | + "assistpool_target_amount": "Target amount", |
| 15 | + "assistpool_policy": "Contribution policy", |
| 16 | + "assistpool_policy_fixed": "fixed — each assist = N", |
| 17 | + "assistpool_policy_uniform": "uniform — random [min, max]", |
| 18 | + "assistpool_policy_decaying": "decaying — 砍一刀 tail throttle", |
| 19 | + "assistpool_amount_per_assist": "Amount per assist", |
| 20 | + "assistpool_min": "Min", |
| 21 | + "assistpool_max": "Max", |
| 22 | + "assistpool_base": "Base", |
| 23 | + "assistpool_tail_ratio": "Tail ratio", |
| 24 | + "assistpool_tail_floor": "Tail floor", |
| 25 | + "assistpool_per_assister_limit": "Per-assister limit", |
| 26 | + "assistpool_expires_in_seconds": "Expires in (seconds)", |
| 27 | + "assistpool_initiator_can_assist": "Initiator can assist", |
| 28 | + "assistpool_initiator_can_assist_help": "Allow the initiator to contribute to their own pool.", |
| 29 | + "assistpool_active": "Active", |
| 30 | + "assistpool_active_help": "Inactive configs reject new instance creation.", |
| 31 | + "assistpool_cancel": "Cancel", |
| 32 | + "assistpool_create": "Create", |
| 33 | + "assistpool_creating": "Creating…", |
| 34 | + "assistpool_created": "Assist-pool config created", |
| 35 | + "assistpool_failed_create": "Failed to create assist-pool config", |
| 36 | + "assistpool_failed_load_configs": "Failed to load configs:", |
| 37 | + "assistpool_no_configs": "No assist-pool configs yet. Create one to get started.", |
| 38 | + "assistpool_col_name": "Name", |
| 39 | + "assistpool_col_alias": "Alias", |
| 40 | + "assistpool_col_mode": "Mode", |
| 41 | + "assistpool_col_target": "Target", |
| 42 | + "assistpool_col_policy": "Policy", |
| 43 | + "assistpool_col_ttl": "TTL (s)", |
| 44 | + "assistpool_col_active": "Active", |
| 45 | + "assistpool_yes": "yes", |
| 46 | + "assistpool_no": "no", |
2 | 47 | "apikeys_title": "API Keys", |
3 | 48 | "apikeys_admin_keys": "Admin Keys", |
4 | 49 | "apikeys_client_credentials": "Client Credentials", |
|
1126 | 1171 | "nav_rank": "Ranking", |
1127 | 1172 | "nav_storage_box": "Storage Box", |
1128 | 1173 | "nav_lottery": "Lottery", |
| 1174 | + "nav_assist_pool": "Assist Pool", |
1129 | 1175 | "nav_group_overview": "Overview", |
1130 | 1176 | "nav_group_economy": "Economy", |
1131 | 1177 | "nav_group_operations": "Operations", |
|
0 commit comments