Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions apps/web/public/static/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
"secret_meeting": "اجتماع سري",
"login_instead": "تسجيل الدخول بدلًا من ذلك",
"create_account": "إنشاء حساب",
"get_started": "ابدأ الآن",
"confirm_password": "تأكيد كلمة المرور",
"reset_your_password": "عيّن كلمة المرور الجديدة متبعاً الإرشادات المرسلة إلى عنوان بريدك الإلكتروني.",
"org_banner_instructions": "الرجاء رفع صورة بعرض {{width}} وطول {{height}}.",
Expand Down Expand Up @@ -1019,6 +1020,7 @@
"attendees": "الحضور",
"add_attendees": "إضافة الحضور",
"show_advanced_settings": "عرض الإعدادات المتقدمة",
"hide_advanced_settings": "إخفاء الإعدادات المتقدمة",
"event_name": "اسم الحدث",
"event_name_in_calendar": "اسم الحدث في التقويم",
"event_name_tooltip": "الاسم الذي سيظهر في التقاويم",
Expand Down Expand Up @@ -1231,7 +1233,7 @@
"contact_sales": "تواصل مع قسم المبيعات",
"error_404": "خطأ 404",
"default": "الافتراضي",
"set_to_default": "تعيين إلى الافتراضي",
"set_to_default": "تعيين كافتراضي",
"new_schedule_btn": "جدول جديد",
"add_new_schedule": "إضافة جدول جديد",
"add_new_calendar": "إضافة تقويم جديد",
Expand Down Expand Up @@ -1329,7 +1331,7 @@
"make_team_private_description": "لن يتمكن أعضاء فريقك من رؤية أعضاء الفريق الآخرين عند تشغيل هذا الإعداد.",
"you_cannot_see_team_members": "لا يمكنك رؤية جميع أعضاء الفريق السري.",
"you_cannot_see_teams_of_org": "لا يمكنك رؤية فرق المؤسسة الخاصة.",
"allow_booker_to_select_duration": "السماح لمن يقوم بالحجز بتحديد المدة",
"allow_multiple_durations": "السماح بمدد متعددة",
"impersonate_user_tip": "يتم مراجعة جميع استخدامات هذه الميزة.",
"impersonating_user_warning": "انتحال اسم مستخدم \"{{user}}\".",
"impersonating_stop_instructions": "انقر هنا للإيقاف",
Expand Down Expand Up @@ -2202,6 +2204,7 @@
"booking_confirmation_failed": "فشل تأكيد الحجز",
"not_enough_seats": "لا توجد مقاعد كافية",
"form_builder_field_already_exists": "يوجد حقل بهذا الاسم بالفعل",
"guests_field_must_be_multiemail": "يجب أن يكون حقل الضيوف من نوع 'بريد إلكتروني متعدد'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Keep quoted field label in English to match UI copy.

The builder still surfaces this option as the literal English string “Multiple emails”. Translating the quoted label breaks parity with the UI and makes the option harder to locate. Please restore the quoted text to the English label.

🤖 Prompt for AI Agents
In apps/web/public/static/locales/ar/common.json around line 2205, the quoted
field label was translated into Arabic breaking parity with the UI; change the
string value so the quoted label remains the English text "Multiple emails"
(keep the surrounding single quotes as in the original UI) while leaving the
rest of the Arabic translation intact.

