File "link-modal.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/awcodes/filament-tiptap-editor/resources/lang/fa/link-modal.php
File size: 885 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

return [
    'heading' => [
        'update' => 'به روز رسانی لینک',
        'insert' => 'درج لینک',
    ],
    'buttons' => [
        'remove' => 'حذف لینک',
        'cancel' => 'لغو',
        'update' => 'به روز رسانی',
        'insert' => 'درج',
    ],
    'labels' => [
        'url' => 'URL',
        'language' => 'زبان',
        'target' => [
            'default' => 'پیش فرض',
            'new_window' => 'پنجره جدید',
            'parent' => 'والد',
            'top' => 'بالا',
        ],
        'referrer_policy' => 'خط مشی ارجاع دهنده',
        'as_button' => 'دگمه',
        'button_theme' => [
            'primary' => 'اصلی',
            'secondary' => 'ثانوی',
            'tertiary' => 'طرف سوم',
            'accent' => 'لهجه',
        ],
    ],
];