Skip to content

Commit

Permalink
✨ feat: Add fa-IR
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Dec 2, 2024
1 parent 9159a98 commit b59bbe9
Show file tree
Hide file tree
Showing 219 changed files with 1,995 additions and 135 deletions.
40 changes: 22 additions & 18 deletions .i18nrc.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
module.exports = {
selectors: ['meta.title', 'meta.description', 'meta.tags'],
entryLocale: 'en-US',
selectors: ["meta.title", "meta.description", "meta.tags"],
entryLocale: "en-US",
outputLocales: [
'zh-CN',
'zh-TW',
'ar',
'ru-RU',
'ja-JP',
'ko-KR',
'fr-FR',
'tr-TR',
'es-ES',
'pt-BR',
'de-DE',
'it-IT',
'nl-NL',
'pl-PL',
'vi-VN',
"ar",
"bg-BG",
"zh-TW",
"en-US",
"ru-RU",
"ja-JP",
"zh-CN",
"ko-KR",
"fr-FR",
"tr-TR",
"es-ES",
"pt-BR",
"de-DE",
"it-IT",
"nl-NL",
"pl-PL",
"vi-VN",
"fa-IR",
],
modelName: 'gpt-4o-mini',
modelName: "gpt-4o-mini",
temperature: 0.5,
};
10 changes: 10 additions & 0 deletions locales/AladinSearchBooks.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "АладинКниги",
"description": "Търсете книги в Аладин.",
"tags": [
"книга",
"търсене"
]
}
}
10 changes: 10 additions & 0 deletions locales/AladinSearchBooks.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "AladinBooks",
"description": "Search for books on Aladin.",
"tags": [
"book",
"search"
]
}
}
10 changes: 10 additions & 0 deletions locales/AladinSearchBooks.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "کتاب‌های الادین",
"description": "برای جستجوی کتاب‌ها در الادین.",
"tags": [
"کتاب",
"جستجو"
]
}
}
10 changes: 10 additions & 0 deletions locales/GameSight.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "GameSight",
"description": "Открийте игри, съдържание, свързано с игри, получавайте препоръки и сравнявайте игри на базата на отзиви от играчи.",
"tags": [
"игра",
"търсене"
]
}
}
10 changes: 10 additions & 0 deletions locales/GameSight.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "GameSight",
"description": "Discover games, game-related content, get recommendations, and compare games based on player reviews.",
"tags": [
"game",
"search"
]
}
}
10 changes: 10 additions & 0 deletions locales/GameSight.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "گیم‌سایت",
"description": "بازی‌ها، محتوای مرتبط با بازی، دریافت توصیه‌ها و مقایسه بازی‌ها بر اساس نظرات بازیکنان را کشف کنید.",
"tags": [
"بازی",
"جستجو"
]
}
}
10 changes: 10 additions & 0 deletions locales/MixerBox_Podcasts.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "MixerBox Подкасти",
"description": "Търсете подкасти лесно! Изследвайте подкасти, обхващащи обществото, спорта, бизнеса, новините, музиката и още!",
"tags": [
"подкаст",
"търсене"
]
}
}
10 changes: 10 additions & 0 deletions locales/MixerBox_Podcasts.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "MixerBox Podcasts",
"description": "Search podcasts easily! Explore podcasts covering society, sports, business, news, music, and more!",
"tags": [
"podcast",
"search"
]
}
}
10 changes: 10 additions & 0 deletions locales/MixerBox_Podcasts.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"meta": {
"title": "میکسرباکس پادکست‌ها",
"description": "به راحتی پادکست‌ها را جستجو کنید! پادکست‌هایی را در زمینه‌های جامعه، ورزش، کسب و کار، اخبار، موسیقی و بیشتر کاوش کنید!",
"tags": [
"پادکست",
"جستجو"
]
}
}
9 changes: 9 additions & 0 deletions locales/MixerBox_Translate_AI_language_tutor.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "MixerBox Превод",
"description": "Преведете всякакъв език веднага! Научете чужди езици лесно, като разговаряте с AI учители!",
"tags": [
"превод"
]
}
}
9 changes: 9 additions & 0 deletions locales/MixerBox_Translate_AI_language_tutor.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "MixerBox Translate",
"description": "Translate any language right away! Learn foreign languages easily by conversing with AI tutors!",
"tags": [
"translate"
]
}
}
9 changes: 9 additions & 0 deletions locales/MixerBox_Translate_AI_language_tutor.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "مترجم میکسر باکس",
"description": "هر زبانی را به سرعت ترجمه کنید! به راحتی زبان‌های خارجی را با گفتگو با معلمان هوش مصنوعی یاد بگیرید!",
"tags": [
"ترجمه"
]
}
}
9 changes: 9 additions & 0 deletions locales/MixerBox_Weather.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "MixerBox Време",
"description": "Получавайте актуални световни метеорологични обновления и прогнози незабавно!",
"tags": [
"време"
]
}
}
9 changes: 9 additions & 0 deletions locales/MixerBox_Weather.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "MixerBox Weather",
"description": "Get real-time worldwide weather updates & forecasts, instantly!",
"tags": [
"weather"
]
}
}
9 changes: 9 additions & 0 deletions locales/MixerBox_Weather.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "میکسر باکس آب و هوا",
"description": "به‌روزرسانی‌ها و پیش‌بینی‌های آب و هوای جهانی را به‌صورت آنی دریافت کنید!",
"tags": [
"آب و هوا"
]
}
}
9 changes: 9 additions & 0 deletions locales/SEO.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "SEO",
"description": "Въведете всякакъв URL и ключова дума и получете анализ и информация за On-Page SEO!",
"tags": [
"seo"
]
}
}
9 changes: 9 additions & 0 deletions locales/SEO.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "SEO",
"description": "Enter any URL and keyword to receive an On-Page SEO analysis and insights!",
"tags": [
"seo"
]
}
}
9 changes: 9 additions & 0 deletions locales/SEO.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "SEO",
"description": "هر URL و کلمه کلیدی را وارد کنید و تحلیل و بینش سئو درون صفحه را دریافت کنید!",
"tags": [
"سئو"
]
}
}
12 changes: 12 additions & 0 deletions locales/ShoppingTools.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"meta": {
"title": "Инструменти за пазаруване",
"description": "Търсете продукти в eBay и AliExpress, намерете събития и купони в eBay. Получете примери за запитвания.",
"tags": [
"пазаруване",
"е-бей",
"али-експрес",
"купони"
]
}
}
12 changes: 12 additions & 0 deletions locales/ShoppingTools.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"meta": {
"title": "Shopping tools",
"description": "Search for products on eBay & AliExpress, find eBay events & coupons. Get prompt examples.",
"tags": [
"shopping",
"e-bay",
"ali-express",
"coupons"
]
}
}
12 changes: 12 additions & 0 deletions locales/ShoppingTools.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"meta": {
"title": "ابزارهای خرید",
"description": "محصولات را در eBay و AliExpress جستجو کنید، رویدادها و کوپن‌های eBay را پیدا کنید. نمونه‌های سریع دریافت کنید.",
"tags": [
"خرید",
"e-bay",
"ali-express",
"کوپن‌ها"
]
}
}
9 changes: 9 additions & 0 deletions locales/StockData.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "ПортфолиоMeta",
"description": "Анализирайте акции и получавайте обширни данни и аналитика за инвестиции в реално време.",
"tags": [
"акция"
]
}
}
9 changes: 9 additions & 0 deletions locales/StockData.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "PortfolioMeta",
"description": "Analyze stocks and get comprehensive real-time investment data and analytics.",
"tags": [
"stock"
]
}
}
9 changes: 9 additions & 0 deletions locales/StockData.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"meta": {
"title": "پورتفولیو متا",
"description": "سهام را تحلیل کنید و داده‌ها و تحلیل‌های جامع و بلادرنگ سرمایه‌گذاری را دریافت کنید.",
"tags": [
"سهام"
]
}
}
13 changes: 13 additions & 0 deletions locales/TikZJax.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"meta": {
"title": "TikZJax",
"description": "Конвертирайте LaTeX TikZ код в SVG изображения за ясни, мащабируеми математически диаграми и визуализации.",
"tags": [
"latex",
"svg",
"визуализация",
"диаграма",
"математика"
]
}
}
13 changes: 13 additions & 0 deletions locales/TikZJax.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"meta": {
"title": "TikZJax",
"description": "Convert LaTeX TikZ code into SVG images for crisp, scalable mathematical diagrams and visualizations.",
"tags": [
"latex",
"svg",
"visualization",
"diagram",
"math"
]
}
}
13 changes: 13 additions & 0 deletions locales/TikZJax.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"meta": {
"title": "TikZJax",
"description": "کد LaTeX TikZ را به تصاویر SVG تبدیل کنید تا نمودارها و تجسم‌های ریاضی با وضوح و مقیاس‌پذیری بالا ایجاد کنید.",
"tags": [
"لاتک",
"اس وی جی",
"تجسم",
"نمودار",
"ریاضی"
]
}
}
12 changes: 12 additions & 0 deletions locales/TokenInsights.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"meta": {
"title": "TokenInsights",
"description": "Получете информация в реално време за криптовалути, BTC, ETH, BNB и последните новини. Най-новите новини за монети и възможности за аирдроп.",
"tags": [
"крипто",
"btc",
"eth",
"bnb"
]
}
}
12 changes: 12 additions & 0 deletions locales/TokenInsights.en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"meta": {
"title": "TokenInsights",
"description": "Get real-time crypto prices, BTC, ETH, BNB, and the latest insights. The latest coin news and airdrop opportunities.",
"tags": [
"crypto",
"btc",
"eth",
"bnb"
]
}
}
Loading

0 comments on commit b59bbe9

Please sign in to comment.