@payloadcms/plugin-seo 3.51.0-canary.6 → 3.51.0-internal.886ed9f
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.
|
@@ -2,23 +2,23 @@ export const zhTw = {
|
|
|
2
2
|
$schema: './translation-schema.json',
|
|
3
3
|
'plugin-seo': {
|
|
4
4
|
almostThere: '快完成了',
|
|
5
|
-
autoGenerate: '
|
|
6
|
-
bestPractices: '
|
|
7
|
-
characterCount: '{{current}}/{{minLength}}-{{maxLength}}
|
|
8
|
-
charactersLeftOver: '
|
|
9
|
-
charactersToGo: '
|
|
10
|
-
charactersTooMany: '
|
|
11
|
-
checksPassing: '{{current}}
|
|
12
|
-
good: '
|
|
13
|
-
imageAutoGenerationTip: '
|
|
14
|
-
lengthTipDescription: '
|
|
15
|
-
lengthTipTitle: '
|
|
16
|
-
missing: '
|
|
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}} 個字符之間。如需有關編寫高質量 meta 描述的幫助,請參見 ',
|
|
15
|
+
lengthTipTitle: '此文本應介於 {{minLength}} 和 {{maxLength}} 個字符之間。如需有關編寫高質量 meta 標題的幫助,請參見 ',
|
|
16
|
+
missing: '缺失',
|
|
17
17
|
noImage: '沒有圖片',
|
|
18
18
|
preview: '預覽',
|
|
19
|
-
previewDescription: '
|
|
20
|
-
tooLong: '
|
|
21
|
-
tooShort: '
|
|
19
|
+
previewDescription: '實際搜尋結果可能會根據內容和搜尋相關性有所不同。',
|
|
20
|
+
tooLong: '太長',
|
|
21
|
+
tooShort: '太短'
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/translations/zhTw.ts"],"sourcesContent":["import type { GenericTranslationsObject } from '@payloadcms/translations'\n\nexport const zhTw: GenericTranslationsObject = {\n $schema: './translation-schema.json',\n 'plugin-seo': {\n almostThere: '快完成了',\n autoGenerate: '
|
|
1
|
+
{"version":3,"sources":["../../src/translations/zhTw.ts"],"sourcesContent":["import type { GenericTranslationsObject } from '@payloadcms/translations'\n\nexport const zhTw: GenericTranslationsObject = {\n $schema: './translation-schema.json',\n 'plugin-seo': {\n almostThere: '快完成了',\n autoGenerate: '自動生成',\n bestPractices: '最佳實踐',\n characterCount: '{{current}}/{{minLength}}-{{maxLength}} 字符, ',\n charactersLeftOver: '{{characters}} 字符剩餘',\n charactersToGo: '{{characters}} 字符待輸入',\n charactersTooMany: '{{characters}} 字符太多',\n checksPassing: '{{current}}/{{max}} 檢查通過',\n good: '好',\n imageAutoGenerationTip: '自動生成將獲取選定的主圖像。',\n lengthTipDescription:\n '此文本應介於 {{minLength}} 和 {{maxLength}} 個字符之間。如需有關編寫高質量 meta 描述的幫助,請參見 ',\n lengthTipTitle:\n '此文本應介於 {{minLength}} 和 {{maxLength}} 個字符之間。如需有關編寫高質量 meta 標題的幫助,請參見 ',\n missing: '缺失',\n noImage: '沒有圖片',\n preview: '預覽',\n previewDescription: '實際搜尋結果可能會根據內容和搜尋相關性有所不同。',\n tooLong: '太長',\n tooShort: '太短',\n },\n}\n"],"names":["zhTw","$schema","almostThere","autoGenerate","bestPractices","characterCount","charactersLeftOver","charactersToGo","charactersTooMany","checksPassing","good","imageAutoGenerationTip","lengthTipDescription","lengthTipTitle","missing","noImage","preview","previewDescription","tooLong","tooShort"],"mappings":"AAEA,OAAO,MAAMA,OAAkC;IAC7CC,SAAS;IACT,cAAc;QACZC,aAAa;QACbC,cAAc;QACdC,eAAe;QACfC,gBAAgB;QAChBC,oBAAoB;QACpBC,gBAAgB;QAChBC,mBAAmB;QACnBC,eAAe;QACfC,MAAM;QACNC,wBAAwB;QACxBC,sBACE;QACFC,gBACE;QACFC,SAAS;QACTC,SAAS;QACTC,SAAS;QACTC,oBAAoB;QACpBC,SAAS;QACTC,UAAU;IACZ;AACF,EAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-seo",
|
|
3
|
-
"version": "3.51.0-
|
|
3
|
+
"version": "3.51.0-internal.886ed9f",
|
|
4
4
|
"description": "SEO plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"dist"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@payloadcms/
|
|
62
|
-
"@payloadcms/
|
|
61
|
+
"@payloadcms/ui": "3.51.0-internal.886ed9f",
|
|
62
|
+
"@payloadcms/translations": "3.51.0-internal.886ed9f"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/react": "19.1.8",
|
|
66
66
|
"@types/react-dom": "19.1.6",
|
|
67
67
|
"@payloadcms/eslint-config": "3.28.0",
|
|
68
|
-
"@payloadcms/next": "3.51.0-
|
|
69
|
-
"payload": "3.51.0-
|
|
68
|
+
"@payloadcms/next": "3.51.0-internal.886ed9f",
|
|
69
|
+
"payload": "3.51.0-internal.886ed9f"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
73
73
|
"react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020",
|
|
74
|
-
"payload": "3.51.0-
|
|
74
|
+
"payload": "3.51.0-internal.886ed9f"
|
|
75
75
|
},
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"registry": "https://registry.npmjs.org/"
|