feat(plugin-seo): add Turkish translation v3 (#8993)
This commit is contained in:
@@ -9,6 +9,7 @@ import { it } from './it.js'
|
||||
import { nb } from './nb.js'
|
||||
import { pl } from './pl.js'
|
||||
import { ru } from './ru.js'
|
||||
import { tr } from './tr.js'
|
||||
import { uk } from './uk.js'
|
||||
|
||||
export const translations = {
|
||||
@@ -21,6 +22,7 @@ export const translations = {
|
||||
nb,
|
||||
pl,
|
||||
ru,
|
||||
tr,
|
||||
uk,
|
||||
}
|
||||
|
||||
|
||||
27
packages/plugin-seo/src/translations/tr.ts
Normal file
27
packages/plugin-seo/src/translations/tr.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import type { GenericTranslationsObject } from '@payloadcms/translations'
|
||||
|
||||
export const tr: GenericTranslationsObject = {
|
||||
$schema: './translation-schema.json',
|
||||
'plugin-seo': {
|
||||
almostThere: 'Neredeyse tamam',
|
||||
autoGenerate: 'Otomatik oluştur',
|
||||
bestPractices: 'en iyi uygulamalar',
|
||||
characterCount: '{{current}}/{{minLength}}-{{maxLength}} karakter, ',
|
||||
charactersLeftOver: '{{characters}} karakter kaldı',
|
||||
charactersToGo: '{{characters}} karakter kaldı',
|
||||
charactersTooMany: '{{characters}} karakter fazla',
|
||||
checksPassing: '{{current}}/{{max}} kontrol başarılı',
|
||||
good: 'İyi',
|
||||
imageAutoGenerationTip: 'Otomatik oluşturma, seçilen ana görseli alacaktır.',
|
||||
lengthTipDescription:
|
||||
'{{minLength}} ile {{maxLength}} karakter arasında olmalıdır. Kaliteli meta açıklamaları yazmak için yardım almak için bkz. ',
|
||||
lengthTipTitle:
|
||||
'{{minLength}} ile {{maxLength}} karakter arasında olmalıdır. Kaliteli meta başlıkları yazmak için yardım almak için bkz. ',
|
||||
missing: 'Eksik',
|
||||
noImage: 'Görsel yok',
|
||||
preview: 'Önizleme',
|
||||
previewDescription: 'Kesin sonuç listeleri içeriğe ve arama alâkasına göre değişebilir.',
|
||||
tooLong: 'Çok uzun',
|
||||
tooShort: 'Çok kısa',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user