jclic 2.2.1 → 2.3.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 +5 -7
- package/dist-node/jclic-node.js +14157 -0
- package/dist-node/jclic-node.umd.cjs +530 -0
- package/package.json +38 -26
- package/.vscode/launch.json +0 -33
- package/.vscode/settings.json +0 -13
- package/CHANGELOG.md +0 -672
- package/TRANSLATIONS.md +0 -11
- package/build-locales.mjs +0 -82
- package/dist/jclic-node.js +0 -31680
- package/dist/jclic-node.js.map +0 -1
- package/dist/jclic.components.LICENSE +0 -2254
- package/dist/jclic.min.js +0 -27
- package/dist/jclic.min.js.map +0 -1
- package/eslint.config.mjs +0 -31
- package/jsdoc.config.js +0 -71
- package/locales/ar.po +0 -244
- package/locales/ast.po +0 -246
- package/locales/bs.po +0 -247
- package/locales/ca.po +0 -248
- package/locales/ca_ES@valencia.po +0 -248
- package/locales/cs.po +0 -244
- package/locales/da.po +0 -244
- package/locales/de.po +0 -246
- package/locales/el.po +0 -244
- package/locales/es.po +0 -248
- package/locales/eu.po +0 -244
- package/locales/fr.po +0 -244
- package/locales/gl.po +0 -244
- package/locales/he.po +0 -244
- package/locales/hr.po +0 -245
- package/locales/it.po +0 -246
- package/locales/ja.po +0 -242
- package/locales/jclic.js.pot +0 -241
- package/locales/nb_NO.po +0 -244
- package/locales/nl.po +0 -244
- package/locales/pl.po +0 -244
- package/locales/pt.po +0 -244
- package/locales/pt_BR.po +0 -248
- package/locales/ro.po +0 -248
- package/locales/ru.po +0 -245
- package/locales/ta.po +0 -244
- package/locales/tr.po +0 -246
- package/locales/uk.po +0 -247
- package/locales/vec.po +0 -244
- package/locales/zh_TW.po +0 -246
- package/patches/po2json+1.0.0-beta-3.patch +0 -12
- package/src/AWT.js +0 -2067
- package/src/Activity.js +0 -1311
- package/src/Deps.js +0 -232
- package/src/GlobalData.js +0 -5
- package/src/JClic.js +0 -196
- package/src/JClicPlayer.js +0 -1308
- package/src/PlayerHistory.js +0 -305
- package/src/Utils.js +0 -1355
- package/src/activities/associations/ComplexAssociation.js +0 -321
- package/src/activities/associations/SimpleAssociation.js +0 -519
- package/src/activities/memory/MemoryGame.js +0 -423
- package/src/activities/panels/Explore.js +0 -349
- package/src/activities/panels/Identify.js +0 -356
- package/src/activities/panels/InformationScreen.js +0 -262
- package/src/activities/panels/Menu.js +0 -209
- package/src/activities/panels/icons/ico00.png +0 -0
- package/src/activities/panels/icons/ico01.png +0 -0
- package/src/activities/panels/icons/ico02.png +0 -0
- package/src/activities/panels/icons/ico03.png +0 -0
- package/src/activities/panels/icons/icofolder.png +0 -0
- package/src/activities/puzzles/DoublePuzzle.js +0 -424
- package/src/activities/puzzles/ExchangePuzzle.js +0 -374
- package/src/activities/puzzles/HolePuzzle.js +0 -360
- package/src/activities/text/Complete.js +0 -127
- package/src/activities/text/Evaluator.js +0 -534
- package/src/activities/text/FillInBlanks.js +0 -426
- package/src/activities/text/IdentifyText.js +0 -253
- package/src/activities/text/OrderText.js +0 -421
- package/src/activities/text/TextActivityBase.js +0 -557
- package/src/activities/text/TextActivityDocument.js +0 -660
- package/src/activities/text/WrittenAnswer.js +0 -557
- package/src/activities/textGrid/CrossWord.js +0 -565
- package/src/activities/textGrid/WordSearch.js +0 -458
- package/src/activities/textGrid/icons/hIcon.svg +0 -3
- package/src/activities/textGrid/icons/vIcon.svg +0 -3
- package/src/automation/AutoContentProvider.js +0 -182
- package/src/automation/arith/Arith.js +0 -864
- package/src/bags/ActivitySequence.js +0 -318
- package/src/bags/ActivitySequenceElement.js +0 -161
- package/src/bags/ActivitySequenceJump.js +0 -140
- package/src/bags/ConditionalJumpInfo.js +0 -113
- package/src/bags/JumpInfo.js +0 -136
- package/src/bags/MediaBag.js +0 -215
- package/src/bags/MediaBagElement.js +0 -516
- package/src/boxes/AbstractBox.js +0 -699
- package/src/boxes/ActiveBagContent.js +0 -494
- package/src/boxes/ActiveBox.js +0 -810
- package/src/boxes/ActiveBoxBag.js +0 -357
- package/src/boxes/ActiveBoxContent.js +0 -484
- package/src/boxes/ActiveBoxGrid.js +0 -179
- package/src/boxes/BoxBag.js +0 -500
- package/src/boxes/BoxBase.js +0 -398
- package/src/boxes/BoxConnector.js +0 -325
- package/src/boxes/TextGrid.js +0 -887
- package/src/boxes/TextGridContent.js +0 -215
- package/src/init-jsdom.js +0 -65
- package/src/jclic-node.js +0 -219
- package/src/media/ActiveMediaBag.js +0 -145
- package/src/media/ActiveMediaPlayer.js +0 -297
- package/src/media/AudioBuffer.js +0 -219
- package/src/media/EventSounds.js +0 -169
- package/src/media/EventSoundsElement.js +0 -155
- package/src/media/MediaContent.js +0 -328
- package/src/media/MidiAudioPlayer.js +0 -254
- package/src/media/icons/audio.svg +0 -3
- package/src/media/icons/generic.svg +0 -3
- package/src/media/icons/mic.svg +0 -3
- package/src/media/icons/movie.svg +0 -3
- package/src/media/icons/music.svg +0 -3
- package/src/media/icons/url.svg +0 -3
- package/src/media/sounds/actionError.mp3 +0 -0
- package/src/media/sounds/actionOk.mp3 +0 -0
- package/src/media/sounds/click.mp3 +0 -0
- package/src/media/sounds/finishedError.mp3 +0 -0
- package/src/media/sounds/finishedOk.mp3 +0 -0
- package/src/media/sounds/start.mp3 +0 -0
- package/src/project/JClicProject.js +0 -282
- package/src/project/ProjectSettings.js +0 -273
- package/src/report/ActionReg.js +0 -123
- package/src/report/ActivityReg.js +0 -271
- package/src/report/EncryptMin.js +0 -210
- package/src/report/Reporter.js +0 -727
- package/src/report/SCORM.js +0 -272
- package/src/report/SequenceReg.js +0 -275
- package/src/report/SessionReg.js +0 -340
- package/src/report/SessionStorageReporter.js +0 -131
- package/src/report/TCPReporter.js +0 -628
- package/src/shapers/ClassicJigSaw.js +0 -138
- package/src/shapers/Holes.js +0 -77
- package/src/shapers/JigSaw.js +0 -161
- package/src/shapers/Rectangular.js +0 -78
- package/src/shapers/Shaper.js +0 -386
- package/src/shapers/TriangularJigSaw.js +0 -121
- package/src/skins/BlueSkin.js +0 -80
- package/src/skins/Counter.js +0 -152
- package/src/skins/CustomSkin.js +0 -412
- package/src/skins/DefaultSkin.js +0 -376
- package/src/skins/EmptySkin.js +0 -82
- package/src/skins/GreenSkin.js +0 -94
- package/src/skins/MiniSkin.js +0 -130
- package/src/skins/OrangeSkin.js +0 -78
- package/src/skins/SimpleSkin.js +0 -92
- package/src/skins/Skin.js +0 -1021
- package/src/skins/assets/actionsIcon.svg +0 -3
- package/src/skins/assets/appLogo.svg +0 -8
- package/src/skins/assets/basic.css +0 -41
- package/src/skins/assets/closeDialogIcon.svg +0 -3
- package/src/skins/assets/closeIcon.svg +0 -3
- package/src/skins/assets/copyIcon.svg +0 -3
- package/src/skins/assets/fullScreenExitIcon.svg +0 -3
- package/src/skins/assets/fullScreenIcon.svg +0 -3
- package/src/skins/assets/infoIcon.svg +0 -3
- package/src/skins/assets/main.css +0 -43
- package/src/skins/assets/mainHalf.css +0 -23
- package/src/skins/assets/mainTwoThirds.css +0 -23
- package/src/skins/assets/mini.css +0 -15
- package/src/skins/assets/nextIcon.svg +0 -3
- package/src/skins/assets/okDialogIcon.svg +0 -3
- package/src/skins/assets/prevIcon.svg +0 -3
- package/src/skins/assets/reports.css +0 -156
- package/src/skins/assets/reportsIcon.svg +0 -3
- package/src/skins/assets/scoreIcon.svg +0 -3
- package/src/skins/assets/simple.css +0 -16
- package/src/skins/assets/simpleHalf.css +0 -11
- package/src/skins/assets/simpleTwoThirds.css +0 -11
- package/src/skins/assets/timeIcon.svg +0 -4
- package/src/skins/assets/waitAnim.css +0 -54
- package/src/skins/assets/waitImgBig.svg +0 -3
- package/src/skins/assets/waitImgSmall.svg +0 -3
- package/webpack.config.mjs +0 -169
package/eslint.config.mjs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import babelParser from '@babel/eslint-parser';
|
|
2
|
-
|
|
3
|
-
export default [{
|
|
4
|
-
languageOptions: {
|
|
5
|
-
globals: {},
|
|
6
|
-
parser: babelParser,
|
|
7
|
-
ecmaVersion: 6,
|
|
8
|
-
sourceType: 'module',
|
|
9
|
-
parserOptions: {
|
|
10
|
-
requireConfigFile: false,
|
|
11
|
-
},
|
|
12
|
-
},
|
|
13
|
-
|
|
14
|
-
rules: {
|
|
15
|
-
'no-const-assign': 'warn',
|
|
16
|
-
'no-this-before-super': 'warn',
|
|
17
|
-
'no-undef': 'warn',
|
|
18
|
-
'no-unreachable': 'warn',
|
|
19
|
-
'no-unused-vars': ['warn',
|
|
20
|
-
{
|
|
21
|
-
vars: 'all',
|
|
22
|
-
args: 'after-used',
|
|
23
|
-
argsIgnorePattern: '^_',
|
|
24
|
-
caughtErrorsIgnorePattern: '^_',
|
|
25
|
-
}
|
|
26
|
-
],
|
|
27
|
-
'constructor-super': 'warn',
|
|
28
|
-
'valid-typeof': 'warn',
|
|
29
|
-
semi: 'warn',
|
|
30
|
-
},
|
|
31
|
-
}];
|
package/jsdoc.config.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/* global require, module */
|
|
3
|
-
|
|
4
|
-
const fs = require('fs-extra');
|
|
5
|
-
|
|
6
|
-
// Empty "doc" and copy "ico.png"
|
|
7
|
-
fs.emptyDirSync('doc');
|
|
8
|
-
|
|
9
|
-
module.exports = {
|
|
10
|
-
source: {
|
|
11
|
-
include: ['misc/jsdoc/index.md', 'src'],
|
|
12
|
-
includePattern: '.+\\.js$',
|
|
13
|
-
exclude: ['src/GlobalData.js'],
|
|
14
|
-
},
|
|
15
|
-
opts: {
|
|
16
|
-
recurse: true,
|
|
17
|
-
verbose: true,
|
|
18
|
-
destination: 'doc',
|
|
19
|
-
template: 'node_modules/clean-jsdoc-theme',
|
|
20
|
-
},
|
|
21
|
-
tags: {
|
|
22
|
-
allowUnknownTags: true
|
|
23
|
-
},
|
|
24
|
-
plugins: ['plugins/markdown'],
|
|
25
|
-
templates: {
|
|
26
|
-
systemName: 'JClic.js',
|
|
27
|
-
applicationName: 'JClic.js',
|
|
28
|
-
footer: '',
|
|
29
|
-
copyright: '',
|
|
30
|
-
includeDate: false,
|
|
31
|
-
dateFormat: 'ddd MMM Do YYYY',
|
|
32
|
-
navType: 'inline',
|
|
33
|
-
theme: 'united',
|
|
34
|
-
linenums: true,
|
|
35
|
-
collapseSymbols: false,
|
|
36
|
-
inverseNav: true,
|
|
37
|
-
outputSourceFiles: true,
|
|
38
|
-
outputSourcePath: true,
|
|
39
|
-
default: {
|
|
40
|
-
outputSourceFiles: true
|
|
41
|
-
},
|
|
42
|
-
syntaxTheme: 'default',
|
|
43
|
-
sort: true,
|
|
44
|
-
search: true,
|
|
45
|
-
|
|
46
|
-
cleverLinks: true,
|
|
47
|
-
monospaceLinks: true,
|
|
48
|
-
disqus: '',
|
|
49
|
-
//analytics: { ua: 'UA-XXXXX-XXX', domain: 'XXXX' },
|
|
50
|
-
googleAnalytics: '',
|
|
51
|
-
highlightTutorialCode: true,
|
|
52
|
-
protocol: 'html://',
|
|
53
|
-
openGraph: {
|
|
54
|
-
title: '',
|
|
55
|
-
type: 'website',
|
|
56
|
-
image: '',
|
|
57
|
-
site_name: '',
|
|
58
|
-
url: ''
|
|
59
|
-
},
|
|
60
|
-
meta: {
|
|
61
|
-
title: '',
|
|
62
|
-
description: '',
|
|
63
|
-
keyword: ''
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
markdown: {
|
|
67
|
-
parser: 'gfm',
|
|
68
|
-
hardwrap: true,
|
|
69
|
-
tags: ['examples']
|
|
70
|
-
}
|
|
71
|
-
};
|
package/locales/ar.po
DELETED
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
# JClic.js
|
|
2
|
-
# HTML5 player of [JClic](http://clic.xtec.cat) activities
|
|
3
|
-
# https://github.com/projectestac/jclic.js
|
|
4
|
-
#
|
|
5
|
-
msgid ""
|
|
6
|
-
msgstr ""
|
|
7
|
-
"Project-Id-Version: JClic.js 0.1.25\n"
|
|
8
|
-
"POT-Creation-Date: 2016-05-27T13:02:19.362Z\n"
|
|
9
|
-
"PO-Revision-Date: 2016-06-02 12:52+0200\n"
|
|
10
|
-
"Last-Translator: Nizar Kerkeni <nizarus@nizarus.tn>\n"
|
|
11
|
-
"Language-Team: Arabic\n"
|
|
12
|
-
"Language: ar\n"
|
|
13
|
-
"MIME-Version: 1.0\n"
|
|
14
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
16
|
-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
|
17
|
-
|
|
18
|
-
#: about_window_lb_version
|
|
19
|
-
msgid "Version"
|
|
20
|
-
msgstr "الإصدار"
|
|
21
|
-
|
|
22
|
-
#: label_time
|
|
23
|
-
msgid "time"
|
|
24
|
-
msgstr "الوقت"
|
|
25
|
-
|
|
26
|
-
#: label_actions
|
|
27
|
-
msgid "actions"
|
|
28
|
-
msgstr "المحاولات"
|
|
29
|
-
|
|
30
|
-
#: label_score
|
|
31
|
-
msgid "score"
|
|
32
|
-
msgstr "النتيجة"
|
|
33
|
-
|
|
34
|
-
#: action_next_tooltip
|
|
35
|
-
msgid "Next activity"
|
|
36
|
-
msgstr "النشاط التالي"
|
|
37
|
-
|
|
38
|
-
#: action_prev_tooltip
|
|
39
|
-
msgid "Previous activity"
|
|
40
|
-
msgstr "النشاط السابق"
|
|
41
|
-
|
|
42
|
-
#: action_reset_tooltip
|
|
43
|
-
msgid "Restart activity"
|
|
44
|
-
msgstr "استئنف النشاط"
|
|
45
|
-
|
|
46
|
-
#: action_info_caption
|
|
47
|
-
msgid "Information"
|
|
48
|
-
msgstr "المعلومة"
|
|
49
|
-
|
|
50
|
-
#: report_system_standard
|
|
51
|
-
msgid "Results are not currently being saved"
|
|
52
|
-
msgstr ""
|
|
53
|
-
|
|
54
|
-
#: action_about_tooltip
|
|
55
|
-
msgid "Current results"
|
|
56
|
-
msgstr "تقارير المستخدم"
|
|
57
|
-
|
|
58
|
-
#: report_started
|
|
59
|
-
msgid "Session started:"
|
|
60
|
-
msgstr ""
|
|
61
|
-
|
|
62
|
-
#: report_system
|
|
63
|
-
msgid "Reports system:"
|
|
64
|
-
msgstr ""
|
|
65
|
-
|
|
66
|
-
#: report_user
|
|
67
|
-
msgid "User:"
|
|
68
|
-
msgstr "المستخدم:"
|
|
69
|
-
|
|
70
|
-
#: report_num_projects
|
|
71
|
-
msgid "Projects:"
|
|
72
|
-
msgstr "المشاريع:"
|
|
73
|
-
|
|
74
|
-
#: report_num_sequences
|
|
75
|
-
#, fuzzy
|
|
76
|
-
#| msgid "sequence"
|
|
77
|
-
msgid "Sequences:"
|
|
78
|
-
msgstr "التسلسل"
|
|
79
|
-
|
|
80
|
-
#: report_num_activities
|
|
81
|
-
msgid "Activities done:"
|
|
82
|
-
msgstr ""
|
|
83
|
-
|
|
84
|
-
#: report_num_activities_solved
|
|
85
|
-
msgid "Activities solved:"
|
|
86
|
-
msgstr ""
|
|
87
|
-
|
|
88
|
-
#: report_global_score
|
|
89
|
-
msgid "Global score:"
|
|
90
|
-
msgstr ""
|
|
91
|
-
|
|
92
|
-
# Explanation of 'global score'
|
|
93
|
-
msgid "(out of all project activities)"
|
|
94
|
-
msgstr ""
|
|
95
|
-
|
|
96
|
-
#: report_total_time
|
|
97
|
-
msgid "Total time in activities:"
|
|
98
|
-
msgstr ""
|
|
99
|
-
|
|
100
|
-
#: report_num_actions
|
|
101
|
-
#, fuzzy
|
|
102
|
-
#| msgid "actions"
|
|
103
|
-
msgid "Actions done:"
|
|
104
|
-
msgstr "المحاولات"
|
|
105
|
-
|
|
106
|
-
#: report_no_activities
|
|
107
|
-
msgid "No activities done!"
|
|
108
|
-
msgstr ""
|
|
109
|
-
|
|
110
|
-
#: report_project
|
|
111
|
-
msgid "Project"
|
|
112
|
-
msgstr "المشروع:"
|
|
113
|
-
|
|
114
|
-
#: report_lb_sequence
|
|
115
|
-
msgid "sequence"
|
|
116
|
-
msgstr "التسلسل"
|
|
117
|
-
|
|
118
|
-
#: about_window_lb_activity
|
|
119
|
-
msgid "activity"
|
|
120
|
-
msgstr "النشاط"
|
|
121
|
-
|
|
122
|
-
# 'Activity solved' header column
|
|
123
|
-
#: report_lb_solved
|
|
124
|
-
msgid "OK"
|
|
125
|
-
msgstr "موافق"
|
|
126
|
-
|
|
127
|
-
# Value for 'OK' column
|
|
128
|
-
msgid "YES"
|
|
129
|
-
msgstr ""
|
|
130
|
-
|
|
131
|
-
# Value for 'OK' column
|
|
132
|
-
msgid "NO"
|
|
133
|
-
msgstr ""
|
|
134
|
-
|
|
135
|
-
#: report_lb_totals
|
|
136
|
-
msgid "Total:"
|
|
137
|
-
msgstr "المجموع:"
|
|
138
|
-
|
|
139
|
-
# Select group for reports in a list
|
|
140
|
-
msgid "Select group:"
|
|
141
|
-
msgstr ""
|
|
142
|
-
|
|
143
|
-
# Select user for reports in a list
|
|
144
|
-
msgid "Select user:"
|
|
145
|
-
msgstr ""
|
|
146
|
-
|
|
147
|
-
# Cancel dialog
|
|
148
|
-
msgid "Cancel"
|
|
149
|
-
msgstr ""
|
|
150
|
-
|
|
151
|
-
# Close dialog
|
|
152
|
-
msgid "Close"
|
|
153
|
-
msgstr ""
|
|
154
|
-
|
|
155
|
-
# Caption for 'copy' button in reports dialog
|
|
156
|
-
msgid "Copy data to clipboard"
|
|
157
|
-
msgstr ""
|
|
158
|
-
|
|
159
|
-
# Text shown when reports data is pasted in plain-text editors
|
|
160
|
-
msgid ""
|
|
161
|
-
"The data has been copied in HTML format. Please paste them into a "
|
|
162
|
-
"spreadsheet or in a rich text editor"
|
|
163
|
-
msgstr ""
|
|
164
|
-
|
|
165
|
-
# Notification shown when reports data has been copied
|
|
166
|
-
msgid "The data has been copied to clipboard"
|
|
167
|
-
msgstr ""
|
|
168
|
-
|
|
169
|
-
# Added to TCPReporter description when the connection to the remote server is unsuccessful
|
|
170
|
-
msgid "not connected"
|
|
171
|
-
msgstr ""
|
|
172
|
-
|
|
173
|
-
# Message displayed when the user attempts to close the player with data
|
|
174
|
-
# pending to be reported
|
|
175
|
-
msgid ""
|
|
176
|
-
"Please wait until the results of your activities are sent to the reports "
|
|
177
|
-
"system"
|
|
178
|
-
msgstr ""
|
|
179
|
-
|
|
180
|
-
# Caption for password input
|
|
181
|
-
msgid "Password:"
|
|
182
|
-
msgstr ""
|
|
183
|
-
|
|
184
|
-
# Error displayed when the provided password is incorrect
|
|
185
|
-
msgid "Incorrect password"
|
|
186
|
-
msgstr ""
|
|
187
|
-
|
|
188
|
-
# Error displayed when the user ID does not exist
|
|
189
|
-
msgid "Invalid user"
|
|
190
|
-
msgstr ""
|
|
191
|
-
|
|
192
|
-
# Average score of played activities
|
|
193
|
-
msgid "Partial score:"
|
|
194
|
-
msgstr ""
|
|
195
|
-
|
|
196
|
-
# Explanation of 'partial score'
|
|
197
|
-
msgid "(out of played activities)"
|
|
198
|
-
msgstr ""
|
|
199
|
-
|
|
200
|
-
# Number of project's activities played at least one time
|
|
201
|
-
msgid "Activities played at least once:"
|
|
202
|
-
msgstr ""
|
|
203
|
-
|
|
204
|
-
# Caption of the 'Reports' button
|
|
205
|
-
msgid "Reports"
|
|
206
|
-
msgstr ""
|
|
207
|
-
|
|
208
|
-
# Caption of the 'Full screen' button
|
|
209
|
-
msgid "Toggle full screen"
|
|
210
|
-
msgstr ""
|
|
211
|
-
|
|
212
|
-
# Label for JClic logo, used in wai-aria contexts
|
|
213
|
-
msgid "JClic logo"
|
|
214
|
-
msgstr ""
|
|
215
|
-
|
|
216
|
-
# Role of the main message box, used in wai-aria contexts
|
|
217
|
-
msgid "message"
|
|
218
|
-
msgstr ""
|
|
219
|
-
|
|
220
|
-
#, fuzzy
|
|
221
|
-
#| msgid "activity"
|
|
222
|
-
msgid "Activity panel"
|
|
223
|
-
msgstr "النشاط"
|
|
224
|
-
|
|
225
|
-
# Role of regular cells, used in wai-aria contexts
|
|
226
|
-
msgid "cell"
|
|
227
|
-
msgstr ""
|
|
228
|
-
|
|
229
|
-
# Label for 'image', used in wai-aria contexts
|
|
230
|
-
msgid "image"
|
|
231
|
-
msgstr ""
|
|
232
|
-
|
|
233
|
-
# Name of the group of 'source' cells in associations
|
|
234
|
-
msgid "source"
|
|
235
|
-
msgstr ""
|
|
236
|
-
|
|
237
|
-
# Name of the group of 'target' cells in associations
|
|
238
|
-
msgid "target"
|
|
239
|
-
msgstr ""
|
|
240
|
-
|
|
241
|
-
# Label used to describe generic shapes within images, used in accessibility
|
|
242
|
-
# contexts
|
|
243
|
-
msgid "image fragment"
|
|
244
|
-
msgstr ""
|
package/locales/ast.po
DELETED
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
# JClic.js
|
|
2
|
-
# HTML5 player of [JClic](http://clic.xtec.cat) activities
|
|
3
|
-
# https://github.com/projectestac/jclic.js
|
|
4
|
-
#
|
|
5
|
-
msgid ""
|
|
6
|
-
msgstr ""
|
|
7
|
-
"Project-Id-Version: JClic.js 0.1.25\n"
|
|
8
|
-
"POT-Creation-Date: 2016-05-27T13:02:19.362Z\n"
|
|
9
|
-
"PO-Revision-Date: 2016-08-16 00:37+0000\n"
|
|
10
|
-
"Last-Translator: Enol P. <enolp@softastur.org>\n"
|
|
11
|
-
"Language-Team: Asturian <https://hosted.weblate.org/projects/jclic/jclicjs/"
|
|
12
|
-
"ast/>\n"
|
|
13
|
-
"Language: ast\n"
|
|
14
|
-
"MIME-Version: 1.0\n"
|
|
15
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
|
-
"Content-Transfer-Encoding: 8bit\n"
|
|
17
|
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
18
|
-
"X-Generator: Weblate 2.8-dev\n"
|
|
19
|
-
|
|
20
|
-
#: about_window_lb_version
|
|
21
|
-
msgid "Version"
|
|
22
|
-
msgstr "Versión"
|
|
23
|
-
|
|
24
|
-
#: label_time
|
|
25
|
-
msgid "time"
|
|
26
|
-
msgstr "tiempu"
|
|
27
|
-
|
|
28
|
-
#: label_actions
|
|
29
|
-
msgid "actions"
|
|
30
|
-
msgstr "aiciones"
|
|
31
|
-
|
|
32
|
-
#: label_score
|
|
33
|
-
msgid "score"
|
|
34
|
-
msgstr "puntuación"
|
|
35
|
-
|
|
36
|
-
#: action_next_tooltip
|
|
37
|
-
msgid "Next activity"
|
|
38
|
-
msgstr "Xera siguiente"
|
|
39
|
-
|
|
40
|
-
#: action_prev_tooltip
|
|
41
|
-
msgid "Previous activity"
|
|
42
|
-
msgstr "Xera previa"
|
|
43
|
-
|
|
44
|
-
#: action_reset_tooltip
|
|
45
|
-
msgid "Restart activity"
|
|
46
|
-
msgstr "Reaniciar xera"
|
|
47
|
-
|
|
48
|
-
#: action_info_caption
|
|
49
|
-
msgid "Information"
|
|
50
|
-
msgstr "Información"
|
|
51
|
-
|
|
52
|
-
#: report_system_standard
|
|
53
|
-
msgid "Results are not currently being saved"
|
|
54
|
-
msgstr "Anguaño los resultaos nun tán guardándose"
|
|
55
|
-
|
|
56
|
-
#: action_about_tooltip
|
|
57
|
-
msgid "Current results"
|
|
58
|
-
msgstr "Resultaos actuales"
|
|
59
|
-
|
|
60
|
-
#: report_started
|
|
61
|
-
msgid "Session started:"
|
|
62
|
-
msgstr "Entamu de sesión:"
|
|
63
|
-
|
|
64
|
-
#: report_system
|
|
65
|
-
msgid "Reports system:"
|
|
66
|
-
msgstr "Sistema d'informes:"
|
|
67
|
-
|
|
68
|
-
#: report_user
|
|
69
|
-
msgid "User:"
|
|
70
|
-
msgstr "Usuariu:"
|
|
71
|
-
|
|
72
|
-
#: report_num_projects
|
|
73
|
-
msgid "Projects:"
|
|
74
|
-
msgstr "Proyeutos:"
|
|
75
|
-
|
|
76
|
-
#: report_num_sequences
|
|
77
|
-
msgid "Sequences:"
|
|
78
|
-
msgstr "Secuencies:"
|
|
79
|
-
|
|
80
|
-
#: report_num_activities
|
|
81
|
-
msgid "Activities done:"
|
|
82
|
-
msgstr "Xeres feches:"
|
|
83
|
-
|
|
84
|
-
#: report_num_activities_solved
|
|
85
|
-
msgid "Activities solved:"
|
|
86
|
-
msgstr "Xeres correutes:"
|
|
87
|
-
|
|
88
|
-
#: report_global_score
|
|
89
|
-
msgid "Global score:"
|
|
90
|
-
msgstr "Puntuación global:"
|
|
91
|
-
|
|
92
|
-
#, fuzzy
|
|
93
|
-
#| msgid "Total time in activities:"
|
|
94
|
-
msgid "(out of all project activities)"
|
|
95
|
-
msgstr "Tiempu total en xeres:"
|
|
96
|
-
|
|
97
|
-
#: report_total_time
|
|
98
|
-
msgid "Total time in activities:"
|
|
99
|
-
msgstr "Tiempu total en xeres:"
|
|
100
|
-
|
|
101
|
-
#: report_num_actions
|
|
102
|
-
msgid "Actions done:"
|
|
103
|
-
msgstr "Aiciones feches:"
|
|
104
|
-
|
|
105
|
-
#: report_no_activities
|
|
106
|
-
msgid "No activities done!"
|
|
107
|
-
msgstr "¡Nun se fexo xera dala!"
|
|
108
|
-
|
|
109
|
-
#: report_project
|
|
110
|
-
msgid "Project"
|
|
111
|
-
msgstr "Proyeutu"
|
|
112
|
-
|
|
113
|
-
#: report_lb_sequence
|
|
114
|
-
msgid "sequence"
|
|
115
|
-
msgstr "Secuencia"
|
|
116
|
-
|
|
117
|
-
#: about_window_lb_activity
|
|
118
|
-
msgid "activity"
|
|
119
|
-
msgstr "xera"
|
|
120
|
-
|
|
121
|
-
# 'Activity solved' header column
|
|
122
|
-
#: report_lb_solved
|
|
123
|
-
msgid "OK"
|
|
124
|
-
msgstr "Aceutar"
|
|
125
|
-
|
|
126
|
-
# Value for 'OK' column
|
|
127
|
-
msgid "YES"
|
|
128
|
-
msgstr "SÍ"
|
|
129
|
-
|
|
130
|
-
# Value for 'OK' column
|
|
131
|
-
msgid "NO"
|
|
132
|
-
msgstr "NON"
|
|
133
|
-
|
|
134
|
-
#: report_lb_totals
|
|
135
|
-
msgid "Total:"
|
|
136
|
-
msgstr "Total:"
|
|
137
|
-
|
|
138
|
-
# Select group for reports in a list
|
|
139
|
-
msgid "Select group:"
|
|
140
|
-
msgstr ""
|
|
141
|
-
|
|
142
|
-
# Select user for reports in a list
|
|
143
|
-
msgid "Select user:"
|
|
144
|
-
msgstr ""
|
|
145
|
-
|
|
146
|
-
# Cancel dialog
|
|
147
|
-
msgid "Cancel"
|
|
148
|
-
msgstr ""
|
|
149
|
-
|
|
150
|
-
# Close dialog
|
|
151
|
-
msgid "Close"
|
|
152
|
-
msgstr ""
|
|
153
|
-
|
|
154
|
-
# Caption for 'copy' button in reports dialog
|
|
155
|
-
msgid "Copy data to clipboard"
|
|
156
|
-
msgstr ""
|
|
157
|
-
|
|
158
|
-
# Text shown when reports data is pasted in plain-text editors
|
|
159
|
-
msgid ""
|
|
160
|
-
"The data has been copied in HTML format. Please paste them into a "
|
|
161
|
-
"spreadsheet or in a rich text editor"
|
|
162
|
-
msgstr ""
|
|
163
|
-
|
|
164
|
-
# Notification shown when reports data has been copied
|
|
165
|
-
msgid "The data has been copied to clipboard"
|
|
166
|
-
msgstr ""
|
|
167
|
-
|
|
168
|
-
# Added to TCPReporter description when the connection to the remote server is unsuccessful
|
|
169
|
-
msgid "not connected"
|
|
170
|
-
msgstr ""
|
|
171
|
-
|
|
172
|
-
# Message displayed when the user attempts to close the player with data
|
|
173
|
-
# pending to be reported
|
|
174
|
-
msgid ""
|
|
175
|
-
"Please wait until the results of your activities are sent to the reports "
|
|
176
|
-
"system"
|
|
177
|
-
msgstr ""
|
|
178
|
-
|
|
179
|
-
# Caption for password input
|
|
180
|
-
msgid "Password:"
|
|
181
|
-
msgstr ""
|
|
182
|
-
|
|
183
|
-
# Error displayed when the provided password is incorrect
|
|
184
|
-
msgid "Incorrect password"
|
|
185
|
-
msgstr ""
|
|
186
|
-
|
|
187
|
-
# Error displayed when the user ID does not exist
|
|
188
|
-
msgid "Invalid user"
|
|
189
|
-
msgstr ""
|
|
190
|
-
|
|
191
|
-
#, fuzzy
|
|
192
|
-
#| msgid "Global score:"
|
|
193
|
-
msgid "Partial score:"
|
|
194
|
-
msgstr "Puntuación global:"
|
|
195
|
-
|
|
196
|
-
# Explanation of 'partial score'
|
|
197
|
-
msgid "(out of played activities)"
|
|
198
|
-
msgstr ""
|
|
199
|
-
|
|
200
|
-
#, fuzzy
|
|
201
|
-
#| msgid "Activities done:"
|
|
202
|
-
msgid "Activities played at least once:"
|
|
203
|
-
msgstr "Xeres feches:"
|
|
204
|
-
|
|
205
|
-
#, fuzzy
|
|
206
|
-
#| msgid "Reports system:"
|
|
207
|
-
msgid "Reports"
|
|
208
|
-
msgstr "Sistema d'informes:"
|
|
209
|
-
|
|
210
|
-
# Caption of the 'Full screen' button
|
|
211
|
-
msgid "Toggle full screen"
|
|
212
|
-
msgstr ""
|
|
213
|
-
|
|
214
|
-
# Label for JClic logo, used in wai-aria contexts
|
|
215
|
-
msgid "JClic logo"
|
|
216
|
-
msgstr ""
|
|
217
|
-
|
|
218
|
-
# Role of the main message box, used in wai-aria contexts
|
|
219
|
-
msgid "message"
|
|
220
|
-
msgstr ""
|
|
221
|
-
|
|
222
|
-
#, fuzzy
|
|
223
|
-
#| msgid "Activities done:"
|
|
224
|
-
msgid "Activity panel"
|
|
225
|
-
msgstr "Xeres feches:"
|
|
226
|
-
|
|
227
|
-
# Role of regular cells, used in wai-aria contexts
|
|
228
|
-
msgid "cell"
|
|
229
|
-
msgstr ""
|
|
230
|
-
|
|
231
|
-
# Label for 'image', used in wai-aria contexts
|
|
232
|
-
msgid "image"
|
|
233
|
-
msgstr ""
|
|
234
|
-
|
|
235
|
-
# Name of the group of 'source' cells in associations
|
|
236
|
-
msgid "source"
|
|
237
|
-
msgstr ""
|
|
238
|
-
|
|
239
|
-
# Name of the group of 'target' cells in associations
|
|
240
|
-
msgid "target"
|
|
241
|
-
msgstr ""
|
|
242
|
-
|
|
243
|
-
# Label used to describe generic shapes within images, used in accessibility
|
|
244
|
-
# contexts
|
|
245
|
-
msgid "image fragment"
|
|
246
|
-
msgstr ""
|