bc-deeplib 2.4.2 → 4.0.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/dist/deeplib.d.ts +194 -118
- package/dist/deeplib.js +24 -2830
- package/dist/deeplib.js.map +4 -4
- package/dist/public/dl_translations/en.lang +8 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vendored_types/declarations.d.ts +10 -1
- package/dist/vendored_types/utility.d.ts +3 -1
- package/lib/build.js +15 -13
- package/package.json +11 -8
|
@@ -19,14 +19,21 @@ import-export.button.export_file = Export to file
|
|
|
19
19
|
import-export.button.import_file = Import from file
|
|
20
20
|
import-export.button.export_clipboard = Export to clipboard
|
|
21
21
|
import-export.button.import_clipboard = Import from clipboard
|
|
22
|
+
import_export.export.select_modules = Select modules to export.
|
|
23
|
+
import_export.import.select_modules = Select modules to import.
|
|
24
|
+
import_export.text.not_sure = Not sure? Leave all as is.
|
|
22
25
|
|
|
23
26
|
# Modal
|
|
24
27
|
modal.button.close = Close
|
|
25
28
|
modal.button.ok = OK
|
|
26
29
|
modal.button.cancel = Cancel
|
|
27
30
|
modal.button.submit = Submit
|
|
31
|
+
modal.button.confirm = Confirm
|
|
28
32
|
modal.button.decline = Decline
|
|
29
33
|
|
|
30
34
|
# Version Module
|
|
31
35
|
module.version.version_update = Version Update
|
|
32
|
-
module.version.new_version_toast_title = New Version: $modName$, v$modVersion$
|
|
36
|
+
module.version.new_version_toast_title = New Version: $modName$, v$modVersion$
|
|
37
|
+
|
|
38
|
+
# Debug
|
|
39
|
+
debug.title = - Debug -
|