"show_on_booking_page": "إظهار في صفحة الحجز",
"visit_cancelled_booking": "يمكنك زيارة صفحة الحجز الملغى",
"get_started_zapier_templates": "البدء في استخدام قوالب Zapier",
Expand Down Expand Up @@ -2298,6 +2301,7 @@
"locked_by_team_admin": "مقفل من قبل المشرف",
"app_not_connected": "أنت غير متصل بحساب {{appName}}.",
"connect_now": "اتصل الآن",
"connect_now_unavailable_tooltip": "الاتصال الآن غير متاح حاليًا. يرجى الحجز من الفترات المتاحة أعلاه أو المحاولة مرة أخرى لاحقًا.",
"managed_event_dialog_confirm_button_one": "الاستبدال وإخطار {{count}} عضو",
"managed_event_dialog_confirm_button_other": "الاستبدال وإخطار {{count}} من الأعضاء",
"managed_event_dialog_title_one": "رابط /{{slug}} موجود بالفعل لـ {{count}} عضو. هل تريد استبداله؟",
Expand Down Expand Up @@ -2922,6 +2926,7 @@
"proceeding_agreement": "بالمتابعة، فإنك توافق على",
"terms": "الشروط",
"always_show_x_days": "دائمًا {{x}} أيام متاحة",
"always_show_x_days_description": "ينقل تلقائيًا نافذة الحجز لمدة {{x}} يوم إلى الأمام كل يوم، مما يضمن أن تقويمك يعرض دائمًا الفترات المتاحة للـ {{x}} يومًا القادمة.",
"team_subscription_cancelled_successfully": "تم إلغاء اشتراك الفريق بنجاح",
"team_subscription_cancellation_error": "حدث خطأ أثناء إلغاء اشتراك الفريق",
"unable_to_subscribe_to_the_platform": "حدث خطأ أثناء محاولة الاشتراك في خطة المنصة، يرجى المحاولة مرة أخرى لاحقًا",
Expand Down Expand Up @@ -3143,7 +3148,8 @@
"filter_operator_ends_with": "ينتهي بـ",
"filter_operator_is_empty": "فارغ",
"filter_operator_not_empty": "غير فارغ",
"translate_description_button": "ترجمة العنوان/الوصف إلى لغة متصفح الزائر باستخدام الذكاء الاصطناعي",
"translate_description_button": "ترجمة العنوان والوصف تلقائيًا",
"translate_description_button_description": "ترجمة العناوين والأوصاف تلقائيًا إلى لغة متصفح الزائر باستخدام الذكاء الاصطناعي.",
"rr_distribution_method": "التوزيع",
"rr_distribution_method_description": "يتيح تحسين التوزيع لتحقيق أقصى قدر من التوفر أو لتحقيق توزيع أكثر توازناً.",
"rr_distribution_method_availability_title": "تعظيم التوفر",
Expand Down Expand Up @@ -3309,6 +3315,7 @@
"seats_doesnt_support_recurring": "ميزة المقاعد لا تدعم الفعاليات المتكررة. قم بتعطيل ميزة المقاعد لجعلها متكررة.",
"recurring_event_seats_error": "الفعالية المتكررة لا تدعم ميزة المقاعد. قم بتعطيل ميزة المقاعد أو اجعل الفعالية غير متكررة.",
"segment": "شريحة",
"saved_filters": "الفلاتر المحفوظة",
"rename": "إعادة تسمية",
"rename_segment": "إعادة تسمية الشريحة",
"delete_segment": "حذف الشريحة",
Expand Down Expand Up @@ -3338,6 +3345,7 @@
"picklist": "قائمة الاختيار",
"most_cancelled_bookings": "الأكثر إلغاءً للحجوزات",
"interface_language": "لغة الواجهة",
"interface_language_description": "اختر لغتك المفضلة لواجهة الحجز",
"visitors_browser_language": "لغة متصفح الزائر",
"name_or_email": "الاسم أو البريد الإلكتروني",
"salesforce_round_robin_skip_fallback_to_lead_owner": "إذا لم يتم العثور على جهة اتصال، يتم الرجوع إلى مالك العميل المحتمل إذا كان موجودًا",
Expand Down Expand Up @@ -3509,10 +3517,20 @@
"pbac_desc_update_workflows": "تعديل وتغيير إعدادات سير العمل",
"pbac_desc_delete_workflows": "إزالة سير العمل من النظام",
"pbac_resource_webhook": "ويب هوك",
"pbac_resource_availability": "الأوقات المتاحة",
"pbac_resource_out_of_office": "خارج المكتب",
"pbac_desc_create_webhooks": "إنشاء ويب هوكس",
"pbac_desc_view_webhooks": "عرض ويب هوكس",
"pbac_desc_update_webhooks": "تحديث الويب هوك",
"pbac_desc_delete_webhooks": "حذف الويب هوك",
"pbac_desc_create_availability": "إنشاء وقت متاح",
"pbac_desc_view_availability": "عرض الأوقات المتاحة",
"pbac_desc_update_availability": "تحديث الأوقات المتاحة",
"pbac_desc_delete_availability": "حذف الأوقات المتاحة",
"pbac_desc_create_out_of_office": "إنشاء حالة خارج المكتب",
"pbac_desc_view_out_of_office": "عرض حالة خارج المكتب",
"pbac_desc_update_out_of_office": "تحديث حالة خارج المكتب",
"pbac_desc_delete_out_of_office": "حذف حالة خارج المكتب",
Comment on lines +3520 to +3533
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion | 🟠 Major

