Files
Paymenter-Version-Tracks/lang/he/services.php
Muhammad Tamir b3933b9960 v1.4.0
2025-11-14 10:59:24 +07:00

70 lines
2.9 KiB
PHP

<?php
return [
'services' => 'שירותים',
'product' => 'מוצר',
'price' => 'מחיר',
'status' => 'מצב',
'name' => 'שם',
'actions' => 'פעולות',
'view' => 'הצג',
'product_details' => 'פרטי מוצר',
'billing_cycle' => 'מחזור חיוב',
'cancel' => 'ביטול',
'cancellation' => 'ביטול של :service',
'cancel_are_you_sure' => 'האם אתה בטוח שאתה מעוניין לבטל את השירות הנ"ל?',
'cancel_reason' => 'סיבת הביטול',
'cancel_type' => 'סוג הביטול',
'cancel_immediate' => 'בטל במיידי',
'cancel_end_of_period' => 'בטל בסוף תקופת התשלום',
'cancel_immediate_warning' => 'לאחר לחיצת הכפתור בתחתית העמוד, השירות יבוטל במיידי ולא תוכל להשתמש בו יותר.',
'cancellation_requested' => 'בקשה לביטול נשלחה',
'current_plan' => 'תוכנית נוכחית',
'new_plan' => 'תוכנית חדשה',
'change_plan' => 'שינוי תוכנית',
'current_price' => 'מחיר נוכחי',
'new_price' => 'מחיר חדש',
'upgrade' => 'שדרוג',
'upgrade_summary' => 'סיכום שדרוג',
'total_today' => 'סך הכל היום',
'upgrade_service' => 'שדרוג השירות',
'upgrade_choose_product' => 'בחר מוצר אליו תרצה לשדרג',
'upgrade_choose_config' => 'בחר את הגדרות השדרוג',
'next_step' => 'לשלב הבא',
'upgrade_pending' => 'אינך יכול לשדרג בזמן שיש חשבונית שדרוג / שנמוך פעילה',
'outstanding_invoice' => 'יש לך חשבונית שלא שולמה.',
'view_and_pay' => 'לחץ כאן לתשלום',
'statuses' => [
'pending' => 'בהמתנה',
'active' => 'פעיל',
'cancelled' => 'בוטל',
'suspended' => 'מושהה',
'cancellation_pending' => 'Cancellation Pending',
],
'billing_cycles' => [
'day' => 'יום|ימים',
'week' => 'שבוע/שבועות',
'month' => 'חודש/חודשים',
'year' => 'שנה|שנים',
],
'every_period' => 'כל :period :unit',
'price_every_period' => ':price כל :period :unit',
'price_one_time' => ':price one time',
'expires_at' => 'תאריך תפוגה',
'auto_pay' => 'Auto paying using',
'auto_pay_not_configured' => 'Not configured',
'no_services' => 'No services found',
'update_billing_agreement' => 'Update Billing Agreement',
'clear_billing_agreement' => 'Clear Billing Agreement',
'select_billing_agreement' => 'Select Billing Agreement',
'remove_payment_method' => 'Remove Payment Method',
'remove_payment_method_confirm' => 'Are you sure you want to remove the payment method ":name" from this service? Your service will no longer be able to auto pay its invoices.',
];