@vannizhang/living-atlas-content-validator 1.0.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/lib/accessInformation/isValidAccessInformation.js +15 -13
- package/dist/lib/accessInformation/isValidAccessInformation.js.map +1 -1
- package/dist/lib/accessInformation/scoringConfig.d.ts +8 -0
- package/dist/lib/accessInformation/scoringConfig.js +16 -0
- package/dist/lib/accessInformation/scoringConfig.js.map +1 -0
- package/dist/lib/accessInformation/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/accessInformation/scoringRulesConfig.js +35 -36
- package/dist/lib/accessInformation/scoringRulesConfig.js.map +1 -1
- package/dist/lib/description/isValidDescription.js +26 -15
- package/dist/lib/description/isValidDescription.js.map +1 -1
- package/dist/lib/description/scoringConfig.d.ts +15 -0
- package/dist/lib/description/scoringConfig.js +20 -0
- package/dist/lib/description/scoringConfig.js.map +1 -0
- package/dist/lib/description/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/description/scoringRulesConfig.js +47 -48
- package/dist/lib/description/scoringRulesConfig.js.map +1 -1
- package/dist/lib/layers/isValidLayerCount.js +79 -58
- package/dist/lib/layers/isValidLayerCount.js.map +1 -1
- package/dist/lib/layers/scoringConfig.d.ts +10 -0
- package/dist/lib/layers/scoringConfig.js +20 -0
- package/dist/lib/layers/scoringConfig.js.map +1 -0
- package/dist/lib/layers/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/layers/scoringRulesConfig.js +47 -48
- package/dist/lib/layers/scoringRulesConfig.js.map +1 -1
- package/dist/lib/licenseInfo/isValidLicenseInfo.d.ts +0 -2
- package/dist/lib/licenseInfo/isValidLicenseInfo.js +22 -16
- package/dist/lib/licenseInfo/isValidLicenseInfo.js.map +1 -1
- package/dist/lib/licenseInfo/scoringConfig.d.ts +15 -0
- package/dist/lib/licenseInfo/scoringConfig.js +20 -0
- package/dist/lib/licenseInfo/scoringConfig.js.map +1 -0
- package/dist/lib/licenseInfo/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/licenseInfo/scoringRulesConfig.js +47 -48
- package/dist/lib/licenseInfo/scoringRulesConfig.js.map +1 -1
- package/dist/lib/sharing/isValidAccess.js +7 -13
- package/dist/lib/sharing/isValidAccess.js.map +1 -1
- package/dist/lib/sharing/scoringConfig.d.ts +8 -0
- package/dist/lib/sharing/scoringConfig.js +13 -0
- package/dist/lib/sharing/scoringConfig.js.map +1 -0
- package/dist/lib/sharing/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/sharing/scoringRulesConfig.js +47 -48
- package/dist/lib/sharing/scoringRulesConfig.js.map +1 -1
- package/dist/lib/ssl/isValidSSL.js +12 -13
- package/dist/lib/ssl/isValidSSL.js.map +1 -1
- package/dist/lib/ssl/scoringConfig.d.ts +8 -0
- package/dist/lib/ssl/scoringConfig.js +16 -0
- package/dist/lib/ssl/scoringConfig.js.map +1 -0
- package/dist/lib/ssl/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/ssl/scoringRulesConfig.js +41 -42
- package/dist/lib/ssl/scoringRulesConfig.js.map +1 -1
- package/dist/lib/summary/isValidSummary.js +37 -24
- package/dist/lib/summary/isValidSummary.js.map +1 -1
- package/dist/lib/summary/scoringConfig.d.ts +17 -0
- package/dist/lib/summary/scoringConfig.js +22 -0
- package/dist/lib/summary/scoringConfig.js.map +1 -0
- package/dist/lib/summary/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/summary/scoringRulesConfig.js +53 -54
- package/dist/lib/summary/scoringRulesConfig.js.map +1 -1
- package/dist/lib/tags/isValidTags.js +16 -15
- package/dist/lib/tags/isValidTags.js.map +1 -1
- package/dist/lib/tags/scoringConfig.d.ts +9 -0
- package/dist/lib/tags/scoringConfig.js +18 -0
- package/dist/lib/tags/scoringConfig.js.map +1 -0
- package/dist/lib/tags/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/tags/scoringRulesConfig.js +41 -42
- package/dist/lib/tags/scoringRulesConfig.js.map +1 -1
- package/dist/lib/thumbnail/isValidThumbnail.js +23 -19
- package/dist/lib/thumbnail/isValidThumbnail.js.map +1 -1
- package/dist/lib/thumbnail/scoringConfig.d.ts +8 -0
- package/dist/lib/thumbnail/scoringConfig.js +21 -0
- package/dist/lib/thumbnail/scoringConfig.js.map +1 -0
- package/dist/lib/thumbnail/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/thumbnail/scoringRulesConfig.js +41 -42
- package/dist/lib/thumbnail/scoringRulesConfig.js.map +1 -1
- package/dist/lib/title/isValidTitle.js +37 -25
- package/dist/lib/title/isValidTitle.js.map +1 -1
- package/dist/lib/title/scoringConfig.d.ts +17 -0
- package/dist/lib/title/scoringConfig.js +22 -0
- package/dist/lib/title/scoringConfig.js.map +1 -0
- package/dist/lib/title/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/title/scoringRulesConfig.js +52 -53
- package/dist/lib/title/scoringRulesConfig.js.map +1 -1
- package/dist/lib/userProfileDescription/isValidUserProfileDescription.js +37 -20
- package/dist/lib/userProfileDescription/isValidUserProfileDescription.js.map +1 -1
- package/dist/lib/userProfileDescription/scoringConfig.d.ts +19 -0
- package/dist/lib/userProfileDescription/scoringConfig.js +24 -0
- package/dist/lib/userProfileDescription/scoringConfig.js.map +1 -0
- package/dist/lib/userProfileDescription/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/userProfileDescription/scoringRulesConfig.js +59 -60
- package/dist/lib/userProfileDescription/scoringRulesConfig.js.map +1 -1
- package/dist/lib/userProfileName/isValidUserProfileName.js +17 -13
- package/dist/lib/userProfileName/isValidUserProfileName.js.map +1 -1
- package/dist/lib/userProfileName/scoringConfig.d.ts +9 -0
- package/dist/lib/userProfileName/scoringConfig.js +18 -0
- package/dist/lib/userProfileName/scoringConfig.js.map +1 -0
- package/dist/lib/userProfileName/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/userProfileName/scoringRulesConfig.js +41 -42
- package/dist/lib/userProfileName/scoringRulesConfig.js.map +1 -1
- package/dist/lib/userProfileThumbnail/isValidUserProfileThumbnail.d.ts +1 -0
- package/dist/lib/userProfileThumbnail/isValidUserProfileThumbnail.js +12 -14
- package/dist/lib/userProfileThumbnail/isValidUserProfileThumbnail.js.map +1 -1
- package/dist/lib/userProfileThumbnail/scoringConfig.d.ts +8 -0
- package/dist/lib/userProfileThumbnail/scoringConfig.js +16 -0
- package/dist/lib/userProfileThumbnail/scoringConfig.js.map +1 -0
- package/dist/lib/userProfileThumbnail/scoringRulesConfig.d.ts +0 -3
- package/dist/lib/userProfileThumbnail/scoringRulesConfig.js +35 -36
- package/dist/lib/userProfileThumbnail/scoringRulesConfig.js.map +1 -1
- package/dist/lib/util/{getNumberOfStrings.d.ts → getNumberOfWords.d.ts} +1 -1
- package/dist/lib/util/{getNumberOfStrings.js → getNumberOfWords.js} +10 -4
- package/dist/lib/util/getNumberOfWords.js.map +1 -0
- package/dist/lib/util/getScoringRules.d.ts +1 -8
- package/dist/lib/util/getScoringRules.js +82 -76
- package/dist/lib/util/getScoringRules.js.map +1 -1
- package/dist/lib/util/isLatin.d.ts +6 -0
- package/dist/lib/util/isLatin.js +13 -0
- package/dist/lib/util/isLatin.js.map +1 -0
- package/dist/lib/util/round.d.ts +1 -0
- package/dist/lib/util/round.js +14 -0
- package/dist/lib/util/round.js.map +1 -0
- package/dist/lib/validate/validate.js +79 -24
- package/dist/lib/validate/validate.js.map +1 -1
- package/dist/locale/de.json +13 -26
- package/dist/locale/en.json +13 -26
- package/dist/locale/es.json +13 -26
- package/dist/locale/fr.json +13 -26
- package/dist/locale/ja.json +13 -26
- package/dist/locale/pt-br.json +13 -26
- package/dist/types/index.d.ts +27 -19
- package/dist/types/index.js +54 -0
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/lib/util/getNumberOfStrings.js.map +0 -1
package/dist/locale/en.json
CHANGED
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
7
7
|
"LABEL": "Add credits",
|
|
8
8
|
"EMPTY_STRING_MESSAGE": "Add credits",
|
|
9
|
-
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
10
|
-
"WEIGHT": 7
|
|
9
|
+
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
11
10
|
},
|
|
12
11
|
"description": {
|
|
13
12
|
"TOOLTIP_GUIDANCE_DEFAULT": "A good description directly answers the question \"What is this?\" as well as \"What does this layer/map/app show?\" A couple of short paragraphs is usually plenty to cover the basic questions of \"who, what, when, where, why and how\" (not necessarily in that order, of course). Avoid using jargon or abbreviations. Provide source information and in-depth explanations via web links.<br/><br/>When adding hyperlinks, please use the link editor in ArcGIS Online.",
|
|
@@ -17,8 +16,7 @@
|
|
|
17
16
|
"LABEL": "Improve description",
|
|
18
17
|
"EMPTY_STRING_MESSAGE": "A description is required",
|
|
19
18
|
"MINIMUM_WORD_COUNT_MESSAGE": "Description too short",
|
|
20
|
-
"CONTAINS_LINKS_MESSAGE": "Description has no links"
|
|
21
|
-
"WEIGHT": 3
|
|
19
|
+
"CONTAINS_LINKS_MESSAGE": "Description has no links"
|
|
22
20
|
},
|
|
23
21
|
"layers": {
|
|
24
22
|
"TOOLTIP_GUIDANCE_DEFAULT": "Generally speaking, it takes about 1-5 layers to make a clean, focused map. When an item requires more and more layers, it usually indicates the information product is not fully formed in the minds of the creators yet. More time is needed to clarify what needs to be built, and distill that.",
|
|
@@ -29,8 +27,7 @@
|
|
|
29
27
|
"EMPTY_STRING_MESSAGE": "There are no layers to validate, and there should be at least one layer for this item type.",
|
|
30
28
|
"GOOD_MESSAGE": "Exceeds 7 layers",
|
|
31
29
|
"BETTER_MESSAGE": "There are between 4 and 7 layers",
|
|
32
|
-
"BEST_MESSAGE": ""
|
|
33
|
-
"WEIGHT": 5
|
|
30
|
+
"BEST_MESSAGE": ""
|
|
34
31
|
},
|
|
35
32
|
"licenseInfo": {
|
|
36
33
|
"TOOLTIP_GUIDANCE_DEFAULT": "Communicate any access and use constraints required by your organization or by the data provider. <p>When adding hyperlinks, please use the link editor in ArcGIS Online.</p>",
|
|
@@ -40,8 +37,7 @@
|
|
|
40
37
|
"LABEL": "Improve access and use constraints",
|
|
41
38
|
"EMPTY_STRING_MESSAGE": "Add access and use constraints",
|
|
42
39
|
"MINIMUM_WORD_COUNT_MESSAGE": "Access/use information too short",
|
|
43
|
-
"CONTAINS_NO_LINKS_MESSAGE": "Access/use information contains no links"
|
|
44
|
-
"WEIGHT": 8
|
|
40
|
+
"CONTAINS_NO_LINKS_MESSAGE": "Access/use information contains no links"
|
|
45
41
|
},
|
|
46
42
|
"sharing": {
|
|
47
43
|
"TOOLTIP_GUIDANCE_DEFAULT": "When ready, publicly share your item so it can be part of Living Atlas.",
|
|
@@ -51,8 +47,7 @@
|
|
|
51
47
|
"LABEL": "Must be public",
|
|
52
48
|
"EMPTY_STRING_MESSAGE": "",
|
|
53
49
|
"PRIVATE_MESSAGE": "Must be public",
|
|
54
|
-
"ORG_MESSAGE": "Must be public"
|
|
55
|
-
"WEIGHT": 4
|
|
50
|
+
"ORG_MESSAGE": "Must be public"
|
|
56
51
|
},
|
|
57
52
|
"ssl": {
|
|
58
53
|
"TOOLTIP_GUIDANCE_DEFAULT": "HTTPS is a protocol that provides secure Internet transactions between web browsers and web servers. We recommend that your layers, web maps, and web mapping applications all use HTTPS in their URLs. See <a href=\"https://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm\" target=\"_blank\">this article</a> for details on security settings for your organization.",
|
|
@@ -61,8 +56,7 @@
|
|
|
61
56
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
62
57
|
"LABEL": "Use HTTPS in the URL",
|
|
63
58
|
"IS_SSL_DISABLED_MESSAGE": "Update the item to use HTTPS.",
|
|
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."
|
|
65
|
-
"WEIGHT": 9
|
|
59
|
+
"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."
|
|
66
60
|
},
|
|
67
61
|
"summary": {
|
|
68
62
|
"TOOLTIP_GUIDANCE_DEFAULT": "Enter one or two sentences to answer to the question <b>What is this?</b> This summary is a much shorter version of the full description below.",
|
|
@@ -73,8 +67,7 @@
|
|
|
73
67
|
"EMPTY_STRING_MESSAGE": "Summary is required",
|
|
74
68
|
"MINIMUM_WORD_COUNT_MESSAGE": "Summary too short",
|
|
75
69
|
"BLACKLISTED_CHARS_MESSAGE": "Summary contains prohibited characters",
|
|
76
|
-
"BLACKLISTED_WORDS_MESSAGE": "Copy, demo, test, or eval are used in the summary"
|
|
77
|
-
"WEIGHT": 2
|
|
70
|
+
"BLACKLISTED_WORDS_MESSAGE": "Copy, demo, test, or eval are used in the summary"
|
|
78
71
|
},
|
|
79
72
|
"tags": {
|
|
80
73
|
"TOOLTIP_GUIDANCE_DEFAULT": "<p>Click the Edit button to improve the tags.</p> Enter at least three tags that help people find your work. You do not need to duplicate words found in your title, summary or description, since those are already used in Search operations. Think more broadly about tags that help connect your item with people. Extra tags help answer the question \"How can someone find this item if they don’t know its title, or the industry?\" For example, if your map is titled \"Population Density\" you may also want tags like \"crowding\" or \"overcrowding\" in your item, since that is something it measures.",
|
|
@@ -85,8 +78,7 @@
|
|
|
85
78
|
"LABEL": "Improve tags",
|
|
86
79
|
"EMPTY_STRING_MESSAGE": "There must be at least one tag",
|
|
87
80
|
"MINIMUM_NUM_TAGS_MESSAGE": "Add at least three tags",
|
|
88
|
-
"BLACKLISTED_WORDS_MESSAGE": "Copy, demo, test, or eval are used as tags."
|
|
89
|
-
"WEIGHT": 6
|
|
81
|
+
"BLACKLISTED_WORDS_MESSAGE": "Copy, demo, test, or eval are used as tags."
|
|
90
82
|
},
|
|
91
83
|
"thumbnail": {
|
|
92
84
|
"TOOLTIP_GUIDANCE_DEFAULT": "Upload a great looking thumbnail that shows the layer, map or app at its best. Zoom to a scale at which your item looks great, and take a screen capture. Then trim or resize it to the standard thumbnail image size, 600 x 400 pixel dimension.",
|
|
@@ -97,8 +89,7 @@
|
|
|
97
89
|
"EMPTY_STRING_MESSAGE": "",
|
|
98
90
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "There is an issue with the thumbnail format",
|
|
99
91
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Custom standard size thumbnail is required",
|
|
100
|
-
"THUMBNAIL_SIZE_MESSAGE": "High resolution thumbnail is required"
|
|
101
|
-
"WEIGHT": 0
|
|
92
|
+
"THUMBNAIL_SIZE_MESSAGE": "High resolution thumbnail is required"
|
|
102
93
|
},
|
|
103
94
|
"title": {
|
|
104
95
|
"TOOLTIP_GUIDANCE_DEFAULT": "Enter a title that is easy to read and avoid the use of jargon or abbreviations. The item title answers the question, <b>What is this?</b>",
|
|
@@ -110,8 +101,7 @@
|
|
|
110
101
|
"STRING_COUNT_MESSAGE": "Title too short",
|
|
111
102
|
"UPPER_CASE_MESSAGE": "Title cannot be all uppercase",
|
|
112
103
|
"BLACKLISTED_CHARS_MESSAGE": "Title contains a prohibited character",
|
|
113
|
-
"BLACKLISTED_WORDS_MESSAGE": "Title contains a prohibited word"
|
|
114
|
-
"WEIGHT": 1
|
|
104
|
+
"BLACKLISTED_WORDS_MESSAGE": "Title contains a prohibited word"
|
|
115
105
|
},
|
|
116
106
|
"userProfileDescription": {
|
|
117
107
|
"TOOLTIP_GUIDANCE_DEFAULT": "Describe yourself, your team, your organization, and how to reach your through email. Read <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">this blog about best practices for your ArcGIS Online profile.</a>",
|
|
@@ -124,8 +114,7 @@
|
|
|
124
114
|
"NO_VALID_EMAIL_MESSAGE": "Profile description does not contain an email",
|
|
125
115
|
"NO_VALID_URL_MESSAGE": "Profile description does not contain a link",
|
|
126
116
|
"MIN_NUM_WORDS_MESSAGE": "Profile description does not contain the minimum number of words",
|
|
127
|
-
"MIN_NUM_SENTENCES_MESSAGE": "Profile description does not contain the minimum number of sentences"
|
|
128
|
-
"WEIGHT": 12
|
|
117
|
+
"MIN_NUM_SENTENCES_MESSAGE": "Profile description does not contain the minimum number of sentences"
|
|
129
118
|
},
|
|
130
119
|
"userProfileName": {
|
|
131
120
|
"TOOLTIP_GUIDANCE_DEFAULT": "Enter your name. If someone has a question, whom should they contact? Read <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">this blog about best practices for your ArcGIS Online profile.</a>",
|
|
@@ -134,8 +123,7 @@
|
|
|
134
123
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
135
124
|
"LABEL": "Improve profile full name",
|
|
136
125
|
"EMPTY_STRING_MESSAGE": "Profile full name does not meet the minimum length",
|
|
137
|
-
"BLACKLISTED_CHARS_MESSAGE": "Profile full name contains a prohibited character"
|
|
138
|
-
"WEIGHT": 11
|
|
126
|
+
"BLACKLISTED_CHARS_MESSAGE": "Profile full name contains a prohibited character"
|
|
139
127
|
},
|
|
140
128
|
"userProfileThumbnail": {
|
|
141
129
|
"TOOLTIP_GUIDANCE_DEFAULT": "People want to know who is behind a map or app. Share your image or organization logo — something visual to remember. Read <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">this blog about best practices for your ArcGIS Online profile.</a>",
|
|
@@ -143,8 +131,7 @@
|
|
|
143
131
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Any image besides the default is awarded points. Bonus points if it fits the required dimensions.",
|
|
144
132
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
145
133
|
"LABEL": "Improve profile thumbnail",
|
|
146
|
-
"EMPTY_STRING_MESSAGE": "Profile missing thumbnail"
|
|
147
|
-
"WEIGHT": 11
|
|
134
|
+
"EMPTY_STRING_MESSAGE": "Profile missing thumbnail"
|
|
148
135
|
},
|
|
149
136
|
"tooltips": {
|
|
150
137
|
"tooltip_section_label_suggestion_label": "Suggestions",
|
package/dist/locale/es.json
CHANGED
|
@@ -6,8 +6,7 @@
|
|
|
6
6
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
7
7
|
"LABEL": "Agregar créditos",
|
|
8
8
|
"EMPTY_STRING_MESSAGE": "Agregar créditos",
|
|
9
|
-
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
10
|
-
"WEIGHT": 7
|
|
9
|
+
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
11
10
|
},
|
|
12
11
|
"description": {
|
|
13
12
|
"TOOLTIP_GUIDANCE_DEFAULT": "Una buena descripción responde directamente las preguntas \"¿Qué es esto?\" y \"¿Qué muestra esta capa/mapa/aplicación?\" Por lo general, un par de párrafos breves es suficiente para responder las preguntas básicas de \"quién, qué, cuándo, dónde, por qué y cómo\" (no necesariamente en ese orden, obviamente). Evite utilizar jergas o abreviaturas. Proporcione información sobre fuentes y explicaciones detalladas a través de vínculos web.<br/><br/>Al agregar hipervínculos, utilice el editor de vínculos de ArcGIS Online.",
|
|
@@ -17,8 +16,7 @@
|
|
|
17
16
|
"LABEL": "Mejorar descripción",
|
|
18
17
|
"EMPTY_STRING_MESSAGE": "Se requiere una descripción",
|
|
19
18
|
"MINIMUM_WORD_COUNT_MESSAGE": "Descripción demasiado corta",
|
|
20
|
-
"CONTAINS_LINKS_MESSAGE": "La descripción no tiene vínculos"
|
|
21
|
-
"WEIGHT": 3
|
|
19
|
+
"CONTAINS_LINKS_MESSAGE": "La descripción no tiene vínculos"
|
|
22
20
|
},
|
|
23
21
|
"layers": {
|
|
24
22
|
"TOOLTIP_GUIDANCE_DEFAULT": "En términos generales, se utilizan entre 1-5 capas para crear un mapa depurado y específico. Cuando un elemento requiere cada vez más capas, suele significar que el producto de información aún no está completamente formado en la mente de los creadores. Se necesita más tiempo para aclarar lo que se necesita crear, y luego sintetizarlo.",
|
|
@@ -29,8 +27,7 @@
|
|
|
29
27
|
"EMPTY_STRING_MESSAGE": "No hay ninguna capa que validar y debería haber por lo menos una capa para este tipo de elemento.",
|
|
30
28
|
"GOOD_MESSAGE": "Supera las 7 capas",
|
|
31
29
|
"BETTER_MESSAGE": "Existen entre 4 y 7 capas",
|
|
32
|
-
"BEST_MESSAGE": ""
|
|
33
|
-
"WEIGHT": 5
|
|
30
|
+
"BEST_MESSAGE": ""
|
|
34
31
|
},
|
|
35
32
|
"licenseInfo": {
|
|
36
33
|
"TOOLTIP_GUIDANCE_DEFAULT": "Comunique cualquier restricción de acceso y uso requerida por su organización o por el proveedor de datos. <p>Al agregar hipervínculos, utilice el editor de vínculos de ArcGIS Online.</p>",
|
|
@@ -40,8 +37,7 @@
|
|
|
40
37
|
"LABEL": "Mejorar las restricciones de acceso y uso",
|
|
41
38
|
"EMPTY_STRING_MESSAGE": "Agregar restricciones de acceso y uso",
|
|
42
39
|
"MINIMUM_WORD_COUNT_MESSAGE": "Información de acceso/uso demasiado corta",
|
|
43
|
-
"CONTAINS_NO_LINKS_MESSAGE": "La información de acceso/uso no contiene vínculos"
|
|
44
|
-
"WEIGHT": 8
|
|
40
|
+
"CONTAINS_NO_LINKS_MESSAGE": "La información de acceso/uso no contiene vínculos"
|
|
45
41
|
},
|
|
46
42
|
"sharing": {
|
|
47
43
|
"TOOLTIP_GUIDANCE_DEFAULT": "Una vez listo su elemento, compártalo públicamente para que pueda formar parte de Living Atlas.",
|
|
@@ -51,8 +47,7 @@
|
|
|
51
47
|
"LABEL": "Debe ser público",
|
|
52
48
|
"EMPTY_STRING_MESSAGE": "",
|
|
53
49
|
"PRIVATE_MESSAGE": "Debe ser público",
|
|
54
|
-
"ORG_MESSAGE": "Debe ser público"
|
|
55
|
-
"WEIGHT": 4
|
|
50
|
+
"ORG_MESSAGE": "Debe ser público"
|
|
56
51
|
},
|
|
57
52
|
"ssl": {
|
|
58
53
|
"TOOLTIP_GUIDANCE_DEFAULT": "HTTPS es un protocolo que proporciona transacciones seguras por Internet entre navegadores web y servidores web. Recomendamos que sus capas, mapas web y aplicaciones de representación cartográfica en la red utilicen HTTPS en sus URL. Consulte <a href=\"https://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm\" target=\"_blank\">este artículo</a> para obtener más información sobre ajustes de seguridad para su organización.",
|
|
@@ -62,8 +57,7 @@
|
|
|
62
57
|
"LABEL": "Usar HTTPS en la URL",
|
|
63
58
|
"EMPTY_STRING_MESSAGE": "",
|
|
64
59
|
"IS_SSL_DISABLED_MESSAGE": "Actualice el elemento para utilizar HTTPS.",
|
|
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."
|
|
66
|
-
"WEIGHT": 9
|
|
60
|
+
"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."
|
|
67
61
|
},
|
|
68
62
|
"summary": {
|
|
69
63
|
"TOOLTIP_GUIDANCE_DEFAULT": "Introduzca una o dos frases para responder la pregunta <b>¿Qué es esto?</b> Este resumen es una versión mucho más breve de la descripción completa de más abajo.",
|
|
@@ -74,8 +68,7 @@
|
|
|
74
68
|
"EMPTY_STRING_MESSAGE": "El campo Resumen es obligatorio",
|
|
75
69
|
"MINIMUM_WORD_COUNT_MESSAGE": "Resumen demasiado corto",
|
|
76
70
|
"BLACKLISTED_CHARS_MESSAGE": "El resumen contiene caracteres prohibidos",
|
|
77
|
-
"BLACKLISTED_WORDS_MESSAGE": "Se usan las palabras copia, demo, prueba o eval en el resumen"
|
|
78
|
-
"WEIGHT": 2
|
|
71
|
+
"BLACKLISTED_WORDS_MESSAGE": "Se usan las palabras copia, demo, prueba o eval en el resumen"
|
|
79
72
|
},
|
|
80
73
|
"tags": {
|
|
81
74
|
"TOOLTIP_GUIDANCE_DEFAULT": "<p>Haga clic en el botón Editar para mejorar las etiquetas.</p> Introduzca al menos tres etiquetas que ayuden a otras personas a encontrar su trabajo. No es necesario que duplique las palabras del título, el resumen o la descripción, dado que ya se utilizan en las operaciones de búsqueda. Piense de forma más amplia sobre las etiquetas que puedan ayudar a conectar su elemento con el resto de personas. Las etiquetas adicionales ayudan a responder a la pregunta \"¿Cómo puede buscar alguien este elemento si no conoce su título ni su sector?\" Por ejemplo, si su mapa se titula \"Densidad de población\", también le convendría agregar a su elemento etiquetas tales como \"aglomeraciones\" o \"superpoblación\", dado que es algo que se mide en este caso.",
|
|
@@ -86,8 +79,7 @@
|
|
|
86
79
|
"LABEL": "Mejorar etiquetas",
|
|
87
80
|
"EMPTY_STRING_MESSAGE": "Debe haber al menos una etiqueta",
|
|
88
81
|
"MINIMUM_NUM_TAGS_MESSAGE": "Agregar al menos tres etiquetas",
|
|
89
|
-
"BLACKLISTED_WORDS_MESSAGE": "Se usan como etiquetas las palabras copia, demo, prueba o eval."
|
|
90
|
-
"WEIGHT": 6
|
|
82
|
+
"BLACKLISTED_WORDS_MESSAGE": "Se usan como etiquetas las palabras copia, demo, prueba o eval."
|
|
91
83
|
},
|
|
92
84
|
"thumbnail": {
|
|
93
85
|
"TOOLTIP_GUIDANCE_DEFAULT": "Cargue una vista en miniatura atractiva que muestre la capa, mapa o aplicación a la perfección. Aplique el zoom hasta una escala en la que su elemento tenga un aspecto excelente y realice una captura de pantalla. A continuación, corte o cambie el tamaño para que tenga el de una imagen de vista en miniatura estándar (tamaño 600 x 400 píxeles).",
|
|
@@ -98,8 +90,7 @@
|
|
|
98
90
|
"EMPTY_STRING_MESSAGE": "",
|
|
99
91
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "Se ha producido un problema con el formato de la vista en miniatura",
|
|
100
92
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Se requiere una vista en miniatura de tamaño estándar personalizado",
|
|
101
|
-
"THUMBNAIL_SIZE_MESSAGE": "Se requiere una vista en miniatura de alta resolución"
|
|
102
|
-
"WEIGHT": 0
|
|
93
|
+
"THUMBNAIL_SIZE_MESSAGE": "Se requiere una vista en miniatura de alta resolución"
|
|
103
94
|
},
|
|
104
95
|
"title": {
|
|
105
96
|
"TOOLTIP_GUIDANCE_DEFAULT": "Introduzca un título que sea fácil de leer y evite el uso de jergas o abreviaturas. El título del elemento responde a la pregunta: <b>¿Qué es esto?</b>",
|
|
@@ -111,8 +102,7 @@
|
|
|
111
102
|
"STRING_COUNT_MESSAGE": "Título demasiado corto",
|
|
112
103
|
"UPPER_CASE_MESSAGE": "El título no puede estar totalmente en mayúsculas",
|
|
113
104
|
"BLACKLISTED_CHARS_MESSAGE": "El título contiene un carácter prohibido",
|
|
114
|
-
"BLACKLISTED_WORDS_MESSAGE": "El título contiene una palabra prohibida"
|
|
115
|
-
"WEIGHT": 1
|
|
105
|
+
"BLACKLISTED_WORDS_MESSAGE": "El título contiene una palabra prohibida"
|
|
116
106
|
},
|
|
117
107
|
"userProfileDescription": {
|
|
118
108
|
"TOOLTIP_GUIDANCE_DEFAULT": "Describa su persona, su equipo, su organización y cómo contactar con usted por correo electrónico. Lea <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">este blog sobre las prácticas recomendadas para su perfil de ArcGIS Online.</a>",
|
|
@@ -125,8 +115,7 @@
|
|
|
125
115
|
"NO_VALID_EMAIL_MESSAGE": "La descripción del perfil no contiene ningún correo electrónico",
|
|
126
116
|
"NO_VALID_URL_MESSAGE": "La descripción del perfil no contiene ningún vínculo",
|
|
127
117
|
"MIN_NUM_WORDS_MESSAGE": "La descripción del perfil no contiene el número mínimo de palabras",
|
|
128
|
-
"MIN_NUM_SENTENCES_MESSAGE": "La descripción del perfil no contiene el número mínimo de frases"
|
|
129
|
-
"WEIGHT": 12
|
|
118
|
+
"MIN_NUM_SENTENCES_MESSAGE": "La descripción del perfil no contiene el número mínimo de frases"
|
|
130
119
|
},
|
|
131
120
|
"userProfileName": {
|
|
132
121
|
"TOOLTIP_GUIDANCE_DEFAULT": "Introduzca su nombre. Si alguien tiene una pregunta, ¿con quién debería contactar? Lea <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">este blog sobre las prácticas recomendadas para su perfil de ArcGIS Online.</a>",
|
|
@@ -135,8 +124,7 @@
|
|
|
135
124
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
136
125
|
"LABEL": "Mejorar nombre completo de perfil",
|
|
137
126
|
"EMPTY_STRING_MESSAGE": "El nombre completo del perfil no satisface el requisito de longitud mínima",
|
|
138
|
-
"BLACKLISTED_CHARS_MESSAGE": "El nombre completo del perfil contiene un carácter prohibido"
|
|
139
|
-
"WEIGHT": 11
|
|
127
|
+
"BLACKLISTED_CHARS_MESSAGE": "El nombre completo del perfil contiene un carácter prohibido"
|
|
140
128
|
},
|
|
141
129
|
"userProfileThumbnail": {
|
|
142
130
|
"TOOLTIP_GUIDANCE_DEFAULT": "La gente desea saber a quién se debe un mapa o una aplicación. Comparta su imagen o el logotipo de su organización, algo visual que recordar. Lea <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">este blog sobre las prácticas recomendadas para su perfil de ArcGIS Online.</a>",
|
|
@@ -144,8 +132,7 @@
|
|
|
144
132
|
"TOOLTIP_SCORING_MSG_DEFAULT": "Se suman puntos por cualquier imagen que no sea la predeterminada. Se suman puntos adicionales si tiene las dimensiones requeridas.",
|
|
145
133
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
146
134
|
"LABEL": "Mejorar vista en miniatura de perfil",
|
|
147
|
-
"EMPTY_STRING_MESSAGE": "El perfil carece de una vista en miniatura"
|
|
148
|
-
"WEIGHT": 11
|
|
135
|
+
"EMPTY_STRING_MESSAGE": "El perfil carece de una vista en miniatura"
|
|
149
136
|
},
|
|
150
137
|
"tooltips": {
|
|
151
138
|
"tooltip_section_label_suggestion_label": "Sugerencias",
|
package/dist/locale/fr.json
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
"LABEL": "Ajouter des crédits (attributions)",
|
|
8
8
|
"MINIMUM_WORD_COUNT_CODE": "",
|
|
9
9
|
"EMPTY_STRING_MESSAGE": "Ajouter des crédits (attributions)",
|
|
10
|
-
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
11
|
-
"WEIGHT": 7
|
|
10
|
+
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
12
11
|
},
|
|
13
12
|
"description": {
|
|
14
13
|
"TOOLTIP_GUIDANCE_DEFAULT": "Une bonne description répond de façon directe aux questions \"Qu’est-ce que c’est ?\" ainsi que \"Que montre cette couche/carte/application ?\" Deux petits paragraphes suffisent généralement à répondre aux questions de base sur \"qui, quoi, quand, où, pourquoi et comment\" (pas nécessairement dans cet ordre, bien entendu). Évitez d’employer du jargon et des abréviations. Fournissez des informations sur les sources et des explications approfondies à l’aide de liens Web.<br/><br/>Pour ajouter des hyperliens, utilisez l’éditeur de liens d’ArcGIS Online.",
|
|
@@ -20,8 +19,7 @@
|
|
|
20
19
|
"CONTAINS_LINKS_CODE": "",
|
|
21
20
|
"EMPTY_STRING_MESSAGE": "Vous devez fournir une description",
|
|
22
21
|
"MINIMUM_WORD_COUNT_MESSAGE": "La description est trop courte",
|
|
23
|
-
"CONTAINS_LINKS_MESSAGE": "La description ne contient pas de liens"
|
|
24
|
-
"WEIGHT": 3
|
|
22
|
+
"CONTAINS_LINKS_MESSAGE": "La description ne contient pas de liens"
|
|
25
23
|
},
|
|
26
24
|
"layers": {
|
|
27
25
|
"TOOLTIP_GUIDANCE_DEFAULT": "En règle générale, une bonne carte comporte entre 1 et 5 couches. Si un élément a besoin de toujours plus de couches, cela signifie généralement que le produit d’informations n’est pas encore tout à fait clair dans l’esprit de ses créateurs. Ces derniers ont sans doute besoin de plus de temps pour clarifier et condenser les choses.",
|
|
@@ -35,8 +33,7 @@
|
|
|
35
33
|
"EMPTY_STRING_MESSAGE": "Aucune couche n’est à valider, alors qu’au moins une couche devrait être présente pour ce type d’élément.",
|
|
36
34
|
"GOOD_MESSAGE": "Plus de 7 couches",
|
|
37
35
|
"BETTER_MESSAGE": "Il y a entre 4 et 7 couches",
|
|
38
|
-
"BEST_MESSAGE": ""
|
|
39
|
-
"WEIGHT": 5
|
|
36
|
+
"BEST_MESSAGE": ""
|
|
40
37
|
},
|
|
41
38
|
"licenseInfo": {
|
|
42
39
|
"TOOLTIP_GUIDANCE_DEFAULT": "Indiquez les éventuelles contraintes d’accès et d’utilisation requises par votre organisation ou par le fournisseur de données. <p>Pour ajouter des hyperliens, utilisez l’éditeur de liens d’ArcGIS Online.</p>",
|
|
@@ -46,8 +43,7 @@
|
|
|
46
43
|
"LABEL": "Améliorer les contraintes d’accès et d’utilisation",
|
|
47
44
|
"EMPTY_STRING_MESSAGE": "Ajouter des contraintes d’accès et d’utilisation",
|
|
48
45
|
"MINIMUM_WORD_COUNT_MESSAGE": "Les informations concernant l’accès/l’utilisation sont trop courtes",
|
|
49
|
-
"CONTAINS_NO_LINKS_MESSAGE": "Les informations concernant l’accès/l’utilisation ne contiennent pas de liens"
|
|
50
|
-
"WEIGHT": 8
|
|
46
|
+
"CONTAINS_NO_LINKS_MESSAGE": "Les informations concernant l’accès/l’utilisation ne contiennent pas de liens"
|
|
51
47
|
},
|
|
52
48
|
"sharing": {
|
|
53
49
|
"TOOLTIP_GUIDANCE_DEFAULT": "Lorsque vous êtes prêt, partagez publiquement votre élément afin qu’il puisse intégrer le Living Atlas.",
|
|
@@ -57,8 +53,7 @@
|
|
|
57
53
|
"LABEL": "Doit être public",
|
|
58
54
|
"EMPTY_STRING_MESSAGE": "",
|
|
59
55
|
"PRIVATE_MESSAGE": "Doit être public",
|
|
60
|
-
"ORG_MESSAGE": "Doit être public"
|
|
61
|
-
"WEIGHT": 4
|
|
56
|
+
"ORG_MESSAGE": "Doit être public"
|
|
62
57
|
},
|
|
63
58
|
"ssl": {
|
|
64
59
|
"TOOLTIP_GUIDANCE_DEFAULT": "HTTPS est un protocole qui sécurise les transactions Internet entre des navigateurs et des serveurs Web. Nous vous recommandons d’utiliser HTTPS pour les URL de toutes vos couches, cartes Web et applications cartographiques Web. Consultez <a href=\"https://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm\" target=\"_blank\">cet article</a> pour en savoir plus sur les paramètres de sécurité de votre organisation.",
|
|
@@ -68,8 +63,7 @@
|
|
|
68
63
|
"LABEL": "Utiliser HTTPS dans l’URL",
|
|
69
64
|
"EMPTY_STRING_MESSAGE": "",
|
|
70
65
|
"IS_SSL_DISABLED_MESSAGE": "Mettez à jour l’élément pour utiliser HTTPS.",
|
|
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."
|
|
72
|
-
"WEIGHT": 9
|
|
66
|
+
"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."
|
|
73
67
|
},
|
|
74
68
|
"summary": {
|
|
75
69
|
"TOOLTIP_GUIDANCE_DEFAULT": "Saisissez une ou deux phrases pour répondre à la question <b>Qu’est-ce que c’est ?</b> Ce résumé est une version beaucoup plus courte de la description complète ci-dessous.",
|
|
@@ -80,8 +74,7 @@
|
|
|
80
74
|
"EMPTY_STRING_MESSAGE": "Le résumé est obligatoire",
|
|
81
75
|
"MINIMUM_WORD_COUNT_MESSAGE": "Le résumé est trop court",
|
|
82
76
|
"BLACKLISTED_CHARS_MESSAGE": "Le résumé contient des caractères interdits",
|
|
83
|
-
"BLACKLISTED_WORDS_MESSAGE": "Les mots copie, démo, test ou évaluation sont utilisés dans le résumé"
|
|
84
|
-
"WEIGHT": 2
|
|
77
|
+
"BLACKLISTED_WORDS_MESSAGE": "Les mots copie, démo, test ou évaluation sont utilisés dans le résumé"
|
|
85
78
|
},
|
|
86
79
|
"tags": {
|
|
87
80
|
"TOOLTIP_GUIDANCE_DEFAULT": "<p>Cliquez sur le bouton Mettre à jour pour améliorer les balises.</p> Saisissez au moins trois balises pour que votre travail soit plus facile à trouver. Il n’est pas nécessaire de reprendre les mots apparaissant dans votre titre, résumé ou description, car ces mots sont déjà utilisés dans les recherches. Réfléchissez de façon plus générale aux balises qui permettraient aux utilisateurs de trouver votre élément. Des balises supplémentaires aident à répondre à la question \"Comment trouver cet élément sans connaître son titre ou le secteur concerné ?\" Par exemple, si votre carte s’intitule \"Densité de population\", vous pouvez également choisir des balises telles que \"peuplement\" ou \"surpeuplement\" pour votre élément, car ce sont des entités mesurables.",
|
|
@@ -92,8 +85,7 @@
|
|
|
92
85
|
"LABEL": "Améliorer les balises",
|
|
93
86
|
"EMPTY_STRING_MESSAGE": "Vous devez utiliser au moins une balise",
|
|
94
87
|
"MINIMUM_NUM_TAGS_MESSAGE": "Ajouter au moins trois balises",
|
|
95
|
-
"BLACKLISTED_WORDS_MESSAGE": "Les mots copie, démo, test ou évaluation sont utilisés en tant que balises."
|
|
96
|
-
"WEIGHT": 6
|
|
88
|
+
"BLACKLISTED_WORDS_MESSAGE": "Les mots copie, démo, test ou évaluation sont utilisés en tant que balises."
|
|
97
89
|
},
|
|
98
90
|
"thumbnail": {
|
|
99
91
|
"TOOLTIP_GUIDANCE_DEFAULT": "Chargez une miniature esthétique qui met en valeur la couche, la carte ou l’application. Effectuez un zoom à une échelle à laquelle votre élément conserve une bonne qualité, puis faites une capture d’écran. Ensuite, découpez ou redimensionnez la capture sur la taille d’image standard des miniatures, à savoir 600 x 400 pixels.",
|
|
@@ -104,8 +96,7 @@
|
|
|
104
96
|
"EMPTY_STRING_MESSAGE": "",
|
|
105
97
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "Nous rencontrons un problème avec le format de la miniature",
|
|
106
98
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "Une miniature personnalisée de taille standard est requise",
|
|
107
|
-
"THUMBNAIL_SIZE_MESSAGE": "Une miniature haute résolution est requise"
|
|
108
|
-
"WEIGHT": 0
|
|
99
|
+
"THUMBNAIL_SIZE_MESSAGE": "Une miniature haute résolution est requise"
|
|
109
100
|
},
|
|
110
101
|
"title": {
|
|
111
102
|
"TOOLTIP_GUIDANCE_DEFAULT": "Saisissez un titre facile à lire et évitez tout jargon ou toute abréviation. Le titre de l’élément répond à la question <b>Qu’est-ce que c’est ?</b>",
|
|
@@ -117,8 +108,7 @@
|
|
|
117
108
|
"STRING_COUNT_MESSAGE": "Le titre est trop court",
|
|
118
109
|
"UPPER_CASE_MESSAGE": "Le titre ne peut pas être entièrement en majuscules",
|
|
119
110
|
"BLACKLISTED_CHARS_MESSAGE": "Le titre contient un caractère interdit",
|
|
120
|
-
"BLACKLISTED_WORDS_MESSAGE": "Le titre contient un mot interdit"
|
|
121
|
-
"WEIGHT": 1
|
|
111
|
+
"BLACKLISTED_WORDS_MESSAGE": "Le titre contient un mot interdit"
|
|
122
112
|
},
|
|
123
113
|
"userProfileDescription": {
|
|
124
114
|
"TOOLTIP_GUIDANCE_DEFAULT": "Décrivez-vous, votre équipe et votre organisation, et indiquez une adresse e-mail de contact. Lisez <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">ce billet de blog pour connaître les pratiques conseillées pour votre profil ArcGIS Online.</a>",
|
|
@@ -131,8 +121,7 @@
|
|
|
131
121
|
"NO_VALID_EMAIL_MESSAGE": "La description du profil ne contient pas d’adresse e-mail",
|
|
132
122
|
"NO_VALID_URL_MESSAGE": "La description du profil ne contient pas de lien",
|
|
133
123
|
"MIN_NUM_WORDS_MESSAGE": "La description du profil ne contient pas le nombre minimal de mots",
|
|
134
|
-
"MIN_NUM_SENTENCES_MESSAGE": "La description du profil ne contient pas le nombre minimal de phrases"
|
|
135
|
-
"WEIGHT": 12
|
|
124
|
+
"MIN_NUM_SENTENCES_MESSAGE": "La description du profil ne contient pas le nombre minimal de phrases"
|
|
136
125
|
},
|
|
137
126
|
"userProfileName": {
|
|
138
127
|
"TOOLTIP_GUIDANCE_DEFAULT": "Indiquez votre nom. Si une personne a une question, qui doit-elle contacter ? Lisez <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">ce billet de blog pour connaître les pratiques conseillées pour votre profil ArcGIS Online.</a>",
|
|
@@ -141,8 +130,7 @@
|
|
|
141
130
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
142
131
|
"LABEL": "Améliorer le nom complet du profil",
|
|
143
132
|
"EMPTY_STRING_MESSAGE": "Le nom complet du profil n’atteint pas la longueur minimale",
|
|
144
|
-
"BLACKLISTED_CHARS_MESSAGE": "Le nom complet du profil contient un caractère interdit"
|
|
145
|
-
"WEIGHT": 11
|
|
133
|
+
"BLACKLISTED_CHARS_MESSAGE": "Le nom complet du profil contient un caractère interdit"
|
|
146
134
|
},
|
|
147
135
|
"userProfileThumbnail": {
|
|
148
136
|
"TOOLTIP_GUIDANCE_DEFAULT": "Les utilisateurs veulent savoir qui se cache derrière une carte ou une application. Partagez votre photo ou le logo de votre organisation, à savoir un élément visuel qui marquera les esprits. Lisez <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">ce billet de blog pour connaître les pratiques conseillées pour votre profil ArcGIS Online.</a>",
|
|
@@ -150,8 +138,7 @@
|
|
|
150
138
|
"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.",
|
|
151
139
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
152
140
|
"LABEL": "Améliorer la miniature du profil",
|
|
153
|
-
"EMPTY_STRING_MESSAGE": "Le profil ne contient pas de miniature"
|
|
154
|
-
"WEIGHT": 11
|
|
141
|
+
"EMPTY_STRING_MESSAGE": "Le profil ne contient pas de miniature"
|
|
155
142
|
},
|
|
156
143
|
"tooltips": {
|
|
157
144
|
"tooltip_section_label_suggestion_label": "Suggestions",
|
package/dist/locale/ja.json
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
"LABEL": "著作権の追加",
|
|
8
8
|
"MINIMUM_WORD_COUNT_CODE": "",
|
|
9
9
|
"EMPTY_STRING_MESSAGE": "著作権の追加",
|
|
10
|
-
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
11
|
-
"WEIGHT": 7
|
|
10
|
+
"MINIMUM_WORD_COUNT_MESSAGE": ""
|
|
12
11
|
},
|
|
13
12
|
"description": {
|
|
14
13
|
"TOOLTIP_GUIDANCE_DEFAULT": "優れた説明は、「これは何ですか?」や「このレイヤー/マップ/アプリは何を表示しますか?」という質問に直接答えます。「誰、何、いつ、どこで、なぜ、どうやって」(もちろん、この順番でなくてかまいません) といった基本的な質問に答えるには、通常、短い段落がいくつかあれば十分です。 専門用語や略語の使用は避けます。 Web リンクを使用して、ソース情報と詳細な説明を提供します。<br/><br/>ハイパーリンクを追加する際は、ArcGIS Online のリンク エディターを使用してください。",
|
|
@@ -20,8 +19,7 @@
|
|
|
20
19
|
"CONTAINS_LINKS_CODE": "",
|
|
21
20
|
"EMPTY_STRING_MESSAGE": "説明が必要です",
|
|
22
21
|
"MINIMUM_WORD_COUNT_MESSAGE": "説明が短すぎます",
|
|
23
|
-
"CONTAINS_LINKS_MESSAGE": "説明にリンクがありません"
|
|
24
|
-
"WEIGHT": 3
|
|
22
|
+
"CONTAINS_LINKS_MESSAGE": "説明にリンクがありません"
|
|
25
23
|
},
|
|
26
24
|
"layers": {
|
|
27
25
|
"TOOLTIP_GUIDANCE_DEFAULT": "一般的に、的を絞った明確なマップを作成するには、1 ~ 5 つのレイヤーを使用します。 アイテムに必要なレイヤーが多いほど、情報製品が作成者の頭の中でまとまっていないことを通常は示しています。 作成する必要がある内容を明確にして、洗練させるには、より多くの時間が必要です。",
|
|
@@ -35,8 +33,7 @@
|
|
|
35
33
|
"EMPTY_STRING_MESSAGE": "整合チェックするレイヤーがありません。このアイテム タイプには、少なくとも 1 つのレイヤーが必要です。",
|
|
36
34
|
"GOOD_MESSAGE": "7 を超えるレイヤーがあります",
|
|
37
35
|
"BETTER_MESSAGE": "4 ~ 7 のレイヤーがあります",
|
|
38
|
-
"BEST_MESSAGE": ""
|
|
39
|
-
"WEIGHT": 5
|
|
36
|
+
"BEST_MESSAGE": ""
|
|
40
37
|
},
|
|
41
38
|
"licenseInfo": {
|
|
42
39
|
"TOOLTIP_GUIDANCE_DEFAULT": "自分の組織やデータ プロバイダーが必要とするアクセスと使用の制限を記述します。<p>ハイパーリンクを追加する際は、ArcGIS Online のリンク エディターを使用してください。</p>",
|
|
@@ -46,8 +43,7 @@
|
|
|
46
43
|
"LABEL": "アクセス制限と使用制限の改善",
|
|
47
44
|
"EMPTY_STRING_MESSAGE": "アクセス制限と使用制限の追加",
|
|
48
45
|
"MINIMUM_WORD_COUNT_MESSAGE": "アクセス/使用情報が短すぎます",
|
|
49
|
-
"CONTAINS_NO_LINKS_MESSAGE": "アクセス/使用情報にリンクが含まれていません"
|
|
50
|
-
"WEIGHT": 8
|
|
46
|
+
"CONTAINS_NO_LINKS_MESSAGE": "アクセス/使用情報にリンクが含まれていません"
|
|
51
47
|
},
|
|
52
48
|
"sharing": {
|
|
53
49
|
"TOOLTIP_GUIDANCE_DEFAULT": "準備ができたら、Living Atlas の一部にできるように、アイテムをパブリックに共有します。",
|
|
@@ -57,8 +53,7 @@
|
|
|
57
53
|
"LABEL": "パブリックである必要があります",
|
|
58
54
|
"EMPTY_STRING_MESSAGE": "",
|
|
59
55
|
"PRIVATE_MESSAGE": "パブリックである必要があります",
|
|
60
|
-
"ORG_MESSAGE": "パブリックである必要があります"
|
|
61
|
-
"WEIGHT": 4
|
|
56
|
+
"ORG_MESSAGE": "パブリックである必要があります"
|
|
62
57
|
},
|
|
63
58
|
"ssl": {
|
|
64
59
|
"TOOLTIP_GUIDANCE_DEFAULT": "HTTPS は、Web ブラウザーと Web サーバー間で、セキュリティで保護されたインターネット トランザクションを提供するプロトコルです。 レイヤー、Web マップ、Web マッピング アプリケーションのすべてで URL に HTTPS を使用することをお勧めします。 組織のセキュリティ設定に関する詳細については、<a href=\"https://doc.arcgis.com/en/arcgis-online/administer/configure-security.htm\" target=\"_blank\">次の記事</a>をご参照ください。",
|
|
@@ -68,8 +63,7 @@
|
|
|
68
63
|
"LABEL": "URL に HTTPS を使用",
|
|
69
64
|
"EMPTY_STRING_MESSAGE": "",
|
|
70
65
|
"IS_SSL_DISABLED_MESSAGE": "HTTPS を使用するようにアイテムを更新します。",
|
|
71
|
-
"SSL_FAIL_INSTR": "Web ブラウザーで HTTPS を有効にするには、SSL 証明書をインストールする必要があります。 信頼できる SSL 証明書があることで、Web サーバーからの転送データを暗号化できます。 システム管理者に連絡して、IIS (Internet Information Services) Manager に SSL 証明書をインストールしてもらってください。<br/><br/>SSL を有効にしたら、このレイヤーを再公開し、Web マップから古いレイヤーを削除し、新しく再公開したレイヤーを追加し、Web マップを保存してください。"
|
|
72
|
-
"WEIGHT": 9
|
|
66
|
+
"SSL_FAIL_INSTR": "Web ブラウザーで HTTPS を有効にするには、SSL 証明書をインストールする必要があります。 信頼できる SSL 証明書があることで、Web サーバーからの転送データを暗号化できます。 システム管理者に連絡して、IIS (Internet Information Services) Manager に SSL 証明書をインストールしてもらってください。<br/><br/>SSL を有効にしたら、このレイヤーを再公開し、Web マップから古いレイヤーを削除し、新しく再公開したレイヤーを追加し、Web マップを保存してください。"
|
|
73
67
|
},
|
|
74
68
|
"summary": {
|
|
75
69
|
"TOOLTIP_GUIDANCE_DEFAULT": "「<b>これは何ですか?</b>」という質問に答える 1 ~ 2 文を入力します。このサマリーは、以下の詳細な説明を非常に短くしたバージョンです。",
|
|
@@ -80,8 +74,7 @@
|
|
|
80
74
|
"EMPTY_STRING_MESSAGE": "サマリーが必要です",
|
|
81
75
|
"MINIMUM_WORD_COUNT_MESSAGE": "サマリーが短すぎます",
|
|
82
76
|
"BLACKLISTED_CHARS_MESSAGE": "サマリーに禁止された文字が含まれています",
|
|
83
|
-
"BLACKLISTED_WORDS_MESSAGE": "copy、demo、test、または eval がサマリーに使用されています。"
|
|
84
|
-
"WEIGHT": 2
|
|
77
|
+
"BLACKLISTED_WORDS_MESSAGE": "copy、demo、test、または eval がサマリーに使用されています。"
|
|
85
78
|
},
|
|
86
79
|
"tags": {
|
|
87
80
|
"TOOLTIP_GUIDANCE_DEFAULT": "<p>[編集] ボタンをクリックして、タグを改良します。</p>ユーザーが作業データを検索するのに役立つタグを少なくとも 3 つ入力します。 検索で、タイトル、サマリーまたは説明にある単語は使用されるため、複製する必要はありません。 アイテムをユーザーと結び付けるタグについて、より幅広く考えてください。 その他のタグは、「ユーザーがタイトルや業界を知らない場合、どうやってこのアイテムを検索するか?」という質問に答えるのに役立ちます。たとえば、マップのタイトルが \"Population Density\" の場合、計測の対象であるため、アイテムに \"crowding\" や \"overcrowding\" のようなタグも付けます。",
|
|
@@ -92,8 +85,7 @@
|
|
|
92
85
|
"LABEL": "タグの改善",
|
|
93
86
|
"EMPTY_STRING_MESSAGE": "少なくとも 1 つのタグが必要です",
|
|
94
87
|
"MINIMUM_NUM_TAGS_MESSAGE": "少なくとも 3 つのタグを追加",
|
|
95
|
-
"BLACKLISTED_WORDS_MESSAGE": "copy、demo、test、または eval がタグとして使用されています。"
|
|
96
|
-
"WEIGHT": 6
|
|
88
|
+
"BLACKLISTED_WORDS_MESSAGE": "copy、demo、test、または eval がタグとして使用されています。"
|
|
97
89
|
},
|
|
98
90
|
"thumbnail": {
|
|
99
91
|
"TOOLTIP_GUIDANCE_DEFAULT": "レイヤー、マップ、アプリを最高の状態で表示する、素晴らしい外観のサムネイルをアップロードします。 アイテムが鮮明に表示される縮尺にズームし、スクリーン キャプチャを撮ります。 次に、標準のサムネイル画像のサイズ (600 x 400 ピクセル) にトリミングまたはサイズ変更します。",
|
|
@@ -104,8 +96,7 @@
|
|
|
104
96
|
"EMPTY_STRING_MESSAGE": "",
|
|
105
97
|
"BAD_THUMBNAIL_ERROR_MESSAGE": "サムネイルの形式に問題があります",
|
|
106
98
|
"SMALL_THUMBNAIL_FILENAME_ISSUE_MESSAGE": "カスタムの標準サイズのサムネイルが必要です",
|
|
107
|
-
"THUMBNAIL_SIZE_MESSAGE": "高解像度のサムネイルが必要です"
|
|
108
|
-
"WEIGHT": 0
|
|
99
|
+
"THUMBNAIL_SIZE_MESSAGE": "高解像度のサムネイルが必要です"
|
|
109
100
|
},
|
|
110
101
|
"title": {
|
|
111
102
|
"TOOLTIP_GUIDANCE_DEFAULT": "読みやすく、専門用語や略語の使用を避けたタイトルを入力します。 アイテムのタイトルは、「<b>これは何ですか?</b>」という質問の答えにします。",
|
|
@@ -117,8 +108,7 @@
|
|
|
117
108
|
"STRING_COUNT_MESSAGE": "タイトルが短すぎます",
|
|
118
109
|
"UPPER_CASE_MESSAGE": "タイトルをすべて大文字にはできません。",
|
|
119
110
|
"BLACKLISTED_CHARS_MESSAGE": "タイトルに禁止された文字が含まれています",
|
|
120
|
-
"BLACKLISTED_WORDS_MESSAGE": "タイトルに禁止された単語が含まれています"
|
|
121
|
-
"WEIGHT": 1
|
|
111
|
+
"BLACKLISTED_WORDS_MESSAGE": "タイトルに禁止された単語が含まれています"
|
|
122
112
|
},
|
|
123
113
|
"userProfileDescription": {
|
|
124
114
|
"TOOLTIP_GUIDANCE_DEFAULT": "自分、チーム、組織と、電子メールでの連絡方法を説明します。 <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">ArcGIS Online のプロフィールのベスト プラクティスに関するこのブログをお読みください。</a>",
|
|
@@ -131,8 +121,7 @@
|
|
|
131
121
|
"NO_VALID_EMAIL_MESSAGE": "プロフィールの説明に電子メールが含まれていません",
|
|
132
122
|
"NO_VALID_URL_MESSAGE": "プロフィールの説明にリンクが含まれていません",
|
|
133
123
|
"MIN_NUM_WORDS_MESSAGE": "プロフィールの説明に最小数の単語が含まれていません",
|
|
134
|
-
"MIN_NUM_SENTENCES_MESSAGE": "プロフィールの説明に最小数の文章が含まれていません"
|
|
135
|
-
"WEIGHT": 12
|
|
124
|
+
"MIN_NUM_SENTENCES_MESSAGE": "プロフィールの説明に最小数の文章が含まれていません"
|
|
136
125
|
},
|
|
137
126
|
"userProfileName": {
|
|
138
127
|
"TOOLTIP_GUIDANCE_DEFAULT": "名前を入力します。 質問がある場合、誰に連絡を取るべきでしょうか? <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">ArcGIS Online のプロフィールのベスト プラクティスに関するこのブログをお読みください。</a>",
|
|
@@ -141,8 +130,7 @@
|
|
|
141
130
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
142
131
|
"LABEL": "プロフィールのフル ネームの改善",
|
|
143
132
|
"EMPTY_STRING_MESSAGE": "プロフィールのフル ネームが最小長を満たしていません",
|
|
144
|
-
"BLACKLISTED_CHARS_MESSAGE": "プロフィールのフル ネームに禁止された文字が含まれています"
|
|
145
|
-
"WEIGHT": 11
|
|
133
|
+
"BLACKLISTED_CHARS_MESSAGE": "プロフィールのフル ネームに禁止された文字が含まれています"
|
|
146
134
|
},
|
|
147
135
|
"userProfileThumbnail": {
|
|
148
136
|
"TOOLTIP_GUIDANCE_DEFAULT": "ユーザーは、マップやアプリの作成者を知りたいと考えます。 視覚的に記憶に残る画像や組織のロゴを共有します。 <a href=\"https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/create-a-great-profile/\" target=\"_blank\">ArcGIS Online のプロフィールのベスト プラクティスに関するこのブログをお読みください。</a>",
|
|
@@ -150,8 +138,7 @@
|
|
|
150
138
|
"TOOLTIP_SCORING_MSG_DEFAULT": "デフォルトのほかに画像があると加点されます。 必要な寸法に合っている場合、ボーナス点が加算されます。",
|
|
151
139
|
"TOOLTIP_SCORING_MSG_INTL": "",
|
|
152
140
|
"LABEL": "プロフィールのサムネイルの改善",
|
|
153
|
-
"EMPTY_STRING_MESSAGE": "プロフィールにサムネイルがありません"
|
|
154
|
-
"WEIGHT": 11
|
|
141
|
+
"EMPTY_STRING_MESSAGE": "プロフィールにサムネイルがありません"
|
|
155
142
|
},
|
|
156
143
|
"tooltips": {
|
|
157
144
|
"tooltip_section_label_suggestion_label": "ヒント",
|