🧩 Analysis chain

Consistency: pluralize “availability” action description to match others.
Other availability actions use plural “الأوقات”. Make “create” plural too.

Apply:

-"pbac_desc_create_availability": "إنشاء وقت متاح",
+"pbac_desc_create_availability": "إنشاء أوقات متاحة",

Confirm no other locales diverge on singular/plural for this PBAC string to keep cross‑locale consistency. Based on learnings


🏁 Script executed:

#!/bin/bash
echo "=== pbac_desc_create_availability in all locales ==="
rg -n '"pbac_desc_create_availability":' -g 'apps/web/public/static/locales/*/common.json'

echo -e "\n=== All availability action keys in all locales ==="
rg -n '"pbac_desc_(create|view|update|delete)_availability":' -g 'apps/web/public/static/locales/*/common.json'

Length of output: 20220


Pluralize Arabic “create availability” translation
Update apps/web/public/static/locales/ar/common.json to match the plural form used by the other availability actions in Arabic:

-"pbac_desc_create_availability": "إنشاء وقت متاح",
+"pbac_desc_create_availability": "إنشاء الأوقات المتاحة",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"pbac_resource_availability": "الأوقات المتاحة",
"pbac_resource_out_of_office": "خارج المكتب",
"pbac_desc_create_webhooks": "إنشاء ويب هوكس",
"pbac_desc_view_webhooks": "عرض ويب هوكس",
"pbac_desc_update_webhooks": "تحديث الويب هوك",
"pbac_desc_delete_webhooks": "حذف الويب هوك",
"pbac_desc_create_availability": "إنشاء وقت متاح",
"pbac_desc_view_availability": "عرض الأوقات المتاحة",
"pbac_desc_update_availability": "تحديث الأوقات المتاحة",
"pbac_desc_delete_availability": "حذف الأوقات المتاحة",
"pbac_desc_create_out_of_office": "إنشاء حالة خارج المكتب",
"pbac_desc_view_out_of_office": "عرض حالة خارج المكتب",
"pbac_desc_update_out_of_office": "تحديث حالة خارج المكتب",
"pbac_desc_delete_out_of_office": "حذف حالة خارج المكتب",
"pbac_resource_availability": "الأوقات المتاحة",
"pbac_resource_out_of_office": "خارج المكتب",
"pbac_desc_create_webhooks": "إنشاء ويب هوكس",
"pbac_desc_view_webhooks": "عرض ويب هوكس",
"pbac_desc_update_webhooks": "تحديث الويب هوك",
"pbac_desc_delete_webhooks": "حذف الويب هوك",
"pbac_desc_create_availability": "إنشاء الأوقات المتاحة",
"pbac_desc_view_availability": "عرض الأوقات المتاحة",
"pbac_desc_update_availability": "تحديث الأوقات المتاحة",
"pbac_desc_delete_availability": "حذف الأوقات المتاحة",
"pbac_desc_create_out_of_office": "إنشاء حالة خارج المكتب",
"pbac_desc_view_out_of_office": "عرض حالة خارج المكتب",
"pbac_desc_update_out_of_office": "تحديث حالة خارج المكتب",
"pbac_desc_delete_out_of_office": "حذف حالة خارج المكتب",
🤖 Prompt for AI Agents
In apps/web/public/static/locales/ar/common.json around lines 3519 to 3532, the
translation for "pbac_desc_create_availability" uses the singular "إنشاء وقت
متاح" while the other availability actions use the plural form; change its value
to the plural form (e.g., "إنشاء الأوقات المتاحة") to match the rest and keep
consistency across availability-related keys.

