mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-18 22:07:25 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/ar_EG/
13 lines
417 B
PHP
13 lines
417 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "الجميع",
|
|
'columns' => "أعمدة",
|
|
'hide_show_pagination' => "عرض/إخفاء أرقام الصفحات",
|
|
'loading' => "جارى التحميل، برجاء الإنتظار",
|
|
'page_from_to' => "عرض {0} إلى {1} من {2} صفوف",
|
|
'refresh' => "إعادة تحميل",
|
|
'rows_per_page' => "{0} صف بالصفحة",
|
|
'toggle' => "تغيير",
|
|
];
|