mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 21:59:21 +00:00
Translated using Weblate (Persian)
Currently translated at 98.4% (63 of 64 strings) Translation: Moner.ooo/Moner.ooo Translate-URL: https://hosted.weblate.org/projects/monerooo/monerooo/fa/
This commit is contained in:
parent
694566f68a
commit
13e9d2bd8f
1 changed files with 17 additions and 22 deletions
27
lang/fa.php
27
lang/fa.php
|
@ -1,24 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
// For the HTML meta specification, e.g. <!DOCTYPE html><html lang="en">
|
// For the HTML meta specification, e.g. <!DOCTYPE html><html lang="en">
|
||||||
$lang_meta = "fa\" dir=\"rtl"; // https://www.w3schools.com/tags/ref_language_codes.asp
|
// https://www.w3schools.com/tags/ref_language_codes.asp
|
||||||
|
$lang_meta = "fa\" dir=\"rtl";
|
||||||
$page_title = "تبدیل XMR به یورو/بیتکوین/فرانک سوئیس/دلار آمریکا و بسیاری موارد دیگر"; // The browser tab title or search engine title
|
// The browser tab title or search engine title
|
||||||
$meta_description = "The Monero live exchange rate in many different currencies, free for everyone."; // Search engine description / text
|
$page_title = "تبدیل XMR به یورو/بیتکوین/فرانک سوئیس/دلار آمریکا و بسیاری موارد دیگر";
|
||||||
$meta_keywords = "Monero, XMR, fiat, value, rate, live, exchange, conversion"; // Search engine keywords
|
// Search engine description / text
|
||||||
|
$meta_description = "The Monero live exchange rate in many different currencies, free for everyone.";
|
||||||
$title_h1 = "conversion to"; // ↓ XMR [...] ↓
|
// Search engine keywords
|
||||||
|
$meta_keywords = "Monero, XMR, fiat, value, rate, live, exchange, conversion";
|
||||||
|
// ↓ XMR [...] ↓
|
||||||
|
$title_h1 = "conversion to";
|
||||||
$moneroooTable = "Service provided by <a href='https://moner.ooo/'>Moner.ooo</a>, Data provided by <a href='https://www.coingecko.com/en/coins/monero' hreflang='en' rel='external'>CoinGecko</a>";
|
$moneroooTable = "Service provided by <a href='https://moner.ooo/'>Moner.ooo</a>, Data provided by <a href='https://www.coingecko.com/en/coins/monero' hreflang='en' rel='external'>CoinGecko</a>";
|
||||||
|
|
||||||
// Info Text
|
// Info Text
|
||||||
$info = "<span style='display:inline-block;'>The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated every 5 Seconds. Last at <u title='Hours:Minutes:Seconds (hh:mm:ss)'>".$time."</u> clock, Europe/Berlin. Data provided by <a class='text-white' href='https://www.coingecko.com/en/coins/monero' hreflang='en' rel='external' target='_blank'>CoinGecko</a></span><span style='display:inline-block;'><a target='_blank' href='https://kuno.anne.media/donate/onml/' rel='external' hreflang='en'><img loading='lazy' src='./img/kuno-monero-26x26.png' width='17' height='17' alt='Kuno - Moner.ooo donation page'></a> <a target='_blank' href='https://kuno.anne.media/' class='text-white' rel='external' hreflang='en'>Kuno – Fundraise with Monero</a></span> | <a class='text-white' href='https://github.com/nice42q/moner.ooo' hreflang='en' rel='external' target='_blank'>GitHub</a> | <span style='display:inline-block;'><a style='text-decoration:none; font-weight:bold;' class='text-white' href='https://servers.guru/' hreflang='en' rel='external' target='_blank'>Webhosting provided by<img loading='lazy' src='./img/servers-guru.svg' height='19' alt='Servers Guru' title='Servers Guru' /></a></span>";
|
$info = "<span style='display:inline-block;'>The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated every 5 Seconds. Last at <u title='Hours:Minutes:Seconds (hh:mm:ss)'>$time</u> clock, Europe/Berlin. Data provided by <a class='text-white' href='https://www.coingecko.com/en/coins/monero' hreflang='en' rel='external' target='_blank'>CoinGecko</a></span><span style='display:inline-block;'><a target='_blank' href='https://kuno.anne.media/donate/onml/' rel='external' hreflang='en'><img loading='lazy' src='./img/kuno-monero-26x26.png' width='17' height='17' alt='Kuno - Moner.ooo donation page'></a> <a target='_blank' href='https://kuno.anne.media/' class='text-white' rel='external' hreflang='en'>Kuno – Fundraise with Monero</a></span> | <a class='text-white' href='https://github.com/nice42q/moner.ooo' hreflang='en' rel='external' target='_blank'>GitHub</a> | <span style='display:inline-block;'><a style='text-decoration:none; font-weight:bold;' class='text-white' href='https://servers.guru/' hreflang='en' rel='external' target='_blank'>Webhosting provided by<img loading='lazy' src='./img/servers-guru.svg' height='19' alt='Servers Guru' title='Servers Guru' /></a></span>";
|
||||||
|
|
||||||
$clipboard_copy_tooltip = "Copy to clipboard";
|
$clipboard_copy_tooltip = "Copy to clipboard";
|
||||||
|
|
||||||
$l_fiatSelect = "Currency choice";
|
$l_fiatSelect = "Currency choice";
|
||||||
$l_fiatInput = "Fiat value input field";
|
$l_fiatInput = "Fiat value input field";
|
||||||
$l_xmrInput = "Monero value input field";
|
$l_xmrInput = "Monero value input field";
|
||||||
|
|
||||||
// Tooltip Titel
|
// Tooltip Titel
|
||||||
$l_eur = "Euro";
|
$l_eur = "Euro";
|
||||||
$l_btc = "Bitcoin";
|
$l_btc = "Bitcoin";
|
||||||
|
@ -71,9 +69,6 @@ $l_dkk = "Danish Krone";
|
||||||
$l_clp = "Chilean Peso";
|
$l_clp = "Chilean Peso";
|
||||||
$l_mxn = "Mexican Peso";
|
$l_mxn = "Mexican Peso";
|
||||||
$l_gel = "Georgian Lari";
|
$l_gel = "Georgian Lari";
|
||||||
|
|
||||||
// More Monero links
|
// More Monero links
|
||||||
$getmonero = '<a class="text-white" href="https://www.monerotalk.live/" hreflang="en" target="_blank" rel="external">Monero Talk</a> | <a class="text-white" href="https://www.monero.observer/resources/" hreflang="en" target="_blank" rel="external">Monero Observer</a> | <a class="text-white" href="https://ccs.getmonero.org/" hreflang="en" target="_blank" rel="external">Community Crowdfunding System (CCS)</a> | <a class="text-white" href="https://www.getmonero.org/" hreflang="en" target="_blank" rel="external">Official website</a>';
|
$getmonero = '<a class="text-white" href="https://www.monerotalk.live/" hreflang="en" target="_blank" rel="external">Monero Talk</a> | <a class="text-white" href="https://www.monero.observer/resources/" hreflang="en" target="_blank" rel="external">Monero Observer</a> | <a class="text-white" href="https://ccs.getmonero.org/" hreflang="en" target="_blank" rel="external">Community Crowdfunding System (CCS)</a> | <a class="text-white" href="https://www.getmonero.org/" hreflang="en" target="_blank" rel="external">Official website</a>';
|
||||||
$countrymonero = '';
|
$countrymonero = '';
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
Loading…
Reference in a new issue