refactor(ui): improve i18n

This commit is contained in:
Fu Diwei
2024-12-10 16:37:24 +08:00
parent a4eff0b408
commit 8fe0d342aa
76 changed files with 214 additions and 266 deletions

View File

@@ -94,7 +94,7 @@ const DeployToWebhook = ({ data }: DeployFormProps) => {
trigger={
<div className="font-normal text-primary hover:underline cursor-pointer flex items-center">
<Plus size={14} />
{t("common.add")}
{t("common.button.add")}
</div>
}
op="add"
@@ -174,7 +174,7 @@ const DeployToWebhook = ({ data }: DeployFormProps) => {
/>
<div className="flex justify-end">
<Button type="submit">{t("common.save")}</Button>
<Button type="submit">{t("common.button.save")}</Button>
</div>
</form>
</Form>