@payloadcms/plugin-seo 2.3.0 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -131,6 +131,72 @@ declare const _default: {
|
|
|
131
131
|
previewDescription: string;
|
|
132
132
|
};
|
|
133
133
|
};
|
|
134
|
+
ua: {
|
|
135
|
+
$schema: string;
|
|
136
|
+
"plugin-seo": {
|
|
137
|
+
almostThere: string;
|
|
138
|
+
autoGenerate: string;
|
|
139
|
+
bestPractices: string;
|
|
140
|
+
characterCount: string;
|
|
141
|
+
charactersLeftOver: string;
|
|
142
|
+
charactersToGo: string;
|
|
143
|
+
charactersTooMany: string;
|
|
144
|
+
checksPassing: string;
|
|
145
|
+
good: string;
|
|
146
|
+
imageAutoGenerationTip: string;
|
|
147
|
+
lengthTipDescription: string;
|
|
148
|
+
lengthTipTitle: string;
|
|
149
|
+
noImage: string;
|
|
150
|
+
preview: string;
|
|
151
|
+
previewDescription: string;
|
|
152
|
+
tooLong: string;
|
|
153
|
+
tooShort: string;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
zh: {
|
|
157
|
+
$schema: string;
|
|
158
|
+
"plugin-seo": {
|
|
159
|
+
autoGenerate: string;
|
|
160
|
+
imageAutoGenerationTip: string;
|
|
161
|
+
bestPractices: string;
|
|
162
|
+
lengthTipTitle: string;
|
|
163
|
+
lengthTipDescription: string;
|
|
164
|
+
good: string;
|
|
165
|
+
tooLong: string;
|
|
166
|
+
tooShort: string;
|
|
167
|
+
almostThere: string;
|
|
168
|
+
characterCount: string;
|
|
169
|
+
charactersToGo: string;
|
|
170
|
+
charactersLeftOver: string;
|
|
171
|
+
charactersTooMany: string;
|
|
172
|
+
noImage: string;
|
|
173
|
+
checksPassing: string;
|
|
174
|
+
preview: string;
|
|
175
|
+
previewDescription: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
zhTw: {
|
|
179
|
+
$schema: string;
|
|
180
|
+
"plugin-seo": {
|
|
181
|
+
autoGenerate: string;
|
|
182
|
+
imageAutoGenerationTip: string;
|
|
183
|
+
bestPractices: string;
|
|
184
|
+
lengthTipTitle: string;
|
|
185
|
+
lengthTipDescription: string;
|
|
186
|
+
good: string;
|
|
187
|
+
tooLong: string;
|
|
188
|
+
tooShort: string;
|
|
189
|
+
almostThere: string;
|
|
190
|
+
characterCount: string;
|
|
191
|
+
charactersToGo: string;
|
|
192
|
+
charactersLeftOver: string;
|
|
193
|
+
charactersTooMany: string;
|
|
194
|
+
noImage: string;
|
|
195
|
+
checksPassing: string;
|
|
196
|
+
preview: string;
|
|
197
|
+
previewDescription: string;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
134
200
|
};
|
|
135
201
|
export default _default;
|
|
136
202
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/translations/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/translations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,wBAUC"}
|
|
@@ -14,6 +14,9 @@ const _fajson = /*#__PURE__*/ _interop_require_default(require("./fa.json"));
|
|
|
14
14
|
const _frjson = /*#__PURE__*/ _interop_require_default(require("./fr.json"));
|
|
15
15
|
const _nbjson = /*#__PURE__*/ _interop_require_default(require("./nb.json"));
|
|
16
16
|
const _pljson = /*#__PURE__*/ _interop_require_default(require("./pl.json"));
|
|
17
|
+
const _uajson = /*#__PURE__*/ _interop_require_default(require("./ua.json"));
|
|
18
|
+
const _zhjson = /*#__PURE__*/ _interop_require_default(require("./zh.json"));
|
|
19
|
+
const _zhtwjson = /*#__PURE__*/ _interop_require_default(require("./zh-tw.json"));
|
|
17
20
|
function _interop_require_default(obj) {
|
|
18
21
|
return obj && obj.__esModule ? obj : {
|
|
19
22
|
default: obj
|
|
@@ -25,7 +28,10 @@ const _default = {
|
|
|
25
28
|
fa: _fajson.default,
|
|
26
29
|
fr: _frjson.default,
|
|
27
30
|
nb: _nbjson.default,
|
|
28
|
-
pl: _pljson.default
|
|
31
|
+
pl: _pljson.default,
|
|
32
|
+
ua: _uajson.default,
|
|
33
|
+
zh: _zhjson.default,
|
|
34
|
+
zhTw: _zhtwjson.default
|
|
29
35
|
};
|
|
30
36
|
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
37
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy90cmFuc2xhdGlvbnMvaW5kZXgudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IGVuIGZyb20gJy4vZW4uanNvbidcbmltcG9ydCBlcyBmcm9tICcuL2VzLmpzb24nXG5pbXBvcnQgZmEgZnJvbSAnLi9mYS5qc29uJ1xuaW1wb3J0IGZyIGZyb20gJy4vZnIuanNvbidcbmltcG9ydCBuYiBmcm9tICcuL25iLmpzb24nXG5pbXBvcnQgcGwgZnJvbSAnLi9wbC5qc29uJ1xuaW1wb3J0IHVhIGZyb20gJy4vdWEuanNvbidcbmltcG9ydCB6aCBmcm9tICcuL3poLmpzb24nXG5pbXBvcnQgemhUdyBmcm9tICcuL3poLXR3Lmpzb24nXG5cbmV4cG9ydCBkZWZhdWx0IHtcbiAgZW4sXG4gIGVzLFxuICBmYSxcbiAgZnIsXG4gIG5iLFxuICBwbCwgIFxuICB1YSxcbiAgemgsXG4gIHpoVHcsXG59XG4iXSwibmFtZXMiOlsiZW4iLCJlcyIsImZhIiwiZnIiLCJuYiIsInBsIiwidWEiLCJ6aCIsInpoVHciXSwibWFwcGluZ3MiOiI7Ozs7K0JBVUE7OztlQUFBOzs7K0RBVmU7K0RBQ0E7K0RBQ0E7K0RBQ0E7K0RBQ0E7K0RBQ0E7K0RBQ0E7K0RBQ0E7aUVBQ0U7Ozs7OztNQUVqQixXQUFlO0lBQ2JBLElBQUFBLGVBQUU7SUFDRkMsSUFBQUEsZUFBRTtJQUNGQyxJQUFBQSxlQUFFO0lBQ0ZDLElBQUFBLGVBQUU7SUFDRkMsSUFBQUEsZUFBRTtJQUNGQyxJQUFBQSxlQUFFO0lBQ0ZDLElBQUFBLGVBQUU7SUFDRkMsSUFBQUEsZUFBRTtJQUNGQyxNQUFBQSxpQkFBSTtBQUNOIn0=
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./translation-schema.json",
|
|
3
|
+
"plugin-seo": {
|
|
4
|
+
"almostThere": "Ще трошки",
|
|
5
|
+
"autoGenerate": "Згенерувати",
|
|
6
|
+
"bestPractices": "найкращі практики",
|
|
7
|
+
"characterCount": "{{current}}/{{minLength}}-{{maxLength}} символів, ",
|
|
8
|
+
"charactersLeftOver": "залишилось {{characters}} символів",
|
|
9
|
+
"charactersToGo": " на {{characters}} символів коротше",
|
|
10
|
+
"charactersTooMany": "на {{characters}} символів довше",
|
|
11
|
+
"checksPassing": "{{current}}/{{max}} перевірок пройдено",
|
|
12
|
+
"good": "Чудово",
|
|
13
|
+
"imageAutoGenerationTip": "Автоматична генерація використає зображення з головного блоку",
|
|
14
|
+
"lengthTipDescription": "Має бути від {{minLength}} до {{maxLength}} символів. Щоб дізнатися, як писати якісні метаописи — перегляньте ",
|
|
15
|
+
"lengthTipTitle": "Має бути від {{minLength}} до {{maxLength}} символів. Щоб дізнатися, як писати якісні метазаголовки — перегляньте ",
|
|
16
|
+
"noImage": "Немає зображення",
|
|
17
|
+
"preview": "Попередній перегляд",
|
|
18
|
+
"previewDescription": "Реальне відображення може відрізнятися в залежності від вмісту та релевантності пошуку.",
|
|
19
|
+
"tooLong": "Задовгий",
|
|
20
|
+
"tooShort": "Закороткий"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./translation-schema.json",
|
|
3
|
+
"plugin-seo": {
|
|
4
|
+
"autoGenerate": "自動生成",
|
|
5
|
+
"imageAutoGenerationTip": "自動生成將擷取所選的主頁圖片。",
|
|
6
|
+
"bestPractices": "最佳實踐",
|
|
7
|
+
"lengthTipTitle": "網站標題應介於 {{minLength}} 到 {{maxLength}} 字之間。關於如何撰寫良好的網站標題,請參閱 ",
|
|
8
|
+
"lengthTipDescription": "網站描述應介於 {{minLength}} 到 {{maxLength}} 字元之間。關於如何撰寫良好的網站描述,請參閱 ",
|
|
9
|
+
"good": "良好",
|
|
10
|
+
"tooLong": "過長",
|
|
11
|
+
"tooShort": "過短",
|
|
12
|
+
"almostThere": "快將完成",
|
|
13
|
+
"characterCount": "{{current}}/{{minLength}}-{{maxLength}} 字,",
|
|
14
|
+
"charactersToGo": "還差 {{characters}} 字",
|
|
15
|
+
"charactersLeftOver": "剩下 {{characters}} 字",
|
|
16
|
+
"charactersTooMany": "超過 {{characters}} 字",
|
|
17
|
+
"noImage": "沒有圖片",
|
|
18
|
+
"checksPassing": "通過 {{current}}/{{max}} 項檢查",
|
|
19
|
+
"preview": "預覽",
|
|
20
|
+
"previewDescription": "實際結果可能因內容和搜尋相關性而不同。"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./translation-schema.json",
|
|
3
|
+
"plugin-seo": {
|
|
4
|
+
"autoGenerate": "自动生成",
|
|
5
|
+
"imageAutoGenerationTip": "自动生成将提取所选的主页图片。",
|
|
6
|
+
"bestPractices": "最佳实践",
|
|
7
|
+
"lengthTipTitle": "网站标题应介于 {{minLength}} 到 {{maxLength}} 字之间。关于如何撰写良好的网站标题,请参阅 ",
|
|
8
|
+
"lengthTipDescription": "网站描述应介于 {{minLength}} 到 {{maxLength}} 字元之间。关于如何撰写良好的网站描述,请参阅 ",
|
|
9
|
+
"good": "良好",
|
|
10
|
+
"tooLong": "过长",
|
|
11
|
+
"tooShort": "过短",
|
|
12
|
+
"almostThere": "快将完成",
|
|
13
|
+
"characterCount": "{{current}}/{{minLength}}-{{maxLength}} 字,",
|
|
14
|
+
"charactersToGo": "还差 {{characters}} 字",
|
|
15
|
+
"charactersLeftOver": "剩下 {{characters}} 字",
|
|
16
|
+
"charactersTooMany": "超过 {{characters}} 字",
|
|
17
|
+
"noImage": "没有图片",
|
|
18
|
+
"checksPassing": "通过 {{current}}/{{max}} 项检查",
|
|
19
|
+
"preview": "预览",
|
|
20
|
+
"previewDescription": "实际结果可能因内容和搜索相关性而不同。"
|
|
21
|
+
}
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-seo",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"homepage:": "https://payloadcms.com",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,14 +23,13 @@
|
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"payload": "^2.7.0",
|
|
26
|
-
"react": "^18.0.0"
|
|
26
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/express": "4.17.17",
|
|
30
30
|
"@types/react": "18.2.15",
|
|
31
|
-
"react": "^18.0.0",
|
|
32
31
|
"@payloadcms/eslint-config": "1.1.1",
|
|
33
|
-
"payload": "2.
|
|
32
|
+
"payload": "2.14.2"
|
|
34
33
|
},
|
|
35
34
|
"exports": null,
|
|
36
35
|
"publishConfig": {
|