@websolutespa/payload-plugin-seo 0.1.1 → 0.1.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.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +10 -48
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @websolutespa/payload-plugin-seo
|
|
2
2
|
|
|
3
|
+
## 0.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0b4e928: Modified: translations
|
|
8
|
+
- Updated dependencies [0b4e928]
|
|
9
|
+
- Updated dependencies [e921c43]
|
|
10
|
+
- Updated dependencies [e921c43]
|
|
11
|
+
- @websolutespa/payload-utils@0.0.3
|
|
12
|
+
|
|
3
13
|
## 0.1.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -107,62 +107,24 @@ var import_payload = __toESM(require("payload"));
|
|
|
107
107
|
// src/translations.ts
|
|
108
108
|
var translations = {
|
|
109
109
|
en: {
|
|
110
|
-
group: {
|
|
111
|
-
cronJob: "Tasks"
|
|
112
|
-
},
|
|
110
|
+
group: {},
|
|
113
111
|
collection: {
|
|
114
|
-
singular: {
|
|
115
|
-
|
|
116
|
-
cronLog: "Log"
|
|
117
|
-
},
|
|
118
|
-
plural: {
|
|
119
|
-
cronJob: "Jobs",
|
|
120
|
-
cronLog: "Logs"
|
|
121
|
-
}
|
|
112
|
+
singular: {},
|
|
113
|
+
plural: {}
|
|
122
114
|
},
|
|
123
115
|
global: {},
|
|
124
|
-
field: {
|
|
125
|
-
|
|
126
|
-
duration: "Duration",
|
|
127
|
-
job: "Job",
|
|
128
|
-
message: "Messagge",
|
|
129
|
-
status: "Status",
|
|
130
|
-
startedAt: "Started At",
|
|
131
|
-
completedAt: "Completed At",
|
|
132
|
-
executedAt: "Last Execution"
|
|
133
|
-
},
|
|
134
|
-
cronJob: {
|
|
135
|
-
runNow: "Run now"
|
|
136
|
-
}
|
|
116
|
+
field: {},
|
|
117
|
+
cronJob: {}
|
|
137
118
|
},
|
|
138
119
|
it: {
|
|
139
|
-
group: {
|
|
140
|
-
cronJob: "Schedulazione"
|
|
141
|
-
},
|
|
120
|
+
group: {},
|
|
142
121
|
collection: {
|
|
143
|
-
singular: {
|
|
144
|
-
|
|
145
|
-
cronLog: "Registro"
|
|
146
|
-
},
|
|
147
|
-
plural: {
|
|
148
|
-
cronJob: "Attivit\xE0",
|
|
149
|
-
cronLog: "Registro"
|
|
150
|
-
}
|
|
122
|
+
singular: {},
|
|
123
|
+
plural: {}
|
|
151
124
|
},
|
|
152
125
|
global: {},
|
|
153
|
-
field: {
|
|
154
|
-
|
|
155
|
-
duration: "Durata",
|
|
156
|
-
job: "Attivit\xE0",
|
|
157
|
-
message: "Messaggio",
|
|
158
|
-
status: "Stato",
|
|
159
|
-
startedAt: "Iniziato il",
|
|
160
|
-
completedAt: "Completato il",
|
|
161
|
-
executedAt: "Ultima esecuzione"
|
|
162
|
-
},
|
|
163
|
-
cronJob: {
|
|
164
|
-
runNow: "Esegui ora"
|
|
165
|
-
}
|
|
126
|
+
field: {},
|
|
127
|
+
cronJob: {}
|
|
166
128
|
}
|
|
167
129
|
};
|
|
168
130
|
|