@vannizhang/living-atlas-content-validator 1.0.0 → 1.0.1
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/lib/accessInformation/isValidAccessInformation.js +1 -1
- package/dist/lib/accessInformation/isValidAccessInformation.js.map +1 -1
- package/dist/lib/config.d.ts +1 -1
- package/dist/lib/config.js +85 -1
- package/dist/lib/config.js.map +1 -1
- package/dist/lib/description/isValidDescription.js +3 -3
- package/dist/lib/description/isValidDescription.js.map +1 -1
- package/dist/lib/layers/isValidLayerCount.js +3 -3
- package/dist/lib/layers/isValidLayerCount.js.map +1 -1
- package/dist/lib/licenseInfo/isValidLicenseInfo.js +3 -3
- package/dist/lib/licenseInfo/isValidLicenseInfo.js.map +1 -1
- package/dist/lib/sharing/isValidAccess.js +4 -4
- package/dist/lib/sharing/isValidAccess.js.map +1 -1
- package/dist/lib/ssl/isValidSSL.js +1 -1
- package/dist/lib/ssl/isValidSSL.js.map +1 -1
- package/dist/lib/summary/isValidSummary.js +4 -4
- package/dist/lib/summary/isValidSummary.js.map +1 -1
- package/dist/lib/tags/isValidTags.js +3 -3
- package/dist/lib/tags/isValidTags.js.map +1 -1
- package/dist/lib/thumbnail/isValidThumbnail.js +5 -5
- package/dist/lib/thumbnail/isValidThumbnail.js.map +1 -1
- package/dist/lib/title/isValidTitle.js +5 -5
- package/dist/lib/title/isValidTitle.js.map +1 -1
- package/dist/lib/userProfileDescription/isValidUserProfileDescription.js +6 -6
- package/dist/lib/userProfileDescription/isValidUserProfileDescription.js.map +1 -1
- package/dist/lib/userProfileName/isValidUserProfileName.js +2 -2
- package/dist/lib/userProfileName/isValidUserProfileName.js.map +1 -1
- package/dist/lib/userProfileThumbnail/isValidUserProfileThumbnail.js +2 -2
- package/dist/lib/userProfileThumbnail/isValidUserProfileThumbnail.js.map +1 -1
- package/dist/locale/de.json +0 -41
- package/dist/locale/en.json +0 -41
- package/dist/locale/es.json +0 -40
- package/dist/locale/fr.json +0 -34
- package/dist/locale/ja.json +0 -34
- package/dist/locale/pt-br.json +0 -34
- package/dist/types/index.d.ts +46 -1
- package/package.json +1 -1
|
@@ -39,7 +39,7 @@ const isValidUserProfileName = (userProfile, item) => {
|
|
|
39
39
|
};
|
|
40
40
|
if (!(0, assertString_1.assertString)(userProfile.fullName) || (0, isEmpty_1.isEmpty)(fullName)) {
|
|
41
41
|
issues.messages.push({
|
|
42
|
-
code: stringsConfig.userProfileName.EMPTY_STRING_CODE,
|
|
42
|
+
// code: stringsConfig.userProfileName.EMPTY_STRING_CODE,
|
|
43
43
|
message: stringsConfig.userProfileName.EMPTY_STRING_MESSAGE,
|
|
44
44
|
});
|
|
45
45
|
return issues;
|
|
@@ -47,7 +47,7 @@ const isValidUserProfileName = (userProfile, item) => {
|
|
|
47
47
|
issues.score = SCORING.HAS_USERNAME_SCORE;
|
|
48
48
|
if (culture === 'en' && (0, contains_1.contains)(fullName, '_')) {
|
|
49
49
|
issues.messages.push({
|
|
50
|
-
code: stringsConfig.userProfileName.BLACKLISTED_CHARS_CODE,
|
|
50
|
+
// code: stringsConfig.userProfileName.BLACKLISTED_CHARS_CODE,
|
|
51
51
|
message: stringsConfig.userProfileName.BLACKLISTED_CHARS_MESSAGE,
|
|
52
52
|
});
|
|
53
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isValidUserProfileName.js","sourceRoot":"","sources":["../../../src/lib/userProfileName/isValidUserProfileName.ts"],"names":[],"mappings":";;;;;;AAAA,8EAAsD;AACtD,6DAGiC;AAEjC,yDAAyD;AACzD,uDAAoD;AACpD,6CAA0C;AAC1C,+CAA4C;AAE5C;;;;;;;GAOG;AACI,MAAM,sBAAsB,GAAG,CAClC,WAAwB,EACxB,IAAW,EACG,EAAE;IAChB,MAAM,EAAE,QAAQ,EAAE,GAAG,WAAW,CAAC;IAEjC,uBAAuB;IACvB,MAAM,OAAO,GAAG,IAAA,uCAAqB,EAAC,IAAI,CAAC,CAAC;IAE5C,gBAAgB;IAChB,MAAM,OAAO,GAAG,IAAA,iCAAe,EAAC,IAAI,EAAE,4BAAkB,CAAC,CAAC;IAE1D,MAAM,aAAa,GAAG,IAAA,gCAAgB,GAAE,CAAC;IAEzC,SAAS;IACT,MAAM,MAAM,GAAmB;QAC3B,QAAQ,EAAE,iBAAiB;QAC3B,KAAK,EAAE,aAAa,CAAC,eAAe,CAAC,KAAK;QAC1C,QAAQ,EACJ,OAAO,CAAC,kBAAkB;YAC1B,OAAO,CAAC,kBAAkB;YAC1B,OAAO,CAAC,mBAAmB;QAC/B,KAAK,EAAE,OAAO,CAAC,kBAAkB;QACjC,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,aAAa,CAAC,eAAe,CAAC,MAAM;QAC5C,QAAQ,EAAE,KAAK;KAClB,CAAC;IAEF,IAAI,CAAC,IAAA,2BAAY,EAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,IAAA,iBAAO,EAAC,QAAQ,CAAC,EAAE;QAC1D,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;YACjB,
|
|
1
|
+
{"version":3,"file":"isValidUserProfileName.js","sourceRoot":"","sources":["../../../src/lib/userProfileName/isValidUserProfileName.ts"],"names":[],"mappings":";;;;;;AAAA,8EAAsD;AACtD,6DAGiC;AAEjC,yDAAyD;AACzD,uDAAoD;AACpD,6CAA0C;AAC1C,+CAA4C;AAE5C;;;;;;;GAOG;AACI,MAAM,sBAAsB,GAAG,CAClC,WAAwB,EACxB,IAAW,EACG,EAAE;IAChB,MAAM,EAAE,QAAQ,EAAE,GAAG,WAAW,CAAC;IAEjC,uBAAuB;IACvB,MAAM,OAAO,GAAG,IAAA,uCAAqB,EAAC,IAAI,CAAC,CAAC;IAE5C,gBAAgB;IAChB,MAAM,OAAO,GAAG,IAAA,iCAAe,EAAC,IAAI,EAAE,4BAAkB,CAAC,CAAC;IAE1D,MAAM,aAAa,GAAG,IAAA,gCAAgB,GAAE,CAAC;IAEzC,SAAS;IACT,MAAM,MAAM,GAAmB;QAC3B,QAAQ,EAAE,iBAAiB;QAC3B,KAAK,EAAE,aAAa,CAAC,eAAe,CAAC,KAAK;QAC1C,QAAQ,EACJ,OAAO,CAAC,kBAAkB;YAC1B,OAAO,CAAC,kBAAkB;YAC1B,OAAO,CAAC,mBAAmB;QAC/B,KAAK,EAAE,OAAO,CAAC,kBAAkB;QACjC,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,aAAa,CAAC,eAAe,CAAC,MAAM;QAC5C,QAAQ,EAAE,KAAK;KAClB,CAAC;IAEF,IAAI,CAAC,IAAA,2BAAY,EAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,IAAA,iBAAO,EAAC,QAAQ,CAAC,EAAE;QAC1D,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;YACjB,yDAAyD;YACzD,OAAO,EAAE,aAAa,CAAC,eAAe,CAAC,oBAAoB;SAC9D,CAAC,CAAC;QAEH,OAAO,MAAM,CAAC;KACjB;IAED,MAAM,CAAC,KAAK,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAE1C,IAAI,OAAO,KAAK,IAAI,IAAI,IAAA,mBAAQ,EAAC,QAAQ,EAAE,GAAG,CAAC,EAAE;QAC7C,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;YACjB,8DAA8D;YAC9D,OAAO,EAAE,aAAa,CAAC,eAAe,CAAC,yBAAyB;SACnE,CAAC,CAAC;KACN;SAAM;QACH,MAAM,CAAC,KAAK,IAAI,OAAO,CAAC,mBAAmB,CAAC;KAC/C;IAED,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAjDW,QAAA,sBAAsB,0BAiDjC"}
|
|
@@ -38,7 +38,7 @@ const isValidUserProfileThumbnail = (userProfile, item) => {
|
|
|
38
38
|
};
|
|
39
39
|
if (!thumbnail) {
|
|
40
40
|
issues.messages.push({
|
|
41
|
-
code: stringsConfig.userProfileThumbnail.EMPTY_STRING_CODE,
|
|
41
|
+
// code: stringsConfig.userProfileThumbnail.EMPTY_STRING_CODE,
|
|
42
42
|
message: stringsConfig.userProfileThumbnail.EMPTY_STRING_MESSAGE,
|
|
43
43
|
});
|
|
44
44
|
return issues;
|
|
@@ -47,7 +47,7 @@ const isValidUserProfileThumbnail = (userProfile, item) => {
|
|
|
47
47
|
// check if the user is not using the default thumbnail
|
|
48
48
|
if ((0, isArcGISOnlineReservedThumbnailName_1.isArcGISOnlineReservedThumbnailName)(thumbnailFileName)) {
|
|
49
49
|
issues.messages.push({
|
|
50
|
-
code: stringsConfig.userProfileThumbnail.EMPTY_STRING_CODE,
|
|
50
|
+
// code: stringsConfig.userProfileThumbnail.EMPTY_STRING_CODE,
|
|
51
51
|
message: stringsConfig.userProfileThumbnail.EMPTY_STRING_MESSAGE,
|
|
52
52
|
});
|
|
53
53
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isValidUserProfileThumbnail.js","sourceRoot":"","sources":["../../../src/lib/userProfileThumbnail/isValidUserProfileThumbnail.ts"],"names":[],"mappings":";;;;;;AAAA,8EAAsD;AACtD,6DAGiC;AAEjC,yDAAyD;AACzD,uEAAoE;AACpE,qGAAkG;AAElG;;;;;;;;;;;GAWG;AACI,MAAM,2BAA2B,GAAG,CACvC,WAAwB,EACxB,IAAW,EACb,EAAE;IACA,MAAM,EAAE,SAAS,EAAE,GAAG,WAAW,CAAC;IAElC,gBAAgB;IAChB,MAAM,OAAO,GAAG,IAAA,iCAAe,EAAC,IAAI,EAAE,4BAAkB,CAAC,CAAC;IAE1D,MAAM,aAAa,GAAG,IAAA,gCAAgB,GAAE,CAAC;IAEzC,MAAM,MAAM,GAAG;QACX,QAAQ,EAAE,sBAAsB;QAChC,KAAK,EAAE,aAAa,CAAC,oBAAoB,CAAC,KAAK;QAC/C,QAAQ,EACJ,OAAO,CAAC,kBAAkB;YAC1B,OAAO,CAAC,gCAAgC;QAC5C,KAAK,EAAE,OAAO,CAAC,kBAAkB;QACjC,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,aAAa,CAAC,oBAAoB,CAAC,MAAM;QACjD,QAAQ,EAAE,KAAK;KAClB,CAAC;IAEF,IAAI,CAAC,SAAS,EAAE;QACZ,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;YACjB,
|
|
1
|
+
{"version":3,"file":"isValidUserProfileThumbnail.js","sourceRoot":"","sources":["../../../src/lib/userProfileThumbnail/isValidUserProfileThumbnail.ts"],"names":[],"mappings":";;;;;;AAAA,8EAAsD;AACtD,6DAGiC;AAEjC,yDAAyD;AACzD,uEAAoE;AACpE,qGAAkG;AAElG;;;;;;;;;;;GAWG;AACI,MAAM,2BAA2B,GAAG,CACvC,WAAwB,EACxB,IAAW,EACb,EAAE;IACA,MAAM,EAAE,SAAS,EAAE,GAAG,WAAW,CAAC;IAElC,gBAAgB;IAChB,MAAM,OAAO,GAAG,IAAA,iCAAe,EAAC,IAAI,EAAE,4BAAkB,CAAC,CAAC;IAE1D,MAAM,aAAa,GAAG,IAAA,gCAAgB,GAAE,CAAC;IAEzC,MAAM,MAAM,GAAG;QACX,QAAQ,EAAE,sBAAsB;QAChC,KAAK,EAAE,aAAa,CAAC,oBAAoB,CAAC,KAAK;QAC/C,QAAQ,EACJ,OAAO,CAAC,kBAAkB;YAC1B,OAAO,CAAC,gCAAgC;QAC5C,KAAK,EAAE,OAAO,CAAC,kBAAkB;QACjC,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,aAAa,CAAC,oBAAoB,CAAC,MAAM;QACjD,QAAQ,EAAE,KAAK;KAClB,CAAC;IAEF,IAAI,CAAC,SAAS,EAAE;QACZ,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;YACjB,8DAA8D;YAC9D,OAAO,EAAE,aAAa,CAAC,oBAAoB,CAAC,oBAAoB;SACnE,CAAC,CAAC;QAEH,OAAO,MAAM,CAAC;KACjB;IAED,MAAM,iBAAiB,GAAG,IAAA,2CAAoB,EAAC,SAAS,CAAC,CAAC;IAE1D,uDAAuD;IACvD,IAAI,IAAA,yEAAmC,EAAC,iBAAiB,CAAC,EAAE;QACxD,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;YACjB,8DAA8D;YAC9D,OAAO,EAAE,aAAa,CAAC,oBAAoB,CAAC,oBAAoB;SACnE,CAAC,CAAC;KACN;SAAM;QACH,MAAM,CAAC,KAAK;YACR,OAAO,CAAC,kBAAkB;gBAC1B,OAAO,CAAC,gCAAgC,CAAC;KAChD;IAED,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AA/CW,QAAA,2BAA2B,+BA+CtC"}
|
package/dist/locale/de.json
CHANGED
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Für die Eingabe von Text an dieser Stelle werden vollständige Punkte vergeben.",
|
|
6
6
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
7
7
|
"LABEL": "Quellennachweise hinzufügen",
|
|
8
|
-
"EMPTY_STRING_CODE": "",
|
|
9
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
10
8
|
"EMPTY_STRING_MESSAGE": "Quellennachweise hinzufügen",
|
|
11
9
|
"MINIMUM_WORD_COUNT_MESSAGE": "",
|
|
12
10
|
"WEIGHT": 7
|
|
@@ -17,9 +15,6 @@
|
|
|
17
15
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Punkte werden für ca. 4 bis 5 Sätze mit durchschnittlich 12 Wörtern pro Satz vergeben. Punkte werden für die Bereitstellung von Links zu detaillierten Informationen vergeben.",
|
|
18
16
|
"TOOLTIP_SCORING_MSG_INTL": "Punkte werden für eine Beschreibung vergeben. Punkte werden für die Bereitstellung von Links zu detaillierten Informationen vergeben.",
|
|
19
17
|
"LABEL": "Beschreibung verbessern",
|
|
20
|
-
"EMPTY_STRING_CODE": "",
|
|
21
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
22
|
-
"CONTAINS_LINKS_CODE": "",
|
|
23
18
|
"EMPTY_STRING_MESSAGE": "Eine Beschreibung ist erforderlich",
|
|
24
19
|
"MINIMUM_WORD_COUNT_MESSAGE": "Die Beschreibung ist zu kurz",
|
|
25
20
|
"CONTAINS_LINKS_MESSAGE": "Die Beschreibung enthält keine Links",
|
|
@@ -31,10 +26,6 @@
|
|
|
31
26
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Ein Layer erhält die maximale Punktzahl, wobei mit steigender Layer-Anzahl Punkte reduziert werden.",
|
|
32
27
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
33
28
|
"LABEL": "Anzahl der Layer reduzieren",
|
|
34
|
-
"EMPTY_STRING_CODE": "",
|
|
35
|
-
"GOOD_CODE": "",
|
|
36
|
-
"BETTER_CODE": "",
|
|
37
|
-
"BEST_CODE": "",
|
|
38
29
|
"EMPTY_STRING_MESSAGE": "Es sind keine zu überprüfenden Layer vorhanden. Für diesen Elementtyp muss jedoch mindestens ein Layer vorliegen.",
|
|
39
30
|
"GOOD_MESSAGE": "7 Layer werden überschritten",
|
|
40
31
|
"BETTER_MESSAGE": "Es sind zwischen 4 und 7 Layer vorhanden",
|
|
@@ -47,9 +38,6 @@
|
|
|
47
38
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Es werden Punkte vergeben, wenn hier mindestens zwei Wörter angegeben wurden. Punkte werden ebenfalls für einen Text mit einem Hyperlink (zu weiteren Informationen mit einer umfassenden Erläuterung der Beschränkungen) vergeben.",
|
|
48
39
|
"TOOLTIP_SCORING_MSG_INTL": "Punkte werden für Informationen zu Zugriff und Nutzung vergeben. Punkte werden ebenfalls für einen Text mit einem Hyperlink (zu weiteren Informationen mit einer umfassenden Erläuterung der Beschränkungen) vergeben.",
|
|
49
40
|
"LABEL": "Zugriffs- und Nutzungsbeschränkungen verbessern",
|
|
50
|
-
"EMPTY_STRING_CODE": "",
|
|
51
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
52
|
-
"CONTAINS_NO_LINKS_CODE": "",
|
|
53
41
|
"EMPTY_STRING_MESSAGE": "Zugriffs- und Nutzungsbeschränkungen hinzufügen",
|
|
54
42
|
"MINIMUM_WORD_COUNT_MESSAGE": "Zugriffs-/Nutzungsinformationen sind zu kurz",
|
|
55
43
|
"CONTAINS_NO_LINKS_MESSAGE": "Zugriffs-/Nutzungsinformationen enthalten keine Links",
|
|
@@ -61,9 +49,6 @@
|
|
|
61
49
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Die volle Punktzahl wird für Festlegung der Freigabefunktionen auf \"Öffentlich\" vergeben.",
|
|
62
50
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
63
51
|
"LABEL": "Muss öffentlich sein",
|
|
64
|
-
"EMPTY_STRING_CODE": "",
|
|
65
|
-
"PRIVATE_CODE": "",
|
|
66
|
-
"ORG_CODE": "",
|
|
67
52
|
"EMPTY_STRING_MESSAGE": "",
|
|
68
53
|
"PRIVATE_MESSAGE": "Muss öffentlich sein",
|
|
69
54
|
"ORG_MESSAGE": "Muss öffentlich sein",
|
|
@@ -75,9 +60,6 @@
|
|
|
75
60
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Punkte werden für URLs mit HTTPS vergeben.",
|
|
76
61
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
77
62
|
"LABEL": "Verwenden Sie HTTPS in der URL.",
|
|
78
|
-
"EMPTY_STRING_CODE": "",
|
|
79
|
-
"IS_SSL_DISABLED_CODE": "",
|
|
80
|
-
"EMPTY_STRING_MESSAGE": "",
|
|
81
63
|
"IS_SSL_DISABLED_MESSAGE": "Aktualisieren Sie das Element für die Verwendung von HTTPS.",
|
|
82
64
|
"SSL_FAIL_INSTR": "Um HTTPS für Ihren Webbrowser zu aktivieren, müssen Sie ein SSL-Zertifikat installieren. Ist ein vertrauenswürdiges SSL-Zertifikat vorhanden, ist die Verschlüsselung von übermittelten Daten auf dem Webserver möglich. Wenden Sie sich an den Systemadministrator, damit er im IIS-Manager (Internet Information Services Manager) ein SSL-Zertifikat installiert.<br/><br/>Veröffentlichen Sie den Layer nach der Aktivierung von SSL erneut, entfernen Sie den alten Layer aus der Webkarte, fügen Sie der Karte den erneut veröffentlichten Layer hinzu, und speichern Sie sie.",
|
|
83
65
|
"WEIGHT": 9
|
|
@@ -88,10 +70,6 @@
|
|
|
88
70
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Punkte werden für 1 bis 2 Sätze mit mindestens 10 Wörtern vergeben. Punkte werden abgezogen, wenn die Wörter <i>copy</i>, <i>demo</i>, <i>test</i> oder <i>eval</i> verwendet werden.",
|
|
89
71
|
"TOOLTIP_SCORING_MSG_INTL": "Punkte werden für eine Zusammenfassung vergeben.",
|
|
90
72
|
"LABEL": "Zusammenfassung verbessern",
|
|
91
|
-
"EMPTY_STRING_CODE": "",
|
|
92
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
93
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
94
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
95
73
|
"EMPTY_STRING_MESSAGE": "Die Zusammenfassung ist erforderlich",
|
|
96
74
|
"MINIMUM_WORD_COUNT_MESSAGE": "Die Zusammenfassung ist zu kurz",
|
|
97
75
|
"BLACKLISTED_CHARS_MESSAGE": "Die Zusammenfassung enthält unzulässige Zeichen",
|
|
@@ -105,7 +83,6 @@
|
|
|
105
83
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
106
84
|
"TOOLTIP_EDIT_LINK_LABEL": "Zum Bearbeiten der Tags hier klicken",
|
|
107
85
|
"LABEL": "Tags verbessern",
|
|
108
|
-
"EMPTY_STRING_CODE": "",
|
|
109
86
|
"EMPTY_STRING_MESSAGE": "Es muss mindestens ein Tag angegeben werden.",
|
|
110
87
|
"MINIMUM_NUM_TAGS_MESSAGE": "Fügen Sie mindestens drei Tags hinzu.",
|
|
111
88
|
"BLACKLISTED_WORDS_MESSAGE": "\"Copy\", \"demo\", \"test\" oder \"eval\" werden als Tags verwendet.",
|
|
@@ -117,10 +94,6 @@
|
|
|
117
94
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Durch das Hinzufügen einer benutzerdefinierten Miniaturansicht der Standardgröße 600 x 400 Pixel (B x H) werden vollständige Punkte erzielt.",
|
|
118
95
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
119
96
|
"LABEL": "Miniaturansicht verbessern",
|
|
120
|
-
"EMPTY_STRING_CODE": "",
|
|
121
|
-
"BAD_THUMBNAIL_ERROR_CODE": "",
|
|
122
|
-
"SMALL_THUMBNAIL_FILENAME_ISSUE_CODE": "",
|
|
123
|
-
"THUMBNAIL_SIZE_CODE": "",
|
|
124
97
|
"EMPTY_STRING_MESSAGE": "",
|
|
125
98
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "Bei der Miniaturansicht ist ein Formatfehler aufgetreten.",
|
|
126
99
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Miniaturansicht mit benutzerdefinierter Standardgröße ist erforderlich",
|
|
@@ -133,11 +106,6 @@
|
|
|
133
106
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Punkte werden abgezogen, wenn <i>copy</i>, <i>demo</i>, <i>test</i>, <i>eval</i>, <i>_</i> oder Wörter in GROSSBUCHSTABEN verwendet werden. Es werden Punkte vergeben, wenn der Titel mindestens zwei Wörter enthält.",
|
|
134
107
|
"TOOLTIP_SCORING_MSG_INTL": "Punkte werden für einen Titel vergeben.",
|
|
135
108
|
"LABEL": "Titel verbessern",
|
|
136
|
-
"EMPTY_STRING_CODE": "",
|
|
137
|
-
"STRING_COUNT_CODE": "",
|
|
138
|
-
"UPPER_CASE_CODE": "",
|
|
139
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
140
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
141
109
|
"EMPTY_STRING_MESSAGE": "Der Titel ist erforderlich",
|
|
142
110
|
"STRING_COUNT_MESSAGE": "Der Titel ist zu kurz",
|
|
143
111
|
"UPPER_CASE_MESSAGE": "Der Titel darf nicht vollständig aus Großbuchstaben bestehen",
|
|
@@ -151,12 +119,6 @@
|
|
|
151
119
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Es werden Punkte vergeben, wenn diese Beschreibung mindestens 20 Wörter umfasst. Es werden Punkte vergeben, wenn ein Hyperlink zu dazugehörigen Informationen sowie eine E-Mail-Adresse für die Kontaktaufnahme mit der zuständigen Person oder dem zuständigen Team bereitgestellt werden.",
|
|
152
120
|
"TOOLTIP_SCORING_MSG_INTL": "Punkte werden für eine Beschreibung vergeben. Es werden Punkte vergeben, wenn ein Hyperlink zu dazugehörigen Informationen sowie eine E-Mail-Adresse für die Kontaktaufnahme mit der zuständigen Person oder dem zuständigen Team bereitgestellt werden.",
|
|
153
121
|
"LABEL": "Profilbeschreibung verbessern",
|
|
154
|
-
"EMPTY_STRING_CODE": "",
|
|
155
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
156
|
-
"NO_VALID_EMAIL_CODE": "",
|
|
157
|
-
"NO_VALID_URL_CODE": "",
|
|
158
|
-
"MIM_NUM_WORDS_CODE": "",
|
|
159
|
-
"MIM_NUM_SENTENCES_CODE": "",
|
|
160
122
|
"EMPTY_STRING_MESSAGE": "Das Profil muss eine Beschreibung aufweisen",
|
|
161
123
|
"BLACKLISTED_CHARS_MESSAGE": "",
|
|
162
124
|
"NO_VALID_EMAIL_MESSAGE": "Die Profilbeschreibung enthält keine E-Mail-Adresse",
|
|
@@ -171,8 +133,6 @@
|
|
|
171
133
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Punkte werden für das Ausfüllen ohne die Verwendung von Unterstrichen (\"_\") gewährt.",
|
|
172
134
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
173
135
|
"LABEL": "Vollständigen Namen des Profils verbessern",
|
|
174
|
-
"EMPTY_STRING_CODE": "",
|
|
175
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
176
136
|
"EMPTY_STRING_MESSAGE": "Vollständiger Name des Profils entspricht nicht der Mindestlänge",
|
|
177
137
|
"BLACKLISTED_CHARS_MESSAGE": "Vollständiger Name des Profils enthält ein unzulässiges Zeichen",
|
|
178
138
|
"WEIGHT": 11
|
|
@@ -183,7 +143,6 @@
|
|
|
183
143
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Für ein Bild werden Punkte vergeben, solange es sich nicht um das Standardbild handelt. Es werden Bonuspunkte vergeben, wenn es die erforderlichen Bilddimensionen aufweist.",
|
|
184
144
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
185
145
|
"LABEL": "Miniaturansicht des Profils verbessern",
|
|
186
|
-
"EMPTY_STRING_CODE": "",
|
|
187
146
|
"EMPTY_STRING_MESSAGE": "Profil enthält keine Miniaturansicht",
|
|
188
147
|
"WEIGHT": 11
|
|
189
148
|
},
|
package/dist/locale/en.json
CHANGED
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Full points are awarded for entering text here.",
|
|
6
6
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
7
7
|
"LABEL": "Add credits",
|
|
8
|
-
"EMPTY_STRING_CODE": "",
|
|
9
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
10
8
|
"EMPTY_STRING_MESSAGE": "Add credits",
|
|
11
9
|
"MINIMUM_WORD_COUNT_MESSAGE": "",
|
|
12
10
|
"WEIGHT": 7
|
|
@@ -17,9 +15,6 @@
|
|
|
17
15
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are awarded for having roughly 4-5 sentences, 12 words per sentence average. Points are awarded for providing links to more detailed information.",
|
|
18
16
|
"TOOLTIP_SCORING_MSG_INTL": "Points are awarded for having a description. Points are awarded for providing links to more detailed information.",
|
|
19
17
|
"LABEL": "Improve description",
|
|
20
|
-
"EMPTY_STRING_CODE": "",
|
|
21
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
22
|
-
"CONTAINS_LINKS_CODE": "",
|
|
23
18
|
"EMPTY_STRING_MESSAGE": "A description is required",
|
|
24
19
|
"MINIMUM_WORD_COUNT_MESSAGE": "Description too short",
|
|
25
20
|
"CONTAINS_LINKS_MESSAGE": "Description has no links",
|
|
@@ -31,10 +26,6 @@
|
|
|
31
26
|
"TOOLTIP_SCORING_MSG_DEFAULT": "One layer gets maximum points, with reduced points as the layer count increases.",
|
|
32
27
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
33
28
|
"LABEL": "Reduce the number of layers",
|
|
34
|
-
"EMPTY_STRING_CODE": "",
|
|
35
|
-
"GOOD_CODE": "",
|
|
36
|
-
"BETTER_CODE": "",
|
|
37
|
-
"BEST_CODE": "",
|
|
38
29
|
"EMPTY_STRING_MESSAGE": "There are no layers to validate, and there should be at least one layer for this item type.",
|
|
39
30
|
"GOOD_MESSAGE": "Exceeds 7 layers",
|
|
40
31
|
"BETTER_MESSAGE": "There are between 4 and 7 layers",
|
|
@@ -47,9 +38,6 @@
|
|
|
47
38
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are awarded for having more than one word here. Also rewarded: text that includes a hyperlink (to more detailed information explaining the constraints more fully).",
|
|
48
39
|
"TOOLTIP_SCORING_MSG_INTL": "Points are awarded for having access and use information. Also rewarded: text that includes a hyperlink (to more detailed information explaining the constraints more fully).",
|
|
49
40
|
"LABEL": "Improve access and use constraints",
|
|
50
|
-
"EMPTY_STRING_CODE": "",
|
|
51
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
52
|
-
"CONTAINS_NO_LINKS_CODE": "",
|
|
53
41
|
"EMPTY_STRING_MESSAGE": "Add access and use constraints",
|
|
54
42
|
"MINIMUM_WORD_COUNT_MESSAGE": "Access/use information too short",
|
|
55
43
|
"CONTAINS_NO_LINKS_MESSAGE": "Access/use information contains no links",
|
|
@@ -61,9 +49,6 @@
|
|
|
61
49
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Full points are awarded for setting the sharing capabilities to Public.",
|
|
62
50
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
63
51
|
"LABEL": "Must be public",
|
|
64
|
-
"EMPTY_STRING_CODE": "",
|
|
65
|
-
"PRIVATE_CODE": "",
|
|
66
|
-
"ORG_CODE": "",
|
|
67
52
|
"EMPTY_STRING_MESSAGE": "",
|
|
68
53
|
"PRIVATE_MESSAGE": "Must be public",
|
|
69
54
|
"ORG_MESSAGE": "Must be public",
|
|
@@ -75,9 +60,6 @@
|
|
|
75
60
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are awarded for URLs that contain HTTPS.",
|
|
76
61
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
77
62
|
"LABEL": "Use HTTPS in the URL",
|
|
78
|
-
"EMPTY_STRING_CODE": "",
|
|
79
|
-
"IS_SSL_DISABLED_CODE": "",
|
|
80
|
-
"EMPTY_STRING_MESSAGE": "",
|
|
81
63
|
"IS_SSL_DISABLED_MESSAGE": "Update the item to use HTTPS.",
|
|
82
64
|
"SSL_FAIL_INSTR": "To enable https on your web browser, you must install an SSL certificate. The presence of a trusted SSL certificate allows encryption of transmitted data from the web server. Please contact your systems administrator and ask to have an SSL certificate installed to the Internet Information Services (IIS) Manager.<br /><br/>After SSL is enabled, please republish this layer, remove the old layer from the Web Map, and add the newly republished layer, and save your Web Map.",
|
|
83
65
|
"WEIGHT": 9
|
|
@@ -88,10 +70,6 @@
|
|
|
88
70
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are awarded for having 1-2 sentences, 10 word minimum. Points are deducted if <i>copy</i>, <i>demo</i>, <i>test</i>, or <i>eval</i> are used.",
|
|
89
71
|
"TOOLTIP_SCORING_MSG_INTL": "Points are awarded for having a summary.",
|
|
90
72
|
"LABEL": "Improve summary",
|
|
91
|
-
"EMPTY_STRING_CODE": "",
|
|
92
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
93
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
94
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
95
73
|
"EMPTY_STRING_MESSAGE": "Summary is required",
|
|
96
74
|
"MINIMUM_WORD_COUNT_MESSAGE": "Summary too short",
|
|
97
75
|
"BLACKLISTED_CHARS_MESSAGE": "Summary contains prohibited characters",
|
|
@@ -105,7 +83,6 @@
|
|
|
105
83
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
106
84
|
"TOOLTIP_EDIT_LINK_LABEL": "Click here to edit tags",
|
|
107
85
|
"LABEL": "Improve tags",
|
|
108
|
-
"EMPTY_STRING_CODE": "",
|
|
109
86
|
"EMPTY_STRING_MESSAGE": "There must be at least one tag",
|
|
110
87
|
"MINIMUM_NUM_TAGS_MESSAGE": "Add at least three tags",
|
|
111
88
|
"BLACKLISTED_WORDS_MESSAGE": "Copy, demo, test, or eval are used as tags.",
|
|
@@ -117,10 +94,6 @@
|
|
|
117
94
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Full points are awarded for adding a custom standard size thumbnail that is 600 pixels wide by 400 pixels high.",
|
|
118
95
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
119
96
|
"LABEL": "Improve thumbnail",
|
|
120
|
-
"EMPTY_STRING_CODE": "",
|
|
121
|
-
"BAD_THUMBNAIL_ERROR_CODE": "",
|
|
122
|
-
"SMALL_THUMBNAIL_FILENAME_ISSUE_CODE": "",
|
|
123
|
-
"THUMBNAIL_SIZE_CODE": "",
|
|
124
97
|
"EMPTY_STRING_MESSAGE": "",
|
|
125
98
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "There is an issue with the thumbnail format",
|
|
126
99
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Custom standard size thumbnail is required",
|
|
@@ -133,11 +106,6 @@
|
|
|
133
106
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are deducted if <i>copy</i>, <i>demo</i>, <i>test</i>, <i>eval</i>, <i>_</i> or words in ALL CAPS are used. Points are awarded if two or more words are in the title.",
|
|
134
107
|
"TOOLTIP_SCORING_MSG_INTL": "Points are awarded for having a title.",
|
|
135
108
|
"LABEL": "Improve title",
|
|
136
|
-
"EMPTY_STRING_CODE": "",
|
|
137
|
-
"STRING_COUNT_CODE": "",
|
|
138
|
-
"UPPER_CASE_CODE": "",
|
|
139
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
140
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
141
109
|
"EMPTY_STRING_MESSAGE": "Title is required",
|
|
142
110
|
"STRING_COUNT_MESSAGE": "Title too short",
|
|
143
111
|
"UPPER_CASE_MESSAGE": "Title cannot be all uppercase",
|
|
@@ -151,12 +119,6 @@
|
|
|
151
119
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are awarded for having at least 20 words in this description. Points are awarded for having a hyperlink to related information, and an email present so that people can contact the person or team responsible for this item.",
|
|
152
120
|
"TOOLTIP_SCORING_MSG_INTL": "Points are awarded for having a description. Points are awarded for having a hyperlink to related information, and an email present so that people can contact the person or team responsible for this item.",
|
|
153
121
|
"LABEL": "Improve profile description",
|
|
154
|
-
"EMPTY_STRING_CODE": "",
|
|
155
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
156
|
-
"NO_VALID_EMAIL_CODE": "",
|
|
157
|
-
"NO_VALID_URL_CODE": "",
|
|
158
|
-
"MIM_NUM_WORDS_CODE": "",
|
|
159
|
-
"MIM_NUM_SENTENCES_CODE": "",
|
|
160
122
|
"EMPTY_STRING_MESSAGE": "Profile must have a description",
|
|
161
123
|
"BLACKLISTED_CHARS_MESSAGE": "",
|
|
162
124
|
"NO_VALID_EMAIL_MESSAGE": "Profile description does not contain an email",
|
|
@@ -171,8 +133,6 @@
|
|
|
171
133
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Points are awarded for filling this out, with no \"_\" characters.",
|
|
172
134
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
173
135
|
"LABEL": "Improve profile full name",
|
|
174
|
-
"EMPTY_STRING_CODE": "",
|
|
175
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
176
136
|
"EMPTY_STRING_MESSAGE": "Profile full name does not meet the minimum length",
|
|
177
137
|
"BLACKLISTED_CHARS_MESSAGE": "Profile full name contains a prohibited character",
|
|
178
138
|
"WEIGHT": 11
|
|
@@ -183,7 +143,6 @@
|
|
|
183
143
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Any image besides the default is awarded points. Bonus points if it fits the required dimensions.",
|
|
184
144
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
185
145
|
"LABEL": "Improve profile thumbnail",
|
|
186
|
-
"EMPTY_STRING_CODE": "",
|
|
187
146
|
"EMPTY_STRING_MESSAGE": "Profile missing thumbnail",
|
|
188
147
|
"WEIGHT": 11
|
|
189
148
|
},
|
package/dist/locale/es.json
CHANGED
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos completos por introducir texto aquí.",
|
|
6
6
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
7
7
|
"LABEL": "Agregar créditos",
|
|
8
|
-
"EMPTY_STRING_CODE": "",
|
|
9
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
10
8
|
"EMPTY_STRING_MESSAGE": "Agregar créditos",
|
|
11
9
|
"MINIMUM_WORD_COUNT_MESSAGE": "",
|
|
12
10
|
"WEIGHT": 7
|
|
@@ -17,9 +15,6 @@
|
|
|
17
15
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos si se tienen aproximadamente 4-5 frases, con una media de 12 palabras por frase. Se suman puntos por proporcionar vínculos a información más detallada.",
|
|
18
16
|
"TOOLTIP_SCORING_MSG_INTL": "Se suman puntos por tener una descripción. Se suman puntos por proporcionar vínculos a información más detallada.",
|
|
19
17
|
"LABEL": "Mejorar descripción",
|
|
20
|
-
"EMPTY_STRING_CODE": "",
|
|
21
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
22
|
-
"CONTAINS_LINKS_CODE": "",
|
|
23
18
|
"EMPTY_STRING_MESSAGE": "Se requiere una descripción",
|
|
24
19
|
"MINIMUM_WORD_COUNT_MESSAGE": "Descripción demasiado corta",
|
|
25
20
|
"CONTAINS_LINKS_MESSAGE": "La descripción no tiene vínculos",
|
|
@@ -31,10 +26,6 @@
|
|
|
31
26
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Una capa obtiene el máximo de puntos, y estos se van reduciendo a medida que aumenta el número de capas.",
|
|
32
27
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
33
28
|
"LABEL": "Reducir el número de capas",
|
|
34
|
-
"EMPTY_STRING_CODE": "",
|
|
35
|
-
"GOOD_CODE": "",
|
|
36
|
-
"BETTER_CODE": "",
|
|
37
|
-
"BEST_CODE": "",
|
|
38
29
|
"EMPTY_STRING_MESSAGE": "No hay ninguna capa que validar y debería haber por lo menos una capa para este tipo de elemento.",
|
|
39
30
|
"GOOD_MESSAGE": "Supera las 7 capas",
|
|
40
31
|
"BETTER_MESSAGE": "Existen entre 4 y 7 capas",
|
|
@@ -47,9 +38,6 @@
|
|
|
47
38
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos por tener más de una palabra aquí. También se suman puntos si el texto incluye un hipervínculo (a información más detallada que explique a fondo las restricciones).",
|
|
48
39
|
"TOOLTIP_SCORING_MSG_INTL": "Se suman puntos por tener acceso a información y usarla. También se suman puntos si el texto incluye un hipervínculo (a información más detallada que explique a fondo las restricciones).",
|
|
49
40
|
"LABEL": "Mejorar las restricciones de acceso y uso",
|
|
50
|
-
"EMPTY_STRING_CODE": "",
|
|
51
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
52
|
-
"CONTAINS_NO_LINKS_CODE": "",
|
|
53
41
|
"EMPTY_STRING_MESSAGE": "Agregar restricciones de acceso y uso",
|
|
54
42
|
"MINIMUM_WORD_COUNT_MESSAGE": "Información de acceso/uso demasiado corta",
|
|
55
43
|
"CONTAINS_NO_LINKS_MESSAGE": "La información de acceso/uso no contiene vínculos",
|
|
@@ -61,9 +49,6 @@
|
|
|
61
49
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos completos por ajustar las capacidades de uso compartido a Público.",
|
|
62
50
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
63
51
|
"LABEL": "Debe ser público",
|
|
64
|
-
"EMPTY_STRING_CODE": "",
|
|
65
|
-
"PRIVATE_CODE": "",
|
|
66
|
-
"ORG_CODE": "",
|
|
67
52
|
"EMPTY_STRING_MESSAGE": "",
|
|
68
53
|
"PRIVATE_MESSAGE": "Debe ser público",
|
|
69
54
|
"ORG_MESSAGE": "Debe ser público",
|
|
@@ -75,8 +60,6 @@
|
|
|
75
60
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos por las URL que contengan HTTPS.",
|
|
76
61
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
77
62
|
"LABEL": "Usar HTTPS en la URL",
|
|
78
|
-
"EMPTY_STRING_CODE": "",
|
|
79
|
-
"IS_SSL_DISABLED_CODE": "",
|
|
80
63
|
"EMPTY_STRING_MESSAGE": "",
|
|
81
64
|
"IS_SSL_DISABLED_MESSAGE": "Actualice el elemento para utilizar HTTPS.",
|
|
82
65
|
"SSL_FAIL_INSTR": "Para habilitar https en su navegador web, debe instalar un certificado SSL. La presencia de un certificado SSL de confianza permite la encriptación de los datos transmitidos desde el servidor web. Contacte con su administrador de sistemas y pida que le instalen un certificado SSL en su Administrador de Internet Information Services (IIS).<br /><br/>Una vez habilitado SSL, publique de nuevo esta capa, elimine la capa anterior del mapa web, agregue la capa recién republicada y guarde su mapa web.",
|
|
@@ -88,10 +71,6 @@
|
|
|
88
71
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos si se tienen 1-2 frases, con un mínimo de 10 palabras. Se restan puntos si se utilizan <i>copia</i>, <i>demo</i>, <i>prueba</i> o <i>eval</i>.",
|
|
89
72
|
"TOOLTIP_SCORING_MSG_INTL": "Se suman puntos por tener un resumen.",
|
|
90
73
|
"LABEL": "Mejorar resumen",
|
|
91
|
-
"EMPTY_STRING_CODE": "",
|
|
92
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
93
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
94
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
95
74
|
"EMPTY_STRING_MESSAGE": "El campo Resumen es obligatorio",
|
|
96
75
|
"MINIMUM_WORD_COUNT_MESSAGE": "Resumen demasiado corto",
|
|
97
76
|
"BLACKLISTED_CHARS_MESSAGE": "El resumen contiene caracteres prohibidos",
|
|
@@ -105,7 +84,6 @@
|
|
|
105
84
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
106
85
|
"TOOLTIP_EDIT_LINK_LABEL": "Haga clic aquí para editar las etiquetas",
|
|
107
86
|
"LABEL": "Mejorar etiquetas",
|
|
108
|
-
"EMPTY_STRING_CODE": "",
|
|
109
87
|
"EMPTY_STRING_MESSAGE": "Debe haber al menos una etiqueta",
|
|
110
88
|
"MINIMUM_NUM_TAGS_MESSAGE": "Agregar al menos tres etiquetas",
|
|
111
89
|
"BLACKLISTED_WORDS_MESSAGE": "Se usan como etiquetas las palabras copia, demo, prueba o eval.",
|
|
@@ -117,10 +95,6 @@
|
|
|
117
95
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos completos por agregar una vista en miniatura personalizada de tamaño estándar que sea de 600 píxeles de ancho por 400 píxeles de alto.",
|
|
118
96
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
119
97
|
"LABEL": "Mejorar vista en miniatura",
|
|
120
|
-
"EMPTY_STRING_CODE": "",
|
|
121
|
-
"BAD_THUMBNAIL_ERROR_CODE": "",
|
|
122
|
-
"SMALL_THUMBNAIL_FILENAME_ISSUE_CODE": "",
|
|
123
|
-
"THUMBNAIL_SIZE_CODE": "",
|
|
124
98
|
"EMPTY_STRING_MESSAGE": "",
|
|
125
99
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "Se ha producido un problema con el formato de la vista en miniatura",
|
|
126
100
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Se requiere una vista en miniatura de tamaño estándar personalizado",
|
|
@@ -133,11 +107,6 @@
|
|
|
133
107
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se restan puntos si se utilizan <i>copia</i>, <i>demo</i>, <i>prueba</i>, <i>eval</i>, <i>_</i> o palabras escritas ENTERAMENTE EN MAYÚSCULAS. Se suman puntos si el título tiene dos o más palabras.",
|
|
134
108
|
"TOOLTIP_SCORING_MSG_INTL": "Se suman puntos por tener un título.",
|
|
135
109
|
"LABEL": "Mejorar título",
|
|
136
|
-
"EMPTY_STRING_CODE": "",
|
|
137
|
-
"STRING_COUNT_CODE": "",
|
|
138
|
-
"UPPER_CASE_CODE": "",
|
|
139
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
140
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
141
110
|
"EMPTY_STRING_MESSAGE": "Título es obligatorio",
|
|
142
111
|
"STRING_COUNT_MESSAGE": "Título demasiado corto",
|
|
143
112
|
"UPPER_CASE_MESSAGE": "El título no puede estar totalmente en mayúsculas",
|
|
@@ -151,12 +120,6 @@
|
|
|
151
120
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos por tener al menos 20 palabras en esta descripción. Se suman puntos por tener un hipervínculo a información relacionada y una dirección de correo electrónico para que la gente pueda contactar con la persona o el equipo responsables de este elemento.",
|
|
152
121
|
"TOOLTIP_SCORING_MSG_INTL": "Se suman puntos por tener una descripción. Se suman puntos por tener un hipervínculo a información relacionada y una dirección de correo electrónico para que la gente pueda contactar con la persona o el equipo responsables de este elemento.",
|
|
153
122
|
"LABEL": "Mejorar descripción de perfil",
|
|
154
|
-
"EMPTY_STRING_CODE": "",
|
|
155
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
156
|
-
"NO_VALID_EMAIL_CODE": "",
|
|
157
|
-
"NO_VALID_URL_CODE": "",
|
|
158
|
-
"MIM_NUM_WORDS_CODE": "",
|
|
159
|
-
"MIM_NUM_SENTENCES_CODE": "",
|
|
160
123
|
"EMPTY_STRING_MESSAGE": "El perfil debe tener una descripción",
|
|
161
124
|
"BLACKLISTED_CHARS_MESSAGE": "",
|
|
162
125
|
"NO_VALID_EMAIL_MESSAGE": "La descripción del perfil no contiene ningún correo electrónico",
|
|
@@ -171,8 +134,6 @@
|
|
|
171
134
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos por completar este campo sin los caracteres \"_\".",
|
|
172
135
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
173
136
|
"LABEL": "Mejorar nombre completo de perfil",
|
|
174
|
-
"EMPTY_STRING_CODE": "",
|
|
175
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
176
137
|
"EMPTY_STRING_MESSAGE": "El nombre completo del perfil no satisface el requisito de longitud mínima",
|
|
177
138
|
"BLACKLISTED_CHARS_MESSAGE": "El nombre completo del perfil contiene un carácter prohibido",
|
|
178
139
|
"WEIGHT": 11
|
|
@@ -183,7 +144,6 @@
|
|
|
183
144
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos por cualquier imagen que no sea la predeterminada. Se suman puntos adicionales si tiene las dimensiones requeridas.",
|
|
184
145
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
185
146
|
"LABEL": "Mejorar vista en miniatura de perfil",
|
|
186
|
-
"EMPTY_STRING_CODE": "",
|
|
187
147
|
"EMPTY_STRING_MESSAGE": "El perfil carece de una vista en miniatura",
|
|
188
148
|
"WEIGHT": 11
|
|
189
149
|
},
|
package/dist/locale/fr.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez le maximum de points si vous saisissez du texte ici.",
|
|
6
6
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
7
7
|
"LABEL": "Ajouter des crédits (attributions)",
|
|
8
|
-
"EMPTY_STRING_CODE": "",
|
|
9
8
|
"MINIMUM_WORD_COUNT_CODE": "",
|
|
10
9
|
"EMPTY_STRING_MESSAGE": "Ajouter des crédits (attributions)",
|
|
11
10
|
"MINIMUM_WORD_COUNT_MESSAGE": "",
|
|
@@ -17,7 +16,6 @@
|
|
|
17
16
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez des points si vous utilisez 4-5 phrases environ, avec 12 mots par phrase en moyenne. Vous obtenez des points si vous fournissez des liens vers plus d’informations.",
|
|
18
17
|
"TOOLTIP_SCORING_MSG_INTL": "Vous obtenez des points si vous utilisez une description. Vous obtenez des points si vous fournissez des liens vers plus d’informations.",
|
|
19
18
|
"LABEL": "Améliorer la description",
|
|
20
|
-
"EMPTY_STRING_CODE": "",
|
|
21
19
|
"MINIMUM_WORD_COUNT_CODE": "",
|
|
22
20
|
"CONTAINS_LINKS_CODE": "",
|
|
23
21
|
"EMPTY_STRING_MESSAGE": "Vous devez fournir une description",
|
|
@@ -31,7 +29,6 @@
|
|
|
31
29
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Une seule couche permet d’obtenir le maximum de points. Des points sont retirés à mesure que le nombre de couches augmente.",
|
|
32
30
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
33
31
|
"LABEL": "Réduire le nombre de couches",
|
|
34
|
-
"EMPTY_STRING_CODE": "",
|
|
35
32
|
"GOOD_CODE": "",
|
|
36
33
|
"BETTER_CODE": "",
|
|
37
34
|
"BEST_CODE": "",
|
|
@@ -47,9 +44,6 @@
|
|
|
47
44
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez des points si vous utilisez plusieurs mots ici. Pour plus de points, indiquez du texte contenant un hyperlien (vers des informations plus détaillées concernant les contraintes).",
|
|
48
45
|
"TOOLTIP_SCORING_MSG_INTL": "Vous obtenez des points si vous indiquez des informations d’accès et d’utilisation. Pour plus de points, indiquez du texte contenant un hyperlien (vers des informations plus détaillées concernant les contraintes).",
|
|
49
46
|
"LABEL": "Améliorer les contraintes d’accès et d’utilisation",
|
|
50
|
-
"EMPTY_STRING_CODE": "",
|
|
51
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
52
|
-
"CONTAINS_NO_LINKS_CODE": "",
|
|
53
47
|
"EMPTY_STRING_MESSAGE": "Ajouter des contraintes d’accès et d’utilisation",
|
|
54
48
|
"MINIMUM_WORD_COUNT_MESSAGE": "Les informations concernant l’accès/l’utilisation sont trop courtes",
|
|
55
49
|
"CONTAINS_NO_LINKS_MESSAGE": "Les informations concernant l’accès/l’utilisation ne contiennent pas de liens",
|
|
@@ -61,9 +55,6 @@
|
|
|
61
55
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez le maximum de points si vous définissez les options de partage sur Public.",
|
|
62
56
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
63
57
|
"LABEL": "Doit être public",
|
|
64
|
-
"EMPTY_STRING_CODE": "",
|
|
65
|
-
"PRIVATE_CODE": "",
|
|
66
|
-
"ORG_CODE": "",
|
|
67
58
|
"EMPTY_STRING_MESSAGE": "",
|
|
68
59
|
"PRIVATE_MESSAGE": "Doit être public",
|
|
69
60
|
"ORG_MESSAGE": "Doit être public",
|
|
@@ -75,8 +66,6 @@
|
|
|
75
66
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez des points pour les URL utilisant le protocole HTTPS.",
|
|
76
67
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
77
68
|
"LABEL": "Utiliser HTTPS dans l’URL",
|
|
78
|
-
"EMPTY_STRING_CODE": "",
|
|
79
|
-
"IS_SSL_DISABLED_CODE": "",
|
|
80
69
|
"EMPTY_STRING_MESSAGE": "",
|
|
81
70
|
"IS_SSL_DISABLED_MESSAGE": "Mettez à jour l’élément pour utiliser HTTPS.",
|
|
82
71
|
"SSL_FAIL_INSTR": "Pour activer HTTPS sur votre navigateur Web, vous devez installer un certificat SSL. La présence d’un certificat SSL approuvé permet de chiffrer les données transmises depuis le serveur Web. Contactez votre administrateur système et demandez-lui d’installer un certificat SSL dans le gestionnaire des services IIS (Internet Information Services).<br /><br/>Une fois le certificat SSL activé, republiez cette couche, supprimez l’ancienne couche de la carte Web, ajoutez la couche que vous venez de republier, puis enregistrez votre carte Web.",
|
|
@@ -88,10 +77,6 @@
|
|
|
88
77
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez des points si vous utilisez 1-2 phrases, avec 10 mots minimum. Vous perdez des points si vous utilisez les mots <i>copie</i>, <i>démo</i>, <i>test</i> ou <i>évaluation</i>.",
|
|
89
78
|
"TOOLTIP_SCORING_MSG_INTL": "Vous obtenez des points si vous utilisez un résumé.",
|
|
90
79
|
"LABEL": "Améliorer le résumé",
|
|
91
|
-
"EMPTY_STRING_CODE": "",
|
|
92
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
93
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
94
|
-
"MINIMUM_WORD_COUNT_CODE": "",
|
|
95
80
|
"EMPTY_STRING_MESSAGE": "Le résumé est obligatoire",
|
|
96
81
|
"MINIMUM_WORD_COUNT_MESSAGE": "Le résumé est trop court",
|
|
97
82
|
"BLACKLISTED_CHARS_MESSAGE": "Le résumé contient des caractères interdits",
|
|
@@ -105,7 +90,6 @@
|
|
|
105
90
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
106
91
|
"TOOLTIP_EDIT_LINK_LABEL": "Cliquez ici pour modifier les balises",
|
|
107
92
|
"LABEL": "Améliorer les balises",
|
|
108
|
-
"EMPTY_STRING_CODE": "",
|
|
109
93
|
"EMPTY_STRING_MESSAGE": "Vous devez utiliser au moins une balise",
|
|
110
94
|
"MINIMUM_NUM_TAGS_MESSAGE": "Ajouter au moins trois balises",
|
|
111
95
|
"BLACKLISTED_WORDS_MESSAGE": "Les mots copie, démo, test ou évaluation sont utilisés en tant que balises.",
|
|
@@ -117,10 +101,6 @@
|
|
|
117
101
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez le maximum de points pour l’ajout d’une miniature personnalisée de taille standard, c’est-à-dire de 600 pixels de large sur 400 pixels de haut.",
|
|
118
102
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
119
103
|
"LABEL": "Améliorer la miniature",
|
|
120
|
-
"EMPTY_STRING_CODE": "",
|
|
121
|
-
"BAD_THUMBNAIL_ERROR_CODE": "",
|
|
122
|
-
"SMALL_THUMBNAIL_FILENAME_ISSUE_CODE": "",
|
|
123
|
-
"THUMBNAIL_SIZE_CODE": "",
|
|
124
104
|
"EMPTY_STRING_MESSAGE": "",
|
|
125
105
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "Nous rencontrons un problème avec le format de la miniature",
|
|
126
106
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Une miniature personnalisée de taille standard est requise",
|
|
@@ -133,11 +113,6 @@
|
|
|
133
113
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous perdez des points si vous utilisez les mots <i>copie</i>, <i>démo</i>, <i>test</i>, <i>évaluation,</i>, <i>_</i> ou des mots EN MAJUSCULES. Vous obtenez des points si le titre compte deux mots ou plus.",
|
|
134
114
|
"TOOLTIP_SCORING_MSG_INTL": "Vous obtenez des points si vous utilisez un titre.",
|
|
135
115
|
"LABEL": "Améliorer le titre",
|
|
136
|
-
"EMPTY_STRING_CODE": "",
|
|
137
|
-
"STRING_COUNT_CODE": "",
|
|
138
|
-
"UPPER_CASE_CODE": "",
|
|
139
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
140
|
-
"BLACKLISTED_WORDS_CODE": "",
|
|
141
116
|
"EMPTY_STRING_MESSAGE": "Le titre est obligatoire",
|
|
142
117
|
"STRING_COUNT_MESSAGE": "Le titre est trop court",
|
|
143
118
|
"UPPER_CASE_MESSAGE": "Le titre ne peut pas être entièrement en majuscules",
|
|
@@ -151,12 +126,6 @@
|
|
|
151
126
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez des points si cette description comporte au moins 20 mots. D’autres points sont accordés si vous incluez un hyperlien menant à des informations associées, ainsi qu’une adresse e-mail permettant aux utilisateurs de contacter la personne ou l’équipe chargée de cet élément.",
|
|
152
127
|
"TOOLTIP_SCORING_MSG_INTL": "Vous obtenez des points si vous utilisez une description. D’autres points sont accordés si vous incluez un hyperlien menant à des informations associées, ainsi qu’une adresse e-mail permettant aux utilisateurs de contacter la personne ou l’équipe chargée de cet élément.",
|
|
153
128
|
"LABEL": "Améliorer la description du profil",
|
|
154
|
-
"EMPTY_STRING_CODE": "",
|
|
155
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
156
|
-
"NO_VALID_EMAIL_CODE": "",
|
|
157
|
-
"NO_VALID_URL_CODE": "",
|
|
158
|
-
"MIM_NUM_WORDS_CODE": "",
|
|
159
|
-
"MIM_NUM_SENTENCES_CODE": "",
|
|
160
129
|
"EMPTY_STRING_MESSAGE": "Le profil doit contenir une description",
|
|
161
130
|
"BLACKLISTED_CHARS_MESSAGE": "",
|
|
162
131
|
"NO_VALID_EMAIL_MESSAGE": "La description du profil ne contient pas d’adresse e-mail",
|
|
@@ -171,8 +140,6 @@
|
|
|
171
140
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Vous obtenez des points si vous remplissez ceci, sans caractères \"_\".",
|
|
172
141
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
173
142
|
"LABEL": "Améliorer le nom complet du profil",
|
|
174
|
-
"EMPTY_STRING_CODE": "",
|
|
175
|
-
"BLACKLISTED_CHARS_CODE": "",
|
|
176
143
|
"EMPTY_STRING_MESSAGE": "Le nom complet du profil n’atteint pas la longueur minimale",
|
|
177
144
|
"BLACKLISTED_CHARS_MESSAGE": "Le nom complet du profil contient un caractère interdit",
|
|
178
145
|
"WEIGHT": 11
|
|
@@ -183,7 +150,6 @@
|
|
|
183
150
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Toute photo en plus de la photo par défaut permet de gagner des points. Vous obtenez des points supplémentaires si elle présente les dimensions demandées.",
|
|
184
151
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
185
152
|
"LABEL": "Améliorer la miniature du profil",
|
|
186
|
-
"EMPTY_STRING_CODE": "",
|
|
187
153
|
"EMPTY_STRING_MESSAGE": "Le profil ne contient pas de miniature",
|
|
188
154
|
"WEIGHT": 11
|
|
189
155
|
},
|