Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin-seo): add Turkish translation #8918

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/plugin-seo/src/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import fa from './fa.json'
import fr from './fr.json'
import nb from './nb.json'
import pl from './pl.json'
import tr from './tr.json'
import ua from './ua.json'
import zh from './zh.json'
import zhTw from './zh-tw.json'
Expand All @@ -14,7 +15,8 @@ export default {
fa,
fr,
nb,
pl,
pl,
tr,
ua,
zh,
zhTw,
Expand Down
23 changes: 23 additions & 0 deletions packages/plugin-seo/src/translations/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "./translation-schema.json",
"plugin-seo": {
"autoGenerate": "Otomatik oluştur",
"imageAutoGenerationTip": "Otomatik oluşturma, seçilen ana görseli alacaktır.",
"bestPractices": "en iyi uygulamalar",
"lengthTipTitle": "{{minLength}} ile {{maxLength}} karakter arasında olmalıdır. Kaliteli meta başlıkları yazmak için yardım almak isterseniz, bkz. ",
"lengthTipDescription": "{{minLength}} ile {{maxLength}} karakter arasında olmalıdır. Kaliteli meta açıklamaları yazmak için yardım almak isterseniz, bkz. ",
"good": "İyi",
"tooLong": "Çok uzun",
"tooShort": "Çok kısa",
"almostThere": "Neredeyse tamam",
"characterCount": "{{current}}/{{minLength}}-{{maxLength}} karakter, ",
"charactersToGo": "{{characters}} karakter kaldı",
"charactersLeftOver": "{{characters}} karakter kaldı",
"charactersTooMany": "{{characters}} karakter fazla",
"noImage": "Görsel yok",
"checksPassing": "{{current}}/{{max}} kontrol geçiyor",
"preview": "Önizleme",
"previewDescription": "Kesin sonuç listeleri içeriğe ve arama alaka düzeyine bağlı olarak değişebilir."
}
}

Loading