Merge remote-tracking branch 'origin/main' into ds-apiserver-with-configs
This commit is contained in:
@@ -65,7 +65,7 @@ require (
|
||||
github.com/go-toolsmith/astp v1.1.0 // indirect
|
||||
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
||||
github.com/go-toolsmith/typep v1.1.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
||||
github.com/gobwas/glob v0.2.3 // indirect
|
||||
github.com/gofrs/flock v0.12.1 // indirect
|
||||
|
||||
@@ -142,8 +142,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
|
||||
github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ=
|
||||
github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus=
|
||||
github.com/go-toolsmith/typep v1.1.0/go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY=
|
||||
github.com/go-xmlfmt/xmlfmt v1.1.3/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM=
|
||||
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
|
||||
|
||||
@@ -18,7 +18,7 @@ require (
|
||||
github.com/evilmartians/lefthook v1.4.8 // indirect
|
||||
github.com/fatih/color v1.18.0 // indirect
|
||||
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/gobwas/glob v0.2.3 // indirect
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
|
||||
@@ -29,8 +29,8 @@ github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHk
|
||||
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
|
||||
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
|
||||
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
|
||||
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
|
||||
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
||||
|
||||
@@ -24,7 +24,7 @@ require (
|
||||
github.com/go-openapi/swag v0.23.0 // indirect
|
||||
github.com/go-openapi/validate v0.24.0 // indirect
|
||||
github.com/go-swagger/go-swagger v0.30.6-0.20240310114303-db51e79a0e37 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/gorilla/handlers v1.5.2 // indirect
|
||||
|
||||
@@ -41,8 +41,8 @@ github.com/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3Bum
|
||||
github.com/go-openapi/validate v0.24.0/go.mod h1:iyeX1sEufmv3nPbBdX3ieNviWnOZaJ1+zquzJEf2BAQ=
|
||||
github.com/go-swagger/go-swagger v0.30.6-0.20240310114303-db51e79a0e37 h1:KFcZmKdZmapAog2+eL1buervAYrYolBZk7fMecPPDmo=
|
||||
github.com/go-swagger/go-swagger v0.30.6-0.20240310114303-db51e79a0e37/go.mod h1:i1/E+d8iPNReSE7y04FaVu5OPKB3il5cn+T1Egogg3I=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
||||
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
||||
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
||||
|
||||
+1
-1
@@ -177,7 +177,7 @@ require (
|
||||
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
||||
github.com/go-sql-driver/mysql v1.9.3 // indirect
|
||||
github.com/go-stack/stack v1.8.1 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/gobwas/glob v0.2.3 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
||||
|
||||
+2
-2
@@ -556,8 +556,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
|
||||
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
|
||||
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
|
||||
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:9wScpmSP5A3Bk8V3XHWUcJmYTh+ZnlHVyc+A4oZYS3Y=
|
||||
github.com/go-xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:56xuuqnHyryaerycW3BfssRdxQstACi0Epw/yC5E2xM=
|
||||
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
include ../sdk.mk
|
||||
|
||||
.PHONY: generate
|
||||
generate: install-app-sdk update-app-sdk ## Run Grafana App SDK code generation
|
||||
.PHONY: generate # Run Grafana App SDK code generation
|
||||
generate: install-app-sdk update-app-sdk
|
||||
@$(APP_SDK_BIN) generate \
|
||||
--source=./kinds/ \
|
||||
--gogenpath=./pkg/apis \
|
||||
--grouping=group \
|
||||
--defencoding=none \
|
||||
--noschemasinmanifest \
|
||||
--postprocess \
|
||||
--useoldmanifestkinds
|
||||
--postprocess
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
package secret
|
||||
|
||||
import "github.com/grafana/grafana/apps/secret/kinds/v1beta1"
|
||||
|
||||
keeper: {
|
||||
kind: "Keeper"
|
||||
pluralName: "Keepers"
|
||||
current: "v1beta1"
|
||||
scope: "Namespaced"
|
||||
codegen: {
|
||||
ts: {
|
||||
enabled: false
|
||||
}
|
||||
go: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
versions: {
|
||||
"v1beta1": {
|
||||
schema: {
|
||||
spec: v1beta1.KeeperSpec
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,11 @@
|
||||
package secret
|
||||
package kinds
|
||||
|
||||
import "github.com/grafana/grafana/apps/secret/kinds/v1beta1"
|
||||
|
||||
manifest: {
|
||||
appName: "secret"
|
||||
groupOverride: "secret.grafana.app"
|
||||
kinds: [
|
||||
securevalue,
|
||||
keeper,
|
||||
]
|
||||
versions: {
|
||||
"v1beta1": v1beta1.manifest
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
package secret
|
||||
|
||||
import "github.com/grafana/grafana/apps/secret/kinds/v1beta1"
|
||||
|
||||
securevalue: {
|
||||
kind: "SecureValue"
|
||||
pluralName: "SecureValues"
|
||||
current: "v1beta1"
|
||||
scope: "Namespaced"
|
||||
codegen: {
|
||||
ts: {
|
||||
enabled: false
|
||||
}
|
||||
go: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
versions: {
|
||||
"v1beta1": {
|
||||
schema: {
|
||||
spec: v1beta1.SecureValueSpec
|
||||
status: v1beta1.SecureValueStatus
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
package v1beta1
|
||||
|
||||
keeper: {
|
||||
kind: "Keeper"
|
||||
pluralName: "Keepers"
|
||||
scope: "Namespaced"
|
||||
schema: {
|
||||
spec: KeeperSpec
|
||||
}
|
||||
}
|
||||
|
||||
securevalue: {
|
||||
kind: "SecureValue"
|
||||
pluralName: "SecureValues"
|
||||
scope: "Namespaced"
|
||||
schema: {
|
||||
spec: SecureValueSpec
|
||||
status: SecureValueStatus
|
||||
}
|
||||
}
|
||||
|
||||
manifest: {
|
||||
kinds: [securevalue, keeper]
|
||||
codegen: {
|
||||
ts: {
|
||||
enabled: false
|
||||
}
|
||||
go: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -411,7 +411,7 @@ require (
|
||||
github.com/go-openapi/spec v0.21.0 // indirect
|
||||
github.com/go-openapi/swag v0.23.0 // indirect
|
||||
github.com/go-openapi/validate v0.24.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
||||
github.com/goccy/go-json v0.10.5 // indirect
|
||||
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
||||
github.com/gogo/googleapis v1.4.1 // indirect
|
||||
|
||||
@@ -1352,8 +1352,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
|
||||
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
|
||||
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
|
||||
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
|
||||
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
|
||||
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
|
||||
github.com/go-xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:9wScpmSP5A3Bk8V3XHWUcJmYTh+ZnlHVyc+A4oZYS3Y=
|
||||
github.com/go-xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a/go.mod h1:56xuuqnHyryaerycW3BfssRdxQstACi0Epw/yC5E2xM=
|
||||
github.com/go-zookeeper/zk v1.0.4 h1:DPzxraQx7OrPyXq2phlGlNSIyWEsAox0RJmjTseMV6I=
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
import { fireEvent, queryByLabelText, render, screen } from '@testing-library/react';
|
||||
import { fireEvent, queryByLabelText, render, screen, waitFor } from '@testing-library/react';
|
||||
|
||||
import type { DataSourceApi } from '@grafana/data';
|
||||
import type { DataSourceSrv, GetDataSourceListFilters } from '@grafana/runtime';
|
||||
import { DataSourceRef, type DataQuery } from '@grafana/schema';
|
||||
import { mockDataSource } from 'app/features/alerting/unified/mocks';
|
||||
import { DataSourceType } from 'app/features/alerting/unified/utils/datasource';
|
||||
import createMockPanelData from 'app/plugins/datasource/azuremonitor/mocks/panelData';
|
||||
import { MIXED_DATASOURCE_NAME } from 'app/plugins/datasource/mixed/MixedDataSource';
|
||||
|
||||
import { QueryEditorRows, Props } from './QueryEditorRows';
|
||||
|
||||
@@ -17,20 +20,15 @@ const mockVariable = mockDataSource({
|
||||
type: 'datasource',
|
||||
});
|
||||
|
||||
const dsSrvMock: Pick<DataSourceSrv, 'get' | 'getList' | 'getInstanceSettings'> = {
|
||||
get: jest.fn(async () => ({ getDefaultQuery: undefined }) as unknown as DataSourceApi),
|
||||
getList: jest.fn((filters?: GetDataSourceListFilters) => (filters?.variables ? [mockDS, mockVariable] : [mockDS])),
|
||||
getInstanceSettings: jest.fn(() => mockDS),
|
||||
};
|
||||
|
||||
jest.mock('@grafana/runtime', () => ({
|
||||
...jest.requireActual('@grafana/runtime'),
|
||||
getDataSourceSrv: () => ({
|
||||
get: () => Promise.resolve({ ...mockDS, getRef: () => {} }),
|
||||
getList: ({ variables }: { variables: boolean }) => (variables ? [mockDS, mockVariable] : [mockDS]),
|
||||
getInstanceSettings: () => ({
|
||||
...mockDS,
|
||||
meta: {
|
||||
...mockDS.meta,
|
||||
alerting: true,
|
||||
mixed: true,
|
||||
},
|
||||
}),
|
||||
}),
|
||||
getDataSourceSrv: () => dsSrvMock,
|
||||
}));
|
||||
|
||||
const props: Props = {
|
||||
@@ -60,15 +58,6 @@ const props: Props = {
|
||||
data: createMockPanelData(),
|
||||
};
|
||||
|
||||
jest.mock('@grafana/runtime', () => ({
|
||||
...jest.requireActual('@grafana/runtime'),
|
||||
getDataSourceSrv: () => ({
|
||||
get: () => Promise.resolve(mockDS),
|
||||
getList: ({ variables }: { variables: boolean }) => (variables ? [mockDS, mockVariable] : [mockDS]),
|
||||
getInstanceSettings: () => mockDS,
|
||||
}),
|
||||
}));
|
||||
|
||||
describe('QueryEditorRows', () => {
|
||||
it('Should call onQueriesChange with skipAutoImport when replacing query', () => {
|
||||
const onQueriesChangeMock = jest.fn();
|
||||
@@ -170,6 +159,36 @@ describe('QueryEditorRows', () => {
|
||||
expect(onQueriesChange).toHaveBeenCalledTimes(queryEditorRows.length);
|
||||
expect(onQueryRemoved).toHaveBeenCalledTimes(queryEditorRows.length);
|
||||
});
|
||||
|
||||
it('Should call getDefaultQuery when changing datasource with mixed datasource enabled', async () => {
|
||||
const onQueriesChangeMock = jest.fn();
|
||||
|
||||
const mixedDsSettings = mockDataSource(
|
||||
{ name: MIXED_DATASOURCE_NAME, uid: MIXED_DATASOURCE_NAME },
|
||||
{ mixed: true }
|
||||
);
|
||||
|
||||
const component = new QueryEditorRows({
|
||||
...props,
|
||||
dsSettings: mixedDsSettings,
|
||||
onQueriesChange: onQueriesChangeMock,
|
||||
});
|
||||
|
||||
const getDefaultQuery = jest.fn(() => ({ defaultFromDS: 'yes' }));
|
||||
// Mutate singleton dsSrvMock to return a datasource that has getDefaultQuery
|
||||
dsSrvMock.get = jest.fn(() => Promise.resolve({ getDefaultQuery } as unknown as DataSourceApi));
|
||||
dsSrvMock.getInstanceSettings = jest.fn(() => ({ ...mockDS, type: 'alertmanager' }));
|
||||
|
||||
// Change to a different type than existing to trigger default query path
|
||||
const newDS = mockDataSource({ uid: 'prom', name: 'Prometheus', type: 'prometheus' });
|
||||
component.onDataSourceChange(newDS, 0);
|
||||
|
||||
await waitFor(() => expect(onQueriesChangeMock).toHaveBeenCalled());
|
||||
|
||||
const updatedQueries = onQueriesChangeMock.mock.calls[0][0] as Array<DataQuery & { defaultFromDS?: string }>;
|
||||
expect(updatedQueries[0].defaultFromDS).toBe('yes');
|
||||
expect(getDefaultQuery).toHaveBeenCalledTimes(1);
|
||||
});
|
||||
});
|
||||
|
||||
function renderScenario(overrides?: Partial<Props>) {
|
||||
|
||||
@@ -94,8 +94,8 @@ export class QueryEditorRows extends PureComponent<Props> {
|
||||
onDataSourceChange(dataSource: DataSourceInstanceSettings, index: number) {
|
||||
const { queries, onQueriesChange } = this.props;
|
||||
|
||||
onQueriesChange(
|
||||
queries.map((item, itemIndex) => {
|
||||
Promise.all(
|
||||
queries.map(async (item, itemIndex) => {
|
||||
if (itemIndex !== index) {
|
||||
return item;
|
||||
}
|
||||
@@ -113,12 +113,15 @@ export class QueryEditorRows extends PureComponent<Props> {
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
refId: item.refId,
|
||||
hide: item.hide,
|
||||
datasource: dataSourceRef,
|
||||
};
|
||||
const ds = await getDataSourceSrv().get(dataSourceRef);
|
||||
|
||||
return { ...ds.getDefaultQuery?.(CoreApp.PanelEditor), ...item, datasource: dataSourceRef };
|
||||
})
|
||||
).then(
|
||||
(values) => onQueriesChange(values),
|
||||
() => {
|
||||
throw new Error(`Failed to get datasource ${dataSource.name ?? dataSource.uid}`);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -6415,7 +6415,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Přidat dotaz z knihovny"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12790,10 +12790,6 @@
|
||||
"login": "Přihlášení"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Pokud bude vybraný text zabalen na šířku textu v nakonfigurovaném sloupci",
|
||||
"label-wrap-text": "Zalomení textu"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Režim zobrazení měřidla",
|
||||
"label-value-display": "Zobrazení hodnoty"
|
||||
@@ -12821,13 +12817,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Pokud je vybrán, celý řádek bude barevný jako tato buňka.",
|
||||
"description-wrap-text": "Pokud bude vybraný text zabalen na šířku textu v nakonfigurovaném sloupci",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Použít na celý řádek",
|
||||
"label-background-display-mode": "Režim zobrazení pozadí",
|
||||
"wrap-text": "Zalomení textu"
|
||||
"label-background-display-mode": "Režim zobrazení pozadí"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
@@ -12845,7 +12836,9 @@
|
||||
"description-column-filter": "Povolit/zakázat filtry polí v tabulce",
|
||||
"description-count-rows": "Zobrazit jeden počet pro všechny datové řádky",
|
||||
"description-fields": "Vyberte pole, která by měla být vypočtena",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Minimální šířka pro automatickou změnu velikosti sloupce",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Povoluje zalomení textu pro záhlaví sloupců",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Alternativní text, který se zobrazí, pokud nelze zobrazit obrázek, nebo pro uživatele, kteří používají čtečku obrazovky",
|
||||
@@ -12871,51 +12864,7 @@
|
||||
"name-column-filter": "Filtr sloupce",
|
||||
"name-column-width": "Šířka sloupce",
|
||||
"name-count-rows": "Spočítat řádky",
|
||||
"name-enable-paginations": "Povolit stránkování",
|
||||
"name-fields": "Pole",
|
||||
"name-hide-in-table": "Skrýt v tabulce",
|
||||
"name-min-column-width": "Minimální šířka sloupce",
|
||||
"name-show-table-footer": "Zobrazit zápatí tabulky",
|
||||
"name-show-table-header": "Zobrazit záhlaví tabulky",
|
||||
"name-wrap-header-text": "Zalomit text záhlaví",
|
||||
"placeholder-column-width": "auto.",
|
||||
"placeholder-fields": "Všechna číselná pole",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Možnosti buněk",
|
||||
"category-table": "Tabulka",
|
||||
"category-table-footer": "Zápatí tabulky",
|
||||
"cell-height-options": {
|
||||
"label-large": "Velké",
|
||||
"label-medium": "Střední",
|
||||
"label-small": "Malé"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
"label-center": "Střed",
|
||||
"label-left": "Vlevo",
|
||||
"label-right": "Vpravo"
|
||||
},
|
||||
"description-calculation": "Vyberte funkci reduktoru / výpočet",
|
||||
"description-cell-value-inspect": "Povolit kontrolu hodnoty buňky v modálním okně",
|
||||
"description-column-filter": "Povolit/zakázat filtry polí v tabulce",
|
||||
"description-count-rows": "Zobrazit jeden počet pro všechny datové řádky",
|
||||
"description-fields": "Vyberte pole, která by měla být vypočtena",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Minimální šířka pro automatickou změnu velikosti sloupce",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Výpočet",
|
||||
"name-cell-height": "Výška buňky",
|
||||
"name-cell-type": "Typ buňky",
|
||||
"name-cell-value-inspect": "Kontrola hodnoty buňky",
|
||||
"name-column-alignment": "Zarovnání sloupce",
|
||||
"name-column-filter": "Filtr sloupce",
|
||||
"name-column-width": "Šířka sloupce",
|
||||
"name-count-rows": "Spočítat řádky",
|
||||
"name-enable-pagination": "Povolit stránkování",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Pole",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Skrýt v tabulce",
|
||||
@@ -12924,8 +12873,12 @@
|
||||
"name-show-table-header": "Zobrazit záhlaví tabulky",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Zalomit text záhlaví",
|
||||
"placeholder-column-width": "auto.",
|
||||
"placeholder-fields": "Všechna číselná pole",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Abfrage aus Bibliothek hinzufügen"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Anmelden"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Wenn dies ausgewählt ist, wird der Text auf die Breite des Textes in der konfigurierten Spalte umgebrochen",
|
||||
"label-wrap-text": "Text umbrechen"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Messanzeigemodus",
|
||||
"label-value-display": "Wertanzeige"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Wenn dies ausgewählt ist, wird die gesamte Zeile so eingefärbt, wie es diese Zelle wäre.",
|
||||
"description-wrap-text": "Wenn dies ausgewählt ist, wird der Text auf die Breite des Textes in der konfigurierten Spalte umgebrochen",
|
||||
"label": {
|
||||
"text-alpha": "Alpha"
|
||||
},
|
||||
"label-apply-to-entire-row": "Auf gesamte Zeile anwenden",
|
||||
"label-background-display-mode": "Hintergrundanzeigemodus",
|
||||
"wrap-text": "Text umbrechen"
|
||||
"label-background-display-mode": "Hintergrundanzeigemodus"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Aktiviert/deaktiviert Feldfilter in der Tabelle",
|
||||
"description-count-rows": "Eine einzelne Anzahl für alle Datenzeilen anzeigen",
|
||||
"description-fields": "Wählen Sie die Felder aus, die berechnet werden sollen",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Die Mindestbreite für die automatische Größenänderung der Spalte",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Aktiviert den Textumbruch für Spaltenüberschriften",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Alternativer Text, der angezeigt wird, wenn ein Bild nicht angezeigt werden kann, oder für Nutzer, die einen Screenreader verwenden",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Spaltenfilter",
|
||||
"name-column-width": "Spaltenbreite",
|
||||
"name-count-rows": "Zeilen zählen",
|
||||
"name-enable-paginations": "Seitennummerierung aktivieren",
|
||||
"name-fields": "Felder",
|
||||
"name-hide-in-table": "In Tabelle ausblenden",
|
||||
"name-min-column-width": "Minimale Spaltenbreite",
|
||||
"name-show-table-footer": "Tabellenfußzeile anzeigen",
|
||||
"name-show-table-header": "Tabellenüberschirft anzeigen",
|
||||
"name-wrap-header-text": "Kopfzeilentext umbrechen",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Alle numerischen Felder",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Zellenoptionen",
|
||||
"category-table": "Tabelle",
|
||||
"category-table-footer": "Tabellenfußzeile",
|
||||
"cell-height-options": {
|
||||
"label-large": "Groß",
|
||||
"label-medium": "Mittel",
|
||||
"label-small": "Klein"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
"label-center": "Mitte",
|
||||
"label-left": "Links",
|
||||
"label-right": "Rechts"
|
||||
},
|
||||
"description-calculation": "Wählen Sie eine Reduktionsfunktion/Berechnung",
|
||||
"description-cell-value-inspect": "Zellwertprüfung in einem modalen Fenster aktivieren",
|
||||
"description-column-filter": "Aktiviert/deaktiviert Feldfilter in der Tabelle",
|
||||
"description-count-rows": "Eine einzelne Anzahl für alle Datenzeilen anzeigen",
|
||||
"description-fields": "Wählen Sie die Felder aus, die berechnet werden sollen",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Die Mindestbreite für die automatische Größenänderung der Spalte",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Berechnung",
|
||||
"name-cell-height": "Zellenhöhe",
|
||||
"name-cell-type": "Zellentyp",
|
||||
"name-cell-value-inspect": "Zellenwert prüfen",
|
||||
"name-column-alignment": "Spaltenausrichtung",
|
||||
"name-column-filter": "Spaltenfilter",
|
||||
"name-column-width": "Spaltenbreite",
|
||||
"name-count-rows": "Zeilen zählen",
|
||||
"name-enable-pagination": "Seitennummerierung aktivieren",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Felder",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "In Tabelle ausblenden",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Tabellenüberschirft anzeigen",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Kopfzeilentext umbrechen",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Alle numerischen Felder",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Añadir consulta desde la biblioteca"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Iniciar sesión"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Si se selecciona, el texto se ajustará al ancho del texto en la columna configurada",
|
||||
"label-wrap-text": "Ajustar texto"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Modo de visualización del indicador",
|
||||
"label-value-display": "Visualización del valor"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Si se selecciona, toda la fila se coloreará como esta celda.",
|
||||
"description-wrap-text": "Si se selecciona, el texto se ajustará al ancho del texto en la columna configurada",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Aplicar a toda la fila",
|
||||
"label-background-display-mode": "Modo de visualización del fondo",
|
||||
"wrap-text": "Ajustar texto"
|
||||
"label-background-display-mode": "Modo de visualización del fondo"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Habilita/deshabilita los filtros de campo en la tabla",
|
||||
"description-count-rows": "Mostrar un único recuento para todas las filas de datos",
|
||||
"description-fields": "Seleccione los campos que deben calcularse",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "El ancho mínimo para el cambio de tamaño automático de las columnas",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Habilita el ajuste de texto para los encabezados de columna",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Texto alternativo que se mostrará si no se puede visualizar una imagen o para los usuarios que utilizan un lector de pantalla",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Filtro de columna",
|
||||
"name-column-width": "Ancho de columna",
|
||||
"name-count-rows": "Contar filas",
|
||||
"name-enable-paginations": "Habilitar paginación",
|
||||
"name-fields": "Campos",
|
||||
"name-hide-in-table": "Ocultar en la tabla",
|
||||
"name-min-column-width": "Ancho mínimo de columna",
|
||||
"name-show-table-footer": "Mostrar pie de tabla",
|
||||
"name-show-table-header": "Mostrar encabezado de tabla",
|
||||
"name-wrap-header-text": "Ajustar texto del encabezado",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Todos los campos numéricos",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Opciones de celda",
|
||||
"category-table": "Tabla",
|
||||
"category-table-footer": "Pie de tabla",
|
||||
"cell-height-options": {
|
||||
"label-large": "Grande",
|
||||
"label-medium": "Medio",
|
||||
"label-small": "Pequeño"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
"label-center": "Centro",
|
||||
"label-left": "Izquierda",
|
||||
"label-right": "Derecha"
|
||||
},
|
||||
"description-calculation": "Elegir una función de reducción/cálculo",
|
||||
"description-cell-value-inspect": "Habilitar la inspección del valor de la celda en una ventana modal",
|
||||
"description-column-filter": "Habilita/deshabilita los filtros de campo en la tabla",
|
||||
"description-count-rows": "Mostrar un único recuento para todas las filas de datos",
|
||||
"description-fields": "Seleccione los campos que deben calcularse",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "El ancho mínimo para el cambio de tamaño automático de las columnas",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Cálculo",
|
||||
"name-cell-height": "Altura de celda",
|
||||
"name-cell-type": "Tipo de celda",
|
||||
"name-cell-value-inspect": "Inspección del valor de celda",
|
||||
"name-column-alignment": "Alineación de la columna",
|
||||
"name-column-filter": "Filtro de columna",
|
||||
"name-column-width": "Ancho de columna",
|
||||
"name-count-rows": "Contar filas",
|
||||
"name-enable-pagination": "Habilitar paginación",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Campos",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Ocultar en la tabla",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Mostrar encabezado de tabla",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Ajustar texto del encabezado",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Todos los campos numéricos",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Ajouter une requête à partir de la bibliothèque"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Connecter"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Si le texte sélectionné sera ajusté à la largeur du texte dans la colonne configurée",
|
||||
"label-wrap-text": "Renvoyer à la ligne automatiquement"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Mode d’affichage de la jauge",
|
||||
"label-value-display": "Affichage de la valeur"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Si cette option est sélectionnée, toute la ligne sera colorée comme cette cellule.",
|
||||
"description-wrap-text": "Si le texte sélectionné sera ajusté à la largeur du texte dans la colonne configurée",
|
||||
"label": {
|
||||
"text-alpha": "Alpha"
|
||||
},
|
||||
"label-apply-to-entire-row": "Appliquer à toute la ligne",
|
||||
"label-background-display-mode": "Mode d’affichage de l’arrière-plan",
|
||||
"wrap-text": "Renvoyer à la ligne automatiquement"
|
||||
"label-background-display-mode": "Mode d’affichage de l’arrière-plan"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Active ou désactive les filtres de champ dans le tableau",
|
||||
"description-count-rows": "Afficher un seul total pour l’ensemble des lignes de données",
|
||||
"description-fields": "Sélectionner les champs à utiliser pour le calcul",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "La largeur minimale pour le redimensionnement automatique des colonnes",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Active le retour à la ligne automatique pour les en-têtes de colonne",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Texte alternatif qui sera affiché si une image ne peut pas être affichée ou pour les utilisateurs qui utilisent un lecteur d’écran",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Filtre de colonne",
|
||||
"name-column-width": "Largeur de colonne",
|
||||
"name-count-rows": "Compter les lignes",
|
||||
"name-enable-paginations": "Activer la pagination",
|
||||
"name-fields": "Champs",
|
||||
"name-hide-in-table": "Masquer dans le tableau",
|
||||
"name-min-column-width": "Largeur minimale de colonne",
|
||||
"name-show-table-footer": "Afficher le pied de tableau",
|
||||
"name-show-table-header": "Afficher l’en-tête du tableau",
|
||||
"name-wrap-header-text": "Retour à la ligne dans l’en-tête",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Tous les champs numériques",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Options de cellule",
|
||||
"category-table": "Tableau",
|
||||
"category-table-footer": "Pied de tableau",
|
||||
"cell-height-options": {
|
||||
"label-large": "Grand",
|
||||
"label-medium": "Moyen",
|
||||
"label-small": "Petit"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
"label-center": "Centré",
|
||||
"label-left": "Aligné à gauche",
|
||||
"label-right": "Aligné à droite"
|
||||
},
|
||||
"description-calculation": "Choisissez une fonction de réduction ou de calcul",
|
||||
"description-cell-value-inspect": "Activer l’inspection de la valeur de cellule dans une fenêtre modale",
|
||||
"description-column-filter": "Active ou désactive les filtres de champ dans le tableau",
|
||||
"description-count-rows": "Afficher un seul total pour l’ensemble des lignes de données",
|
||||
"description-fields": "Sélectionner les champs à utiliser pour le calcul",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "La largeur minimale pour le redimensionnement automatique des colonnes",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Calcul",
|
||||
"name-cell-height": "Hauteur de cellule",
|
||||
"name-cell-type": "Type de cellule",
|
||||
"name-cell-value-inspect": "Inspection de la valeur de cellule",
|
||||
"name-column-alignment": "Alignement de la colonne",
|
||||
"name-column-filter": "Filtre de colonne",
|
||||
"name-column-width": "Largeur de colonne",
|
||||
"name-count-rows": "Compter les lignes",
|
||||
"name-enable-pagination": "Activer la pagination",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Champs",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Masquer dans le tableau",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Afficher l’en-tête du tableau",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Retour à la ligne dans l’en-tête",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Tous les champs numériques",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Lekérdezés hozzáadása könyvtárból"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Bejelentkezés"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Ha ki van választva, a szöveg a konfigurált oszlop szövegének szélességéhez lesz tördelve",
|
||||
"label-wrap-text": "Sortörés"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Mérőeszköz kijelzési módja",
|
||||
"label-value-display": "Érték megjelenítése"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Ha ki van választva, a teljes sor olyan színű lesz, mint ez a cella.",
|
||||
"description-wrap-text": "Ha ki van választva, a szöveg a konfigurált oszlop szövegének szélességéhez lesz tördelve",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Alkalmazás a teljes sorra",
|
||||
"label-background-display-mode": "Háttér megjelenítési módja",
|
||||
"wrap-text": "Sortörés"
|
||||
"label-background-display-mode": "Háttér megjelenítési módja"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatikus",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Engedélyezi/letiltja a mezőszűrőket a táblázatban",
|
||||
"description-count-rows": "Egyetlen szám megjelenítése az összes adatsorhoz",
|
||||
"description-fields": "Válassza ki a kiszámítandó mezőket",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Az oszlop automatikus átméretezésének minimális szélessége",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Engedélyezi a szöveg tördelését az oszlopfejléceknél",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Helyettesítő szöveg, amely akkor jelenik meg, ha egy kép nem jeleníthető meg, és amely a képernyőolvasót használó felhasználóknak hasznos",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Oszlopszűrő",
|
||||
"name-column-width": "Oszlopszélesség",
|
||||
"name-count-rows": "Sorok számlálása",
|
||||
"name-enable-paginations": "Oldalszámozás engedélyezése",
|
||||
"name-fields": "Mezők",
|
||||
"name-hide-in-table": "Elrejtés a táblázatban",
|
||||
"name-min-column-width": "Minimális oszlopszélesség",
|
||||
"name-show-table-footer": "Táblázatlábléc megjelenítése",
|
||||
"name-show-table-header": "Táblázatfejléc megjelenítése",
|
||||
"name-wrap-header-text": "Fejléc szövegének tördelése",
|
||||
"placeholder-column-width": "automatikus",
|
||||
"placeholder-fields": "Numerikus mezők",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Cellabeállítások",
|
||||
"category-table": "Táblázat",
|
||||
"category-table-footer": "Táblázat lábléce",
|
||||
"cell-height-options": {
|
||||
"label-large": "Nagy",
|
||||
"label-medium": "Közepes",
|
||||
"label-small": "Kicsi"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatikus",
|
||||
"label-center": "Középre",
|
||||
"label-left": "Balra",
|
||||
"label-right": "Jobbra"
|
||||
},
|
||||
"description-calculation": "Válasszon egy szűkítőfüggvényt/-számítást",
|
||||
"description-cell-value-inspect": "A cellaérték ellenőrzésének engedélyezése egy modális ablakban",
|
||||
"description-column-filter": "Engedélyezi/letiltja a mezőszűrőket a táblázatban",
|
||||
"description-count-rows": "Egyetlen szám megjelenítése az összes adatsorhoz",
|
||||
"description-fields": "Válassza ki a kiszámítandó mezőket",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Az oszlop automatikus átméretezésének minimális szélessége",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Számítás",
|
||||
"name-cell-height": "Cellamagasság",
|
||||
"name-cell-type": "Cellatípus",
|
||||
"name-cell-value-inspect": "Cellaérték ellenőrzése",
|
||||
"name-column-alignment": "Oszlop igazítása",
|
||||
"name-column-filter": "Oszlopszűrő",
|
||||
"name-column-width": "Oszlopszélesség",
|
||||
"name-count-rows": "Sorok számlálása",
|
||||
"name-enable-pagination": "Oldalszámozás engedélyezése",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Mezők",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Elrejtés a táblázatban",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Táblázatfejléc megjelenítése",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Fejléc szövegének tördelése",
|
||||
"placeholder-column-width": "automatikus",
|
||||
"placeholder-fields": "Numerikus mezők",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6352,7 +6352,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Tambahkan kueri dari pustaka"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12667,10 +12667,6 @@
|
||||
"login": "Login"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Jika teks yang dipilih akan dipecah sesuai lebar teks di kolom yang telah dikonfigurasi",
|
||||
"label-wrap-text": "Pecah baris teks"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Mode tampilan alat ukur",
|
||||
"label-value-display": "Tampilan nilai"
|
||||
@@ -12698,13 +12694,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Jika dipilih, seluruh baris akan berwarna seperti sel ini.",
|
||||
"description-wrap-text": "Jika teks yang dipilih akan dipecah sesuai lebar teks di kolom yang telah dikonfigurasi",
|
||||
"label": {
|
||||
"text-alpha": "Alpha"
|
||||
},
|
||||
"label-apply-to-entire-row": "Terapkan ke seluruh baris",
|
||||
"label-background-display-mode": "Mode tampilan latar belakang",
|
||||
"wrap-text": "Pecah baris teks"
|
||||
"label-background-display-mode": "Mode tampilan latar belakang"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Otomatis",
|
||||
@@ -12722,7 +12713,9 @@
|
||||
"description-column-filter": "Mengaktifkan/menonaktifkan filter bidang di tabel",
|
||||
"description-count-rows": "Tampilkan satu hitungan untuk semua baris data",
|
||||
"description-fields": "Pilih bidang yang harus dihitung",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Lebar minimum untuk perubahan ukuran kolom otomatis",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Mengaktifkan pembungkusan teks untuk header kolom",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Teks alternatif yang akan ditampilkan jika gambar tidak dapat ditampilkan atau untuk pengguna yang menggunakan pembaca layar",
|
||||
@@ -12748,51 +12741,7 @@
|
||||
"name-column-filter": "Filter kolom",
|
||||
"name-column-width": "Lebar kolom",
|
||||
"name-count-rows": "Hitung baris",
|
||||
"name-enable-paginations": "Aktifkan paginasi",
|
||||
"name-fields": "Bidang",
|
||||
"name-hide-in-table": "Sembunyikan di tabel",
|
||||
"name-min-column-width": "Lebar kolom minimum",
|
||||
"name-show-table-footer": "Tampilkan footer tabel",
|
||||
"name-show-table-header": "Tampilkan header tabel",
|
||||
"name-wrap-header-text": "Bungkus teks header",
|
||||
"placeholder-column-width": "otomatis",
|
||||
"placeholder-fields": "Semua Bidang Numerik",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Opsi sel",
|
||||
"category-table": "Tabel",
|
||||
"category-table-footer": "Footer tabel",
|
||||
"cell-height-options": {
|
||||
"label-large": "Besar",
|
||||
"label-medium": "Sedang",
|
||||
"label-small": "Kecil"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Otomatis",
|
||||
"label-center": "Pusat",
|
||||
"label-left": "Kiri",
|
||||
"label-right": "Kanan"
|
||||
},
|
||||
"description-calculation": "Pilih fungsi/perhitungan reducer",
|
||||
"description-cell-value-inspect": "Aktifkan pemeriksaan nilai sel di jendela modal",
|
||||
"description-column-filter": "Mengaktifkan/menonaktifkan filter bidang di tabel",
|
||||
"description-count-rows": "Tampilkan satu hitungan untuk semua baris data",
|
||||
"description-fields": "Pilih bidang yang harus dihitung",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Lebar minimum untuk perubahan ukuran kolom otomatis",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Perhitungan",
|
||||
"name-cell-height": "Tinggi sel",
|
||||
"name-cell-type": "Jenis sel",
|
||||
"name-cell-value-inspect": "Pemeriksaan nilai sel",
|
||||
"name-column-alignment": "Perataan kolom",
|
||||
"name-column-filter": "Filter kolom",
|
||||
"name-column-width": "Lebar kolom",
|
||||
"name-count-rows": "Hitung baris",
|
||||
"name-enable-pagination": "Aktifkan paginasi",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Bidang",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Sembunyikan di tabel",
|
||||
@@ -12801,8 +12750,12 @@
|
||||
"name-show-table-header": "Tampilkan header tabel",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Bungkus teks header",
|
||||
"placeholder-column-width": "otomatis",
|
||||
"placeholder-fields": "Semua Bidang Numerik",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Aggiungi query dalla libreria"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Accedi"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Se il testo selezionato verrà adattato alla larghezza del testo nella colonna configurata",
|
||||
"label-wrap-text": "Testo a capo"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Modalità di visualizzazione del misuratore",
|
||||
"label-value-display": "Visualizzazione del valore"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Se selezionato, l'intera riga verrà colorata come questa cella.",
|
||||
"description-wrap-text": "Se il testo selezionato verrà adattato alla larghezza del testo nella colonna configurata",
|
||||
"label": {
|
||||
"text-alpha": "Alpha"
|
||||
},
|
||||
"label-apply-to-entire-row": "Applica a tutta la riga",
|
||||
"label-background-display-mode": "Modalità di visualizzazione dello sfondo",
|
||||
"wrap-text": "Testo a capo"
|
||||
"label-background-display-mode": "Modalità di visualizzazione dello sfondo"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatica",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Abilita/disabilita i filtri di campo nella tabella",
|
||||
"description-count-rows": "Visualizza un singolo conteggio per tutte le righe di dati",
|
||||
"description-fields": "Seleziona i campi da calcolare",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "La larghezza minima per il ridimensionamento automatico della colonna",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Abilita il ritorno a capo del testo per le intestazioni di colonna",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Testo alternativo che verrà visualizzato se un'immagine non può essere visualizzata o per gli utenti che utilizzano un lettore di schermo",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Filtro colonna",
|
||||
"name-column-width": "Larghezza colonna",
|
||||
"name-count-rows": "Conteggio righe",
|
||||
"name-enable-paginations": "Abilita impaginazione",
|
||||
"name-fields": "Campi",
|
||||
"name-hide-in-table": "Nascondi nella tabella",
|
||||
"name-min-column-width": "Larghezza minima colonna",
|
||||
"name-show-table-footer": "Mostra piè di pagina tabella",
|
||||
"name-show-table-header": "Mostra intestazione tabella",
|
||||
"name-wrap-header-text": "Testo intestazione a capo",
|
||||
"placeholder-column-width": "automatica",
|
||||
"placeholder-fields": "Tutti i campi numerici",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Opzioni cella",
|
||||
"category-table": "Tabella",
|
||||
"category-table-footer": "Piè di pagina tabella",
|
||||
"cell-height-options": {
|
||||
"label-large": "Grande",
|
||||
"label-medium": "Media",
|
||||
"label-small": "Piccola"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatica",
|
||||
"label-center": "Centrale",
|
||||
"label-left": "A sinistra",
|
||||
"label-right": "A destra"
|
||||
},
|
||||
"description-calculation": "Scegli una funzione/un calcolo di riduzione",
|
||||
"description-cell-value-inspect": "Abilita l'ispezione del valore della cella in una finestra modale",
|
||||
"description-column-filter": "Abilita/disabilita i filtri di campo nella tabella",
|
||||
"description-count-rows": "Visualizza un singolo conteggio per tutte le righe di dati",
|
||||
"description-fields": "Seleziona i campi da calcolare",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "La larghezza minima per il ridimensionamento automatico della colonna",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Calcolo",
|
||||
"name-cell-height": "Altezza cella",
|
||||
"name-cell-type": "Tipo di cella",
|
||||
"name-cell-value-inspect": "Ispezione del valore della cella",
|
||||
"name-column-alignment": "Allineamento colonna",
|
||||
"name-column-filter": "Filtro colonna",
|
||||
"name-column-width": "Larghezza colonna",
|
||||
"name-count-rows": "Conteggio righe",
|
||||
"name-enable-pagination": "Abilita impaginazione",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Campi",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Nascondi nella tabella",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Mostra intestazione tabella",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"placeholder-column-width": "automatico",
|
||||
"name-wrap-header-text": "Testo intestazione a capo",
|
||||
"placeholder-column-width": "automatica",
|
||||
"placeholder-fields": "Tutti i campi numerici",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6352,7 +6352,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "ライブラリからクエリを追加"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12667,10 +12667,6 @@
|
||||
"login": "ログイン"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "選択されている場合、テキストは設定された列のテキスト幅で折り返されます",
|
||||
"label-wrap-text": "テキストを折り返す"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "ゲージ表示モード",
|
||||
"label-value-display": "値を表示"
|
||||
@@ -12698,13 +12694,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "選択されている場合、行全体がこのセルと同じ色で表示されます。",
|
||||
"description-wrap-text": "選択されている場合、テキストは設定された列のテキスト幅で折り返されます",
|
||||
"label": {
|
||||
"text-alpha": "アルファ"
|
||||
},
|
||||
"label-apply-to-entire-row": "行全体に適用",
|
||||
"label-background-display-mode": "背景表示モード",
|
||||
"wrap-text": "テキストを折り返す"
|
||||
"label-background-display-mode": "背景表示モード"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "自動",
|
||||
@@ -12722,7 +12713,9 @@
|
||||
"description-column-filter": "テーブルのフィールドフィルターを有効/無効化",
|
||||
"description-count-rows": "すべてのデータ行の単一カウントを表示",
|
||||
"description-fields": "計算するフィールドを選択",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "列の自動サイズ変更の最小幅",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "列ヘッダーのテキスト折り返しを有効にする",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "画像が表示できない場合やスクリーンリーダーを使用するユーザーのために表示される代替テキスト",
|
||||
@@ -12748,51 +12741,7 @@
|
||||
"name-column-filter": "列フィルター",
|
||||
"name-column-width": "列幅",
|
||||
"name-count-rows": "行数",
|
||||
"name-enable-paginations": "ページ分割を有効化",
|
||||
"name-fields": "フィールド",
|
||||
"name-hide-in-table": "テーブルで非表示",
|
||||
"name-min-column-width": "最小列幅",
|
||||
"name-show-table-footer": "テーブルフッターを表示",
|
||||
"name-show-table-header": "テーブルヘッダーを表示",
|
||||
"name-wrap-header-text": "ヘッダーテキストの折り返し",
|
||||
"placeholder-column-width": "自動",
|
||||
"placeholder-fields": "すべての数値フィールド",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "セルオプション",
|
||||
"category-table": "テーブル",
|
||||
"category-table-footer": "テーブルフッター",
|
||||
"cell-height-options": {
|
||||
"label-large": "大",
|
||||
"label-medium": "中",
|
||||
"label-small": "小"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "自動",
|
||||
"label-center": "中央",
|
||||
"label-left": "左",
|
||||
"label-right": "右"
|
||||
},
|
||||
"description-calculation": "リデューサー関数/計算を選択",
|
||||
"description-cell-value-inspect": "モーダルウィンドウでセル値の検査を有効化",
|
||||
"description-column-filter": "テーブルのフィールドフィルターを有効/無効化",
|
||||
"description-count-rows": "すべてのデータ行の単一カウントを表示",
|
||||
"description-fields": "計算するフィールドを選択",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "列の自動サイズ変更の最小幅",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "計算",
|
||||
"name-cell-height": "セルの高さ",
|
||||
"name-cell-type": "セルの種類",
|
||||
"name-cell-value-inspect": "セル値の検査",
|
||||
"name-column-alignment": "列の配置",
|
||||
"name-column-filter": "列フィルター",
|
||||
"name-column-width": "列幅",
|
||||
"name-count-rows": "行数",
|
||||
"name-enable-pagination": "ページ分割を有効化",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "フィールド",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "テーブルで非表示",
|
||||
@@ -12801,8 +12750,12 @@
|
||||
"name-show-table-header": "テーブルヘッダーを表示",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "ヘッダーテキストの折り返し",
|
||||
"placeholder-column-width": "自動",
|
||||
"placeholder-fields": "すべての数値フィールド",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6352,7 +6352,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "라이브러리에서 쿼리 추가"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12667,10 +12667,6 @@
|
||||
"login": "로그인"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "선택한 텍스트가 구성된 열의 텍스트 너비에 맞게 줄 바꿈되는 경우",
|
||||
"label-wrap-text": "자동 줄바꿈"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "게이지 표시 모드",
|
||||
"label-value-display": "값 표시"
|
||||
@@ -12698,13 +12694,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "선택하면 전체 행이 이 셀과 같은 색으로 표시됩니다.",
|
||||
"description-wrap-text": "선택한 텍스트가 구성된 열의 텍스트 너비에 맞게 줄 바꿈되는 경우",
|
||||
"label": {
|
||||
"text-alpha": "알파"
|
||||
},
|
||||
"label-apply-to-entire-row": "전체 행에 적용",
|
||||
"label-background-display-mode": "배경 표시 모드",
|
||||
"wrap-text": "자동 줄바꿈"
|
||||
"label-background-display-mode": "배경 표시 모드"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "자동",
|
||||
@@ -12722,7 +12713,9 @@
|
||||
"description-column-filter": "테이블에서 필드 필터 활성화/비활성화",
|
||||
"description-count-rows": "모든 데이터 행에 대한 단일 개수 표시",
|
||||
"description-fields": "계산해야 하는 필드 선택",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "열 자동 크기 조정을 위한 최소 너비",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "열 헤더에 텍스트 줄 바꿈 사용",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "이미지를 표시할 수 없거나 화면 리더를 이용하는 사용자를 위해 표시되는 대체 텍스트",
|
||||
@@ -12748,51 +12741,7 @@
|
||||
"name-column-filter": "열 필터",
|
||||
"name-column-width": "열 너비",
|
||||
"name-count-rows": "행 개수 계산",
|
||||
"name-enable-paginations": "페이지네이션 활성화",
|
||||
"name-fields": "필드",
|
||||
"name-hide-in-table": "테이블에서 숨기기",
|
||||
"name-min-column-width": "열 최소 너비",
|
||||
"name-show-table-footer": "테이블 바닥글 표시",
|
||||
"name-show-table-header": "테이블 머리말 표시",
|
||||
"name-wrap-header-text": "머리말 텍스트 줄 바꿈",
|
||||
"placeholder-column-width": "자동",
|
||||
"placeholder-fields": "모든 숫자 필드",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "셀 옵션",
|
||||
"category-table": "테이블",
|
||||
"category-table-footer": "테이블 바닥글",
|
||||
"cell-height-options": {
|
||||
"label-large": "대",
|
||||
"label-medium": "중",
|
||||
"label-small": "소"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "자동",
|
||||
"label-center": "중앙",
|
||||
"label-left": "왼쪽",
|
||||
"label-right": "오른쪽"
|
||||
},
|
||||
"description-calculation": "감속기 함수/계산 선택",
|
||||
"description-cell-value-inspect": "모달 창에서 셀 값 검사 활성화",
|
||||
"description-column-filter": "테이블에서 필드 필터 활성화/비활성화",
|
||||
"description-count-rows": "모든 데이터 행에 대한 단일 개수 표시",
|
||||
"description-fields": "계산해야 하는 필드 선택",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "열 자동 크기 조정을 위한 최소 너비",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "계산",
|
||||
"name-cell-height": "셀 높이",
|
||||
"name-cell-type": "셀 유형",
|
||||
"name-cell-value-inspect": "셀 값 점검",
|
||||
"name-column-alignment": "열 정렬",
|
||||
"name-column-filter": "열 필터",
|
||||
"name-column-width": "열 너비",
|
||||
"name-count-rows": "행 개수 계산",
|
||||
"name-enable-pagination": "페이지네이션 활성화",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "필드",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "테이블에서 숨기기",
|
||||
@@ -12801,8 +12750,12 @@
|
||||
"name-show-table-header": "테이블 머리말 표시",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "머리말 텍스트 줄 바꿈",
|
||||
"placeholder-column-width": "자동",
|
||||
"placeholder-fields": "모든 숫자 필드",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Query toevoegen uit bibliotheek"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Inloggen"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Als geselecteerde tekst wordt teruggelopen naar de breedte van de tekst in de geconfigureerde kolom",
|
||||
"label-wrap-text": "Tekst afbreken"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Weergavemodus meter",
|
||||
"label-value-display": "Weergave van waarden"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Indien geselecteerd, wordt de hele rij gekleurd zoals deze cel zou zijn.",
|
||||
"description-wrap-text": "Als geselecteerde tekst wordt teruggelopen naar de breedte van de tekst in de geconfigureerde kolom",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Toepassen op hele rij",
|
||||
"label-background-display-mode": "Achtergrondweergavemodus",
|
||||
"wrap-text": "Tekst afbreken"
|
||||
"label-background-display-mode": "Achtergrondweergavemodus"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatisch",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Schakelt veldfilters in tabel in/uit",
|
||||
"description-count-rows": "Een enkele telling weergeven voor alle gegevensrijen",
|
||||
"description-fields": "Selecteer de velden die moeten worden berekend",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "De minimale breedte voor het automatisch aanpassen van de kolomgrootte",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Schakelt tekstterugloop in voor kolomkoppen",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Alternatieve tekst die wordt weergegeven als een afbeelding niet kan worden weergegeven of voor gebruikers die een schermlezer gebruiken",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Kolomfilter",
|
||||
"name-column-width": "Kolombreedte",
|
||||
"name-count-rows": "Rijen tellen",
|
||||
"name-enable-paginations": "Paginering inschakelen",
|
||||
"name-fields": "Velden",
|
||||
"name-hide-in-table": "In tabel verbergen",
|
||||
"name-min-column-width": "Minimale kolombreedte",
|
||||
"name-show-table-footer": "Voettekst tabel tonen",
|
||||
"name-show-table-header": "Header tabel tonen",
|
||||
"name-wrap-header-text": "Koptekst laten teruglopen",
|
||||
"placeholder-column-width": "automatisch",
|
||||
"placeholder-fields": "Alle numerieke velden",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Celopties",
|
||||
"category-table": "Tabel",
|
||||
"category-table-footer": "Voettekst tabel",
|
||||
"cell-height-options": {
|
||||
"label-large": "Large",
|
||||
"label-medium": "Medium",
|
||||
"label-small": "Klein"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatisch",
|
||||
"label-center": "Midden",
|
||||
"label-left": "Links",
|
||||
"label-right": "Rechts"
|
||||
},
|
||||
"description-calculation": "Kies een verkleiningsfunctie/berekening",
|
||||
"description-cell-value-inspect": "Celwaarde-inspectie inschakelen in een pop-upvenster",
|
||||
"description-column-filter": "Schakelt veldfilters in tabel in/uit",
|
||||
"description-count-rows": "Een enkele telling weergeven voor alle gegevensrijen",
|
||||
"description-fields": "Selecteer de velden die moeten worden berekend",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "De minimale breedte voor het automatisch aanpassen van de kolomgrootte",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Berekening",
|
||||
"name-cell-height": "Celhoogte",
|
||||
"name-cell-type": "Type cel",
|
||||
"name-cell-value-inspect": "Celwaarde inspecteren",
|
||||
"name-column-alignment": "Kolomuitlijning",
|
||||
"name-column-filter": "Kolomfilter",
|
||||
"name-column-width": "Kolombreedte",
|
||||
"name-count-rows": "Rijen tellen",
|
||||
"name-enable-pagination": "Paginering inschakelen",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Velden",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "In tabel verbergen",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Header tabel tonen",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Koptekst laten teruglopen",
|
||||
"placeholder-column-width": "automatisch",
|
||||
"placeholder-fields": "Alle numerieke velden",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6415,7 +6415,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Dodaj zapytanie z biblioteki"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12790,10 +12790,6 @@
|
||||
"login": "Logowanie"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Jeśli zaznaczony tekst zostanie zawinięty do szerokości tekstu w skonfigurowanej kolumnie",
|
||||
"label-wrap-text": "Zawijaj tekst"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Tryb wyświetlania wskaźników",
|
||||
"label-value-display": "Wyświetlanie wartości"
|
||||
@@ -12821,13 +12817,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "W przypadku zaznaczenia cały wiersz będzie kolorowy, tak jak ta komórka.",
|
||||
"description-wrap-text": "Jeśli zaznaczony tekst zostanie zawinięty do szerokości tekstu w skonfigurowanej kolumnie",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Zastosuj do całego wiersza",
|
||||
"label-background-display-mode": "Tryb wyświetlania tła",
|
||||
"wrap-text": "Zawijaj tekst"
|
||||
"label-background-display-mode": "Tryb wyświetlania tła"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatycznie",
|
||||
@@ -12845,7 +12836,9 @@
|
||||
"description-column-filter": "Włącza/wyłącza filtry pól w tabeli",
|
||||
"description-count-rows": "Wyświetl pojedynczą liczbę dla wszystkich wierszy danych",
|
||||
"description-fields": "Wybierz pola, które powinny być obliczone",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Minimalna szerokość dla automatycznej zmiany rozmiaru kolumny",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Włącza zawijanie tekstu w nagłówkach kolumn",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Alternatywny tekst wyświetlany, jeśli obraz nie może być wyświetlony, lub w przypadku użytkowników korzystających z czytnika ekranu",
|
||||
@@ -12871,51 +12864,7 @@
|
||||
"name-column-filter": "Filtr kolumn",
|
||||
"name-column-width": "Szerokość kolumny",
|
||||
"name-count-rows": "Policz wiersze",
|
||||
"name-enable-paginations": "Włącz paginację",
|
||||
"name-fields": "Pola",
|
||||
"name-hide-in-table": "Ukryj w tabeli",
|
||||
"name-min-column-width": "Minimalna szerokość kolumny",
|
||||
"name-show-table-footer": "Pokaż stopkę tabeli",
|
||||
"name-show-table-header": "Pokaż nagłówek tabeli",
|
||||
"name-wrap-header-text": "Zawijaj tekst nagłówka",
|
||||
"placeholder-column-width": "automatycznie",
|
||||
"placeholder-fields": "Wszystkie pola numeryczne",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Opcje komórki",
|
||||
"category-table": "Tabela",
|
||||
"category-table-footer": "Stopka tabeli",
|
||||
"cell-height-options": {
|
||||
"label-large": "Duża",
|
||||
"label-medium": "Średnia",
|
||||
"label-small": "Mała"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automatycznie",
|
||||
"label-center": "Pośrodku",
|
||||
"label-left": "Po lewej",
|
||||
"label-right": "Po prawej"
|
||||
},
|
||||
"description-calculation": "Wybierz funkcję reduktora / obliczenia",
|
||||
"description-cell-value-inspect": "Włącz kontrolę wartości komórki w oknie modalnym",
|
||||
"description-column-filter": "Włącza/wyłącza filtry pól w tabeli",
|
||||
"description-count-rows": "Wyświetl pojedynczą liczbę dla wszystkich wierszy danych",
|
||||
"description-fields": "Wybierz pola, które powinny być obliczone",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Minimalna szerokość dla automatycznej zmiany rozmiaru kolumny",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Obliczenie",
|
||||
"name-cell-height": "Wysokość komórki",
|
||||
"name-cell-type": "Typ komórki",
|
||||
"name-cell-value-inspect": "Sprawdź wartość komórki",
|
||||
"name-column-alignment": "Wyrównanie kolumn",
|
||||
"name-column-filter": "Filtr kolumn",
|
||||
"name-column-width": "Szerokość kolumny",
|
||||
"name-count-rows": "Policz wiersze",
|
||||
"name-enable-pagination": "Włącz paginację",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Pola",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Ukryj w tabeli",
|
||||
@@ -12924,8 +12873,12 @@
|
||||
"name-show-table-header": "Pokaż nagłówek tabeli",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Zawijaj tekst nagłówka",
|
||||
"placeholder-column-width": "automatycznie",
|
||||
"placeholder-fields": "Wszystkie pola numeryczne",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Adicionar consulta da biblioteca"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Entrar"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Se selecionado, o texto será ajustado de acordo com a largura do texto na coluna configurada",
|
||||
"label-wrap-text": "Quebrar texto"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Modo de exibição do medidor",
|
||||
"label-value-display": "Exibição de valor"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Se selecionada, toda a linha será colorida como esta célula.",
|
||||
"description-wrap-text": "Se selecionado, o texto será ajustado de acordo com a largura do texto na coluna configurada",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Aplicar a toda a linha",
|
||||
"label-background-display-mode": "Modo de exibição de plano de fundo",
|
||||
"wrap-text": "Quebrar texto"
|
||||
"label-background-display-mode": "Modo de exibição de plano de fundo"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automático",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Ativa/desativa filtros de campo na tabela",
|
||||
"description-count-rows": "Exibir uma única contagem para todas as linhas de dados",
|
||||
"description-fields": "Selecione os campos que devem ser calculados",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "A largura mínima para o redimensionamento automático da coluna",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Ativa a quebra de texto para cabeçalhos de coluna",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Texto alternativo que será exibido se uma imagem não puder ser exibida ou para usuários que usam leitor de tela",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Filtro de coluna",
|
||||
"name-column-width": "Largura da coluna",
|
||||
"name-count-rows": "Contar linhas",
|
||||
"name-enable-paginations": "Ativar paginação",
|
||||
"name-fields": "Campos",
|
||||
"name-hide-in-table": "Ocultar na tabela",
|
||||
"name-min-column-width": "Largura mínima da coluna",
|
||||
"name-show-table-footer": "Mostrar rodapé da tabela",
|
||||
"name-show-table-header": "Mostrar cabeçalho da tabela",
|
||||
"name-wrap-header-text": "Ajustar texto do cabeçalho",
|
||||
"placeholder-column-width": "automático",
|
||||
"placeholder-fields": "Todos os campos numéricos",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Opções de célula",
|
||||
"category-table": "Tabela",
|
||||
"category-table-footer": "Rodapé da tabela",
|
||||
"cell-height-options": {
|
||||
"label-large": "Grande",
|
||||
"label-medium": "Média",
|
||||
"label-small": "Pequeno"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automático",
|
||||
"label-center": "Centro",
|
||||
"label-left": "Esquerda",
|
||||
"label-right": "Direita"
|
||||
},
|
||||
"description-calculation": "Escolha uma função de redução/cálculo",
|
||||
"description-cell-value-inspect": "Ativar inspeção de valor de célula em uma janela modal",
|
||||
"description-column-filter": "Ativa/desativa filtros de campo na tabela",
|
||||
"description-count-rows": "Exibir uma única contagem para todas as linhas de dados",
|
||||
"description-fields": "Selecione os campos que devem ser calculados",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "A largura mínima para o redimensionamento automático da coluna",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Cálculo",
|
||||
"name-cell-height": "Altura da célula",
|
||||
"name-cell-type": "Tipo de célula",
|
||||
"name-cell-value-inspect": "Inspeção do valor da célula",
|
||||
"name-column-alignment": "Alinhamento da coluna",
|
||||
"name-column-filter": "Filtro de coluna",
|
||||
"name-column-width": "Largura da coluna",
|
||||
"name-count-rows": "Contar linhas",
|
||||
"name-enable-pagination": "Ativar paginação",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Campos",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Ocultar na tabela",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Mostrar cabeçalho da tabela",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Ajustar texto do cabeçalho",
|
||||
"placeholder-column-width": "automático",
|
||||
"placeholder-fields": "Todos os campos numéricos",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Adicionar consulta da biblioteca"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Entrar"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Se o texto selecionado for ajustado à largura do texto na coluna configurada",
|
||||
"label-wrap-text": "Ajustar texto"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Modo de exibição do calibre",
|
||||
"label-value-display": "Apresentação dos valores"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Se selecionado, toda a linha será colorida como esta célula seria.",
|
||||
"description-wrap-text": "Se o texto selecionado for ajustado à largura do texto na coluna configurada",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Aplicar a toda a linha",
|
||||
"label-background-display-mode": "Modo de exibição de fundo",
|
||||
"wrap-text": "Ajustar texto"
|
||||
"label-background-display-mode": "Modo de exibição de fundo"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automático",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Ativa/desativa filtros de campo na tabela",
|
||||
"description-count-rows": "Mostrar uma única contagem para todas as linhas de dados",
|
||||
"description-fields": "Selecionar os campos que devem ser calculados",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "A largura mínima para o redimensionamento automático da coluna",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Ativa o encapsulamento de texto para cabeçalhos de coluna",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Texto alternativo que será exibido se uma imagem não puder ser exibida ou para utilizadores que utilizem um leitor de ecrã",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Filtro de coluna",
|
||||
"name-column-width": "Largura da coluna",
|
||||
"name-count-rows": "Contar linhas",
|
||||
"name-enable-paginations": "Ativar paginação",
|
||||
"name-fields": "Campos",
|
||||
"name-hide-in-table": "Ocultar na tabela",
|
||||
"name-min-column-width": "Largura mínima da coluna",
|
||||
"name-show-table-footer": "Mostrar o rodapé da tabela",
|
||||
"name-show-table-header": "Mostrar o cabeçalho da tabela",
|
||||
"name-wrap-header-text": "Encapsular o texto do cabeçalho",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Todos os campos numéricos",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Opções de célula",
|
||||
"category-table": "Tabela",
|
||||
"category-table-footer": "Rodapé da tabela",
|
||||
"cell-height-options": {
|
||||
"label-large": "Grande",
|
||||
"label-medium": "Médio",
|
||||
"label-small": "Pequeno"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Automático",
|
||||
"label-center": "Centro",
|
||||
"label-left": "Esquerda",
|
||||
"label-right": "Direita"
|
||||
},
|
||||
"description-calculation": "Escolha uma função de redução ou cálculo",
|
||||
"description-cell-value-inspect": "Ativar a inspeção do valor da célula numa janela modal",
|
||||
"description-column-filter": "Ativa/desativa filtros de campo na tabela",
|
||||
"description-count-rows": "Mostrar uma única contagem para todas as linhas de dados",
|
||||
"description-fields": "Selecionar os campos que devem ser calculados",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "A largura mínima para o redimensionamento automático da coluna",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Cálculo",
|
||||
"name-cell-height": "Altura da célula",
|
||||
"name-cell-type": "Tipo de célula",
|
||||
"name-cell-value-inspect": "Inspeção do valor da célula",
|
||||
"name-column-alignment": "Alinhamento da coluna",
|
||||
"name-column-filter": "Filtro de coluna",
|
||||
"name-column-width": "Largura da coluna",
|
||||
"name-count-rows": "Contar linhas",
|
||||
"name-enable-pagination": "Ativar paginação",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Campos",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Ocultar na tabela",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Mostrar o cabeçalho da tabela",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Encapsular o texto do cabeçalho",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Todos os campos numéricos",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6415,7 +6415,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Добавить запрос из библиотеки"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12790,10 +12790,6 @@
|
||||
"login": "Вход"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "При выборе этого параметра текст будет переноситься по ширине текста в настроенном столбце",
|
||||
"label-wrap-text": "Перенос текста"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Режим отображения индикатора",
|
||||
"label-value-display": "Отображаемое значение"
|
||||
@@ -12821,13 +12817,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "При выборе этого параметра вся строка будет окрашена аналогично этой ячейке.",
|
||||
"description-wrap-text": "При выборе этого параметра текст будет переноситься по ширине текста в настроенном столбце",
|
||||
"label": {
|
||||
"text-alpha": "Альфа"
|
||||
},
|
||||
"label-apply-to-entire-row": "Применить ко всей строке",
|
||||
"label-background-display-mode": "Режим отображения фона",
|
||||
"wrap-text": "Перенос текста"
|
||||
"label-background-display-mode": "Режим отображения фона"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Авто",
|
||||
@@ -12845,7 +12836,9 @@
|
||||
"description-column-filter": "Включает/отключает фильтры полей в таблице",
|
||||
"description-count-rows": "Отобразить один счетчик для всех строк данных",
|
||||
"description-fields": "Выбрать поля, которые необходимо рассчитать",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Минимальная ширина для автоматического изменения размера столбцов",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Включает перенос текста для заголовков столбцов",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Альтернативный текст, который будет отображаться, если невозможно показать изображение, или для пользователей, которые используют программу чтения с экрана",
|
||||
@@ -12871,51 +12864,7 @@
|
||||
"name-column-filter": "Фильтр столбцов",
|
||||
"name-column-width": "Ширина столбца",
|
||||
"name-count-rows": "Подсчет строк",
|
||||
"name-enable-paginations": "Включить нумерацию страниц",
|
||||
"name-fields": "Поля",
|
||||
"name-hide-in-table": "Скрыть в таблице",
|
||||
"name-min-column-width": "Минимальная ширина столбца",
|
||||
"name-show-table-footer": "Показать футер таблицы",
|
||||
"name-show-table-header": "Показать заголовок таблицы",
|
||||
"name-wrap-header-text": "Перенос текста заголовка",
|
||||
"placeholder-column-width": "авто",
|
||||
"placeholder-fields": "Все числовые поля",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Параметры ячеек",
|
||||
"category-table": "Таблица",
|
||||
"category-table-footer": "Футер таблицы",
|
||||
"cell-height-options": {
|
||||
"label-large": "Большая",
|
||||
"label-medium": "Средняя",
|
||||
"label-small": "Малая"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Авто",
|
||||
"label-center": "По центру",
|
||||
"label-left": "Слева",
|
||||
"label-right": "Справа"
|
||||
},
|
||||
"description-calculation": "Выбрать функцию преобразования / расчета",
|
||||
"description-cell-value-inspect": "Включить проверку значений ячеек в модальном окне",
|
||||
"description-column-filter": "Включает/отключает фильтры полей в таблице",
|
||||
"description-count-rows": "Отобразить один счетчик для всех строк данных",
|
||||
"description-fields": "Выбрать поля, которые необходимо рассчитать",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Минимальная ширина для автоматического изменения размера столбцов",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Расчет",
|
||||
"name-cell-height": "Высота ячеек",
|
||||
"name-cell-type": "Тип ячеек",
|
||||
"name-cell-value-inspect": "Проверка значений ячеек",
|
||||
"name-column-alignment": "Выравнивание столбцов",
|
||||
"name-column-filter": "Фильтр столбцов",
|
||||
"name-column-width": "Ширина столбца",
|
||||
"name-count-rows": "Подсчет строк",
|
||||
"name-enable-pagination": "Включить нумерацию страниц",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Поля",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Скрыть в таблице",
|
||||
@@ -12924,8 +12873,12 @@
|
||||
"name-show-table-header": "Показать заголовок таблицы",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Перенос текста заголовка",
|
||||
"placeholder-column-width": "авто",
|
||||
"placeholder-fields": "Все числовые поля",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Lägg till fråga från biblioteket"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Logga in"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Om vald text kommer att radbrytas till textbredden i den konfigurerade kolumnen",
|
||||
"label-wrap-text": "Radbryt text"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Mätarvisningsläge",
|
||||
"label-value-display": "Värdevisning"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Om valt kommer hela raden att färgas som denna cell skulle vara.",
|
||||
"description-wrap-text": "Om vald text kommer att radbrytas till textbredden i den konfigurerade kolumnen",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Tillämpa på hela raden",
|
||||
"label-background-display-mode": "Bakgrundsvisningsläge",
|
||||
"wrap-text": "Radbryt text"
|
||||
"label-background-display-mode": "Bakgrundsvisningsläge"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Aktiverar/inaktiverar fältfilter i tabellen",
|
||||
"description-count-rows": "Visa ett enda antal för alla datarader",
|
||||
"description-fields": "Välj de fält som ska beräknas",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Minsta bredd för automatisk storleksändring av kolumn",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Aktiverar radbyte för kolumnrubriker",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Alternativ text som kommer att visas om en bild inte kan visas eller för användare som använder en skärmläsare",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Kolumnfilter",
|
||||
"name-column-width": "Kolumnbredd",
|
||||
"name-count-rows": "Antal rader",
|
||||
"name-enable-paginations": "Aktivera sidindelning",
|
||||
"name-fields": "Fält",
|
||||
"name-hide-in-table": "Dölj i tabell",
|
||||
"name-min-column-width": "Minsta kolumnbredd",
|
||||
"name-show-table-footer": "Visa tabellsidfot",
|
||||
"name-show-table-header": "Visa tabellsidhuvud",
|
||||
"name-wrap-header-text": "Radbryt rubriktext",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Alla numeriska fält",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Cellalternativ",
|
||||
"category-table": "Tabell",
|
||||
"category-table-footer": "Tabellsidfot",
|
||||
"cell-height-options": {
|
||||
"label-large": "Stor",
|
||||
"label-medium": "Medium",
|
||||
"label-small": "Litet"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Auto",
|
||||
"label-center": "Centrera",
|
||||
"label-left": "Vänster",
|
||||
"label-right": "Höger"
|
||||
},
|
||||
"description-calculation": "Välj en reduceringsfunktion/beräkning",
|
||||
"description-cell-value-inspect": "Aktivera cellvärdesinspektion i ett modalt fönster",
|
||||
"description-column-filter": "Aktiverar/inaktiverar fältfilter i tabellen",
|
||||
"description-count-rows": "Visa ett enda antal för alla datarader",
|
||||
"description-fields": "Välj de fält som ska beräknas",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Minsta bredd för automatisk storleksändring av kolumn",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Beräkning",
|
||||
"name-cell-height": "Cellhöjd",
|
||||
"name-cell-type": "Celltyp",
|
||||
"name-cell-value-inspect": "Inspektion av cellvärde",
|
||||
"name-column-alignment": "Kolumnjustering",
|
||||
"name-column-filter": "Kolumnfilter",
|
||||
"name-column-width": "Kolumnbredd",
|
||||
"name-count-rows": "Antal rader",
|
||||
"name-enable-pagination": "Aktivera sidindelning",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Fält",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Dölj i tabell",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Visa tabellsidhuvud",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Radbryt rubriktext",
|
||||
"placeholder-column-width": "auto",
|
||||
"placeholder-fields": "Alla numeriska fält",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6373,7 +6373,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "Kütüphaneden sorgu ekle"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12708,10 +12708,6 @@
|
||||
"login": "Oturum Aç"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "Seçilirse metin yapılandırılan sütunun metin genişliğine göre sığdırılır",
|
||||
"label-wrap-text": "Metni satıra sığdır"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "Gösterge ekranı modu",
|
||||
"label-value-display": "Değer görüntüleme"
|
||||
@@ -12739,13 +12735,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "Seçilirse tüm satır bu hücre gibi renklendirilecektir.",
|
||||
"description-wrap-text": "Seçilirse metin yapılandırılan sütunun metin genişliğine göre sığdırılır",
|
||||
"label": {
|
||||
"text-alpha": "Alfa"
|
||||
},
|
||||
"label-apply-to-entire-row": "Tüm satıra uygula",
|
||||
"label-background-display-mode": "Arka plan görüntüleme modu",
|
||||
"wrap-text": "Metni satıra sığdır"
|
||||
"label-background-display-mode": "Arka plan görüntüleme modu"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Otomatik",
|
||||
@@ -12763,7 +12754,9 @@
|
||||
"description-column-filter": "Tablo içindeki alan filtrelerini etkinleştir/devre dışı bırak",
|
||||
"description-count-rows": "Tüm veri satırları için tek bir sayı görüntüle",
|
||||
"description-fields": "Hesaplanacak alanları seçin",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Sütunların otomatik olarak yeniden boyutlandırılması için minimum genişlik",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "Sütun başlıkları için metin kaydırmayı etkinleştirir",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "Görsel görüntülenemediğinde veya ekran okuyucu kullanan kullanıcılar için gösterilecek alternatif metin",
|
||||
@@ -12789,51 +12782,7 @@
|
||||
"name-column-filter": "Sütun filtresi",
|
||||
"name-column-width": "Sütun genişliği",
|
||||
"name-count-rows": "Satır sayısını göster",
|
||||
"name-enable-paginations": "Sayfalandırmayı etkinleştir",
|
||||
"name-fields": "Alanlar",
|
||||
"name-hide-in-table": "Tabloda gizle",
|
||||
"name-min-column-width": "Minimum sütun genişliği",
|
||||
"name-show-table-footer": "Tablo alt bilgisini göster",
|
||||
"name-show-table-header": "Tablo başlığını göster",
|
||||
"name-wrap-header-text": "Başlık metnini kaydır",
|
||||
"placeholder-column-width": "otomatik",
|
||||
"placeholder-fields": "Tüm Sayısal Alanlar",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "Hücre seçenekleri",
|
||||
"category-table": "Tablo",
|
||||
"category-table-footer": "Tablo alt bilgisi",
|
||||
"cell-height-options": {
|
||||
"label-large": "Büyük",
|
||||
"label-medium": "Orta",
|
||||
"label-small": "Küçük"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "Otomatik",
|
||||
"label-center": "Merkez",
|
||||
"label-left": "Sol",
|
||||
"label-right": "Sağ"
|
||||
},
|
||||
"description-calculation": "Bir azaltıcı işlevi/hesaplama seçin",
|
||||
"description-cell-value-inspect": "Hücre değerini açılır pencerede incelemeyi etkinleştir",
|
||||
"description-column-filter": "Tablo içindeki alan filtrelerini etkinleştir/devre dışı bırak",
|
||||
"description-count-rows": "Tüm veri satırları için tek bir sayı görüntüle",
|
||||
"description-fields": "Hesaplanacak alanları seçin",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "Sütunların otomatik olarak yeniden boyutlandırılması için minimum genişlik",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "Hesaplama",
|
||||
"name-cell-height": "Hücre yüksekliği",
|
||||
"name-cell-type": "Hücre tipi",
|
||||
"name-cell-value-inspect": "Hücre değeri incelemesi",
|
||||
"name-column-alignment": "Sütun hizalama",
|
||||
"name-column-filter": "Sütun filtresi",
|
||||
"name-column-width": "Sütun genişliği",
|
||||
"name-count-rows": "Satır sayısını göster",
|
||||
"name-enable-pagination": "Sayfalandırmayı etkinleştir",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "Alanlar",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "Tabloda gizle",
|
||||
@@ -12842,8 +12791,12 @@
|
||||
"name-show-table-header": "Tablo başlığını göster",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "Başlık metnini kaydır",
|
||||
"placeholder-column-width": "otomatik",
|
||||
"placeholder-fields": "Tüm Sayısal Alanlar",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6352,7 +6352,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "从库添加查询"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12667,10 +12667,6 @@
|
||||
"login": "登录"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "如果选中,文本将根据配置列的文本宽度自动换行",
|
||||
"label-wrap-text": "文本换行"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "仪表显示模式",
|
||||
"label-value-display": "值显示"
|
||||
@@ -12698,13 +12694,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "如果选中,整行将按此单元格的颜色显示。",
|
||||
"description-wrap-text": "如果选中,文本将根据配置列的文本宽度自动换行",
|
||||
"label": {
|
||||
"text-alpha": "Alpha"
|
||||
},
|
||||
"label-apply-to-entire-row": "应用到整行",
|
||||
"label-background-display-mode": "背景显示模式",
|
||||
"wrap-text": "文本换行"
|
||||
"label-background-display-mode": "背景显示模式"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "自动",
|
||||
@@ -12722,7 +12713,9 @@
|
||||
"description-column-filter": "启用/禁用表格中的字段筛选条件",
|
||||
"description-count-rows": "显示所有数据行的单个计数",
|
||||
"description-fields": "选择应计算的字段",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "列自动调整大小的最小宽度",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "启用列标题的文字换行",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "在图片无法显示或用户使用屏幕阅读器时,将显示的替代文本",
|
||||
@@ -12748,51 +12741,7 @@
|
||||
"name-column-filter": "列筛选",
|
||||
"name-column-width": "列宽度",
|
||||
"name-count-rows": "计算行",
|
||||
"name-enable-paginations": "启用分页",
|
||||
"name-fields": "字段",
|
||||
"name-hide-in-table": "在表格中隐藏",
|
||||
"name-min-column-width": "最小列宽",
|
||||
"name-show-table-footer": "显示表格页脚",
|
||||
"name-show-table-header": "显示表格表头",
|
||||
"name-wrap-header-text": "表头文字换行",
|
||||
"placeholder-column-width": "自动",
|
||||
"placeholder-fields": "所有数字字段",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "单元格选项",
|
||||
"category-table": "表格",
|
||||
"category-table-footer": "表格页脚",
|
||||
"cell-height-options": {
|
||||
"label-large": "大",
|
||||
"label-medium": "中",
|
||||
"label-small": "小"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "自动",
|
||||
"label-center": "中心",
|
||||
"label-left": "左侧",
|
||||
"label-right": "右侧"
|
||||
},
|
||||
"description-calculation": "选择一个归约器函数/计算",
|
||||
"description-cell-value-inspect": "在模态窗口中启用单元格值检查",
|
||||
"description-column-filter": "启用/禁用表格中的字段筛选条件",
|
||||
"description-count-rows": "显示所有数据行的单个计数",
|
||||
"description-fields": "选择应计算的字段",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "列自动调整大小的最小宽度",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "计算",
|
||||
"name-cell-height": "单元格高度",
|
||||
"name-cell-type": "单元格类型",
|
||||
"name-cell-value-inspect": "单元格值检查",
|
||||
"name-column-alignment": "列对齐",
|
||||
"name-column-filter": "列筛选",
|
||||
"name-column-width": "列宽度",
|
||||
"name-count-rows": "计算行",
|
||||
"name-enable-pagination": "启用分页",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "字段",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "在表格中隐藏",
|
||||
@@ -12801,8 +12750,12 @@
|
||||
"name-show-table-header": "显示表格表头",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "表头文字换行",
|
||||
"placeholder-column-width": "自动",
|
||||
"placeholder-fields": "所有数字字段",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
@@ -6352,7 +6352,7 @@
|
||||
},
|
||||
"dashboards": {
|
||||
"panel-queries": {
|
||||
"add-query-from-library": "從資料庫新增查詢"
|
||||
"add-from-saved-queries": ""
|
||||
},
|
||||
"settings": {
|
||||
"variables": {
|
||||
@@ -12667,10 +12667,6 @@
|
||||
"login": "登入"
|
||||
},
|
||||
"table": {
|
||||
"auto-cell-options-editor": {
|
||||
"description-wrap-text": "若選取,文字將依配置欄位的寬度換行",
|
||||
"label-wrap-text": "文字自動換行"
|
||||
},
|
||||
"bar-gauge-cell-options-editor": {
|
||||
"label-gauge-display-mode": "儀表顯示模式",
|
||||
"label-value-display": "數值顯示"
|
||||
@@ -12698,13 +12694,8 @@
|
||||
},
|
||||
"color-background-cell-options-editor": {
|
||||
"description-apply-to-entire-row": "若選取,整列將以此儲存格的顏色顯示。",
|
||||
"description-wrap-text": "若選取,文字將依配置欄位的寬度換行",
|
||||
"label": {
|
||||
"text-alpha": "Alpha"
|
||||
},
|
||||
"label-apply-to-entire-row": "套用至整列",
|
||||
"label-background-display-mode": "背景顯示模式",
|
||||
"wrap-text": "文字自動換行"
|
||||
"label-background-display-mode": "背景顯示模式"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "自動",
|
||||
@@ -12722,7 +12713,9 @@
|
||||
"description-column-filter": "啟用/停用表格中的欄位篩選條件",
|
||||
"description-count-rows": "顯示所有資料列的單一計數",
|
||||
"description-fields": "選擇應計算的欄位",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "欄自動調整大小的最小寬度",
|
||||
"description-tooltip-from-field": "",
|
||||
"description-wrap-header-text": "啟用欄標題的文字自動換行功能",
|
||||
"image-cell-options-editor": {
|
||||
"description-alt-text": "若圖片無法顯示或為使用螢幕閱讀器的使用者顯示的替代文字",
|
||||
@@ -12748,51 +12741,7 @@
|
||||
"name-column-filter": "欄篩選條件",
|
||||
"name-column-width": "欄寬",
|
||||
"name-count-rows": "計數列",
|
||||
"name-enable-paginations": "啟用分頁",
|
||||
"name-fields": "欄位",
|
||||
"name-hide-in-table": "在表格中隱藏",
|
||||
"name-min-column-width": "最小欄寬",
|
||||
"name-show-table-footer": "顯示表格頁尾",
|
||||
"name-show-table-header": "顯示表格頁首",
|
||||
"name-wrap-header-text": "換行標題文字",
|
||||
"placeholder-column-width": "自動",
|
||||
"placeholder-fields": "所有數值欄位",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
}
|
||||
},
|
||||
"table-new": {
|
||||
"category-cell-options": "儲存格選項",
|
||||
"category-table": "表格",
|
||||
"category-table-footer": "表格頁尾",
|
||||
"cell-height-options": {
|
||||
"label-large": "大",
|
||||
"label-medium": "中",
|
||||
"label-small": "小"
|
||||
},
|
||||
"column-alignment-options": {
|
||||
"label-auto": "自動",
|
||||
"label-center": "置中",
|
||||
"label-left": "靠左",
|
||||
"label-right": "右側"
|
||||
},
|
||||
"description-calculation": "選擇一個歸約函數/計算方式",
|
||||
"description-cell-value-inspect": "在模式視窗中啟用儲存格值檢查",
|
||||
"description-column-filter": "啟用/停用表格中的欄位篩選條件",
|
||||
"description-count-rows": "顯示所有資料列的單一計數",
|
||||
"description-fields": "選擇應計算的欄位",
|
||||
"description-frozen-columns": "",
|
||||
"description-min-column-width": "欄自動調整大小的最小寬度",
|
||||
"description-tooltip-from-field": "",
|
||||
"name-calculation": "計算",
|
||||
"name-cell-height": "儲存格高度",
|
||||
"name-cell-type": "儲存格類型",
|
||||
"name-cell-value-inspect": "儲存格值檢查",
|
||||
"name-column-alignment": "欄對齊方式",
|
||||
"name-column-filter": "欄篩選條件",
|
||||
"name-column-width": "欄寬",
|
||||
"name-count-rows": "計數列",
|
||||
"name-enable-pagination": "啟用分頁",
|
||||
"name-enable-pagination": "",
|
||||
"name-fields": "欄位",
|
||||
"name-frozen-columns": "",
|
||||
"name-hide-in-table": "在表格中隱藏",
|
||||
@@ -12801,8 +12750,12 @@
|
||||
"name-show-table-header": "顯示表格頁首",
|
||||
"name-tooltip-from-field": "",
|
||||
"name-tooltip-placement": "",
|
||||
"name-wrap-header-text": "換行標題文字",
|
||||
"placeholder-column-width": "自動",
|
||||
"placeholder-fields": "所有數值欄位",
|
||||
"text-wrap-options": {
|
||||
"label-wrap-text": ""
|
||||
},
|
||||
"tooltip-placement-options": {
|
||||
"label-auto": "",
|
||||
"label-bottom": "",
|
||||
|
||||
Reference in New Issue
Block a user