feat(tags): confirm deletion before removing tags

This commit is contained in:
2026-04-25 19:06:37 +03:30
parent 7f0e00f09d
commit 204b093937
3 changed files with 42 additions and 1 deletions

View File

@@ -321,6 +321,8 @@ export const fa = {
create: "ایجاد تگ",
createTitle: "ایجاد تگ",
editTitle: "ویرایش تگ",
deleteTitle: "حذف تگ",
deleteConfirmMessage: (name: string) => `آیا از حذف ${name} اطمینان دارید؟`,
searchPlaceholder: "جست‌وجوی تگ‌ها...",
nameLabel: "نام تگ",
namePlaceholder: "مثلاً طراحی",