@gooddata/sdk-ui 8.12.0-alpha.54 → 8.12.0-alpha.55

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.
@@ -179,8 +179,8 @@
179
179
  "filters.granularity.years": "年次",
180
180
  "filters.from": "開始時点",
181
181
  "filters.to": "終了時点",
182
- "filters.floatingRange": "関連時間",
183
- "filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
182
+ "filters.floatingRange": "相対期間",
183
+ "filters.floatingRange.tooltip": "日付の範囲は今日を基準とした相対的な期間に調整されます。",
184
184
  "filters.floatingRange.noMatch": "一致するものがありません",
185
185
  "filters.floatingRange.tooBig": "最大値: {limit}",
186
186
  "filters.floatingRange.option.minute.offset.history": "{n, plural, one {一分前} other {# 分前}}",
@@ -205,7 +205,7 @@
205
205
  "filters.floatingRange.option.year.offset.today": "今年",
206
206
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {来年} other {# 年先}}",
207
207
  "filters.allTime.title": "全期間",
208
- "filters.allTime.excludeCurrentPeriod": "期限なしを除外",
208
+ "filters.allTime.excludeCurrentPeriod": "該当期間を除外",
209
209
  "filters.minute.title": "分間",
210
210
  "filters.minute.excludeCurrentPeriod": "現時点を除外",
211
211
  "filters.hour.title": "時間",
@@ -217,7 +217,7 @@
217
217
  "filters.month.title": "月",
218
218
  "filters.month.excludeCurrentPeriod": "今月を除外",
219
219
  "filters.quarter.title": "四半期",
220
- "filters.quarter.excludeCurrentPeriod": "現四半期を除外",
220
+ "filters.quarter.excludeCurrentPeriod": "今四半期を除外",
221
221
  "filters.year.title": "年",
222
222
  "filters.year.excludeCurrentPeriod": "今年を除外",
223
223
  "filters.excludeCurrentPeriod.unavailable": "選択したデータ範囲ではご利用いただけません",
@@ -179,8 +179,8 @@
179
179
  "filters.granularity.years": "年次",
180
180
  "filters.from": "開始時点",
181
181
  "filters.to": "終了時点",
182
- "filters.floatingRange": "関連時間",
183
- "filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
182
+ "filters.floatingRange": "相対期間",
183
+ "filters.floatingRange.tooltip": "日付の範囲は今日を基準とした相対的な期間に調整されます。",
184
184
  "filters.floatingRange.noMatch": "一致するものがありません",
185
185
  "filters.floatingRange.tooBig": "最大値: {limit}",
186
186
  "filters.floatingRange.option.minute.offset.history": "{n, plural, one {一分前} other {# 分前}}",
@@ -205,7 +205,7 @@
205
205
  "filters.floatingRange.option.year.offset.today": "今年",
206
206
  "filters.floatingRange.option.year.offset.future": "{n, plural, one {来年} other {# 年先}}",
207
207
  "filters.allTime.title": "全期間",
208
- "filters.allTime.excludeCurrentPeriod": "期限なしを除外",
208
+ "filters.allTime.excludeCurrentPeriod": "該当期間を除外",
209
209
  "filters.minute.title": "分間",
210
210
  "filters.minute.excludeCurrentPeriod": "現時点を除外",
211
211
  "filters.hour.title": "時間",
@@ -217,7 +217,7 @@
217
217
  "filters.month.title": "月",
218
218
  "filters.month.excludeCurrentPeriod": "今月を除外",
219
219
  "filters.quarter.title": "四半期",
220
- "filters.quarter.excludeCurrentPeriod": "現四半期を除外",
220
+ "filters.quarter.excludeCurrentPeriod": "今四半期を除外",
221
221
  "filters.year.title": "年",
222
222
  "filters.year.excludeCurrentPeriod": "今年を除外",
223
223
  "filters.excludeCurrentPeriod.unavailable": "選択したデータ範囲ではご利用いただけません",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.12.0-alpha.54",
3
+ "version": "8.12.0-alpha.55",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@formatjs/intl-pluralrules": "~1.3.7",
39
39
  "@gooddata/numberjs": "^4.0.3",
40
- "@gooddata/sdk-backend-spi": "^8.12.0-alpha.54",
41
- "@gooddata/sdk-model": "^8.12.0-alpha.54",
42
- "@gooddata/util": "^8.12.0-alpha.54",
40
+ "@gooddata/sdk-backend-spi": "^8.12.0-alpha.55",
41
+ "@gooddata/sdk-model": "^8.12.0-alpha.55",
42
+ "@gooddata/util": "^8.12.0-alpha.55",
43
43
  "custom-event": "^1.0.1",
44
44
  "hoist-non-react-statics": "^3.3.0",
45
45
  "http-status-codes": "^2.1.4",
@@ -56,11 +56,11 @@
56
56
  "react-dom": "^16.10.0 || ^17.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@gooddata/i18n-toolkit": "^8.12.0-alpha.54",
59
+ "@gooddata/i18n-toolkit": "^8.12.0-alpha.55",
60
60
  "@gooddata/eslint-config": "^2.1.0",
61
- "@gooddata/reference-workspace": "^8.12.0-alpha.54",
62
- "@gooddata/sdk-backend-base": "^8.12.0-alpha.54",
63
- "@gooddata/sdk-backend-mockingbird": "^8.12.0-alpha.54",
61
+ "@gooddata/reference-workspace": "^8.12.0-alpha.55",
62
+ "@gooddata/sdk-backend-base": "^8.12.0-alpha.55",
63
+ "@gooddata/sdk-backend-mockingbird": "^8.12.0-alpha.55",
64
64
  "@gooddata/stylelint-config": "^5.0.0",
65
65
  "@microsoft/api-documenter": "^7.17.0",
66
66
  "@microsoft/api-extractor": "^7.20.0",