mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00

* Unminify rickshaw graph CSS so we can maintain it * Initial BiDi support for the Web UI BiDi means the web app can serve both LTR and RTL languages at the same time. 1. Bootstrap-RTL overrides Bootstrap 3.3 styles for RTL clients 2. Application CSS was preprocessed thru rtlcss and then hand-trimmed to contain only RTL-specific directives. 3. Dashboard was tweaked to hardcode LTR for footer and polling gadget * Vendor bootstrap-rtl.css * Various RTL style fixes, need to flip all pull-* elements * Upgrade Rickshaw to latest, remove dupe CSS * Add Arabic language (credit to Milena Novakova) Add Hebrew placeholder Added dir attribute to html tag * changes * Clean up HTTP header generation, add Content-Language response header * Use correct locale for hebrew
80 lines
No EOL
2.4 KiB
YAML
80 lines
No EOL
2.4 KiB
YAML
# elements like %{queue} are variables and should not be translated
|
||
ar:
|
||
TextDirection: 'rtl'
|
||
Dashboard: لوحة القيادة
|
||
Status: حالة
|
||
Time: وقت
|
||
Namespace: مساحة الأسماء
|
||
Realtime: راهن
|
||
History: تاريخ
|
||
Busy: مصروف
|
||
Processed: مصنوع
|
||
Failed: فشل
|
||
Scheduled: مبرمج
|
||
Retries: محاولة
|
||
Enqueued: بالدور
|
||
Worker: عامل
|
||
LivePoll: استجواب
|
||
StopPolling: استجوب على الملكان
|
||
Queue: دورة
|
||
Class: فىة
|
||
Job: وظيفة
|
||
Arguments: براهين
|
||
Extras: اضافة
|
||
Started: ابتداء
|
||
ShowAll: عرض كل الشي
|
||
CurrentMessagesInQueue: الأعمال الجارية في <span class='title'>%{queue}</span>
|
||
AddToQueue: الإضافة إلى الدور
|
||
AreYouSureDeleteJob: ا تتأكد من العمل؟
|
||
AreYouSureDeleteQueue: ا تتأكد من إزالة %{queue} الدور؟
|
||
Delete: حذف
|
||
Queues: دورات
|
||
Size: حجم
|
||
Actions: اجراءات
|
||
NextRetry: المحاولة القادمة
|
||
RetryCount: عدد إعادة المحاولة
|
||
RetryNow: إعادة المحاولة الآن
|
||
Kill: ابطل
|
||
LastRetry: المحاولة الأخيرة
|
||
OriginallyFailed: فشل أصلا
|
||
AreYouSure: هل انت متأكد؟
|
||
DeleteAll: حذف كل شي
|
||
RetryAll: عاد كل شي
|
||
NoRetriesFound: لم وجد المحاولات
|
||
Error: خطأ
|
||
ErrorClass: طبقة الخطأ
|
||
ErrorMessage: رسالة الخطأ
|
||
ErrorBacktrace: الخطأ العودة التتبع
|
||
GoBack: تقهقر
|
||
NoScheduledFound: لم وجد المشاكل المبرمجة
|
||
When: متى
|
||
ScheduledJobs: المشاكل المبرمجة
|
||
idle: اشل
|
||
active: عامل
|
||
Version: تفريعة
|
||
Connections: اشتراك
|
||
MemoryUsage: استخدام الذاكرة
|
||
PeakMemoryUsage: ذروة استخدام الذاكرة
|
||
Uptime: أجال عامل
|
||
OneWeek: أسبوع
|
||
OneMonth: شهر
|
||
ThreeMonths: ثلاثة أشهر
|
||
SixMonths: ستة أشهر
|
||
Failures: فشل
|
||
DeadJobs: وظائف الميتة
|
||
NoDeadJobsFound: لم وجد وظائف الميتة
|
||
Dead: ميتة
|
||
Processes: عملية
|
||
Thread: خيط
|
||
Threads: خيوط
|
||
Jobs: وظائف
|
||
Paused: ركزة
|
||
Stop: خلاص
|
||
Quiet: هدوء
|
||
StopAll: خلاص كل الشي
|
||
QuietAll: الهدوء فقط
|
||
PollingInterval: استقصاء
|
||
Plugins: الإضافات
|
||
NotYetEnqueued: ليس في دورة حتى
|
||
CreatedAt: أنشئت في
|
||
BackToApp: العودة إلى التطبيق |