"pbac_desc_manage_workflows": "وصول كامل لإدارة جميع سير العمل",
"pbac_desc_create_event_types": "إنشاء أنواع الأحداث",
"pbac_desc_view_event_types": "عرض أنواع الأحداث",
Expand Down
28 changes: 23 additions & 5 deletions apps/web/public/static/locales/az/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
"secret_meeting": "Gizli Görüş",
"login_instead": "Əvəzinə daxil olun",
"create_account": "Hesab yaradın",
"get_started": "Başlayın",
"confirm_password": "Şifrəni təsdiqləyin",
"reset_your_password": "E-poçt ünvanınıza göndərilən təlimatlarla yeni şifrənizi təyin edin.",
"org_banner_instructions": "Zəhmət olmasa {{width}} enində və {{height}} hündürlüyündə şəkil yükləyin.",
Expand Down Expand Up @@ -958,7 +959,7 @@
"light_event_type_color": "Tədbir Tipi Rəngi (İşıq Mövzusu)",
"dark_event_type_color": "Tədbir Tipi Rəngi (Qaranlıq Mövzu)",
"file_not_named": "Fayl adlandırılmayıb [idOrSlug]/[user]",
"create_team": "Komanda Yarat",
"create_team": "Komanda yaradın",
"name": "Ad",
"nameless_team": "Adsız Komanda",
"oauth_clients": "OAuth Müştəriləri",
Expand Down Expand Up @@ -1019,6 +1020,7 @@
"attendees": "İştirakçılar",
"add_attendees": "İştirakçı əlavə et",
"show_advanced_settings": "Ətraflı parametrləri göstər",
"hide_advanced_settings": "Ətraflı parametrləri gizlədin",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Restore imperative form for “Hide advanced settings”

“Ətraflı parametrləri gizlədin” slips back into the polite plural; the UI copy previously used the imperative “gizlət”, which matches the English string and the “Show advanced settings” pair. Please revert to “Ətraflı parametrləri gizlət”.

🤖 Prompt for AI Agents
In apps/web/public/static/locales/az/common.json around line 1023, the
Azerbaijani translation for "Hide advanced settings" uses the polite plural form
"Ətraflı parametrləri gizlədin" but should be the imperative "Ətraflı
parametrləri gizlət" to match the English and the paired "Show advanced
settings" string; update the value to "Ətraflı parametrləri gizlət" keeping JSON
syntax intact (replace the current string while preserving surrounding quotes
and the trailing comma).

