File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
packages/plugin-seo/src/translations Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { it } from './it.js'
9
9
import { nb } from './nb.js'
10
10
import { pl } from './pl.js'
11
11
import { ru } from './ru.js'
12
+ import { tr } from './tr.js'
12
13
import { uk } from './uk.js'
13
14
14
15
export const translations = {
@@ -21,6 +22,7 @@ export const translations = {
21
22
nb,
22
23
pl,
23
24
ru,
25
+ tr,
24
26
uk,
25
27
}
26
28
Original file line number Diff line number Diff line change
1
+ import type { GenericTranslationsObject } from '@payloadcms/translations'
2
+
3
+ export const tr : GenericTranslationsObject = {
4
+ $schema : './translation-schema.json' ,
5
+ 'plugin-seo' : {
6
+ almostThere : 'Neredeyse tamam' ,
7
+ autoGenerate : 'Otomatik oluştur' ,
8
+ bestPractices : 'en iyi uygulamalar' ,
9
+ characterCount : '{{current}}/{{minLength}}-{{maxLength}} karakter, ' ,
10
+ charactersLeftOver : '{{characters}} karakter kaldı' ,
11
+ charactersToGo : '{{characters}} karakter kaldı' ,
12
+ charactersTooMany : '{{characters}} karakter fazla' ,
13
+ checksPassing : '{{current}}/{{max}} kontrol başarılı' ,
14
+ good : 'İyi' ,
15
+ imageAutoGenerationTip : 'Otomatik oluşturma, seçilen ana görseli alacaktır.' ,
16
+ lengthTipDescription :
17
+ '{{minLength}} ile {{maxLength}} karakter arasında olmalıdır. Kaliteli meta açıklamaları yazmak için yardım almak için bkz. ' ,
18
+ lengthTipTitle :
19
+ '{{minLength}} ile {{maxLength}} karakter arasında olmalıdır. Kaliteli meta başlıkları yazmak için yardım almak için bkz. ' ,
20
+ missing : 'Eksik' ,
21
+ noImage : 'Görsel yok' ,
22
+ preview : 'Önizleme' ,
23
+ previewDescription : 'Kesin sonuç listeleri içeriğe ve arama alâkasına göre değişebilir.' ,
24
+ tooLong : 'Çok uzun' ,
25
+ tooShort : 'Çok kısa' ,
26
+ } ,
27
+ }
You can’t perform that action at this time.
0 commit comments