Skip to content

Commit 67f1de3

Browse files
committed
rewording IIII
1 parent 1f7cf0f commit 67f1de3

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

services/static-webserver/client/source/class/osparc/editor/MarkdownEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ qx.Class.define("osparc.editor.MarkdownEditor", {
3131

3232
this.getChildControl("preview-markdown");
3333
this.getChildControl("subtitle").set({
34-
value: this.tr("Supports Markdown")
34+
value: this.tr("Markdown supported")
3535
});
3636
},
3737

services/static-webserver/client/source/class/osparc/file/FileDrop.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ qx.Class.define("osparc.file.FileDrop", {
3939
let msg = "<center>";
4040
const options = [
4141
this.tr("Upload file"),
42-
this.tr("Drop file from explorer"),
42+
this.tr("Drop file from File Explorer"),
4343
this.tr("Drop file from tree"),
4444
this.tr("Provide Link")
4545
];
@@ -104,7 +104,7 @@ qx.Class.define("osparc.file.FileDrop", {
104104
return files;
105105
},
106106

107-
ONE_FILE_ONLY: qx.locale.Manager.tr("Only one file at a time is accepted.") + "<br>" + qx.locale.Manager.tr("Please zip all files together."),
107+
ONE_FILE_ONLY: qx.locale.Manager.tr("Only one file can be uploaded at a time.") + "<br>" + qx.locale.Manager.tr("Please compress all files into a single zip file."),
108108
},
109109

110110
events: {
@@ -304,7 +304,7 @@ qx.Class.define("osparc.file.FileDrop", {
304304
osparc.FlashMessenger.logError(osparc.file.FileDrop.ONE_FILE_ONLY);
305305
}
306306
} else {
307-
osparc.FlashMessenger.logError(this.tr("Folders are not accepted. You might want to upload a zip file."));
307+
osparc.FlashMessenger.logError(this.tr("Folders are not accepted. Please upload a zip file instead."));
308308
}
309309
}
310310
},

services/static-webserver/client/source/class/osparc/metadata/ServicesInStudy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ qx.Class.define("osparc.metadata.ServicesInStudy", {
136136
infoButton.addListener("execute", () => {
137137
const metadata = osparc.store.Services.getMetadata(node["key"], node["version"]);
138138
if (metadata === null) {
139-
osparc.FlashMessenger.logAs(this.tr("Service information could not be retrieved"), "WARNING");
139+
osparc.FlashMessenger.logAs(this.tr("Could not retrieve service information"), "WARNING");
140140
return;
141141
}
142142
const serviceDetails = new osparc.info.ServiceLarge(metadata, {
@@ -163,7 +163,7 @@ qx.Class.define("osparc.metadata.ServicesInStudy", {
163163

164164
const nodeMetadata = osparc.store.Services.getMetadata(node["key"], node["version"]);
165165
if (nodeMetadata === null) {
166-
osparc.FlashMessenger.logAs(this.tr("Some service information could not be retrieved"), "WARNING");
166+
osparc.FlashMessenger.logAs(this.tr("Could not retrieve some service information"), "WARNING");
167167
break;
168168
}
169169
}

services/static-webserver/client/source/class/osparc/metadata/ServicesInStudyBootOpts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ qx.Class.define("osparc.metadata.ServicesInStudyBootOpts", {
7676
const node = workbench[nodeId];
7777
const nodeMetadata = osparc.store.Services.getMetadata(node["key"], node["version"]);
7878
if (nodeMetadata === null) {
79-
osparc.FlashMessenger.logAs(this.tr("Some service information could not be retrieved"), "WARNING");
79+
osparc.FlashMessenger.logAs(this.tr("Could not retrieve some service information"), "WARNING");
8080
break;
8181
}
8282
const canIWrite = osparc.data.model.Study.canIWrite(this._studyData["accessRights"]);

services/static-webserver/client/source/class/osparc/workbench/WorkbenchUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ qx.Class.define("osparc.workbench.WorkbenchUI", {
20162016
osparc.FlashMessenger.logError(osparc.file.FileDrop.ONE_FILE_ONLY);
20172017
}
20182018
} else {
2019-
osparc.FlashMessenger.logError(this.tr("Folders are not accepted. You might want to upload a zip file."));
2019+
osparc.FlashMessenger.logError(this.tr("Folders are not accepted. Please upload a zip file instead."));
20202020
}
20212021
}
20222022
},

services/static-webserver/client/source/translation/en.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2363,7 +2363,7 @@ msgid "Select boot type"
23632363
msgstr ""
23642364

23652365
#: osparc/metadata/ServicesInStudy.js
2366-
msgid "Some service information could not be retrieved"
2366+
msgid "Could not retrieve some service information"
23672367
msgstr ""
23682368

23692369
#: osparc/info/StudyUtils.js
@@ -3003,7 +3003,7 @@ msgid "Upload file"
30033003
msgstr ""
30043004

30053005
#: osparc/file/FileDrop.js
3006-
msgid "Drop file from explorer"
3006+
msgid "Drop file from File Explorer"
30073007
msgstr ""
30083008

30093009
#: osparc/file/FileDrop.js
@@ -3015,19 +3015,19 @@ msgid "or"
30153015
msgstr ""
30163016

30173017
#: osparc/file/FileDrop.js
3018-
msgid "Only one file at a time is accepted."
3018+
msgid "Only one file can be uploaded at a time."
30193019
msgstr ""
30203020

30213021
#: osparc/file/FileDrop.js
3022-
msgid "Please zip all files together."
3022+
msgid "Please compress all files into a single zip file."
30233023
msgstr ""
30243024

30253025
#: osparc/file/FileDrop.js
30263026
msgid "Drop me"
30273027
msgstr ""
30283028

30293029
#: osparc/workbench/WorkbenchUI.js
3030-
msgid "Folders are not accepted. You might want to upload a zip file."
3030+
msgid "Folders are not accepted. Please upload a zip file instead."
30313031
msgstr ""
30323032

30333033
#: osparc/file/FolderViewer.js
@@ -3071,7 +3071,7 @@ msgid "Share with Collaborators and Organizations"
30713071
msgstr ""
30723072

30733073
#: osparc/editor/MarkdownEditor.js
3074-
msgid "Supports Markdown"
3074+
msgid "Markdown supported"
30753075
msgstr ""
30763076

30773077
#: osparc/editor/HtmlEditor.js
@@ -3095,7 +3095,7 @@ msgid "The Study is empty"
30953095
msgstr ""
30963096

30973097
#: osparc/metadata/ServicesInStudy.js
3098-
msgid "Service information could not be retrieved"
3098+
msgid "Could not retrieve service information"
30993099
msgstr ""
31003100

31013101
#: osparc/share/PublishTemplate.js

0 commit comments

Comments
 (0)