File tree Expand file tree Collapse file tree 12 files changed +42
-2
lines changed Expand file tree Collapse file tree 12 files changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const en : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Missing' ,
6
7
almostThere : 'Almost there' ,
7
8
autoGenerate : 'Auto-generate' ,
8
9
bestPractices : 'best practices' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const es : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Falta' ,
6
7
almostThere : 'Ya casi está' ,
7
8
autoGenerate : 'Autogénerar' ,
8
9
bestPractices : 'mejores prácticas' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const fa : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'ناقص' ,
6
7
almostThere : 'چیزیی باقی نمونده' ,
7
8
autoGenerate : 'تولید خودکار' ,
8
9
bestPractices : 'آموزش بیشتر' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const fr : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Manquant' ,
6
7
almostThere : 'On y est presque' ,
7
8
autoGenerate : 'Auto-générer' ,
8
9
bestPractices : 'bonnes pratiques' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const it : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Mancante' ,
6
7
almostThere : 'Ci siamo quasi' ,
7
8
autoGenerate : 'Generazione automatica' ,
8
9
bestPractices : 'migliori pratiche' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const nb : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Mangler' ,
6
7
almostThere : 'Nesten der' ,
7
8
autoGenerate : 'Auto-generer' ,
8
9
bestPractices : 'beste praksis' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const pl : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Brakuje' ,
6
7
almostThere : 'Prawie gotowe' ,
7
8
autoGenerate : 'Wygeneruj automatycznie' ,
8
9
bestPractices : 'najlepsze praktyki' ,
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const ru : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Отсутствует' ,
6
7
almostThere : 'Почти готово' ,
7
8
autoGenerate : 'Сгенерировать автоматически' ,
8
9
bestPractices : 'лучшие практики' ,
Original file line number Diff line number Diff line change 10
10
"type" : " object" ,
11
11
"additionalProperties" : false ,
12
12
"properties" : {
13
+ "missing" : {
14
+ "type" : " string"
15
+ },
13
16
"almostThere" : {
14
17
"type" : " string"
15
18
},
79
82
" noImage" ,
80
83
" checksPassing" ,
81
84
" preview" ,
82
- " previewDescription"
85
+ " previewDescription" ,
86
+ " missing"
83
87
]
84
88
}
85
89
},
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import type { GenericTranslationsObject } from '@payloadcms/translations'
3
3
export const uk : GenericTranslationsObject = {
4
4
$schema : './translation-schema.json' ,
5
5
'plugin-seo' : {
6
+ missing : 'Відсутнє' ,
6
7
almostThere : 'Ще трошки' ,
7
8
autoGenerate : 'Згенерувати' ,
8
9
bestPractices : 'найкращі практики' ,
You can’t perform that action at this time.
0 commit comments