Skip to content

Add fa (Farsi or Persian) locale translations #7452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: preview
Choose a base branch
from
1 change: 1 addition & 0 deletions packages/i18n/src/constants/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const SUPPORTED_LANGUAGES: ILanguageOption[] = [
{ label: "Română", value: "ro" },
{ label: "Tiếng việt", value: "vi-VN" },
{ label: "Türkçe", value: "tr-TR" },
{ label: "فارسی", value: "fa" },
];

/**
Expand Down
34 changes: 34 additions & 0 deletions packages/i18n/src/locales/fa/accessibility.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"aria_labels": {
"projects_sidebar": {
"workspace_logo": "لوگوی فضای کاری",
"open_workspace_switcher": "باز کردن انتخاب‌گر فضای کاری",
"open_user_menu": "باز کردن منوی کاربر",
"open_command_palette": "باز کردن پالت دستورات",
"open_extended_sidebar": "باز کردن نوار کناری گسترده",
"close_extended_sidebar": "بستن نوار کناری گسترده",
"create_favorites_folder": "ایجاد پوشه‌ی علاقه‌مندی‌ها",
"open_folder": "باز کردن پوشه",
"close_folder": "بستن پوشه",
"open_favorites_menu": "باز کردن منوی علاقه‌مندی‌ها",
"close_favorites_menu": "بستن منوی علاقه‌مندی‌ها",
"enter_folder_name": "نام پوشه را وارد کنید",
"create_new_project": "ایجاد پروژه‌ی جدید",
"open_projects_menu": "باز کردن منوی پروژه‌ها",
"close_projects_menu": "بستن منوی پروژه‌ها",
"toggle_quick_actions_menu": "نمایش/مخفی کردن منوی اقدامات سریع",
"open_project_menu": "باز کردن منوی پروژه",
"close_project_menu": "بستن منوی پروژه",
"collapse_sidebar": "جمع کردن نوار کناری",
"expand_sidebar": "گسترش نوار کناری",
"edition_badge": "باز کردن پنجره‌ی طرح‌های پولی"
},
"auth_forms": {
"clear_email": "پاک کردن ایمیل",
"show_password": "نمایش رمز عبور",
"hide_password": "مخفی کردن رمز عبور",
"close_alert": "بستن هشدار",
"close_popover": "بستن پاپ‌اور"
}
}
}
1 change: 1 addition & 0 deletions packages/i18n/src/locales/fa/editor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading