@axium/notes 0.3.10 → 0.3.11
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/locales/en.json +16 -0
- package/package.json +2 -1
package/locales/en.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"app_name": {
|
|
3
|
+
"notes": "Notes"
|
|
4
|
+
},
|
|
5
|
+
"notes": {
|
|
6
|
+
"back_to_main": "Back to Notes",
|
|
7
|
+
"content_placeholder": "It's a beautiful day outside...",
|
|
8
|
+
"copy_id": "Copy ID",
|
|
9
|
+
"copy_link": "Copy Link",
|
|
10
|
+
"download": "Download",
|
|
11
|
+
"new": "New Note",
|
|
12
|
+
"note_title": "Notes — {title}",
|
|
13
|
+
"open_new_tab": "Open in New Tab",
|
|
14
|
+
"share": "Share"
|
|
15
|
+
}
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axium/notes",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"author": "James Prevett <axium@jamespre.dev>",
|
|
5
5
|
"description": "Notes for Axium",
|
|
6
6
|
"funding": {
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"dist",
|
|
30
30
|
"lib",
|
|
31
31
|
"routes",
|
|
32
|
+
"locales",
|
|
32
33
|
"db.json"
|
|
33
34
|
],
|
|
34
35
|
"scripts": {
|