bc-deeplib 1.1.2 → 1.2.0
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/README.md +26 -2
- package/dist/deeplib.d.ts +386 -31
- package/dist/deeplib.js +447 -88
- package/dist/deeplib.js.map +3 -3
- package/dist/public/dl_translations/en.lang +10 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vendored_types/declarations.d.ts +40 -0
- package/lib/build.js +13 -0
- package/package.json +1 -1
- package/dist/3rd_party_types/bcmodsdk.d.ts +0 -184
- package/dist/3rd_party_types/declarations.d.ts +0 -4
- package/dist/index.js +0 -2556
- package/dist/index.js.map +0 -7
- package/dist/public/dl_images/cog.svg +0 -1
- package/dist/public/dl_images/round_arrow_left.svg +0 -1
- package/dist/public/dl_images/round_arrow_right.svg +0 -1
- package/dist/public/dl_images/round_transfer.svg +0 -7
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
settings.button.back_button_hint = Back
|
|
3
3
|
settings.button.prev_button_hint = Previous page
|
|
4
4
|
settings.button.next_button_hint = Next page
|
|
5
|
+
settings.page.label = $currentPage$ of $totalPages$
|
|
5
6
|
|
|
6
7
|
# Main Menu
|
|
7
8
|
mainmenu.button.wiki = Wiki
|
|
8
9
|
mainmenu.button.repo = Repository
|
|
9
10
|
mainmenu.button.reset = Reset
|
|
10
11
|
mainmenu.button.import_export = Import & Export
|
|
12
|
+
mainmenu.meter.storage_hint = Storage fullness: $percentage$%
|
|
13
|
+
mainmenu.meter.storage_label = $currentCapacity$ / $maxCapacity$ KB
|
|
11
14
|
|
|
12
15
|
# Import & Export
|
|
13
16
|
import-export.title = - Import & Export -
|
|
@@ -15,3 +18,10 @@ import-export.button.export_file = Export to file
|
|
|
15
18
|
import-export.button.import_file = Import from file
|
|
16
19
|
import-export.button.export_clipboard = Export to clipboard
|
|
17
20
|
import-export.button.import_clipboard = Import from clipboard
|
|
21
|
+
|
|
22
|
+
# Modal
|
|
23
|
+
modal.button.close = Close
|
|
24
|
+
modal.button.ok = OK
|
|
25
|
+
modal.button.cancel = Cancel
|
|
26
|
+
modal.button.submit = Submit
|
|
27
|
+
modal.button.decline = Decline
|