@gooddata/sdk-ui 8.10.0-alpha.99 → 8.10.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/base/index.d.ts +2 -1
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +2 -1
- package/dist/base/index.js.map +1 -1
- package/dist/base/localization/IntlStore.d.ts +3 -1
- package/dist/base/localization/IntlStore.d.ts.map +1 -1
- package/dist/base/localization/IntlStore.js +5 -25
- package/dist/base/localization/IntlStore.js.map +1 -1
- package/dist/base/localization/IntlWrapper.d.ts +0 -12
- package/dist/base/localization/IntlWrapper.d.ts.map +1 -1
- package/dist/base/localization/IntlWrapper.js +3 -28
- package/dist/base/localization/IntlWrapper.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -4
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsProvider.js +5 -9
- package/dist/base/localization/TranslationsProvider.js.map +1 -1
- package/dist/base/localization/bundles/de-DE.json +34 -20
- package/dist/base/localization/bundles/en-US.json +135 -60
- package/dist/base/localization/bundles/es-ES.json +34 -20
- package/dist/base/localization/bundles/fr-FR.json +34 -20
- package/dist/base/localization/bundles/ja-JP.json +35 -21
- package/dist/base/localization/bundles/nl-NL.json +34 -20
- package/dist/base/localization/bundles/pt-BR.json +34 -20
- package/dist/base/localization/bundles/pt-PT.json +34 -20
- package/dist/base/localization/bundles/ru-RU.json +36 -22
- package/dist/base/localization/bundles/zh-Hans.json +34 -20
- package/dist/base/localization/intlUtils.d.ts +1 -1
- package/dist/base/localization/intlUtils.js +4 -4
- package/dist/base/localization/messagesMap.d.ts +13 -0
- package/dist/base/localization/messagesMap.d.ts.map +1 -0
- package/dist/base/localization/messagesMap.js +32 -0
- package/dist/base/localization/messagesMap.js.map +1 -0
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/dist/base/react/ErrorComponent.d.ts +1 -1
- package/dist/base/react/ErrorComponent.d.ts.map +1 -1
- package/dist/base/react/LoadingComponent.d.ts +1 -1
- package/dist/base/react/LoadingComponent.d.ts.map +1 -1
- package/dist/base/react/placeholders/factory.d.ts.map +1 -1
- package/dist/base/react/placeholders/factory.js +2 -0
- package/dist/base/react/placeholders/factory.js.map +1 -1
- package/dist/base/vis/export.js +1 -1
- package/dist/base/vis/export.js.map +1 -1
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js +11 -2
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/locales.d.ts +42 -0
- package/dist/locales.d.ts.map +1 -0
- package/dist/locales.js +22 -0
- package/dist/locales.js.map +1 -0
- package/dist/sdk-ui.d.ts +6 -4
- package/esm/base/index.d.ts +2 -1
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +2 -1
- package/esm/base/index.js.map +1 -1
- package/esm/base/localization/IntlStore.d.ts +3 -1
- package/esm/base/localization/IntlStore.d.ts.map +1 -1
- package/esm/base/localization/IntlStore.js +5 -24
- package/esm/base/localization/IntlStore.js.map +1 -1
- package/esm/base/localization/IntlWrapper.d.ts +0 -12
- package/esm/base/localization/IntlWrapper.d.ts.map +1 -1
- package/esm/base/localization/IntlWrapper.js +2 -27
- package/esm/base/localization/IntlWrapper.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -4
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsProvider.js +5 -9
- package/esm/base/localization/TranslationsProvider.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +34 -20
- package/esm/base/localization/bundles/en-US.json +135 -60
- package/esm/base/localization/bundles/es-ES.json +34 -20
- package/esm/base/localization/bundles/fr-FR.json +34 -20
- package/esm/base/localization/bundles/ja-JP.json +35 -21
- package/esm/base/localization/bundles/nl-NL.json +34 -20
- package/esm/base/localization/bundles/pt-BR.json +34 -20
- package/esm/base/localization/bundles/pt-PT.json +34 -20
- package/esm/base/localization/bundles/ru-RU.json +36 -22
- package/esm/base/localization/bundles/zh-Hans.json +34 -20
- package/esm/base/localization/intlUtils.d.ts +1 -1
- package/esm/base/localization/intlUtils.js +2 -2
- package/esm/base/localization/messagesMap.d.ts +13 -0
- package/esm/base/localization/messagesMap.d.ts.map +1 -0
- package/esm/base/localization/messagesMap.js +28 -0
- package/esm/base/localization/messagesMap.js.map +1 -0
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/esm/base/react/ErrorComponent.d.ts +1 -1
- package/esm/base/react/ErrorComponent.d.ts.map +1 -1
- package/esm/base/react/LoadingComponent.d.ts +1 -1
- package/esm/base/react/LoadingComponent.d.ts.map +1 -1
- package/esm/base/react/placeholders/factory.d.ts.map +1 -1
- package/esm/base/react/placeholders/factory.js +2 -0
- package/esm/base/react/placeholders/factory.js.map +1 -1
- package/esm/base/vis/export.js +1 -1
- package/esm/base/vis/export.js.map +1 -1
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js +12 -3
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/locales.d.ts +42 -0
- package/esm/locales.d.ts.map +1 -0
- package/esm/locales.js +19 -0
- package/esm/locales.js.map +1 -0
- package/package.json +17 -13
- package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts +0 -15
- package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts.map +0 -1
- package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js +0 -48
- package/dist/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js.map +0 -1
- package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts +0 -15
- package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.d.ts.map +0 -1
- package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js +0 -43
- package/esm/base/localization/TranslationsCustomizationProvider/workspaceSettingsLoader.js.map +0 -1
|
@@ -1,39 +1,114 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"value": "
|
|
2
|
+
"empty_value": {
|
|
3
|
+
"value": "empty value",
|
|
4
4
|
"comment": "",
|
|
5
5
|
"limit": 0
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"value": "
|
|
7
|
+
"gs.date.at": {
|
|
8
|
+
"value": "at",
|
|
9
9
|
"comment": "",
|
|
10
10
|
"limit": 0
|
|
11
11
|
},
|
|
12
|
-
"
|
|
13
|
-
"value": "
|
|
12
|
+
"gs.header.help": {
|
|
13
|
+
"value": "Help",
|
|
14
14
|
"comment": "",
|
|
15
15
|
"limit": 0
|
|
16
16
|
},
|
|
17
|
-
"
|
|
18
|
-
"value": "
|
|
17
|
+
"gs.header.logout": {
|
|
18
|
+
"value": "Logout",
|
|
19
19
|
"comment": "",
|
|
20
20
|
"limit": 0
|
|
21
21
|
},
|
|
22
|
-
"
|
|
23
|
-
"value": "
|
|
22
|
+
"gs.list.all": {
|
|
23
|
+
"value": "All",
|
|
24
24
|
"comment": "",
|
|
25
25
|
"limit": 0
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"value": "
|
|
29
|
-
"comment": "
|
|
27
|
+
"gs.list.except": {
|
|
28
|
+
"value": "except",
|
|
29
|
+
"comment": "",
|
|
30
|
+
"limit": 0
|
|
31
|
+
},
|
|
32
|
+
"gs.list.is": {
|
|
33
|
+
"value": "is",
|
|
34
|
+
"comment": "",
|
|
35
|
+
"limit": 0
|
|
36
|
+
},
|
|
37
|
+
"gs.list.search.placeholder": {
|
|
38
|
+
"value": "Search...",
|
|
39
|
+
"comment": "Placeholder text in search input filed.",
|
|
40
|
+
"limit": 0
|
|
41
|
+
},
|
|
42
|
+
"gs.list.notAvailableAbbreviation": {
|
|
43
|
+
"value": "N/A",
|
|
44
|
+
"comment": "Stands for 'Not Available",
|
|
45
|
+
"limit": 0
|
|
46
|
+
},
|
|
47
|
+
"gs.list.searchResults": {
|
|
48
|
+
"value": "search results",
|
|
49
|
+
"comment": "",
|
|
50
|
+
"limit": 0
|
|
51
|
+
},
|
|
52
|
+
"gs.visualizationsList.loading": {
|
|
53
|
+
"value": "Loading…",
|
|
54
|
+
"comment": "Use '…' as one character, not 3 dots ('...').",
|
|
55
|
+
"limit": 0
|
|
56
|
+
},
|
|
57
|
+
"gs.color-picker.inputPlaceholder": {
|
|
58
|
+
"value": "#color",
|
|
59
|
+
"comment": "Character '#' means user should input color code as hexadecimal value, e.g. #C0D6E4",
|
|
60
|
+
"limit": 0
|
|
61
|
+
},
|
|
62
|
+
"gs.color-picker.currentColor": {
|
|
63
|
+
"value": "current",
|
|
64
|
+
"comment": "",
|
|
30
65
|
"limit": 0
|
|
31
66
|
},
|
|
32
|
-
"
|
|
33
|
-
"value": "
|
|
67
|
+
"gs.color-picker.newColor": {
|
|
68
|
+
"value": "new",
|
|
34
69
|
"comment": "",
|
|
35
70
|
"limit": 0
|
|
36
71
|
},
|
|
72
|
+
"gs.color-picker.cancelButton": {
|
|
73
|
+
"value": "Cancel",
|
|
74
|
+
"comment": "",
|
|
75
|
+
"limit": 0
|
|
76
|
+
},
|
|
77
|
+
"gs.color-picker.okButton": {
|
|
78
|
+
"value": "OK",
|
|
79
|
+
"comment": "",
|
|
80
|
+
"limit": 0
|
|
81
|
+
},
|
|
82
|
+
"gs.color-picker.hex": {
|
|
83
|
+
"value": "hex",
|
|
84
|
+
"comment": "label that inidicates that user should enter hexadecimal color value, e.g. #C0D6E4",
|
|
85
|
+
"limit": 0
|
|
86
|
+
},
|
|
87
|
+
"gs.noData.noMatchingData": {
|
|
88
|
+
"value": "No matching data",
|
|
89
|
+
"comment": "",
|
|
90
|
+
"limit": 0
|
|
91
|
+
},
|
|
92
|
+
"gs.noData.noDataAvailable": {
|
|
93
|
+
"value": "No matching data",
|
|
94
|
+
"comment": "",
|
|
95
|
+
"limit": 0
|
|
96
|
+
},
|
|
97
|
+
"geochart.scroll.zoom.blocker": {
|
|
98
|
+
"value": "Use {button} + scroll to zoom the map",
|
|
99
|
+
"comment": "This message will appear when map zooming on GeoChart is disabled and available only, while the button is pressed.",
|
|
100
|
+
"limit": 0
|
|
101
|
+
},
|
|
102
|
+
"geochart.touch.pan.blocker": {
|
|
103
|
+
"value": "Use two fingers to move the map",
|
|
104
|
+
"comment": "This message will appear when moving map on GeoChart is disabled by one finger and available only with two.",
|
|
105
|
+
"limit": 0
|
|
106
|
+
},
|
|
107
|
+
"visualizations.of": {
|
|
108
|
+
"value": "{page} of {pagesCount}",
|
|
109
|
+
"comment": "Don't translate placeholders '{page}', '{pagesCount}'",
|
|
110
|
+
"limit": 0
|
|
111
|
+
},
|
|
37
112
|
"visualizations.totals.dropdown.title.sum": {
|
|
38
113
|
"value": "Sum",
|
|
39
114
|
"comment": "Total of type 'Sum'. Showed in menu before adding to table.",
|
|
@@ -97,36 +172,6 @@
|
|
|
97
172
|
"comment": "Total of type 'Median'. Showed in menu before adding to table.",
|
|
98
173
|
"limit": 0
|
|
99
174
|
},
|
|
100
|
-
"visualizations.totals.row.title.sum": {
|
|
101
|
-
"value": "Sum",
|
|
102
|
-
"comment": "Total of type 'Sum'. Showed in table after adding total.",
|
|
103
|
-
"limit": 0
|
|
104
|
-
},
|
|
105
|
-
"visualizations.totals.row.title.avg": {
|
|
106
|
-
"value": "Avg",
|
|
107
|
-
"comment": "Total of type 'Avg'. Showed in table after adding total.",
|
|
108
|
-
"limit": 0
|
|
109
|
-
},
|
|
110
|
-
"visualizations.totals.row.title.min": {
|
|
111
|
-
"value": "Min",
|
|
112
|
-
"comment": "Total of type 'Min'. Showed in table after adding total.",
|
|
113
|
-
"limit": 0
|
|
114
|
-
},
|
|
115
|
-
"visualizations.totals.row.title.max": {
|
|
116
|
-
"value": "Max",
|
|
117
|
-
"comment": "Total of type 'Max'. Showed in table after adding total.",
|
|
118
|
-
"limit": 0
|
|
119
|
-
},
|
|
120
|
-
"visualizations.totals.row.title.nat": {
|
|
121
|
-
"value": "Total",
|
|
122
|
-
"comment": "Total of type 'Rollup', but synonym 'Total' is used here since users are used to this more than 'Rollup'. Showed in table after adding total.",
|
|
123
|
-
"limit": 0
|
|
124
|
-
},
|
|
125
|
-
"visualizations.totals.row.title.med": {
|
|
126
|
-
"value": "Median",
|
|
127
|
-
"comment": "Total of type 'Median'. Showed in table after adding total.",
|
|
128
|
-
"limit": 0
|
|
129
|
-
},
|
|
130
175
|
"visualizations.headline.tertiary.title": {
|
|
131
176
|
"value": "Versus",
|
|
132
177
|
"comment": "Means comparison of two values - for example '100 (this week) VERSUS 10 (last week)'.",
|
|
@@ -281,11 +326,6 @@
|
|
|
281
326
|
"comment": "",
|
|
282
327
|
"limit": 0
|
|
283
328
|
},
|
|
284
|
-
"gs.list.loading": {
|
|
285
|
-
"value": "Loading list…",
|
|
286
|
-
"comment": "Use '…' as one character, not 3 dots ('...').",
|
|
287
|
-
"limit": 0
|
|
288
|
-
},
|
|
289
329
|
"gs.list.clear": {
|
|
290
330
|
"value": "Clear",
|
|
291
331
|
"comment": "",
|
|
@@ -331,6 +371,26 @@
|
|
|
331
371
|
"comment": "",
|
|
332
372
|
"limit": 0
|
|
333
373
|
},
|
|
374
|
+
"gs.header.countdown.numberOfDaysLeft": {
|
|
375
|
+
"value": "{number} days left",
|
|
376
|
+
"comment": "",
|
|
377
|
+
"limit": 0
|
|
378
|
+
},
|
|
379
|
+
"gs.header.countdown.numberOfMonthsLeft": {
|
|
380
|
+
"value": "{number} months left",
|
|
381
|
+
"comment": "",
|
|
382
|
+
"limit": 0
|
|
383
|
+
},
|
|
384
|
+
"gs.header.countdown.oneMonthLeft": {
|
|
385
|
+
"value": "1 month left",
|
|
386
|
+
"comment": "",
|
|
387
|
+
"limit": 0
|
|
388
|
+
},
|
|
389
|
+
"gs.header.countdown.lastDay": {
|
|
390
|
+
"value": "This is your last day",
|
|
391
|
+
"comment": "",
|
|
392
|
+
"limit": 0
|
|
393
|
+
},
|
|
334
394
|
"measure.title.suffix.same_period_year_ago": {
|
|
335
395
|
"value": "SP year ago",
|
|
336
396
|
"comment": "",
|
|
@@ -461,11 +521,6 @@
|
|
|
461
521
|
"comment": "",
|
|
462
522
|
"limit": 0
|
|
463
523
|
},
|
|
464
|
-
"dateFilterDropdown.buttonTitle": {
|
|
465
|
-
"value": "Date range",
|
|
466
|
-
"comment": "",
|
|
467
|
-
"limit": 0
|
|
468
|
-
},
|
|
469
524
|
"dateFilterDropdown.setDefault": {
|
|
470
525
|
"value": "Set default date filter for{nbsp}viewers:",
|
|
471
526
|
"comment": "Do not translate non-breakable space '{nbsp}'",
|
|
@@ -866,11 +921,6 @@
|
|
|
866
921
|
"comment": "Displayed as placeholder in static period inputs where user enters date",
|
|
867
922
|
"limit": 0
|
|
868
923
|
},
|
|
869
|
-
"filters.setTime": {
|
|
870
|
-
"value": "set time",
|
|
871
|
-
"comment": "Displayed as label of checkbox that opens panel where user can specify time to a date",
|
|
872
|
-
"limit": 0
|
|
873
|
-
},
|
|
874
924
|
"filters.floatingRange": {
|
|
875
925
|
"value": "Relative period",
|
|
876
926
|
"comment": "",
|
|
@@ -1091,6 +1141,11 @@
|
|
|
1091
1141
|
"comment": "Placeholder '{format}' is used for showing date format. Example 'The date must be in the MM/dd/yyyy format'. Don't translate placeholder '{format}'.",
|
|
1092
1142
|
"limit": 0
|
|
1093
1143
|
},
|
|
1144
|
+
"filters.staticPeriod.endDateBeforeStartDate": {
|
|
1145
|
+
"value": "End time must be later than start time",
|
|
1146
|
+
"comment": "This error is displayed once there is a datetime range and End time is before To time",
|
|
1147
|
+
"limit": 0
|
|
1148
|
+
},
|
|
1094
1149
|
"mvf.operator.all": {
|
|
1095
1150
|
"value": "all",
|
|
1096
1151
|
"comment": "Covers all the operators like 'Greater than', 'Less than', etc.",
|
|
@@ -1201,6 +1256,11 @@
|
|
|
1201
1256
|
"comment": "Header of a preview section",
|
|
1202
1257
|
"limit": 0
|
|
1203
1258
|
},
|
|
1259
|
+
"properties.legend.title": {
|
|
1260
|
+
"value": "Legend",
|
|
1261
|
+
"comment": "",
|
|
1262
|
+
"limit": 0
|
|
1263
|
+
},
|
|
1204
1264
|
"attrf.all": {
|
|
1205
1265
|
"value": "All",
|
|
1206
1266
|
"comment": "",
|
|
@@ -1599,5 +1659,20 @@
|
|
|
1599
1659
|
"value": "Complete list of embedding properties",
|
|
1600
1660
|
"comment": "Link to documentation of used component and all component properties",
|
|
1601
1661
|
"limit": 0
|
|
1662
|
+
},
|
|
1663
|
+
"error.overlay.login": {
|
|
1664
|
+
"value": "Login",
|
|
1665
|
+
"comment": "",
|
|
1666
|
+
"limit": 0
|
|
1667
|
+
},
|
|
1668
|
+
"error.overlay.title": {
|
|
1669
|
+
"value": "You have been logged out",
|
|
1670
|
+
"comment": "",
|
|
1671
|
+
"limit": 0
|
|
1672
|
+
},
|
|
1673
|
+
"error.overlay.text": {
|
|
1674
|
+
"value": "Please log back in to continue your work.",
|
|
1675
|
+
"comment": "",
|
|
1676
|
+
"limit": 0
|
|
1602
1677
|
}
|
|
1603
1678
|
}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
2
|
+
"empty_value": "valor vacío",
|
|
3
|
+
"gs.date.at": "en",
|
|
4
|
+
"gs.header.help": "Ayuda",
|
|
5
|
+
"gs.header.logout": "Cerrar sesión",
|
|
6
|
+
"gs.list.all": "Todo",
|
|
7
|
+
"gs.list.except": "excepto",
|
|
8
|
+
"gs.list.is": "es",
|
|
9
|
+
"gs.list.notAvailableAbbreviation": "N/D",
|
|
10
|
+
"gs.list.searchResults": "resultados de la búsqueda",
|
|
11
|
+
"gs.visualizationsList.loading": "Cargando…",
|
|
12
|
+
"gs.color-picker.inputPlaceholder": "#color",
|
|
13
|
+
"gs.color-picker.currentColor": "actual",
|
|
14
|
+
"gs.color-picker.newColor": "nuevo",
|
|
15
|
+
"gs.color-picker.cancelButton": "Cancelar",
|
|
16
|
+
"gs.color-picker.okButton": "Aceptar",
|
|
17
|
+
"gs.color-picker.hex": "hex",
|
|
18
|
+
"gs.noData.noMatchingData": "No hay datos que coincidan",
|
|
19
|
+
"gs.noData.noDataAvailable": "No hay datos que coincidan",
|
|
20
|
+
"geochart.scroll.zoom.blocker": "Use {button} + desplácese para ampliar el mapa",
|
|
21
|
+
"geochart.touch.pan.blocker": "Use dos dedos para mover el mapa",
|
|
7
22
|
"visualizations.of": "{page} de {pagesCount}",
|
|
8
|
-
"visualizations.totals.dropdown.heading": "Agregar una fila nueva",
|
|
9
23
|
"visualizations.totals.dropdown.title.sum": "Suma",
|
|
10
24
|
"visualizations.totals.dropdown.title.avg": "Media",
|
|
11
25
|
"visualizations.totals.dropdown.title.min": "Min",
|
|
@@ -15,12 +29,6 @@
|
|
|
15
29
|
"visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "La agregación de la consolidación (total) no está disponible cuando se filtra la perspectiva por valor de métrica. Para utilizar la consolidación (total), elimine todos los filtros de valores de métrica desde la barra de filtros.",
|
|
16
30
|
"visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "La agregación de la consolidación (total) no está disponible cuando se filtra la perspectiva por filtro de clasificación. Para utilizar la consolidación (total), elimine el filtro de clasificación de la barra de filtros.",
|
|
17
31
|
"visualizations.totals.dropdown.title.med": "Mediana",
|
|
18
|
-
"visualizations.totals.row.title.sum": "Suma",
|
|
19
|
-
"visualizations.totals.row.title.avg": "Media",
|
|
20
|
-
"visualizations.totals.row.title.min": "Min",
|
|
21
|
-
"visualizations.totals.row.title.max": "Máx",
|
|
22
|
-
"visualizations.totals.row.title.nat": "Total",
|
|
23
|
-
"visualizations.totals.row.title.med": "Mediana",
|
|
24
32
|
"visualizations.headline.tertiary.title": "Frente a",
|
|
25
33
|
"visualization.numericValues.k": "k",
|
|
26
34
|
"visualization.numericValues.m": "M",
|
|
@@ -47,7 +55,6 @@
|
|
|
47
55
|
"gs.filterLabel.none": "Ninguno",
|
|
48
56
|
"gs.filter.loading": "Cargando filtro…",
|
|
49
57
|
"gs.filter.error": "Error al cargar filtro",
|
|
50
|
-
"gs.list.loading": "Cargando lista…",
|
|
51
58
|
"gs.list.clear": "Borrar",
|
|
52
59
|
"gs.list.cancel": "Cancelar",
|
|
53
60
|
"gs.list.apply": "Aplicar",
|
|
@@ -57,6 +64,10 @@
|
|
|
57
64
|
"gs.list.noItemsFound": "No se ha encontrado ningún elemento.",
|
|
58
65
|
"gs.list.error": "Error al cargar los elementos de la lista",
|
|
59
66
|
"gs.header.upsellButtonText": "Actualizar",
|
|
67
|
+
"gs.header.countdown.numberOfDaysLeft": "Quedan {number} días",
|
|
68
|
+
"gs.header.countdown.numberOfMonthsLeft": "Quedan {number} meses",
|
|
69
|
+
"gs.header.countdown.oneMonthLeft": "Queda 1 mes",
|
|
70
|
+
"gs.header.countdown.lastDay": "Este es su último día",
|
|
60
71
|
"measure.title.suffix.same_period_year_ago": "MP el año anterior",
|
|
61
72
|
"measure.title.suffix.previous_period": "periodo atrás",
|
|
62
73
|
"visualizations.measure.arithmetic.sum.title": "Suma de {firstMeasureTitle} y {secondMeasureTitle}",
|
|
@@ -83,7 +94,6 @@
|
|
|
83
94
|
"loading": "Cargando…",
|
|
84
95
|
"filtering": "Filtrando…",
|
|
85
96
|
"dateFilterDropdown.title": "Rango de fechas",
|
|
86
|
-
"dateFilterDropdown.buttonTitle": "Rango de fechas",
|
|
87
97
|
"dateFilterDropdown.setDefault": "Establecer filtro de fecha predeterminado para{nbsp}lectores:",
|
|
88
98
|
"filters.thisMinute.title": "Este minuto",
|
|
89
99
|
"filters.lastMinute.title": "Último minuto",
|
|
@@ -164,7 +174,6 @@
|
|
|
164
174
|
"filters.granularity.years": "Años",
|
|
165
175
|
"filters.from": "de",
|
|
166
176
|
"filters.to": "para",
|
|
167
|
-
"filters.setTime": "establecer tiempo",
|
|
168
177
|
"filters.floatingRange": "Periodo relativo",
|
|
169
178
|
"filters.floatingRange.tooltip": "El rango de fechas es relativo a hoy y se ajusta en el tiempo.",
|
|
170
179
|
"filters.floatingRange.noMatch": "No se encontró ninguna coincidencia",
|
|
@@ -209,6 +218,7 @@
|
|
|
209
218
|
"filters.excludeCurrentPeriod.unavailable": "No disponible para el intervalo de fechas seleccionado",
|
|
210
219
|
"filters.staticPeriod": "Período estático",
|
|
211
220
|
"filters.staticPeriod.incorrectFormat": "La fecha debe estar en formato {format}",
|
|
221
|
+
"filters.staticPeriod.endDateBeforeStartDate": "La hora de fin debe ser posterior a la hora de inicio",
|
|
212
222
|
"mvf.operator.all": "todo",
|
|
213
223
|
"mvf.operator.greaterThan": "mayor que",
|
|
214
224
|
"mvf.operator.greaterThanOrEqualTo": "mayor o igual que",
|
|
@@ -231,6 +241,7 @@
|
|
|
231
241
|
"measureNumberCustomFormatDialog.howToFormat": "¿Cómo dar formato?",
|
|
232
242
|
"measureNumberCustomFormatDialog.definition": "Definición",
|
|
233
243
|
"measureNumberCustomFormatDialog.preview": "Vista previa",
|
|
244
|
+
"properties.legend.title": "Leyenda",
|
|
234
245
|
"attrf.all": "Todo",
|
|
235
246
|
"attrf.all_except": "Todo excepto",
|
|
236
247
|
"rankingFilter.topBottom": "Valores superiores/inferiores",
|
|
@@ -291,13 +302,16 @@
|
|
|
291
302
|
"embedInsightDialog.code.options.include.config.info": "Incluya la configuración de la perspectiva en cuanto a colores, ejes, leyenda y lienzos si está disponible.",
|
|
292
303
|
"embedInsightDialog.code.options.custom.height": "Personalizar altura",
|
|
293
304
|
"embedInsightDialog.code.options.display.title": "Mostrar título",
|
|
294
|
-
"embedInsightDialog.headLine.byReference": "Incrustar perspectiva
|
|
295
|
-
"embedInsightDialog.headLine.byDefinition": "
|
|
296
|
-
"embedInsightDialog.
|
|
297
|
-
"embedInsightDialog.
|
|
305
|
+
"embedInsightDialog.headLine.byReference": "Incrustar como perspectiva directa",
|
|
306
|
+
"embedInsightDialog.headLine.byDefinition": "Incrustar como perspectiva permanente",
|
|
307
|
+
"embedInsightDialog.headLine.byReference.tooltip": "Incrustar como una referencia a una perspectiva guardada en un componente de reacción genérico de GD.UI. Cualquier cambio futuro en la perspectiva (como tipo de visuailzación, métricas, atributos) quedará reflejado en la versión incrustada.",
|
|
308
|
+
"embedInsightDialog.headLine.byDefinition.tooltip": "Incrustar como una definición de perspectiva en un componente de reacción específico de GD.UI según el tipo de visualización seleccionado actualmente. Ningún cambio futuro en la perspectiva (como tipo de visualización, métricas, atributos) hecho en esta aplicación quedará reflejado en la versión incrustada.",
|
|
298
309
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>Nota.</b> Para que este fragmento de código funcione, prepare su entorno.",
|
|
299
310
|
"embedInsightDialog.prepareEnvironmentMessage.link": "Más información",
|
|
300
311
|
"embed.dialog.numeric.input.validation": "El valor debe ser un número mayor que 0",
|
|
301
312
|
"embed.dialog.numeric.input.warning": "Esta entrada acepta solo dígitos mayores que 0",
|
|
302
|
-
"embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación"
|
|
313
|
+
"embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación",
|
|
314
|
+
"error.overlay.login": "Iniciar sesión",
|
|
315
|
+
"error.overlay.title": "Se ha cerrado la sesión",
|
|
316
|
+
"error.overlay.text": "Iníciela de nuevo para continuar su trabajo."
|
|
303
317
|
}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
2
|
+
"empty_value": "valeur vide",
|
|
3
|
+
"gs.date.at": "à",
|
|
4
|
+
"gs.header.help": "Aide",
|
|
5
|
+
"gs.header.logout": "Déconnexion",
|
|
6
|
+
"gs.list.all": "Tout",
|
|
7
|
+
"gs.list.except": "sauf",
|
|
8
|
+
"gs.list.is": "est",
|
|
9
|
+
"gs.list.notAvailableAbbreviation": "S/O",
|
|
10
|
+
"gs.list.searchResults": "résultats de la recherche",
|
|
11
|
+
"gs.visualizationsList.loading": "Chargement en cours…",
|
|
12
|
+
"gs.color-picker.inputPlaceholder": "#color",
|
|
13
|
+
"gs.color-picker.currentColor": "en cours",
|
|
14
|
+
"gs.color-picker.newColor": "nouvelle",
|
|
15
|
+
"gs.color-picker.cancelButton": "Annuler",
|
|
16
|
+
"gs.color-picker.okButton": "OK",
|
|
17
|
+
"gs.color-picker.hex": "hex",
|
|
18
|
+
"gs.noData.noMatchingData": "Aucune donnée correspondante",
|
|
19
|
+
"gs.noData.noDataAvailable": "Aucune donnée correspondante",
|
|
20
|
+
"geochart.scroll.zoom.blocker": "Utilisez {button} + défilement pour zoomer sur la carte",
|
|
21
|
+
"geochart.touch.pan.blocker": "Utilisez deux doigts pour déplacer la carte",
|
|
7
22
|
"visualizations.of": "{page} sur {pagesCount}",
|
|
8
|
-
"visualizations.totals.dropdown.heading": "Ajouter une nouvelle ligne",
|
|
9
23
|
"visualizations.totals.dropdown.title.sum": "Somme",
|
|
10
24
|
"visualizations.totals.dropdown.title.avg": "Moyenne",
|
|
11
25
|
"visualizations.totals.dropdown.title.min": "Min",
|
|
@@ -15,12 +29,6 @@
|
|
|
15
29
|
"visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "L'agrégation Cumul (Total) n'est pas disponible en filtrant la perception par valeur de métrique. Pour utiliser Cumul (Total), supprimez tous les filtres de valeur de métrique de la barre de filtres.",
|
|
16
30
|
"visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "L'agrégation Cumul (Total) n'est pas disponible lorsque la perception utilise un filtre de classement. Pour utiliser Cumul (Total), retirez le filtre de classement de la barre de filtres.",
|
|
17
31
|
"visualizations.totals.dropdown.title.med": "Médiane",
|
|
18
|
-
"visualizations.totals.row.title.sum": "Somme",
|
|
19
|
-
"visualizations.totals.row.title.avg": "Moyenne",
|
|
20
|
-
"visualizations.totals.row.title.min": "Min",
|
|
21
|
-
"visualizations.totals.row.title.max": "Max",
|
|
22
|
-
"visualizations.totals.row.title.nat": "Total",
|
|
23
|
-
"visualizations.totals.row.title.med": "Médiane",
|
|
24
32
|
"visualizations.headline.tertiary.title": "Par rapport à",
|
|
25
33
|
"visualization.numericValues.k": "k",
|
|
26
34
|
"visualization.numericValues.m": "M",
|
|
@@ -47,7 +55,6 @@
|
|
|
47
55
|
"gs.filterLabel.none": "Aucun(e)",
|
|
48
56
|
"gs.filter.loading": "Chargement du filtre en cours …",
|
|
49
57
|
"gs.filter.error": "Erreur lors du chargement du filtre",
|
|
50
|
-
"gs.list.loading": "Chargement de la liste en cours…",
|
|
51
58
|
"gs.list.clear": "Effacer",
|
|
52
59
|
"gs.list.cancel": "Annuler",
|
|
53
60
|
"gs.list.apply": "Appliquer",
|
|
@@ -57,6 +64,10 @@
|
|
|
57
64
|
"gs.list.noItemsFound": "Éléments introuvables.",
|
|
58
65
|
"gs.list.error": "Erreur lors du chargement des éléments de la liste",
|
|
59
66
|
"gs.header.upsellButtonText": "Mise à niveau",
|
|
67
|
+
"gs.header.countdown.numberOfDaysLeft": "{number} jours restants",
|
|
68
|
+
"gs.header.countdown.numberOfMonthsLeft": "{number} mois restants",
|
|
69
|
+
"gs.header.countdown.oneMonthLeft": "1 mois restant",
|
|
70
|
+
"gs.header.countdown.lastDay": "Aujourd'hui est votre dernier jour",
|
|
60
71
|
"measure.title.suffix.same_period_year_ago": "MP de l'année antérieure",
|
|
61
72
|
"measure.title.suffix.previous_period": "période précédente",
|
|
62
73
|
"visualizations.measure.arithmetic.sum.title": "Somme de {firstMeasureTitle} et {secondMeasureTitle}",
|
|
@@ -83,7 +94,6 @@
|
|
|
83
94
|
"loading": "Chargement en cours…",
|
|
84
95
|
"filtering": "Filtrage…",
|
|
85
96
|
"dateFilterDropdown.title": "Plage de dates",
|
|
86
|
-
"dateFilterDropdown.buttonTitle": "Plage de dates",
|
|
87
97
|
"dateFilterDropdown.setDefault": "Définissez le filtre de date par défaut pour les{nbsp}lecteurs :",
|
|
88
98
|
"filters.thisMinute.title": "Cette minute",
|
|
89
99
|
"filters.lastMinute.title": "Dernière minute",
|
|
@@ -164,7 +174,6 @@
|
|
|
164
174
|
"filters.granularity.years": "Années",
|
|
165
175
|
"filters.from": "de",
|
|
166
176
|
"filters.to": "à",
|
|
167
|
-
"filters.setTime": "définir l'heure",
|
|
168
177
|
"filters.floatingRange": "Période relative",
|
|
169
178
|
"filters.floatingRange.tooltip": "La plage de dates se base sur la date du jour et s'ajuste dans le temps.",
|
|
170
179
|
"filters.floatingRange.noMatch": "Aucune correspondance trouvée",
|
|
@@ -209,6 +218,7 @@
|
|
|
209
218
|
"filters.excludeCurrentPeriod.unavailable": "Indisponible pour la plage de dates sélectionnée",
|
|
210
219
|
"filters.staticPeriod": "Période statique",
|
|
211
220
|
"filters.staticPeriod.incorrectFormat": "La date doit être au format {format}",
|
|
221
|
+
"filters.staticPeriod.endDateBeforeStartDate": "L'heure de fin doit être ultérieure à l'heure de début",
|
|
212
222
|
"mvf.operator.all": "tout",
|
|
213
223
|
"mvf.operator.greaterThan": "supérieur à",
|
|
214
224
|
"mvf.operator.greaterThanOrEqualTo": "supérieur ou égal à",
|
|
@@ -231,6 +241,7 @@
|
|
|
231
241
|
"measureNumberCustomFormatDialog.howToFormat": "Instructions sur le format",
|
|
232
242
|
"measureNumberCustomFormatDialog.definition": "Définition",
|
|
233
243
|
"measureNumberCustomFormatDialog.preview": "Aperçu",
|
|
244
|
+
"properties.legend.title": "Légende",
|
|
234
245
|
"attrf.all": "Tout",
|
|
235
246
|
"attrf.all_except": "Tout sauf",
|
|
236
247
|
"rankingFilter.topBottom": "Meilleures/moins bonnes valeurs",
|
|
@@ -291,13 +302,16 @@
|
|
|
291
302
|
"embedInsightDialog.code.options.include.config.info": "Inclure la configuration disponible des couleurs, axes, légendes et canevas de la perception.",
|
|
292
303
|
"embedInsightDialog.code.options.custom.height": "Hauteur personnalisée",
|
|
293
304
|
"embedInsightDialog.code.options.display.title": "Afficher le titre",
|
|
294
|
-
"embedInsightDialog.headLine.byReference": "Incorporer
|
|
295
|
-
"embedInsightDialog.headLine.byDefinition": "Incorporer
|
|
296
|
-
"embedInsightDialog.
|
|
297
|
-
"embedInsightDialog.
|
|
305
|
+
"embedInsightDialog.headLine.byReference": "Incorporer en tant que perception directe",
|
|
306
|
+
"embedInsightDialog.headLine.byDefinition": "Incorporer en tant que perception permanente",
|
|
307
|
+
"embedInsightDialog.headLine.byReference.tooltip": "Incorporer en tant que référence à une perception enregistrée dans un composant React GD.UI générique. Toute modification ultérieure de cette perception (type de visualisation, métriques ou attributs par exemple) est appliquée à la version incorporée.",
|
|
308
|
+
"embedInsightDialog.headLine.byDefinition.tooltip": "Incorporer en tant que définition de perception dans un composant React GD.UI spécifique sur la base du type de visualisation actuellement sélectionné. Aucune modification ultérieure de cette perception (type de visualisation, métriques ou attributs par exemple) effectuée dans cette application n'est appliquée à la version incorporée.",
|
|
298
309
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>Remarque.</b> Pour que cet extrait fonctionne, vous devez préparer l'environnement.",
|
|
299
310
|
"embedInsightDialog.prepareEnvironmentMessage.link": "En savoir plus",
|
|
300
311
|
"embed.dialog.numeric.input.validation": "La valeur doit être supérieure à 0",
|
|
301
312
|
"embed.dialog.numeric.input.warning": "La saisie n'accepte que les chiffres supérieurs à 0.",
|
|
302
|
-
"embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation"
|
|
313
|
+
"embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation",
|
|
314
|
+
"error.overlay.login": "Connexion",
|
|
315
|
+
"error.overlay.title": "Vous avez été déconnecté(e)",
|
|
316
|
+
"error.overlay.text": "Pour continuer à travailler, reconnectez-vous."
|
|
303
317
|
}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
2
|
+
"empty_value": "空の値",
|
|
3
|
+
"gs.date.at": "の時刻",
|
|
4
|
+
"gs.header.help": "ヘルプ",
|
|
5
|
+
"gs.header.logout": "ログアウト",
|
|
6
|
+
"gs.list.all": "すべて",
|
|
7
|
+
"gs.list.except": "次を除く",
|
|
8
|
+
"gs.list.is": "は",
|
|
9
|
+
"gs.list.notAvailableAbbreviation": "該当なし",
|
|
10
|
+
"gs.list.searchResults": "検索結果",
|
|
11
|
+
"gs.visualizationsList.loading": "読み込んでいます…",
|
|
12
|
+
"gs.color-picker.inputPlaceholder": "#color",
|
|
13
|
+
"gs.color-picker.currentColor": "現在",
|
|
14
|
+
"gs.color-picker.newColor": "新規",
|
|
15
|
+
"gs.color-picker.cancelButton": "キャンセル",
|
|
16
|
+
"gs.color-picker.okButton": "OK",
|
|
17
|
+
"gs.color-picker.hex": "ヘックス",
|
|
18
|
+
"gs.noData.noMatchingData": "一致するデータがありません",
|
|
19
|
+
"gs.noData.noDataAvailable": "一致するデータがありません",
|
|
20
|
+
"geochart.scroll.zoom.blocker": "地図をズームするには、{button} スクロールを使用します",
|
|
21
|
+
"geochart.touch.pan.blocker": "地図を移動するには、 2 本の指を使用します",
|
|
7
22
|
"visualizations.of": "{page} / {pagesCount}",
|
|
8
|
-
"visualizations.totals.dropdown.heading": "新しい行を追加",
|
|
9
23
|
"visualizations.totals.dropdown.title.sum": "合計",
|
|
10
24
|
"visualizations.totals.dropdown.title.avg": "平均",
|
|
11
25
|
"visualizations.totals.dropdown.title.min": "最小",
|
|
@@ -15,12 +29,6 @@
|
|
|
15
29
|
"visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "ロールアップ(合計)集約はインサイトをメトリック値でフィルターした場合には使用できません。ロールアップ(合計)を使用するにはフィルターバーからメトリック値フィルターを全て解除してください。",
|
|
16
30
|
"visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "ロールアップ(合計)集約はインサイトをメジャーでフィルターした場合に使用できません。ロールアップ(合計)を使用するにはフィルターバーからメジャーフィルターを全て解除してください。",
|
|
17
31
|
"visualizations.totals.dropdown.title.med": "中央値",
|
|
18
|
-
"visualizations.totals.row.title.sum": "合計",
|
|
19
|
-
"visualizations.totals.row.title.avg": "平均",
|
|
20
|
-
"visualizations.totals.row.title.min": "最小",
|
|
21
|
-
"visualizations.totals.row.title.max": "最高",
|
|
22
|
-
"visualizations.totals.row.title.nat": "合計",
|
|
23
|
-
"visualizations.totals.row.title.med": "中央値",
|
|
24
32
|
"visualizations.headline.tertiary.title": "対",
|
|
25
33
|
"visualization.numericValues.k": "k",
|
|
26
34
|
"visualization.numericValues.m": "M",
|
|
@@ -47,7 +55,6 @@
|
|
|
47
55
|
"gs.filterLabel.none": "なし",
|
|
48
56
|
"gs.filter.loading": "フィルターを読み込み中…",
|
|
49
57
|
"gs.filter.error": "フィルターの読み込みエラー",
|
|
50
|
-
"gs.list.loading": "リストを読み込み中…",
|
|
51
58
|
"gs.list.clear": "クリア",
|
|
52
59
|
"gs.list.cancel": "キャンセル",
|
|
53
60
|
"gs.list.apply": "適用",
|
|
@@ -57,6 +64,10 @@
|
|
|
57
64
|
"gs.list.noItemsFound": "アイテムが見つかりません。",
|
|
58
65
|
"gs.list.error": "リストの読み込みエラー",
|
|
59
66
|
"gs.header.upsellButtonText": "アップグレード",
|
|
67
|
+
"gs.header.countdown.numberOfDaysLeft": "残り {number} 日",
|
|
68
|
+
"gs.header.countdown.numberOfMonthsLeft": "残り {number} ヶ月",
|
|
69
|
+
"gs.header.countdown.oneMonthLeft": "残り 1 ヶ月",
|
|
70
|
+
"gs.header.countdown.lastDay": "最終日です",
|
|
60
71
|
"measure.title.suffix.same_period_year_ago": "前年同期",
|
|
61
72
|
"measure.title.suffix.previous_period": " 期前",
|
|
62
73
|
"visualizations.measure.arithmetic.sum.title": "{firstMeasureTitle} と {secondMeasureTitle} の和",
|
|
@@ -83,7 +94,6 @@
|
|
|
83
94
|
"loading": "読み込んでいます…",
|
|
84
95
|
"filtering": "フィルタリング中…",
|
|
85
96
|
"dateFilterDropdown.title": "日付範囲",
|
|
86
|
-
"dateFilterDropdown.buttonTitle": "日付範囲",
|
|
87
97
|
"dateFilterDropdown.setDefault": "ビューアーのデフォルトの{nbsp}日付フィルターを設定:",
|
|
88
98
|
"filters.thisMinute.title": "現時点",
|
|
89
99
|
"filters.lastMinute.title": "一分前",
|
|
@@ -164,7 +174,6 @@
|
|
|
164
174
|
"filters.granularity.years": "年次",
|
|
165
175
|
"filters.from": "開始時点",
|
|
166
176
|
"filters.to": "終了時点",
|
|
167
|
-
"filters.setTime": "設定時間",
|
|
168
177
|
"filters.floatingRange": "関連時間",
|
|
169
178
|
"filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
|
|
170
179
|
"filters.floatingRange.noMatch": "一致するものがありません",
|
|
@@ -209,6 +218,7 @@
|
|
|
209
218
|
"filters.excludeCurrentPeriod.unavailable": "選択したデータ範囲ではご利用いただけません",
|
|
210
219
|
"filters.staticPeriod": "固定期間",
|
|
211
220
|
"filters.staticPeriod.incorrectFormat": "日付形式は {format} にする必要があります",
|
|
221
|
+
"filters.staticPeriod.endDateBeforeStartDate": "終了時刻は開始時刻より後にする必要があります",
|
|
212
222
|
"mvf.operator.all": "すべて",
|
|
213
223
|
"mvf.operator.greaterThan": "より大きい",
|
|
214
224
|
"mvf.operator.greaterThanOrEqualTo": "以上",
|
|
@@ -231,6 +241,7 @@
|
|
|
231
241
|
"measureNumberCustomFormatDialog.howToFormat": "フォーマット方法",
|
|
232
242
|
"measureNumberCustomFormatDialog.definition": "定義",
|
|
233
243
|
"measureNumberCustomFormatDialog.preview": "プレビュー",
|
|
244
|
+
"properties.legend.title": "凡例",
|
|
234
245
|
"attrf.all": "すべて",
|
|
235
246
|
"attrf.all_except": "次を除くすべて",
|
|
236
247
|
"rankingFilter.topBottom": "上位/下位の値",
|
|
@@ -255,7 +266,7 @@
|
|
|
255
266
|
"attributesDropdown.noData": "このアトリビュートには値がありません。",
|
|
256
267
|
"shareDialog.share.grantee.title": "ユーザやグループと共有",
|
|
257
268
|
"shareDialog.share.grantee.share": "共有する",
|
|
258
|
-
"shareDialog.share.grantee.list.title": "
|
|
269
|
+
"shareDialog.share.grantee.list.title": "共有先",
|
|
259
270
|
"shareDialog.share.grantee.add": "追加",
|
|
260
271
|
"shareDialog.share.grantee.add.empty.selection": "ユーザーやグループが選択されていません。",
|
|
261
272
|
"shareDialog.share.grantee.add.info": "ユーザーまたはグループを追加",
|
|
@@ -291,13 +302,16 @@
|
|
|
291
302
|
"embedInsightDialog.code.options.include.config.info": "カラー、軸、凡例、キャンバス(使用可能な場合)のインサイト設定を含めます。",
|
|
292
303
|
"embedInsightDialog.code.options.custom.height": "ユーザー設定の高さ",
|
|
293
304
|
"embedInsightDialog.code.options.display.title": "タイトルを表示",
|
|
294
|
-
"embedInsightDialog.headLine.byReference": "
|
|
295
|
-
"embedInsightDialog.headLine.byDefinition": "
|
|
296
|
-
"embedInsightDialog.
|
|
297
|
-
"embedInsightDialog.
|
|
305
|
+
"embedInsightDialog.headLine.byReference": "ライブインサイトとして埋め込みます",
|
|
306
|
+
"embedInsightDialog.headLine.byDefinition": "永続的なインサイトとして埋め込みます",
|
|
307
|
+
"embedInsightDialog.headLine.byReference.tooltip": "保存されたインサイトへのレファレンスとして、一般的な GD.UI リアクトコンポーネントに埋め込みます。今後のインサイトの変更(表示タイプ、メトリック、属性など)は、埋め込みバージョンに反映されます。",
|
|
308
|
+
"embedInsightDialog.headLine.byDefinition.tooltip": "現在選択されている表示タイプに基づいて、特定の GD.UI リアクト構成要素にインサイト定義として埋め込みます。このアプリケーションで行われるインサイト(表示タイプ、メトリック、属性など)に対する今後の変更は、埋め込みバージョンには反映されません。",
|
|
298
309
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>注: </b> このスニペットが動作するように環境を準備します。",
|
|
299
310
|
"embedInsightDialog.prepareEnvironmentMessage.link": "詳細",
|
|
300
311
|
"embed.dialog.numeric.input.validation": "値は 0 より大きい数値にしてください",
|
|
301
312
|
"embed.dialog.numeric.input.warning": "この入力には、0 より大きい数字のみを使用できます",
|
|
302
|
-
"embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです"
|
|
313
|
+
"embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです",
|
|
314
|
+
"error.overlay.login": "ログイン",
|
|
315
|
+
"error.overlay.title": "ログアウトしています",
|
|
316
|
+
"error.overlay.text": "作業を続行するには、再度ログインしてください。"
|
|
303
317
|
}
|