"event_name": "Tədbirin Adı",
"event_name_in_calendar": "Tədbirin adı ilə",
"event_name_tooltip": "Təqvimlərdə görünəcək ad",
Expand Down Expand Up @@ -1329,7 +1331,7 @@
"make_team_private_description": "Bu aktiv olduqda komanda üzvləri digər komanda üzvlərini görə bilməyəcək.",
"you_cannot_see_team_members": "Gizli komandanın bütün üzvlərini görə bilməzsiniz.",
"you_cannot_see_teams_of_org": "Gizli təşkilatın komandalarını görə bilməzsiniz.",
"allow_booker_to_select_duration": "Rezervasiya edənə müddəti seçməyə icazə ver",
"allow_multiple_durations": "Çoxsaylı müddətlərə icazə verin",
"impersonate_user_tip": "Bu xüsusiyyətin bütün istifadələri auditi olunur.",
"impersonating_user_warning": "\"{{user}}\" istifadəçi adını təqlid edirsiniz.",
"impersonating_stop_instructions": "Dayandırmaq üçün bura klikləyin",
Expand Down Expand Up @@ -2202,6 +2204,7 @@
"booking_confirmation_failed": "Rezervasiya təsdiqi uğursuz oldu",
"not_enough_seats": "Kifayət qədər oturacaq yoxdur",
"form_builder_field_already_exists": "Bu adla bir sahə artıq mövcuddur",
"guests_field_must_be_multiemail": "Qonaqlar sahəsi 'Çoxsaylı e-poçtlar' tipində olmalıdır",
"show_on_booking_page": "Rezervasiya səhifəsində göstər",
"visit_cancelled_booking": "Ləğv edilmiş rezervasiya səhifəsinə baxa bilərsiniz",
"get_started_zapier_templates": "Zapier şablonları ilə başlayın",
Expand Down Expand Up @@ -2298,6 +2301,7 @@
"locked_by_team_admin": "Komanda admini tərəfindən kilidlənib",
"app_not_connected": "Siz {{appName}} hesabını bağlamamısınız.",
"connect_now": "İndi bağlayın",
"connect_now_unavailable_tooltip": "İndi qoşulmaq hazırda əlçatan deyil. Zəhmət olmasa yuxarıdakı slotlardan rezervasiya edin və ya sonra yenidən cəhd edin.",
"managed_event_dialog_confirm_button_one": "Əvəz et və {{count}} üzvü xəbərdar et",
"managed_event_dialog_confirm_button_other": "Əvəz et və {{count}} üzvləri xəbərdar et",
"managed_event_dialog_title_one": "/{{slug}} url-si artıq {{count}} üzv üçün mövcuddur. Onu əvəz etmək istəyirsiniz?",
Expand Down Expand Up @@ -2688,7 +2692,7 @@
"enterprise": "Müəssisə",
"enterprise_description": "Təşkilatınızı yaratmaq üçün Enterprise-ə yüksəldin",
"create_your_org": "Təşkilatınızı Yaradın",
"create_org": "Təşkilat Yarat",
"create_org": "Təşkilat yaradın",
"create_your_org_description": "Təşkilatlara yüksəlin və subdomen, birləşdirilmiş ödəniş, Göstəricilər, geniş ağ etiketləmə və daha çoxunu əldə edin",
"create_your_enterprise_description": "Enterprise-ə yüksəlin və Active Directory Sync, SCIM Avtomatik İstifadəçi təminatı, Cal.ai Səs Agentləri, Admin API-ləri və daha çoxuna giriş əldə edin!",
"other_payment_app_enabled": "Hər tədbir növü üçün yalnız bir ödəniş tətbiqini aktivləşdirə bilərsiniz",
Expand Down Expand Up @@ -2922,6 +2926,7 @@
"proceeding_agreement": "Davam etməklə, bizim",
"terms": "Şərtlər",
"always_show_x_days": "Həmişə {{x}} gün mövcuddur",
"always_show_x_days_description": "Avtomatik olaraq {{x}}-günlük rezervasiya pəncərəsini hər gün irəli aparır, təqviminizin həmişə növbəti {{x}} günün əlçatan slotlarını göstərməsini təmin edir.",
"team_subscription_cancelled_successfully": "Komanda abunəliyi uğurla ləğv edildi",
"team_subscription_cancellation_error": "Komanda abunəliyini ləğv edərkən xəta baş verdi",
"unable_to_subscribe_to_the_platform": "Platforma planına abunə olmağa çalışarkən bir səhv baş verdi, zəhmət olmasa bir az sonra yenidən cəhd edin",
Expand Down Expand Up @@ -3143,7 +3148,8 @@
"filter_operator_ends_with": "İlə bitir",
"filter_operator_is_empty": "Boşdur",
"filter_operator_not_empty": "Boş deyil",
"translate_description_button": "Süni intellekt vasitəsilə başlıq/təsviri ziyarətçinin brauzer dilinə tərcümə et",
"translate_description_button": "Başlıq və təsviri auto tərcümə et",
"translate_description_button_description": "Başlıqları və təsvirləri ziyarətçinin brauzer dilinə AI vasitəsilə avtomatik tərcümə edin.",
"rr_distribution_method": "Paylama",
Comment on lines 3151 to 3153
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Avoid mixing English fragments in Azerbaijani strings

auto stands out in the Azerbaijani UI; use the native equivalent avtomatik to keep the button copy consistent.

Apply this diff:

-  "translate_description_button": "Başlıq və təsviri auto tərcümə et",
+  "translate_description_button": "Başlıq və təsviri avtomatik tərcümə et",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"translate_description_button": "Başlıq və təsviri auto tərcümə et",
"translate_description_button_description": "Başlıqları və təsvirləri ziyarətçinin brauzer dilinə süni intellekt vasitəsilə avtomatik tərcümə edin.",
"rr_distribution_method": "Paylama",
"translate_description_button": "Başlıq və təsviri avtomatik tərcümə et",
"translate_description_button_description": "Başlıqları və təsvirləri ziyarətçinin brauzer dilinə süni intellekt vasitəsilə avtomatik tərcümə edin.",
"rr_distribution_method": "Paylama",
🤖 Prompt for AI Agents
In apps/web/public/static/locales/az/common.json around lines 3150 to 3152, the
Azerbaijani string "Başlıq və təsviri auto tərcümə et" mixes English "auto";
replace it with the native word "avtomatik" so it reads "Başlıq və təsviri
avtomatik tərcümə et" (and update any matching description if needed to use
"avtomatik" instead of "auto" for consistency).

