execonvert 0.4.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/CHANGELOG.md +79 -0
- package/README.md +194 -0
- package/THIRD_PARTY_NOTICES.md +42 -0
- package/bin/execonvert.js +21 -0
- package/dist/cli/app/public/THIRD_PARTY_NOTICES.md +32 -0
- package/dist/cli/app/public/base.elpx +0 -0
- package/dist/cli/app/public/exe_math_assets.zip +0 -0
- package/dist/cli/app/public/exelearning/app/common/common_i18n.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/exe_powered_logo/exe_powered_logo.png +0 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.ca.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.de.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.en.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.eo.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.es.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.eu.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.gl.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.it.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.pt.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.ro.js +79 -0
- package/dist/cli/app/public/exelearning/app/common/i18n/common_i18n.va.js +79 -0
- package/dist/cli/app/public/exelearning/bundles/common.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/content-css.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/idevices.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/libs.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/manifest.json +110 -0
- package/dist/cli/app/public/exelearning/bundles/themes/base.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/flux.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/neo.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/nova.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/universal.zip +0 -0
- package/dist/cli/app/public/exelearning/bundles/themes/zen.zip +0 -0
- package/dist/cli/app/public/exelearning/exporters.bundle.js +12638 -0
- package/dist/cli/app/public/exelearning/importers.bundle.js +14061 -0
- package/dist/cli/app/public/exelearning/runtime-source.json +10 -0
- package/dist/cli/app/public/favicon.svg +11 -0
- package/dist/cli/app/public/idevices/text/text.css +16 -0
- package/dist/cli/app/public/idevices/text/text.html +3 -0
- package/dist/cli/app/public/idevices/text/text.js +291 -0
- package/dist/cli/app/public/info/cli.html +955 -0
- package/dist/cli/app/public/info/docx.svg +7 -0
- package/dist/cli/app/public/info/elpx-icon.png +0 -0
- package/dist/cli/app/public/info/exe-old.png +0 -0
- package/dist/cli/app/public/info/execonvert-cli-icon.svg +16 -0
- package/dist/cli/app/public/info/execonvert-icon.svg +11 -0
- package/dist/cli/app/public/info/index.html +723 -0
- package/dist/cli/app/public/info/markdown.svg +1 -0
- package/dist/cli/app/public/info/pdf.svg +14 -0
- package/dist/cli/app/public/libs/exe_math/LICENSE +202 -0
- package/dist/cli/app/public/libs/exe_math/a11y/assistive-mml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/complexity.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/explorer.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/semantic-enrich.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/speech.js +1 -0
- package/dist/cli/app/public/libs/exe_math/a11y/sre.js +1 -0
- package/dist/cli/app/public/libs/exe_math/adaptors/jsdom.js +1 -0
- package/dist/cli/app/public/libs/exe_math/adaptors/linkedom.js +1 -0
- package/dist/cli/app/public/libs/exe_math/adaptors/liteDOM.js +1 -0
- package/dist/cli/app/public/libs/exe_math/core.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/asciimath.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml/entities.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml/extensions/mml3.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml/extensions/mml3.sef.json +1 -0
- package/dist/cli/app/public/libs/exe_math/input/mml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/action.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/ams.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/amscd.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/autoload.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bbm.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bboldx.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bbox.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/begingroup.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/boldsymbol.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/braket.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/bussproofs.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/cancel.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/cases.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/centernot.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/color.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/colortbl.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/colorv2.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/configmacros.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/dsfont.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/empheq.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/enclose.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/extpfeil.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/gensymb.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/html.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/mathtools.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/mhchem.js +34 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/newcommand.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/noerrors.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/noundefined.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/physics.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/require.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/setoptions.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/tagformat.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/texhtml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/textcomp.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/textmacros.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/unicode.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/units.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/upgreek.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex/extensions/verb.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex-base.js +1 -0
- package/dist/cli/app/public/libs/exe_math/input/tex.js +1 -0
- package/dist/cli/app/public/libs/exe_math/loader.js +1 -0
- package/dist/cli/app/public/libs/exe_math/output/chtml.js +1 -0
- package/dist/cli/app/public/libs/exe_math/output/svg.js +1 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/af.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/base.json +137 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/ca.json +140 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/da.json +140 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/de.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/en.json +158 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/es.json +140 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/euro.json +32 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/fr.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/hi.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/it.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/ko.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/nb.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/nemeth.json +125 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/nn.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/mathmaps/sv.json +146 -0
- package/dist/cli/app/public/libs/exe_math/sre/require.d.mts +1 -0
- package/dist/cli/app/public/libs/exe_math/sre/require.mjs +2 -0
- package/dist/cli/app/public/libs/exe_math/sre/speech-worker.js +1 -0
- package/dist/cli/app/public/libs/exe_math/startup.js +1 -0
- package/dist/cli/app/public/libs/exe_math/tex-mml-svg.js +1 -0
- package/dist/cli/app/public/libs/exe_math/ui/lazy.js +1 -0
- package/dist/cli/app/public/libs/exe_math/ui/menu.js +1 -0
- package/dist/cli/app/public/libs/exe_math/ui/safe.js +1 -0
- package/dist/cli/cli/execonvert.js +807 -0
- package/dist/cli/cli/runtime.js +237 -0
- package/dist/cli/package.json +3 -0
- package/dist/cli/src/converter.js +5078 -0
- package/dist/cli/src/docx-import.js +1121 -0
- package/dist/cli/src/elpx-markdown.js +201 -0
- package/dist/cli/src/i18n.js +485 -0
- package/dist/cli/src/index.js +1 -0
- package/dist/cli/src/legacy-elp.js +846 -0
- package/dist/cli/src/markdown-import.js +26 -0
- package/package.json +68 -0
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Previous",
|
|
4
|
+
"next": "Next",
|
|
5
|
+
"menu": "Menu",
|
|
6
|
+
"show": "Show",
|
|
7
|
+
"hide": "Hide",
|
|
8
|
+
"toggleContent": "Toggle content",
|
|
9
|
+
"showFeedback": "Show feedback",
|
|
10
|
+
"hideFeedback": "Hide feedback",
|
|
11
|
+
"correct": "Correct",
|
|
12
|
+
"incorrect": "Incorrect",
|
|
13
|
+
"yourScoreIs": "Your score",
|
|
14
|
+
"solution": "Solution",
|
|
15
|
+
"download": "Download",
|
|
16
|
+
"print": "Print",
|
|
17
|
+
"search": "Search",
|
|
18
|
+
"dataError": "Data error",
|
|
19
|
+
"epubJSerror": "This might not work in this ePub reader",
|
|
20
|
+
"epubDisabled": "This activity does not work in ePub format",
|
|
21
|
+
"fullSearch": "Full search",
|
|
22
|
+
"noSearchResults": "No search results",
|
|
23
|
+
"searchResults": "Search results for",
|
|
24
|
+
"hideResults": "Hide results",
|
|
25
|
+
"block": "block",
|
|
26
|
+
"more": "More",
|
|
27
|
+
"newWindow": "New window",
|
|
28
|
+
"fullSize": "Full size",
|
|
29
|
+
"accessibility_tools": "Accessibility tools",
|
|
30
|
+
"close_toolbar": "Close",
|
|
31
|
+
"default_font": "Default font",
|
|
32
|
+
"increase_text_size": "Increase text size",
|
|
33
|
+
"decrease_text_size": "Decrease text size",
|
|
34
|
+
"uppercase_text": "Uppercase",
|
|
35
|
+
"read": "Read",
|
|
36
|
+
"stop_reading": "Stop reading",
|
|
37
|
+
"translate": "Translate",
|
|
38
|
+
"drag_and_drop": "Drag and drop",
|
|
39
|
+
"reset": "Reset",
|
|
40
|
+
"mode_toggler": "Light/Dark mode",
|
|
41
|
+
"teacher_mode": "Teacher mode",
|
|
42
|
+
"elpxGenerating": "Generating...",
|
|
43
|
+
"elpxProcessing": "Processing...",
|
|
44
|
+
"elpxFolderPickerTimeout": "The folder picker did not respond. This may happen when opening exported files directly from the filesystem (file:// protocol). Try opening the file through a local web server instead.",
|
|
45
|
+
"elpxFolderPickerEmpty": "No files were returned by the folder picker. This is a known limitation when opening exported files with the file:// protocol in some browsers. Try using a different browser or opening the file through a local web server.",
|
|
46
|
+
"elpxFileProtocolWarning": "Local mode: Due to browser security policy, you will need to select the folder from which you opened this file. On a web server this will not be necessary.",
|
|
47
|
+
"proprietaryLicense": "Proprietary license",
|
|
48
|
+
"notAppropriate": "Not appropriate",
|
|
49
|
+
"publicDomain": "Public domain"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Hangman game",
|
|
54
|
+
"accept": "Accept",
|
|
55
|
+
"yes": "Yes",
|
|
56
|
+
"no": "No",
|
|
57
|
+
"right": "Right",
|
|
58
|
+
"wrong": "Wrong",
|
|
59
|
+
"rightAnswer": "Right answer",
|
|
60
|
+
"stat": "Status",
|
|
61
|
+
"selectedLetters": "Selected letters",
|
|
62
|
+
"word": "Word",
|
|
63
|
+
"words": "Words",
|
|
64
|
+
"play": "Play",
|
|
65
|
+
"playAgain": "Restart",
|
|
66
|
+
"results": "Results",
|
|
67
|
+
"total": "Total",
|
|
68
|
+
"otherWord": "Other word",
|
|
69
|
+
"gameOver": "Game over",
|
|
70
|
+
"confirmReload": "Reload game?",
|
|
71
|
+
"clickOnPlay": "Click Play to start",
|
|
72
|
+
"clickOnOtherWord": "Click Other word to continue",
|
|
73
|
+
"az": "abcdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Antaŭa",
|
|
4
|
+
"next": "Sekva",
|
|
5
|
+
"menu": "Menuo",
|
|
6
|
+
"show": "Montri",
|
|
7
|
+
"hide": "Kaŝi",
|
|
8
|
+
"toggleContent": "ŝalti enhavon",
|
|
9
|
+
"showFeedback": "Montri reagojn",
|
|
10
|
+
"hideFeedback": "Kaŝi reagojn",
|
|
11
|
+
"correct": "Ĝuste",
|
|
12
|
+
"incorrect": "Malsame",
|
|
13
|
+
"yourScoreIs": "Via poentaro",
|
|
14
|
+
"solution": "Solvo",
|
|
15
|
+
"download": "Elŝuto",
|
|
16
|
+
"print": "Presi",
|
|
17
|
+
"search": "Serĉi",
|
|
18
|
+
"dataError": "Eraro en datumoj",
|
|
19
|
+
"epubJSerror": "Tio eble ne funkcios en ĉi tiu ePub legilo",
|
|
20
|
+
"epubDisabled": "Ĉi tiu agado ne funkcias en ePub-formato",
|
|
21
|
+
"fullSearch": "Plena serĉo",
|
|
22
|
+
"noSearchResults": "Neniuj rezultoj",
|
|
23
|
+
"searchResults": "Serĉrezultatoj por",
|
|
24
|
+
"hideResults": "Kaŝi rezultojn",
|
|
25
|
+
"block": "bloko",
|
|
26
|
+
"more": "Pli",
|
|
27
|
+
"newWindow": "Nova fenestro",
|
|
28
|
+
"fullSize": "Plena grandeco",
|
|
29
|
+
"accessibility_tools": "Alirebilecaj iloj",
|
|
30
|
+
"close_toolbar": "Fermi",
|
|
31
|
+
"default_font": "Defaŭlta tipografio",
|
|
32
|
+
"increase_text_size": "Pligrandigi la tekstograndon",
|
|
33
|
+
"decrease_text_size": "Malpliigi la tekstograndon",
|
|
34
|
+
"uppercase_text": "Majuskuloj",
|
|
35
|
+
"read": "Legi",
|
|
36
|
+
"stop_reading": "Ĉesi legi",
|
|
37
|
+
"translate": "Traduki",
|
|
38
|
+
"drag_and_drop": "Tirante kaj falde.",
|
|
39
|
+
"reset": "Rekomenci",
|
|
40
|
+
"mode_toggler": "Luma/okuluma reĝimo",
|
|
41
|
+
"teacher_mode": "Instrustila reĝimo",
|
|
42
|
+
"elpxGenerating": "Generante...",
|
|
43
|
+
"elpxProcessing": "Prilaborante...",
|
|
44
|
+
"elpxFolderPickerTimeout": "La dosiĝilo de dosierujo ne respondis. Tio povas okazi kiam malfermi eksportitajn dosierojn rekte de via komputilo (file:// protokolo). Provu malfermi la dosieron tra servilo.",
|
|
45
|
+
"elpxFolderPickerEmpty": "La dosiĝilo de dosierujo ne trovis dosierojn. Ĉi tio estas konata limigo kiam malfermante eksportitajn dosierojn kun la protocolo file:// en iuj retumiloj. Provu uzi alian retumilon aŭ malfermi la dosieron tra retservilo.",
|
|
46
|
+
"elpxFileProtocolWarning": "Loka modo: pro la sekurecopolitiko de la retumilo, vi devos elekti la dosierujon, de kiu vi malfermis ĉi tiun dosieron. En retservilo tio ne estos necese.",
|
|
47
|
+
"proprietaryLicense": "Propra licenco",
|
|
48
|
+
"notAppropriate": "Ne konvena",
|
|
49
|
+
"publicDomain": "Publika domajno"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Ŝatru",
|
|
54
|
+
"accept": "Akcepti",
|
|
55
|
+
"yes": "Jes",
|
|
56
|
+
"no": "Ne",
|
|
57
|
+
"right": "Ĝuste",
|
|
58
|
+
"wrong": "Malsame",
|
|
59
|
+
"rightAnswer": "Ĝusta respondo",
|
|
60
|
+
"stat": "Stato",
|
|
61
|
+
"selectedLetters": "Elektitaj literoj",
|
|
62
|
+
"word": "Vorto",
|
|
63
|
+
"words": "Vortoj",
|
|
64
|
+
"play": "Ludu",
|
|
65
|
+
"playAgain": "Rekomenci",
|
|
66
|
+
"results": "Rezultoj",
|
|
67
|
+
"total": "Entute",
|
|
68
|
+
"otherWord": "Alia vorto",
|
|
69
|
+
"gameOver": "Fino de la ludo",
|
|
70
|
+
"confirmReload": "Ĉu restartigi la ludon?",
|
|
71
|
+
"clickOnPlay": "Klaku \"Ludi\" por komenci",
|
|
72
|
+
"clickOnOtherWord": "Klaku sur \"Alia vorto\" por daŭrigi",
|
|
73
|
+
"az": "abcdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Anterior",
|
|
4
|
+
"next": "Siguiente",
|
|
5
|
+
"menu": "Menú",
|
|
6
|
+
"show": "Mostrar",
|
|
7
|
+
"hide": "Ocultar",
|
|
8
|
+
"toggleContent": "Ocultar/Mostrar contenido",
|
|
9
|
+
"showFeedback": "Mostrar retroalimentación",
|
|
10
|
+
"hideFeedback": "Ocultar retroalimentación",
|
|
11
|
+
"correct": "Correcto",
|
|
12
|
+
"incorrect": "Incorrecto",
|
|
13
|
+
"yourScoreIs": "Su puntuación",
|
|
14
|
+
"solution": "Solución",
|
|
15
|
+
"download": "Descargar",
|
|
16
|
+
"print": "Imprimir",
|
|
17
|
+
"search": "Buscar",
|
|
18
|
+
"dataError": "Error de datos",
|
|
19
|
+
"epubJSerror": "Esto podría no funcionar en este lector de ePub",
|
|
20
|
+
"epubDisabled": "Esta actividad no funciona en formato ePub",
|
|
21
|
+
"fullSearch": "Búsqueda completa",
|
|
22
|
+
"noSearchResults": "Sin resultados",
|
|
23
|
+
"searchResults": "Resultados de búsqueda para",
|
|
24
|
+
"hideResults": "Ocultar resultados",
|
|
25
|
+
"block": "bloque",
|
|
26
|
+
"more": "Más",
|
|
27
|
+
"newWindow": "Ventana nueva",
|
|
28
|
+
"fullSize": "Tamaño completo",
|
|
29
|
+
"accessibility_tools": "Herramientas de accesibilidad",
|
|
30
|
+
"close_toolbar": "Cerrar",
|
|
31
|
+
"default_font": "Tipografía predeterminada",
|
|
32
|
+
"increase_text_size": "Aumentar tamaño del texto",
|
|
33
|
+
"decrease_text_size": "Disminuir tamaño del texto",
|
|
34
|
+
"uppercase_text": "Mayúsculas",
|
|
35
|
+
"read": "Lee",
|
|
36
|
+
"stop_reading": "Detener la lectura",
|
|
37
|
+
"translate": "Traducir",
|
|
38
|
+
"drag_and_drop": "Arrastra",
|
|
39
|
+
"reset": "Reiniciar",
|
|
40
|
+
"mode_toggler": "Modo claro/oscuro",
|
|
41
|
+
"teacher_mode": "Modo docente",
|
|
42
|
+
"elpxGenerating": "Generando...",
|
|
43
|
+
"elpxProcessing": "Procesando...",
|
|
44
|
+
"elpxFolderPickerTimeout": "El selector de carpetas no respondió. Esto puede ocurrir al abrir archivos exportados directamente desde tu equipo (protocolo file://). Intenta abrir el archivo a través de un servidor.",
|
|
45
|
+
"elpxFolderPickerEmpty": "El selector de carpetas no encontró archivos. Esta es una limitación conocida al abrir archivos exportados con el protocolo file:// en algunos navegadores. Intenta usar otro navegador o abre el archivo a través de un servidor web.",
|
|
46
|
+
"elpxFileProtocolWarning": "Modo local: debido a la política de seguridad del navegador, tendrás que seleccionar la carpeta desde la que abriste este archivo. En un servidor web esto no será necesario.",
|
|
47
|
+
"proprietaryLicense": "Licencia propietaria",
|
|
48
|
+
"notAppropriate": "No procede",
|
|
49
|
+
"publicDomain": "Dominio público"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Juego del ahorcado",
|
|
54
|
+
"accept": "Aceptar",
|
|
55
|
+
"yes": "Sí",
|
|
56
|
+
"no": "No",
|
|
57
|
+
"right": "Derecha",
|
|
58
|
+
"wrong": "Incorrecto",
|
|
59
|
+
"rightAnswer": "Respuesta correcta",
|
|
60
|
+
"stat": "Estado",
|
|
61
|
+
"selectedLetters": "Letras seleccionadas",
|
|
62
|
+
"word": "Palabra",
|
|
63
|
+
"words": "Palabras",
|
|
64
|
+
"play": "Jugar",
|
|
65
|
+
"playAgain": "Reiniciar",
|
|
66
|
+
"results": "Resultados",
|
|
67
|
+
"total": "Total",
|
|
68
|
+
"otherWord": "Otra palabra",
|
|
69
|
+
"gameOver": "Fin del juego",
|
|
70
|
+
"confirmReload": "¿Reiniciar el juego?",
|
|
71
|
+
"clickOnPlay": "Haz clic en \"Jugar\" para empezar",
|
|
72
|
+
"clickOnOtherWord": "Haz clic en \"Otra palabra\" para continuar",
|
|
73
|
+
"az": "abcdefghijklmnñopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Aurrekoa",
|
|
4
|
+
"next": "Hurrengoa",
|
|
5
|
+
"menu": "Menua",
|
|
6
|
+
"show": "Erakutsi",
|
|
7
|
+
"hide": "Ezkutatu",
|
|
8
|
+
"toggleContent": "Edukia eguneratu",
|
|
9
|
+
"showFeedback": "Erakutsi atzeraelikadura",
|
|
10
|
+
"hideFeedback": "Ezkutatu atzeraelikadura",
|
|
11
|
+
"correct": "Aukera zuzena",
|
|
12
|
+
"incorrect": "Aukera ez zuzena",
|
|
13
|
+
"yourScoreIs": "Zure puntuazioa",
|
|
14
|
+
"solution": "Soluzioa",
|
|
15
|
+
"download": "Jaitsi",
|
|
16
|
+
"print": "Inprimatu",
|
|
17
|
+
"search": "Bilatu",
|
|
18
|
+
"dataError": "Errorea datuetan",
|
|
19
|
+
"epubJSerror": "Honek ez du funtzionatuko ePub irakurgailu honetan",
|
|
20
|
+
"epubDisabled": "Jarduer honek ez du ePub formatuan funtzionatzen",
|
|
21
|
+
"fullSearch": "Bilaketa osoa",
|
|
22
|
+
"noSearchResults": "Ez dago emaitzarik",
|
|
23
|
+
"searchResults": "Bilaketaren emaitzak",
|
|
24
|
+
"hideResults": "Ezkutatu emaitzak",
|
|
25
|
+
"block": "blokea",
|
|
26
|
+
"more": "Gehiago",
|
|
27
|
+
"newWindow": "Leiho berria",
|
|
28
|
+
"fullSize": "Tamaina osoa",
|
|
29
|
+
"accessibility_tools": "Irisgarritasun tresnak",
|
|
30
|
+
"close_toolbar": "Itxi",
|
|
31
|
+
"default_font": "Lehenetsitako tipografia",
|
|
32
|
+
"increase_text_size": "Handitu testuaren tamaina",
|
|
33
|
+
"decrease_text_size": "Txikitu testuaren tamaina",
|
|
34
|
+
"uppercase_text": "Maiuskulak",
|
|
35
|
+
"read": "Irakurri",
|
|
36
|
+
"stop_reading": "Utzi irakurtzeari",
|
|
37
|
+
"translate": "Itzuli",
|
|
38
|
+
"drag_and_drop": "Arrastatu eta jaregin",
|
|
39
|
+
"reset": "Berrezarri",
|
|
40
|
+
"mode_toggler": "Modu argia/iluna",
|
|
41
|
+
"teacher_mode": "Irakasle modua",
|
|
42
|
+
"elpxGenerating": "Sortzen...",
|
|
43
|
+
"elpxProcessing": "Prozesatzen...",
|
|
44
|
+
"elpxFolderPickerTimeout": "Karpeta-hautatzaileak ez du erantzun. Hori gertatu daiteke esportatutako fitxategiak zuzenean fitxategi-sistematik irekitzean (fitxategia:// protokoloa). Saiatu fitxategia web zerbitzari lokal baten bidez irekitzen.",
|
|
45
|
+
"elpxFolderPickerEmpty": "Karpeta-hautatzaileak ez du fitxategirik aurkitu. Muga hori ezaguna da file: barrra-/ protokoloarekin esportatutako fitxategiak nabigatzaile batzuetan irekitzean. Saiatu beste nabigatzaile bat erabiltzen edo ireki fitxategia web zerbitzari baten bidez.",
|
|
46
|
+
"elpxFileProtocolWarning": "Modu lokala: nabigatzailearen segurtasun-politika dela eta, fitxategi hau irekitzeko erabili duzun karpeta aukeratu beharko duzu. Web zerbitzari batean hau ez da beharrezkoa izango.",
|
|
47
|
+
"proprietaryLicense": "Jabetzaren lizentzia",
|
|
48
|
+
"notAppropriate": "Ez dagokio",
|
|
49
|
+
"publicDomain": "Domeinu publikoa"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Urkatuaren jokoa",
|
|
54
|
+
"accept": "Onartu",
|
|
55
|
+
"yes": "Bai",
|
|
56
|
+
"no": "Ez",
|
|
57
|
+
"right": "Eskuina",
|
|
58
|
+
"wrong": "Okerra",
|
|
59
|
+
"rightAnswer": "Erantzun zuzena",
|
|
60
|
+
"stat": "Egoera",
|
|
61
|
+
"selectedLetters": "Hautatutako letrak",
|
|
62
|
+
"word": "Hitza",
|
|
63
|
+
"words": "Hitzak",
|
|
64
|
+
"play": "Jolastu",
|
|
65
|
+
"playAgain": "Berriz hasi",
|
|
66
|
+
"results": "Emaitzak",
|
|
67
|
+
"total": "Osoa",
|
|
68
|
+
"otherWord": "Beste hitz bat",
|
|
69
|
+
"gameOver": "Jokua amaitu da",
|
|
70
|
+
"confirmReload": "Jokoari berriro ekin nahi diozu?",
|
|
71
|
+
"clickOnPlay": "Klikatu \"Jolastu\" hasteko",
|
|
72
|
+
"clickOnOtherWord": "Klikatu \"Beste hitza\" jarraitzeko",
|
|
73
|
+
"az": "abcdefghijklmnñopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Anterior",
|
|
4
|
+
"next": "Seguinte",
|
|
5
|
+
"menu": "Menú",
|
|
6
|
+
"show": "Amosar",
|
|
7
|
+
"hide": "Ocultar",
|
|
8
|
+
"toggleContent": "Ocultar/Amosar contido",
|
|
9
|
+
"showFeedback": "Amosar retroalimentación",
|
|
10
|
+
"hideFeedback": "Agochar retroalimentación",
|
|
11
|
+
"correct": "Correcto",
|
|
12
|
+
"incorrect": "Incorrecto",
|
|
13
|
+
"yourScoreIs": "Puntuación",
|
|
14
|
+
"solution": "Solución",
|
|
15
|
+
"download": "Descargar",
|
|
16
|
+
"print": "Imprimir",
|
|
17
|
+
"search": "Buscar",
|
|
18
|
+
"dataError": "Erro de datos",
|
|
19
|
+
"epubJSerror": "É posible que isto non funcione neste lector de ePub",
|
|
20
|
+
"epubDisabled": "Esta actividade non funciona en formato ePub",
|
|
21
|
+
"fullSearch": "Busca completa",
|
|
22
|
+
"noSearchResults": "Sen resultados de busca",
|
|
23
|
+
"searchResults": "Resultados da busca para",
|
|
24
|
+
"hideResults": "Agochar resultados",
|
|
25
|
+
"block": "bloque",
|
|
26
|
+
"more": "Máis",
|
|
27
|
+
"newWindow": "Nova xanela",
|
|
28
|
+
"fullSize": "Tamaño completo",
|
|
29
|
+
"accessibility_tools": "Ferramentas de accesibilidade",
|
|
30
|
+
"close_toolbar": "Pechar",
|
|
31
|
+
"default_font": "Fonte predeterminada",
|
|
32
|
+
"increase_text_size": "Aumentar o tamaño do texto",
|
|
33
|
+
"decrease_text_size": "Diminuír o tamaño do texto",
|
|
34
|
+
"uppercase_text": "Maiúsculas",
|
|
35
|
+
"read": "Le",
|
|
36
|
+
"stop_reading": "Deter a lectura",
|
|
37
|
+
"translate": "Traducir",
|
|
38
|
+
"drag_and_drop": "Arrastrar e soltar",
|
|
39
|
+
"reset": "Reiniciar",
|
|
40
|
+
"mode_toggler": "Modo claro/escuro",
|
|
41
|
+
"teacher_mode": "Modo docente",
|
|
42
|
+
"elpxGenerating": "Xerando...",
|
|
43
|
+
"elpxProcessing": "Procesando...",
|
|
44
|
+
"elpxFolderPickerTimeout": "O selector de cartafoles non respondeu. Isto pode ocorrer ao abrir ficheiros exportados directamente desde o sistema de ficheiros (protocolo file://). Intenta abrir o ficheiro a través dun servidor web local.",
|
|
45
|
+
"elpxFolderPickerEmpty": "O selector de cartafoles non devolveu ningún ficheiro. Esta é unha limitación coñecida ao abrir ficheiros exportados co protocolo file:// nalgúns navegadores. Intenta usar un navegador diferente ou abrir o ficheiro a través dun servidor web local.",
|
|
46
|
+
"elpxFileProtocolWarning": "Modo local: debido á política de seguranza do navegador, terás que seleccionar o cartafol desde o que abriches este ficheiro. Nun servidor web isto non será necesario.",
|
|
47
|
+
"proprietaryLicense": "Licenza propietaria",
|
|
48
|
+
"notAppropriate": "Non axeitado",
|
|
49
|
+
"publicDomain": "Dominio público"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Xogo do aforcado",
|
|
54
|
+
"accept": "Aceptar",
|
|
55
|
+
"yes": "Si",
|
|
56
|
+
"no": "Non",
|
|
57
|
+
"right": "Dereita",
|
|
58
|
+
"wrong": "Incorrecto",
|
|
59
|
+
"rightAnswer": "Resposta correcta",
|
|
60
|
+
"stat": "Estado",
|
|
61
|
+
"selectedLetters": "Letras seleccionadas",
|
|
62
|
+
"word": "Palabra",
|
|
63
|
+
"words": "Palabras",
|
|
64
|
+
"play": "Xogar",
|
|
65
|
+
"playAgain": "Reiniciar",
|
|
66
|
+
"results": "Resultados",
|
|
67
|
+
"total": "Total",
|
|
68
|
+
"otherWord": "Outra palabra",
|
|
69
|
+
"gameOver": "Fin do xogo",
|
|
70
|
+
"confirmReload": "Repetir o xogo?",
|
|
71
|
+
"clickOnPlay": "Fai clic en “Xogar” para comezar",
|
|
72
|
+
"clickOnOtherWord": "Fai clic “Outra palabra” para continuar",
|
|
73
|
+
"az": "abcdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Precedente",
|
|
4
|
+
"next": "Successivo",
|
|
5
|
+
"menu": "Menu",
|
|
6
|
+
"show": "Mostra",
|
|
7
|
+
"hide": "Nascondi",
|
|
8
|
+
"toggleContent": "Mostra/Nascondi contenuto",
|
|
9
|
+
"showFeedback": "Mostra feedback",
|
|
10
|
+
"hideFeedback": "Nascondi feedback",
|
|
11
|
+
"correct": "Corretto",
|
|
12
|
+
"incorrect": "Errato",
|
|
13
|
+
"yourScoreIs": "Il tuo punteggio",
|
|
14
|
+
"solution": "Soluzione",
|
|
15
|
+
"download": "Scarica",
|
|
16
|
+
"print": "Stampa",
|
|
17
|
+
"search": "Cerca",
|
|
18
|
+
"dataError": "Errore nei dati",
|
|
19
|
+
"epubJSerror": "Potrebbe non funzionare in questo lettore ePub",
|
|
20
|
+
"epubDisabled": "Questa attività non funziona in formato ePub",
|
|
21
|
+
"fullSearch": "Ricerca completa",
|
|
22
|
+
"noSearchResults": "Nessun risultato",
|
|
23
|
+
"searchResults": "Risultati di ricerca per",
|
|
24
|
+
"hideResults": "Ocultar resultados",
|
|
25
|
+
"block": "blocco",
|
|
26
|
+
"more": "Più",
|
|
27
|
+
"newWindow": "Nuova finestra",
|
|
28
|
+
"fullSize": "A scermo intero",
|
|
29
|
+
"accessibility_tools": "Strumenti di accessibilità",
|
|
30
|
+
"close_toolbar": "Chiudi",
|
|
31
|
+
"default_font": "Font predefinito",
|
|
32
|
+
"increase_text_size": "Aumenta la dimensione del testo",
|
|
33
|
+
"decrease_text_size": "Riduci dimensione testo",
|
|
34
|
+
"uppercase_text": "Maiuscolo",
|
|
35
|
+
"read": "Leggi",
|
|
36
|
+
"stop_reading": "Smetti di leggere",
|
|
37
|
+
"translate": "Traduci",
|
|
38
|
+
"drag_and_drop": "Trascina",
|
|
39
|
+
"reset": "Reimposta",
|
|
40
|
+
"mode_toggler": "Modalità chiaro/scuro",
|
|
41
|
+
"teacher_mode": "Modalità insegnante",
|
|
42
|
+
"elpxGenerating": "Generazione in corso...",
|
|
43
|
+
"elpxProcessing": "Elaborazione...",
|
|
44
|
+
"elpxFolderPickerTimeout": "Il selettore di cartelle non ha risposto. Questo può accadere quando si aprono file esportati direttamente dal filesystem (protocollo file://). Prova ad aprire il file tramite un server web locale.",
|
|
45
|
+
"elpxFolderPickerEmpty": "Il selettore di cartelle non ha trovato file. Si tratta di una limitazione nota quando si aprono file esportati con il protocollo file:// in alcuni browser. Prova a usare un browser diverso o ad aprire il file tramite un server web locale.",
|
|
46
|
+
"elpxFileProtocolWarning": "Modalità locale: a causa della politica di sicurezza del browser, dovrai selezionare la cartella da cui hai aperto questo file. Su un server web non sarà necessario.",
|
|
47
|
+
"proprietaryLicense": "Licenza d'uso",
|
|
48
|
+
"notAppropriate": "Non applicabile",
|
|
49
|
+
"publicDomain": "Dominio pubblico"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Gioco dell'impiccato",
|
|
54
|
+
"accept": "Accetta",
|
|
55
|
+
"yes": "Sì",
|
|
56
|
+
"no": "No",
|
|
57
|
+
"right": "Destra",
|
|
58
|
+
"wrong": "Errato",
|
|
59
|
+
"rightAnswer": "Risposta corretta",
|
|
60
|
+
"stat": "Stato",
|
|
61
|
+
"selectedLetters": "Testi selezionati",
|
|
62
|
+
"word": "Parola",
|
|
63
|
+
"words": "Parole",
|
|
64
|
+
"play": "Riproduci",
|
|
65
|
+
"playAgain": "Ricomincia",
|
|
66
|
+
"results": "Risultati",
|
|
67
|
+
"total": "Totale",
|
|
68
|
+
"otherWord": "un'altra parola",
|
|
69
|
+
"gameOver": "Partita terminata",
|
|
70
|
+
"confirmReload": "Ricominciare il gioco?",
|
|
71
|
+
"clickOnPlay": "Clicca su \"Gioca\" per iniziare",
|
|
72
|
+
"clickOnOtherWord": "Clicca su \"Altra parola\" per continuare",
|
|
73
|
+
"az": "abcdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Anterior",
|
|
4
|
+
"next": "Próximo",
|
|
5
|
+
"menu": "Menu",
|
|
6
|
+
"show": "Mostrar",
|
|
7
|
+
"hide": "Ocultar",
|
|
8
|
+
"toggleContent": "Alternar conteúdo",
|
|
9
|
+
"showFeedback": "Mostrar feedback",
|
|
10
|
+
"hideFeedback": "Ocultar feedback",
|
|
11
|
+
"correct": "Correto",
|
|
12
|
+
"incorrect": "Incorreto",
|
|
13
|
+
"yourScoreIs": "Sua pontuação",
|
|
14
|
+
"solution": "Solução",
|
|
15
|
+
"download": "Baixar",
|
|
16
|
+
"print": "Imprimir",
|
|
17
|
+
"search": "Pesquisar",
|
|
18
|
+
"dataError": "Erro de dados",
|
|
19
|
+
"epubJSerror": "Isso pode não funcionar neste leitor de ePub",
|
|
20
|
+
"epubDisabled": "Esta atividade não funciona em formato ePub",
|
|
21
|
+
"fullSearch": "Busca completa",
|
|
22
|
+
"noSearchResults": "Sem resultados",
|
|
23
|
+
"searchResults": "Resultados da busca para",
|
|
24
|
+
"hideResults": "Ocultar resultados",
|
|
25
|
+
"block": "bloco",
|
|
26
|
+
"more": "Mais",
|
|
27
|
+
"newWindow": "Nova janela",
|
|
28
|
+
"fullSize": "Tamanho original",
|
|
29
|
+
"accessibility_tools": "Ferramentas de acessibilidade",
|
|
30
|
+
"close_toolbar": "Fechar",
|
|
31
|
+
"default_font": "Tipografia padrão",
|
|
32
|
+
"increase_text_size": "Aumentar o tamanho do texto",
|
|
33
|
+
"decrease_text_size": "Diminuir tamanho do texto",
|
|
34
|
+
"uppercase_text": "Maiúsculas",
|
|
35
|
+
"read": "Ler",
|
|
36
|
+
"stop_reading": "Parar de ler",
|
|
37
|
+
"translate": "Traduzir",
|
|
38
|
+
"drag_and_drop": "Arrastar e soltar",
|
|
39
|
+
"reset": "Redefinir",
|
|
40
|
+
"mode_toggler": "Modo claro/escuro",
|
|
41
|
+
"teacher_mode": "Modo professor",
|
|
42
|
+
"elpxGenerating": "Gerando...",
|
|
43
|
+
"elpxProcessing": "Processando...",
|
|
44
|
+
"elpxFolderPickerTimeout": "O seletor de pastas não respondeu. Isso pode acontecer ao abrir arquivos exportados diretamente do seu computador (protocolo file://). Tente abrir o arquivo através de um servidor.",
|
|
45
|
+
"elpxFolderPickerEmpty": "O seletor de pastas não encontrou arquivos. Esta é uma limitação conhecida ao abrir arquivos exportados com o protocolo file:// em alguns navegadores. Tente usar outro navegador ou abra o arquivo através de um servidor web.",
|
|
46
|
+
"elpxFileProtocolWarning": "Modo local: devido à política de segurança do navegador, você precisará selecionar a pasta de onde abriu este arquivo. Em um servidor web, isso não será necessário.",
|
|
47
|
+
"proprietaryLicense": "Licença proprietária",
|
|
48
|
+
"notAppropriate": "Não apropriada",
|
|
49
|
+
"publicDomain": "Domínio público"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Jogo da forca",
|
|
54
|
+
"accept": "Aceitar",
|
|
55
|
+
"yes": "Sim",
|
|
56
|
+
"no": "Não",
|
|
57
|
+
"right": "Direita",
|
|
58
|
+
"wrong": "Errado",
|
|
59
|
+
"rightAnswer": "Resposta correta",
|
|
60
|
+
"stat": "Estado",
|
|
61
|
+
"selectedLetters": "Letras selecionadas",
|
|
62
|
+
"word": "Palavra",
|
|
63
|
+
"words": "Palavras",
|
|
64
|
+
"play": "Jogar",
|
|
65
|
+
"playAgain": "Reiniciar",
|
|
66
|
+
"results": "Resultados",
|
|
67
|
+
"total": "Total",
|
|
68
|
+
"otherWord": "Outra palavra",
|
|
69
|
+
"gameOver": "Fim do jogo",
|
|
70
|
+
"confirmReload": "Reiniciar o jogo?",
|
|
71
|
+
"clickOnPlay": "Clique em \"Jogar\" para começar",
|
|
72
|
+
"clickOnOtherWord": "Clique em \"Outra palavra\" para continuar",
|
|
73
|
+
"az": "abcdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// The content of this file should be generated dynamically in the .elpx's language.
|
|
2
|
+
$exe_i18n = {
|
|
3
|
+
"previous": "Anterior",
|
|
4
|
+
"next": "Următorul",
|
|
5
|
+
"menu": "Meniu",
|
|
6
|
+
"show": "Afișează",
|
|
7
|
+
"hide": "Ascunde",
|
|
8
|
+
"toggleContent": "Comută conținutul",
|
|
9
|
+
"showFeedback": "Afișează feedback",
|
|
10
|
+
"hideFeedback": "Ascunde feedback-ul",
|
|
11
|
+
"correct": "Corect",
|
|
12
|
+
"incorrect": "Incorect",
|
|
13
|
+
"yourScoreIs": "Scorul tău",
|
|
14
|
+
"solution": "Soluție",
|
|
15
|
+
"download": "Descarcă",
|
|
16
|
+
"print": "Imprimare",
|
|
17
|
+
"search": "Caută",
|
|
18
|
+
"dataError": "Eroare de date",
|
|
19
|
+
"epubJSerror": "Acest lucru s-ar putea să nu funcționeze în acest cititor ePub",
|
|
20
|
+
"epubDisabled": "Această activitate nu funcționează în format ePub",
|
|
21
|
+
"fullSearch": "Căutare completă",
|
|
22
|
+
"noSearchResults": "Niciun rezultat",
|
|
23
|
+
"searchResults": "Caută rezultate pentru",
|
|
24
|
+
"hideResults": "Ascunde rezultate",
|
|
25
|
+
"block": "bloc",
|
|
26
|
+
"more": "Mai mult",
|
|
27
|
+
"newWindow": "Fereastră nouă",
|
|
28
|
+
"fullSize": "Dimensiune completă",
|
|
29
|
+
"accessibility_tools": "Instrumente de accesibilitate",
|
|
30
|
+
"close_toolbar": "Închide",
|
|
31
|
+
"default_font": "Font implicit",
|
|
32
|
+
"increase_text_size": "Mărește dimensiunea textului",
|
|
33
|
+
"decrease_text_size": "Micșorează dimensiunea textului",
|
|
34
|
+
"uppercase_text": "Majuscule",
|
|
35
|
+
"read": "Citeste",
|
|
36
|
+
"stop_reading": "Oprește citirea",
|
|
37
|
+
"translate": "Translate",
|
|
38
|
+
"drag_and_drop": "Trage și plasează",
|
|
39
|
+
"reset": "Resetează",
|
|
40
|
+
"mode_toggler": "Mod Luminos/Întunecat",
|
|
41
|
+
"teacher_mode": "Mod profesor",
|
|
42
|
+
"elpxGenerating": "Se generează...",
|
|
43
|
+
"elpxProcessing": "Se procesează...",
|
|
44
|
+
"elpxFolderPickerTimeout": "Selectorul de foldere nu a răspuns. Acest lucru se poate întâmpla la deschiderea fișierelor exportate direct din sistemul de fișiere (protocolul file://). Încercați să deschideți fișierul printr-un server web local.",
|
|
45
|
+
"elpxFolderPickerEmpty": "Selectorul de foldere nu a returnat fișiere. Aceasta este o limitare cunoscută la deschiderea fișierelor exportate cu protocolul file:// în unele browsere. Încercați să utilizați un alt browser sau să deschideți fișierul printr-un server web local.",
|
|
46
|
+
"elpxFileProtocolWarning": "Mod local: Din cauza politicii de securitate a browserului, va trebui să selectați folderul din care ați deschis acest fișier. Pe un server web, acest lucru nu va fi necesar.",
|
|
47
|
+
"proprietaryLicense": "Licență proprietară",
|
|
48
|
+
"notAppropriate": "Nu este adecvată",
|
|
49
|
+
"publicDomain": "Domeniu public"
|
|
50
|
+
};
|
|
51
|
+
// The following line should only be used if the ELP contains a hangman game:
|
|
52
|
+
$exe_i18n.exeGames = {
|
|
53
|
+
"hangManGame": "Jocul Spânzurătoarea",
|
|
54
|
+
"accept": "Acceptă",
|
|
55
|
+
"yes": "Da",
|
|
56
|
+
"no": "Nu",
|
|
57
|
+
"right": "Dreapta",
|
|
58
|
+
"wrong": "Greșit",
|
|
59
|
+
"rightAnswer": "Răspuns corect",
|
|
60
|
+
"stat": "Stare",
|
|
61
|
+
"selectedLetters": "Litere selectate",
|
|
62
|
+
"word": "Cuvânt",
|
|
63
|
+
"words": "Cuvinte",
|
|
64
|
+
"play": "Joacă",
|
|
65
|
+
"playAgain": "Repornește",
|
|
66
|
+
"results": "Rezultate",
|
|
67
|
+
"total": "Total",
|
|
68
|
+
"otherWord": "Alt cuvânt",
|
|
69
|
+
"gameOver": "Joc terminat",
|
|
70
|
+
"confirmReload": "Reîncărcați jocul?",
|
|
71
|
+
"clickOnPlay": "Click pe Play pentru a începe",
|
|
72
|
+
"clickOnOtherWord": "Click pe Alt cuvânt pentru a continua",
|
|
73
|
+
"az": "abcdefghijklmnopqrstuvwxyz"
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
// Export for Node.js/CommonJS (tests)
|
|
77
|
+
if (typeof module !== 'undefined' && module.exports) {
|
|
78
|
+
module.exports = $exe_i18n;
|
|
79
|
+
}
|