chore(console): i18n sync (#15360)
This commit is contained in:
parent
a3bdb974b3
commit
7f851da15e
32 changed files with 664 additions and 56 deletions
|
|
@ -48,6 +48,9 @@ const map = {
|
|||
"Provider is required": "error.providerRequired",
|
||||
"API key is required": "error.apiKeyRequired",
|
||||
"Model is required": "error.modelRequired",
|
||||
"workspace.reload.error.paymentFailed": "workspace.reload.error.paymentFailed",
|
||||
"Payment failed": "workspace.reload.error.paymentFailed",
|
||||
"Payment failed.": "workspace.reload.error.paymentFailed",
|
||||
} as const satisfies Record<string, Key>
|
||||
|
||||
export function formErrorReloadAmountMin(amount: number) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue