@live-change/blog-frontend 0.9.130 → 0.9.132
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/front/locales/en.json +15 -82
- package/front/locales/pl.json +17 -0
- package/index.js +5 -0
- package/package.json +14 -14
package/front/locales/en.json
CHANGED
|
@@ -1,84 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"website": "Website",
|
|
17
|
-
"article": "Article",
|
|
18
|
-
"profile": "Profile",
|
|
19
|
-
"book": "Book",
|
|
20
|
-
"music": {
|
|
21
|
-
"song": "Music Song",
|
|
22
|
-
"album": "Music Album",
|
|
23
|
-
"playlist": "Music Playlist",
|
|
24
|
-
"radio_station": "Music Radio Station"
|
|
25
|
-
},
|
|
26
|
-
"video": {
|
|
27
|
-
"movie": "Video Movie",
|
|
28
|
-
"episode": "Video Episode",
|
|
29
|
-
"tv_show": "Video TV Show",
|
|
30
|
-
"other": "Video Other"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"music:title": "Music",
|
|
34
|
-
"music": {
|
|
35
|
-
"duration": "Duration",
|
|
36
|
-
"song:title": "Song",
|
|
37
|
-
"creator:title": "Creator",
|
|
38
|
-
"album:title": "Album",
|
|
39
|
-
"album": {
|
|
40
|
-
"url": "URL",
|
|
41
|
-
"disc": "Disc",
|
|
42
|
-
"track": "Track"
|
|
43
|
-
},
|
|
44
|
-
"song": {
|
|
45
|
-
"url": "URL",
|
|
46
|
-
"disc": "Disc",
|
|
47
|
-
"track": "Track"
|
|
48
|
-
},
|
|
49
|
-
"musician:title": "Musician"
|
|
50
|
-
},
|
|
51
|
-
"video:title": "Video",
|
|
52
|
-
"video": {
|
|
53
|
-
"duration": "Duration",
|
|
54
|
-
"actor:title": "Actor",
|
|
55
|
-
"actor": {
|
|
56
|
-
"url": "URL",
|
|
57
|
-
"role": "Role"
|
|
58
|
-
},
|
|
59
|
-
"director:title": "Director",
|
|
60
|
-
"writer:title": "Writer",
|
|
61
|
-
"releaseDate": "Release Date",
|
|
62
|
-
"tag:title": "Tag",
|
|
63
|
-
"series": "Series"
|
|
64
|
-
},
|
|
65
|
-
"article:title": "Article",
|
|
66
|
-
"article": {
|
|
67
|
-
"publishedTime": "Published Time",
|
|
68
|
-
"modifiedTime": "Modified Time",
|
|
69
|
-
"expirationTime": "Expiration Time",
|
|
70
|
-
"author:title": "Authors",
|
|
71
|
-
"section": "Section",
|
|
72
|
-
"tag:title": "Tags"
|
|
73
|
-
},
|
|
74
|
-
"book:title": "Book",
|
|
75
|
-
"book": {
|
|
76
|
-
"author:title": "Authors",
|
|
77
|
-
"isbn": "ISBN",
|
|
78
|
-
"releaseDate": "Release Date",
|
|
79
|
-
"tag:title": "Tags"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
2
|
+
"blog": {
|
|
3
|
+
"posts": "Posts",
|
|
4
|
+
"post": "Post",
|
|
5
|
+
"title": "Title",
|
|
6
|
+
"content": "Content",
|
|
7
|
+
"author": "Author",
|
|
8
|
+
"publish": "Publish",
|
|
9
|
+
"draft": "Draft",
|
|
10
|
+
"preview": "Preview",
|
|
11
|
+
"edit": "Edit",
|
|
12
|
+
"delete": "Delete",
|
|
13
|
+
"save": "Save",
|
|
14
|
+
"editor": "Editor",
|
|
15
|
+
"list": "List"
|
|
83
16
|
}
|
|
84
|
-
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blog": {
|
|
3
|
+
"posts": "Posty",
|
|
4
|
+
"post": "Post",
|
|
5
|
+
"title": "Tytuł",
|
|
6
|
+
"content": "Treść",
|
|
7
|
+
"author": "Autor",
|
|
8
|
+
"publish": "Publikuj",
|
|
9
|
+
"draft": "Szkic",
|
|
10
|
+
"preview": "Podgląd",
|
|
11
|
+
"edit": "Edytuj",
|
|
12
|
+
"delete": "Usuń",
|
|
13
|
+
"save": "Zapisz",
|
|
14
|
+
"editor": "Edytor",
|
|
15
|
+
"list": "Lista"
|
|
16
|
+
}
|
|
17
|
+
}
|
package/index.js
CHANGED
|
@@ -7,3 +7,8 @@ export { BlogPost, BlogPostEditor, BlogPostPreview }
|
|
|
7
7
|
import { catchAllBlogRoute, blogEditRoutes, blogSitemap } from "./front/src/components/routes.js"
|
|
8
8
|
|
|
9
9
|
export { catchAllBlogRoute, blogEditRoutes, blogSitemap }
|
|
10
|
+
|
|
11
|
+
import en from "./front/locales/en.json"
|
|
12
|
+
import pl from "./front/locales/pl.json"
|
|
13
|
+
const locales = { en, pl }
|
|
14
|
+
export { locales }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/blog-frontend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.132",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
25
|
-
"@live-change/blog-service": "^0.9.
|
|
26
|
-
"@live-change/cli": "^0.9.
|
|
27
|
-
"@live-change/content-frontend": "^0.9.
|
|
28
|
-
"@live-change/dao": "^0.9.
|
|
29
|
-
"@live-change/dao-vue3": "^0.9.
|
|
30
|
-
"@live-change/dao-websocket": "^0.9.
|
|
31
|
-
"@live-change/framework": "^0.9.
|
|
32
|
-
"@live-change/image-service": "^0.9.
|
|
33
|
-
"@live-change/session-service": "^0.9.
|
|
34
|
-
"@live-change/vue3-components": "^0.9.
|
|
35
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
25
|
+
"@live-change/blog-service": "^0.9.132",
|
|
26
|
+
"@live-change/cli": "^0.9.132",
|
|
27
|
+
"@live-change/content-frontend": "^0.9.132",
|
|
28
|
+
"@live-change/dao": "^0.9.132",
|
|
29
|
+
"@live-change/dao-vue3": "^0.9.132",
|
|
30
|
+
"@live-change/dao-websocket": "^0.9.132",
|
|
31
|
+
"@live-change/framework": "^0.9.132",
|
|
32
|
+
"@live-change/image-service": "^0.9.132",
|
|
33
|
+
"@live-change/session-service": "^0.9.132",
|
|
34
|
+
"@live-change/vue3-components": "^0.9.132",
|
|
35
|
+
"@live-change/vue3-ssr": "^0.9.132",
|
|
36
36
|
"@vueuse/core": "^12.3.0",
|
|
37
37
|
"codeceptjs-assert": "^0.0.5",
|
|
38
38
|
"compression": "^1.7.5",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"vue3-scroll-border": "0.1.7"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
56
|
+
"@live-change/codeceptjs-helper": "^0.9.132",
|
|
57
57
|
"codeceptjs": "^3.6.10",
|
|
58
58
|
"generate-password": "1.7.1",
|
|
59
59
|
"playwright": "1.49.1",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
65
65
|
"license": "ISC",
|
|
66
66
|
"description": "",
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "f9627117660732245586a784be1a21455c1c3bd2"
|
|
68
68
|
}
|