mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-04 10:27:28 -08:00
13 lines
720 B
PHP
13 lines
720 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'personal_api_keys' => 'مفاتيح API الشخصية',
|
||
|
'api_key_warning' => 'عند إنشاء رمز API، تأكد من نسخه على الفور لأنه
|
||
|
لن يكون مرئيا لك مرة أخرى.',
|
||
|
'api_base_url' => 'عنوان URL الأساسي API الخاص بك موجود في:',
|
||
|
'api_base_url_endpoint' => '/<endpoint>',
|
||
|
'api_token_expiration_time' => 'تم تعيين رموز API لانتهاء صلاحيتها في:',
|
||
|
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
|
||
|
find specific API endpoints and additional API documentation.',
|
||
|
);
|