diff options
| author | 2025-03-05 16:34:20 +0100 | |
|---|---|---|
| committer | 2025-03-05 16:34:20 +0100 | |
| commit | 79387e144b8b7759557f86bb65047291e7548493 (patch) | |
| tree | 1152fc10f5b52c774c2005916cf332ae86079773 /app/i18n/fa | |
| parent | f40acd78cb1f41801c2d398976fbe0e8663f1bd6 (diff) | |
i18n do not translate XPath code (#7404)
Spotted in https://mapstodon.space/@jorgesanz/114109696863582740
Diffstat (limited to 'app/i18n/fa')
| -rw-r--r-- | app/i18n/fa/sub.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/fa/sub.php b/app/i18n/fa/sub.php index f5b5b13b9..e9f220a69 100644 --- a/app/i18n/fa/sub.php +++ b/app/i18n/fa/sub.php @@ -113,11 +113,11 @@ return array( ), 'item_thumbnail' => array( '_' => ' تصویر کوچک مورد', - 'help' => ' مثال: <code>فرزند::img/@src</code>', + 'help' => ' مثال: <code>descendant::img/@src</code>', ), 'item_timeFormat' => array( '_' => ' فرمت تاریخ/زمان سفارشی', - 'help' => ' اختیاری. قالبی که توسط <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> پشتیبانی میشود', + 'help' => ' اختیاری. قالبی که توسط <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> پشتیبانی میشود', // DIRTY ), 'item_timestamp' => array( '_' => ' تاریخ مورد', @@ -125,15 +125,15 @@ return array( ), 'item_title' => array( '_' => ' عنوان مورد', - 'help' => ' به طور خاص از <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">محور XPath</a> <code>فرزند::</code استفاده کنید > مانند <code>فرزند::h2</code>', + 'help' => ' به طور خاص از <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">محور XPath</a> <code>descendant::</code استفاده کنید > مانند <code>descendant::h2</code>', ), 'item_uid' => array( '_' => ' شناسه منحصر به فرد مورد', - 'help' => ' اختیاری. مثال: <code>فرزند::div/@data-uri</code>', + 'help' => ' اختیاری. مثال: <code>descendant::div/@data-uri</code>', ), 'item_uri' => array( '_' => ' پیوند مورد (URL)', - 'help' => ' مثال: <code>فرزند::a/@href</code>', + 'help' => ' مثال: <code>descendant::a/@href</code>', ), 'relative' => 'XPath (نسبت به مورد) برای:', 'xpath' => ' XPath برای:', |
