fix(projects): add translation and fix minor details in Projects create modal

This commit is contained in:
2026-03-16 16:10:19 +08:00
parent 501e6c7ed2
commit 99257ef70f
6 changed files with 177 additions and 56 deletions

View File

@@ -9,6 +9,7 @@ export const fa = {
save: "ذخیره",
lightMode: "حالت روشن",
darkMode: "حالت تاریک",
loadingText: "در حال بارگزاری...",
actions: {
create: "ایجاد",
@@ -253,9 +254,15 @@ export const fa = {
title: "پروژه‌ها",
description: (workspaceName: string) => `مدیریت پروژه‌ها برای ${workspaceName}`,
active: "پروژه‌های فعال",
archived: "پروژه‌های آرشیو شده",
archived: "پروژه‌های بایگانی شده",
createNew: "ایجاد پروژه جدید",
searchPlaceholder: "جستجوی پروژه‌ها...",
titlePlaceholder: "عنوان پروژه",
descriptionPlaceholder: "توضیحات پروژه",
titleLabel: "عنوان",
descriptionLabel: "توضیحات",
clientLabel: "مشتری",
colorLabel: "رنگ",
loading: "در حال بارگذاری...",
client: "مشتری",
noClient: "بدون مشتری",
@@ -264,7 +271,12 @@ export const fa = {
deleteWarning: "برای تایید حذف، لطفاً نام پروژه را تایپ کنید:",
deleteSuccess: "پروژه با موفقیت حذف شد",
deleteError: "خطا در حذف پروژه",
create: "ایجاد",
cancel: "انصراف",
createProject: "ایجاد پروژه",
editProject: "ویرایش پروژه",
restore: "بازیابی",
archive: "بایگانی",
clientFetchError: "خطا در دریافت لیست مشتریان.",
},
}