"rr_distribution_method_description": "Maksimum əlçatanlıq üçün paylamanı optimallaşdırmağa və ya daha balanslı bir təyinat üçün çalışmağa imkan verir.",
"rr_distribution_method_availability_title": "Əlçatanlığı maksimuma çatdırmaq",
Expand Down Expand Up @@ -3309,6 +3315,7 @@
"seats_doesnt_support_recurring": "Yerlər funksiyası təkrarlanan tədbiri dəstəkləmir. Təkrarlanma funksiyasını aktivləşdirmək üçün yerlər funksiyasını deaktiv edin.",
"recurring_event_seats_error": "Təkrarlanan tədbir yerlər funksiyasını dəstəkləmir. Yerlər funksiyasını deaktiv edin və ya tədbiri təkrarlanmayan edin.",
"segment": "Seqment",
"saved_filters": "Saxlanılmış filtrlər",
"rename": "Adını dəyişdir",
"rename_segment": "Seqmentin adını dəyişdir",
"delete_segment": "Seqmenti sil",
Expand Down Expand Up @@ -3338,6 +3345,7 @@
"picklist": "Seçim siyahısı",
"most_cancelled_bookings": "Ən Çox Ləğv Edilən",
"interface_language": "İnterfeys dili",
"interface_language_description": "Rezervasiya interfeysi üçün üstünlük verdiyiniz dili təyin edin",
"visitors_browser_language": "Ziyarətçinin brauzer dili",
"name_or_email": "Ad və ya E-poçt",
"salesforce_round_robin_skip_fallback_to_lead_owner": "Əgər əlaqə tapılmazsa, mövcud olduğu təqdirdə potensial müştəri sahibinə qayıt",
Expand Down Expand Up @@ -3509,10 +3517,20 @@
"pbac_desc_update_workflows": "İş axını parametrlərini redaktə etmək və dəyişdirmək",
"pbac_desc_delete_workflows": "İş axınlarını sistemdən silmək",
"pbac_resource_webhook": "Webhook",
"pbac_resource_availability": "Mövcudluq",
"pbac_resource_out_of_office": "Ofisdən kənarda",
"pbac_desc_create_webhooks": "Webhook yaradın",
"pbac_desc_view_webhooks": "Webhook-lara baxın",
"pbac_desc_update_webhooks": "Webhook-ləri yeniləyin",
"pbac_desc_delete_webhooks": "Webhook-ləri silin",
"pbac_desc_create_availability": "Mövcudluq yaratmaq",
"pbac_desc_view_availability": "Mövcudluğa baxmaq",
"pbac_desc_update_availability": "Mövcudluğu yeniləmək",
"pbac_desc_delete_availability": "Mövcudluğu silmək",
"pbac_desc_create_out_of_office": "Ofisdən kənar yaratmaq",
"pbac_desc_view_out_of_office": "Ofisdən kənara baxmaq",
"pbac_desc_update_out_of_office": "Ofisdən kənarı yeniləmək",
"pbac_desc_delete_out_of_office": "Ofisdən kənarı silmək",
"pbac_desc_manage_workflows": "Bütün iş axınlarına tam idarəetmə girişi",
"pbac_desc_create_event_types": "Tədbir növləri yaratmaq",
"pbac_desc_view_event_types": "Tədbir növlərinə baxmaq",
Expand Down Expand Up @@ -3561,7 +3579,7 @@
"round_robin_settings_description": "Bu komanda üçün standart növbəli təqvim parametrlərini fərdiləşdirin",
"round_robin_settings_updated_successfully": "Növbəli təqvim parametrləri uğurla yeniləndi",
"booking_creation_time": "Rezervasiya yaradılma vaxtı",
"meeting_start_time": "Görüş başlama vaxtı",
"meeting_start_time": "Görüşün başlama vaxtı",
"members_affected_by_disabling_delegation_credential": "Təsir edilən üzvlər",
"no_members_affected_by_disabling_delegation_credential": "Nümayəndəlik etimadnaməsinin deaktiv edilməsindən təsirlənən üzv yoxdur",
"download_expense_log": "Xərc jurnalını yüklə",
Expand Down
Loading