Compare commits
47
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
630c25b971 | ||
|
|
c566e66e19 | ||
|
|
b6382e041a | ||
|
|
7e7bb81586 | ||
|
|
3703b3e2f6 | ||
|
|
e72d10f550 | ||
|
|
7ca9081efa | ||
|
|
015dca95fc | ||
|
|
076c05cbd0 | ||
|
|
82c565f7dc | ||
|
|
44bae39538 | ||
|
|
1188ea9cd5 | ||
|
|
f721420705 | ||
|
|
96d247e94d | ||
|
|
90f711361c | ||
|
|
98d47d0dd0 | ||
|
|
f613886511 | ||
|
|
a3e41ec267 | ||
|
|
d602f35cbd | ||
|
|
69d89f8cfc | ||
|
|
be39702fd2 | ||
|
|
50c8834e21 | ||
|
|
d54caf10c1 | ||
|
|
0b38b4ffc4 | ||
|
|
b8b115f4e3 | ||
|
|
85d649e831 | ||
|
|
2f4ebf8160 | ||
|
|
77603a4102 | ||
|
|
cffd782de7 | ||
|
|
6482824a09 | ||
|
|
47386fd578 | ||
|
|
6095f872f5 | ||
|
|
1b1860b038 | ||
|
|
393f2f11f7 | ||
|
|
42875de279 | ||
|
|
db476b2f5c | ||
|
|
c03d159e06 | ||
|
|
91f7fc66db | ||
|
|
3d096e9825 | ||
|
|
26d04719d7 | ||
|
|
5d0aa872ee | ||
|
|
8c2fa796e4 | ||
|
|
12685622c9 | ||
|
|
1c9b79013c | ||
|
|
116c17ee11 | ||
|
|
64cfe8b07f | ||
|
|
6ed955e89f |
+6
-38
@@ -1,38 +1,6 @@
|
||||
# ============================================================
|
||||
# CI/CD & GitHub infrastructure
|
||||
# ============================================================
|
||||
/.github/ @Weiko @charlesBochet @prastoin
|
||||
/.github/CODEOWNERS @Weiko @charlesBochet @prastoin
|
||||
/.github/workflows/ @Weiko @charlesBochet @prastoin
|
||||
/.github/actions/ @Weiko @charlesBochet @prastoin
|
||||
/.github/dependabot.yml @Weiko @charlesBochet @prastoin
|
||||
|
||||
# ============================================================
|
||||
# Package management & dependency lockfiles
|
||||
# ============================================================
|
||||
/.yarnrc.yml @Weiko @charlesBochet @prastoin
|
||||
/.npmrc @Weiko @charlesBochet @prastoin
|
||||
**/package.json @Weiko @charlesBochet @prastoin
|
||||
**/yarn.lock @Weiko @charlesBochet @prastoin
|
||||
|
||||
# ============================================================
|
||||
# twenty-apps: exempt from strict ownership (last match wins)
|
||||
# ============================================================
|
||||
/packages/twenty-apps/
|
||||
|
||||
# ============================================================
|
||||
# Build & tooling configs
|
||||
# ============================================================
|
||||
/nx.json @Weiko @charlesBochet @prastoin
|
||||
|
||||
# ============================================================
|
||||
# Docker (container-level compromise)
|
||||
# ============================================================
|
||||
**/Dockerfile* @Weiko @charlesBochet @prastoin
|
||||
**/docker-compose*.yml @Weiko @charlesBochet @prastoin
|
||||
**/docker-compose*.yaml @Weiko @charlesBochet @prastoin
|
||||
|
||||
# ============================================================
|
||||
# Git hooks (execute on checkout/commit/push)
|
||||
# ============================================================
|
||||
/.husky/** @Weiko @charlesBochet @prastoin
|
||||
/.github/ @charlesBochet @FelixMalfait @Weiko @prastoin @bosiraphael @etiennejouan @ijreilly @martmull @thomtrp
|
||||
/.github/CODEOWNERS @charlesBochet @FelixMalfait @Weiko @prastoin @bosiraphael @etiennejouan @ijreilly @martmull @thomtrp
|
||||
/.github/workflows/ @charlesBochet @FelixMalfait @Weiko @prastoin @bosiraphael @etiennejouan @ijreilly @martmull @thomtrp
|
||||
/.github/actions/ @charlesBochet @FelixMalfait @Weiko @prastoin @bosiraphael @etiennejouan @ijreilly @martmull @thomtrp
|
||||
/.github/dependabot.yml @charlesBochet @FelixMalfait @Weiko @prastoin @bosiraphael @etiennejouan @ijreilly @martmull @thomtrp
|
||||
/.yarnrc.yml @charlesBochet @FelixMalfait @Weiko @prastoin @bosiraphael @etiennejouan @ijreilly @martmull @thomtrp
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
name: 'Preview Environment Dispatch'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
permissions: {}
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
@@ -11,7 +10,6 @@ on:
|
||||
- packages/twenty-server/**
|
||||
- packages/twenty-front/**
|
||||
- .github/workflows/preview-env-dispatch.yaml
|
||||
- .github/workflows/preview-env-keepalive.yaml
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@@ -35,28 +33,15 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger preview environment workflow
|
||||
- name: Dispatch preview-env to ci-privileged
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.CI_PRIVILEGED_DISPATCH_TOKEN }}
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
PR_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
run: |
|
||||
gh api repos/"$REPOSITORY"/dispatches \
|
||||
gh api repos/twentyhq/ci-privileged/dispatches \
|
||||
-f event_type=preview-environment \
|
||||
-f "client_payload[pr_number]=$PR_NUMBER" \
|
||||
-f "client_payload[pr_head_sha]=$PR_HEAD_SHA" \
|
||||
-f "client_payload[repo_full_name]=$REPOSITORY"
|
||||
|
||||
- name: Dispatch to ci-privileged for PR comment
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.CI_PRIVILEGED_DISPATCH_TOKEN }}
|
||||
PR_NUMBER: ${{ github.event.pull_request.number }}
|
||||
KEEPALIVE_DISPATCH_TIME: ${{ github.event.pull_request.updated_at }}
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
run: |
|
||||
gh api repos/twentyhq/ci-privileged/dispatches \
|
||||
-f event_type=preview-env-url \
|
||||
-f "client_payload[pr_number]=$PR_NUMBER" \
|
||||
-f "client_payload[keepalive_dispatch_time]=$KEEPALIVE_DISPATCH_TIME" \
|
||||
-f "client_payload[repo]=$REPOSITORY"
|
||||
|
||||
@@ -1,186 +0,0 @@
|
||||
name: 'Preview Environment Keep Alive'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [preview-environment]
|
||||
|
||||
jobs:
|
||||
preview-environment:
|
||||
timeout-minutes: 310
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout PR
|
||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
|
||||
with:
|
||||
ref: ${{ github.event.client_payload.pr_head_sha }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
|
||||
with:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
- name: Run compose setup
|
||||
run: |
|
||||
echo "Patching docker-compose.yml..."
|
||||
# change image to localbuild using yq
|
||||
yq eval 'del(.services.server.image)' -i packages/twenty-docker/docker-compose.yml
|
||||
yq eval '.services.server.build.context = "../../"' -i packages/twenty-docker/docker-compose.yml
|
||||
yq eval '.services.server.build.dockerfile = "./packages/twenty-docker/twenty/Dockerfile"' -i packages/twenty-docker/docker-compose.yml
|
||||
yq eval '.services.server.build.target = "twenty"' -i packages/twenty-docker/docker-compose.yml
|
||||
|
||||
yq eval 'del(.services.worker.image)' -i packages/twenty-docker/docker-compose.yml
|
||||
yq eval '.services.worker.build.context = "../../"' -i packages/twenty-docker/docker-compose.yml
|
||||
yq eval '.services.worker.build.dockerfile = "./packages/twenty-docker/twenty/Dockerfile"' -i packages/twenty-docker/docker-compose.yml
|
||||
yq eval '.services.worker.build.target = "twenty"' -i packages/twenty-docker/docker-compose.yml
|
||||
|
||||
echo "Adding SIGN_IN_PREFILLED environment variable to server service..."
|
||||
yq eval '.services.server.environment.SIGN_IN_PREFILLED = "${SIGN_IN_PREFILLED}"' -i packages/twenty-docker/docker-compose.yml
|
||||
|
||||
echo "Setting up .env file..."
|
||||
cp packages/twenty-docker/.env.example packages/twenty-docker/.env
|
||||
|
||||
echo "Generating secrets..."
|
||||
echo "" >> packages/twenty-docker/.env
|
||||
echo "# === Randomly generated secrets ===" >> packages/twenty-docker/.env
|
||||
echo "APP_SECRET=$(openssl rand -base64 32)" >> packages/twenty-docker/.env
|
||||
echo "PG_DATABASE_PASSWORD=$(openssl rand -hex 16)" >> packages/twenty-docker/.env
|
||||
echo "SIGN_IN_PREFILLED=true" >> packages/twenty-docker/.env
|
||||
echo "Docker compose build..."
|
||||
cd packages/twenty-docker/
|
||||
docker compose build
|
||||
working-directory: ./
|
||||
|
||||
- name: Create Tunnel
|
||||
id: expose-tunnel
|
||||
env:
|
||||
CLOUDFLARED_VERSION: '2026.3.0'
|
||||
run: |
|
||||
set -euo pipefail
|
||||
|
||||
# Install cloudflared (pinned for reproducibility)
|
||||
sudo curl -fsSL -o /usr/local/bin/cloudflared \
|
||||
"https://github.com/cloudflare/cloudflared/releases/download/${CLOUDFLARED_VERSION}/cloudflared-linux-amd64"
|
||||
sudo chmod +x /usr/local/bin/cloudflared
|
||||
cloudflared --version
|
||||
|
||||
# Start an account-less "quick tunnel" pointing at the server container.
|
||||
# Cloudflare prints the assigned https://*.trycloudflare.com URL into the log.
|
||||
log_file="$RUNNER_TEMP/cloudflared.log"
|
||||
: > "$log_file"
|
||||
|
||||
cloudflared tunnel \
|
||||
--url http://localhost:3000 \
|
||||
--no-autoupdate \
|
||||
--logfile "$log_file" \
|
||||
--loglevel info \
|
||||
> "$RUNNER_TEMP/cloudflared.stdout" 2>&1 &
|
||||
|
||||
pid=$!
|
||||
echo "$pid" > "$RUNNER_TEMP/cloudflared.pid"
|
||||
echo "cloudflared PID: $pid"
|
||||
|
||||
# Wait up to 2 minutes for the URL to appear; fail fast if cloudflared exits.
|
||||
url=''
|
||||
for _ in $(seq 1 60); do
|
||||
url=$(grep -oE 'https://[a-zA-Z0-9-]+\.trycloudflare\.com' "$log_file" 2>/dev/null | head -n1 || true)
|
||||
[ -n "$url" ] && break
|
||||
if ! kill -0 "$pid" 2>/dev/null; then
|
||||
echo "cloudflared exited before producing a URL"
|
||||
cat "$log_file" || true
|
||||
exit 1
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
|
||||
if [ -z "$url" ]; then
|
||||
echo "Timed out waiting for tunnel URL"
|
||||
cat "$log_file" || true
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Tunnel URL: $url"
|
||||
echo "tunnel-url=$url" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Start services with correct SERVER_URL
|
||||
env:
|
||||
TUNNEL_URL: ${{ steps.expose-tunnel.outputs.tunnel-url }}
|
||||
run: |
|
||||
cd packages/twenty-docker/
|
||||
|
||||
echo "Setting SERVER_URL to $TUNNEL_URL"
|
||||
sed -i '/SERVER_URL=/d' .env
|
||||
echo "" >> .env
|
||||
echo "SERVER_URL=$TUNNEL_URL" >> .env
|
||||
|
||||
# Start the services
|
||||
echo "Docker compose up..."
|
||||
docker compose up -d || {
|
||||
echo "Docker compose failed to start"
|
||||
docker compose logs
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "Waiting for services to be ready..."
|
||||
count=0
|
||||
while [ ! $(docker inspect --format='{{.State.Health.Status}}' twenty-db-1) = "healthy" ] || [ ! $(docker inspect --format='{{.State.Health.Status}}' twenty-server-1) = "healthy" ]; do
|
||||
sleep 5
|
||||
count=$((count+1))
|
||||
if [ $count -gt 60 ]; then
|
||||
echo "Timeout waiting for services to be ready"
|
||||
docker compose logs
|
||||
exit 1
|
||||
fi
|
||||
echo "Still waiting for services... ($count/60)"
|
||||
done
|
||||
|
||||
echo "All services are up and running!"
|
||||
working-directory: ./
|
||||
|
||||
- name: Seed Dev Workspace
|
||||
run: |
|
||||
cd packages/twenty-docker/
|
||||
echo "Seeding light dev workspace (Apple only)..."
|
||||
if ! docker compose exec -T server yarn command:prod workspace:seed:dev --light; then
|
||||
echo "❌ Seeding light dev workspace failed. Dumping server logs..."
|
||||
docker compose logs server
|
||||
exit 1
|
||||
fi
|
||||
working-directory: ./
|
||||
|
||||
- name: Output tunnel URL
|
||||
env:
|
||||
TUNNEL_URL: ${{ steps.expose-tunnel.outputs.tunnel-url }}
|
||||
run: |
|
||||
echo "✅ Preview Environment Ready!"
|
||||
echo "🔗 Preview URL: $TUNNEL_URL"
|
||||
echo "⏱️ This environment will be available for 5 hours"
|
||||
echo "## 🚀 Preview Environment Ready!" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "Preview URL: $TUNNEL_URL" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "" >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "This environment will automatically shut down after 5 hours." >> "$GITHUB_STEP_SUMMARY"
|
||||
echo "$TUNNEL_URL" > tunnel-url.txt
|
||||
|
||||
- name: Upload tunnel URL artifact
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
with:
|
||||
name: tunnel-url
|
||||
path: tunnel-url.txt
|
||||
retention-days: 1
|
||||
|
||||
- name: Keep tunnel alive for 5 hours
|
||||
run: timeout 300m sleep 18000 # Stop on whichever we reach first (300m or 5hour sleep)
|
||||
|
||||
- name: Cleanup
|
||||
if: always()
|
||||
run: |
|
||||
if [ -f "$RUNNER_TEMP/cloudflared.pid" ]; then
|
||||
kill "$(cat "$RUNNER_TEMP/cloudflared.pid")" 2>/dev/null || true
|
||||
fi
|
||||
cd packages/twenty-docker/
|
||||
docker compose down -v
|
||||
working-directory: ./
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-twenty-app",
|
||||
"version": "2.7.0",
|
||||
"version": "2.8.0",
|
||||
"description": "Command-line interface to create Twenty application",
|
||||
"main": "dist/cli.cjs",
|
||||
"bin": "dist/cli.cjs",
|
||||
|
||||
@@ -80,8 +80,8 @@ export async function teardown() {
|
||||
const uninstallResult = await appUninstall({ appPath: APP_PATH });
|
||||
|
||||
if (!uninstallResult.success) {
|
||||
console.warn(
|
||||
`App uninstall failed: ${uninstallResult.error?.message ?? 'Unknown error'}`,
|
||||
throw new Error(
|
||||
`App uninstall failed during teardown: ${JSON.stringify(uninstallResult.error, null, 2)}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-client-sdk",
|
||||
"version": "2.7.0",
|
||||
"version": "2.8.0",
|
||||
"sideEffects": false,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
@@ -42,7 +42,7 @@
|
||||
"dependencies": {
|
||||
"@genql/cli": "^3.0.3",
|
||||
"@genql/runtime": "^2.10.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"esbuild": "^0.28.0",
|
||||
"graphql": "^16.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -48,7 +48,7 @@ type ApplicationRegistration {
|
||||
isListed: Boolean!
|
||||
isFeatured: Boolean!
|
||||
isPreInstalled: Boolean!
|
||||
logoUrl: String
|
||||
logo: String
|
||||
createdAt: DateTime!
|
||||
updatedAt: DateTime!
|
||||
isConfigured: Boolean!
|
||||
@@ -247,7 +247,7 @@ type FieldPermission {
|
||||
type RolePermissionFlag {
|
||||
id: UUID!
|
||||
roleId: UUID!
|
||||
flag: PermissionFlagType!
|
||||
flag: String!
|
||||
}
|
||||
|
||||
type ApiKeyForRole {
|
||||
@@ -287,7 +287,7 @@ type ApplicationRegistrationSummary {
|
||||
id: UUID!
|
||||
latestAvailableVersion: String
|
||||
sourceType: ApplicationRegistrationSourceType!
|
||||
logoUrl: String
|
||||
logo: String
|
||||
}
|
||||
|
||||
type ApplicationVariable {
|
||||
@@ -523,6 +523,7 @@ type IndexField {
|
||||
id: UUID!
|
||||
fieldMetadataId: UUID!
|
||||
order: Float!
|
||||
subFieldName: String
|
||||
createdAt: DateTime!
|
||||
updatedAt: DateTime!
|
||||
}
|
||||
@@ -1971,7 +1972,7 @@ type CreateApplicationRegistration {
|
||||
type PublicApplicationRegistration {
|
||||
id: UUID!
|
||||
name: String!
|
||||
logoUrl: String
|
||||
logo: String
|
||||
websiteUrl: String
|
||||
oAuthScopes: [String!]!
|
||||
}
|
||||
@@ -2357,6 +2358,7 @@ type MarketplaceAppDetail {
|
||||
sourceType: ApplicationRegistrationSourceType!
|
||||
sourcePackage: String
|
||||
latestAvailableVersion: String
|
||||
logo: String
|
||||
isListed: Boolean!
|
||||
isFeatured: Boolean!
|
||||
manifest: JSON
|
||||
@@ -3209,6 +3211,8 @@ type Mutation {
|
||||
createOneObject(input: CreateOneObjectInput!): Object!
|
||||
deleteOneObject(input: DeleteOneObjectInput!): Object!
|
||||
updateOneObject(input: UpdateOneObjectInput!): Object!
|
||||
createOneIndex(input: CreateOneIndexInput!): Index!
|
||||
deleteOneIndex(input: DeleteOneIndexInput!): Index!
|
||||
createOneAgent(input: CreateAgentInput!): Agent!
|
||||
updateOneAgent(input: UpdateAgentInput!): Agent!
|
||||
deleteOneAgent(input: AgentIdInput!): Agent!
|
||||
@@ -3925,6 +3929,27 @@ input UpdateObjectPayload {
|
||||
isSearchable: Boolean
|
||||
}
|
||||
|
||||
input CreateOneIndexInput {
|
||||
"""The custom index to create"""
|
||||
index: CreateIndexInput!
|
||||
}
|
||||
|
||||
input CreateIndexInput {
|
||||
objectMetadataId: UUID!
|
||||
fields: [CreateIndexFieldInput!]!
|
||||
indexType: IndexType! = BTREE
|
||||
}
|
||||
|
||||
input CreateIndexFieldInput {
|
||||
fieldMetadataId: UUID!
|
||||
subFieldName: String
|
||||
}
|
||||
|
||||
input DeleteOneIndexInput {
|
||||
"""The id of the custom index to delete."""
|
||||
id: UUID!
|
||||
}
|
||||
|
||||
input CreateAgentInput {
|
||||
name: String
|
||||
label: String!
|
||||
@@ -4005,7 +4030,7 @@ input ObjectPermissionInput {
|
||||
|
||||
input UpsertPermissionFlagsInput {
|
||||
roleId: UUID!
|
||||
permissionFlagKeys: [PermissionFlagType!]!
|
||||
permissionFlagKeys: [String!]!
|
||||
}
|
||||
|
||||
input UpsertFieldPermissionsInput {
|
||||
|
||||
@@ -52,7 +52,7 @@ export interface ApplicationRegistration {
|
||||
isListed: Scalars['Boolean']
|
||||
isFeatured: Scalars['Boolean']
|
||||
isPreInstalled: Scalars['Boolean']
|
||||
logoUrl?: Scalars['String']
|
||||
logo?: Scalars['String']
|
||||
createdAt: Scalars['DateTime']
|
||||
updatedAt: Scalars['DateTime']
|
||||
isConfigured: Scalars['Boolean']
|
||||
@@ -193,7 +193,7 @@ export interface FieldPermission {
|
||||
export interface RolePermissionFlag {
|
||||
id: Scalars['UUID']
|
||||
roleId: Scalars['UUID']
|
||||
flag: PermissionFlagType
|
||||
flag: Scalars['String']
|
||||
__typename: 'RolePermissionFlag'
|
||||
}
|
||||
|
||||
@@ -236,7 +236,7 @@ export interface ApplicationRegistrationSummary {
|
||||
id: Scalars['UUID']
|
||||
latestAvailableVersion?: Scalars['String']
|
||||
sourceType: ApplicationRegistrationSourceType
|
||||
logoUrl?: Scalars['String']
|
||||
logo?: Scalars['String']
|
||||
__typename: 'ApplicationRegistrationSummary'
|
||||
}
|
||||
|
||||
@@ -386,6 +386,7 @@ export interface IndexField {
|
||||
id: Scalars['UUID']
|
||||
fieldMetadataId: Scalars['UUID']
|
||||
order: Scalars['Float']
|
||||
subFieldName?: Scalars['String']
|
||||
createdAt: Scalars['DateTime']
|
||||
updatedAt: Scalars['DateTime']
|
||||
__typename: 'IndexField'
|
||||
@@ -1611,7 +1612,7 @@ export interface CreateApplicationRegistration {
|
||||
export interface PublicApplicationRegistration {
|
||||
id: Scalars['UUID']
|
||||
name: Scalars['String']
|
||||
logoUrl?: Scalars['String']
|
||||
logo?: Scalars['String']
|
||||
websiteUrl?: Scalars['String']
|
||||
oAuthScopes: Scalars['String'][]
|
||||
__typename: 'PublicApplicationRegistration'
|
||||
@@ -2034,6 +2035,7 @@ export interface MarketplaceAppDetail {
|
||||
sourceType: ApplicationRegistrationSourceType
|
||||
sourcePackage?: Scalars['String']
|
||||
latestAvailableVersion?: Scalars['String']
|
||||
logo?: Scalars['String']
|
||||
isListed: Scalars['Boolean']
|
||||
isFeatured: Scalars['Boolean']
|
||||
manifest?: Scalars['JSON']
|
||||
@@ -2742,6 +2744,8 @@ export interface Mutation {
|
||||
createOneObject: Object
|
||||
deleteOneObject: Object
|
||||
updateOneObject: Object
|
||||
createOneIndex: Index
|
||||
deleteOneIndex: Index
|
||||
createOneAgent: Agent
|
||||
updateOneAgent: Agent
|
||||
deleteOneAgent: Agent
|
||||
@@ -2923,7 +2927,7 @@ export interface ApplicationRegistrationGenqlSelection{
|
||||
isListed?: boolean | number
|
||||
isFeatured?: boolean | number
|
||||
isPreInstalled?: boolean | number
|
||||
logoUrl?: boolean | number
|
||||
logo?: boolean | number
|
||||
createdAt?: boolean | number
|
||||
updatedAt?: boolean | number
|
||||
isConfigured?: boolean | number
|
||||
@@ -3100,7 +3104,7 @@ export interface ApplicationRegistrationSummaryGenqlSelection{
|
||||
id?: boolean | number
|
||||
latestAvailableVersion?: boolean | number
|
||||
sourceType?: boolean | number
|
||||
logoUrl?: boolean | number
|
||||
logo?: boolean | number
|
||||
__typename?: boolean | number
|
||||
__scalar?: boolean | number
|
||||
}
|
||||
@@ -3257,6 +3261,7 @@ export interface IndexFieldGenqlSelection{
|
||||
id?: boolean | number
|
||||
fieldMetadataId?: boolean | number
|
||||
order?: boolean | number
|
||||
subFieldName?: boolean | number
|
||||
createdAt?: boolean | number
|
||||
updatedAt?: boolean | number
|
||||
__typename?: boolean | number
|
||||
@@ -4555,7 +4560,7 @@ export interface CreateApplicationRegistrationGenqlSelection{
|
||||
export interface PublicApplicationRegistrationGenqlSelection{
|
||||
id?: boolean | number
|
||||
name?: boolean | number
|
||||
logoUrl?: boolean | number
|
||||
logo?: boolean | number
|
||||
websiteUrl?: boolean | number
|
||||
oAuthScopes?: boolean | number
|
||||
__typename?: boolean | number
|
||||
@@ -5030,6 +5035,7 @@ export interface MarketplaceAppDetailGenqlSelection{
|
||||
sourceType?: boolean | number
|
||||
sourcePackage?: boolean | number
|
||||
latestAvailableVersion?: boolean | number
|
||||
logo?: boolean | number
|
||||
isListed?: boolean | number
|
||||
isFeatured?: boolean | number
|
||||
manifest?: boolean | number
|
||||
@@ -5795,6 +5801,8 @@ export interface MutationGenqlSelection{
|
||||
createOneObject?: (ObjectGenqlSelection & { __args: {input: CreateOneObjectInput} })
|
||||
deleteOneObject?: (ObjectGenqlSelection & { __args: {input: DeleteOneObjectInput} })
|
||||
updateOneObject?: (ObjectGenqlSelection & { __args: {input: UpdateOneObjectInput} })
|
||||
createOneIndex?: (IndexGenqlSelection & { __args: {input: CreateOneIndexInput} })
|
||||
deleteOneIndex?: (IndexGenqlSelection & { __args: {input: DeleteOneIndexInput} })
|
||||
createOneAgent?: (AgentGenqlSelection & { __args: {input: CreateAgentInput} })
|
||||
updateOneAgent?: (AgentGenqlSelection & { __args: {input: UpdateAgentInput} })
|
||||
deleteOneAgent?: (AgentGenqlSelection & { __args: {input: AgentIdInput} })
|
||||
@@ -6126,6 +6134,18 @@ id: Scalars['UUID']}
|
||||
|
||||
export interface UpdateObjectPayload {labelSingular?: (Scalars['String'] | null),labelPlural?: (Scalars['String'] | null),nameSingular?: (Scalars['String'] | null),namePlural?: (Scalars['String'] | null),description?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),shortcut?: (Scalars['String'] | null),color?: (Scalars['String'] | null),isActive?: (Scalars['Boolean'] | null),labelIdentifierFieldMetadataId?: (Scalars['UUID'] | null),imageIdentifierFieldMetadataId?: (Scalars['UUID'] | null),isLabelSyncedWithName?: (Scalars['Boolean'] | null),isSearchable?: (Scalars['Boolean'] | null)}
|
||||
|
||||
export interface CreateOneIndexInput {
|
||||
/** The custom index to create */
|
||||
index: CreateIndexInput}
|
||||
|
||||
export interface CreateIndexInput {objectMetadataId: Scalars['UUID'],fields: CreateIndexFieldInput[],indexType: IndexType}
|
||||
|
||||
export interface CreateIndexFieldInput {fieldMetadataId: Scalars['UUID'],subFieldName?: (Scalars['String'] | null)}
|
||||
|
||||
export interface DeleteOneIndexInput {
|
||||
/** The id of the custom index to delete. */
|
||||
id: Scalars['UUID']}
|
||||
|
||||
export interface CreateAgentInput {name?: (Scalars['String'] | null),label: Scalars['String'],icon?: (Scalars['String'] | null),description?: (Scalars['String'] | null),prompt: Scalars['String'],modelId: Scalars['String'],roleId?: (Scalars['UUID'] | null),responseFormat?: (Scalars['JSON'] | null),modelConfiguration?: (Scalars['JSON'] | null),evaluationInputs?: (Scalars['String'][] | null)}
|
||||
|
||||
export interface UpdateAgentInput {id: Scalars['UUID'],name?: (Scalars['String'] | null),label?: (Scalars['String'] | null),icon?: (Scalars['String'] | null),description?: (Scalars['String'] | null),prompt?: (Scalars['String'] | null),modelId?: (Scalars['String'] | null),roleId?: (Scalars['UUID'] | null),responseFormat?: (Scalars['JSON'] | null),modelConfiguration?: (Scalars['JSON'] | null),evaluationInputs?: (Scalars['String'][] | null)}
|
||||
@@ -6142,7 +6162,7 @@ export interface UpsertObjectPermissionsInput {roleId: Scalars['UUID'],objectPer
|
||||
|
||||
export interface ObjectPermissionInput {objectMetadataId: Scalars['UUID'],canReadObjectRecords?: (Scalars['Boolean'] | null),canUpdateObjectRecords?: (Scalars['Boolean'] | null),canSoftDeleteObjectRecords?: (Scalars['Boolean'] | null),canDestroyObjectRecords?: (Scalars['Boolean'] | null)}
|
||||
|
||||
export interface UpsertPermissionFlagsInput {roleId: Scalars['UUID'],permissionFlagKeys: PermissionFlagType[]}
|
||||
export interface UpsertPermissionFlagsInput {roleId: Scalars['UUID'],permissionFlagKeys: Scalars['String'][]}
|
||||
|
||||
export interface UpsertFieldPermissionsInput {roleId: Scalars['UUID'],fieldPermissions: FieldPermissionInput[]}
|
||||
|
||||
|
||||
@@ -78,8 +78,8 @@ export default {
|
||||
334,
|
||||
341,
|
||||
377,
|
||||
454,
|
||||
466
|
||||
458,
|
||||
470
|
||||
],
|
||||
"types": {
|
||||
"BillingProductDTO": {
|
||||
@@ -204,7 +204,7 @@ export default {
|
||||
"isPreInstalled": [
|
||||
6
|
||||
],
|
||||
"logoUrl": [
|
||||
"logo": [
|
||||
1
|
||||
],
|
||||
"createdAt": [
|
||||
@@ -508,7 +508,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"flag": [
|
||||
18
|
||||
1
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -615,7 +615,7 @@ export default {
|
||||
"sourceType": [
|
||||
8
|
||||
],
|
||||
"logoUrl": [
|
||||
"logo": [
|
||||
1
|
||||
],
|
||||
"__typename": [
|
||||
@@ -972,6 +972,9 @@ export default {
|
||||
"order": [
|
||||
11
|
||||
],
|
||||
"subFieldName": [
|
||||
1
|
||||
],
|
||||
"createdAt": [
|
||||
4
|
||||
],
|
||||
@@ -3883,7 +3886,7 @@ export default {
|
||||
"name": [
|
||||
1
|
||||
],
|
||||
"logoUrl": [
|
||||
"logo": [
|
||||
1
|
||||
],
|
||||
"websiteUrl": [
|
||||
@@ -4640,6 +4643,9 @@ export default {
|
||||
"latestAvailableVersion": [
|
||||
1
|
||||
],
|
||||
"logo": [
|
||||
1
|
||||
],
|
||||
"isListed": [
|
||||
6
|
||||
],
|
||||
@@ -7491,11 +7497,29 @@ export default {
|
||||
]
|
||||
}
|
||||
],
|
||||
"createOneIndex": [
|
||||
46,
|
||||
{
|
||||
"input": [
|
||||
405,
|
||||
"CreateOneIndexInput!"
|
||||
]
|
||||
}
|
||||
],
|
||||
"deleteOneIndex": [
|
||||
46,
|
||||
{
|
||||
"input": [
|
||||
408,
|
||||
"DeleteOneIndexInput!"
|
||||
]
|
||||
}
|
||||
],
|
||||
"createOneAgent": [
|
||||
25,
|
||||
{
|
||||
"input": [
|
||||
405,
|
||||
409,
|
||||
"CreateAgentInput!"
|
||||
]
|
||||
}
|
||||
@@ -7504,7 +7528,7 @@ export default {
|
||||
25,
|
||||
{
|
||||
"input": [
|
||||
406,
|
||||
410,
|
||||
"UpdateAgentInput!"
|
||||
]
|
||||
}
|
||||
@@ -7535,7 +7559,7 @@ export default {
|
||||
29,
|
||||
{
|
||||
"createRoleInput": [
|
||||
407,
|
||||
411,
|
||||
"CreateRoleInput!"
|
||||
]
|
||||
}
|
||||
@@ -7544,7 +7568,7 @@ export default {
|
||||
29,
|
||||
{
|
||||
"updateRoleInput": [
|
||||
408,
|
||||
412,
|
||||
"UpdateRoleInput!"
|
||||
]
|
||||
}
|
||||
@@ -7562,7 +7586,7 @@ export default {
|
||||
16,
|
||||
{
|
||||
"upsertObjectPermissionsInput": [
|
||||
410,
|
||||
414,
|
||||
"UpsertObjectPermissionsInput!"
|
||||
]
|
||||
}
|
||||
@@ -7571,7 +7595,7 @@ export default {
|
||||
27,
|
||||
{
|
||||
"upsertPermissionFlagsInput": [
|
||||
412,
|
||||
416,
|
||||
"UpsertPermissionFlagsInput!"
|
||||
]
|
||||
}
|
||||
@@ -7580,7 +7604,7 @@ export default {
|
||||
26,
|
||||
{
|
||||
"upsertFieldPermissionsInput": [
|
||||
413,
|
||||
417,
|
||||
"UpsertFieldPermissionsInput!"
|
||||
]
|
||||
}
|
||||
@@ -7589,7 +7613,7 @@ export default {
|
||||
229,
|
||||
{
|
||||
"input": [
|
||||
415,
|
||||
419,
|
||||
"UpsertRowLevelPermissionPredicatesInput!"
|
||||
]
|
||||
}
|
||||
@@ -7620,7 +7644,7 @@ export default {
|
||||
274,
|
||||
{
|
||||
"input": [
|
||||
418,
|
||||
422,
|
||||
"CreateWebhookInput!"
|
||||
]
|
||||
}
|
||||
@@ -7629,7 +7653,7 @@ export default {
|
||||
274,
|
||||
{
|
||||
"input": [
|
||||
419,
|
||||
423,
|
||||
"UpdateWebhookInput!"
|
||||
]
|
||||
}
|
||||
@@ -7647,7 +7671,7 @@ export default {
|
||||
43,
|
||||
{
|
||||
"input": [
|
||||
421,
|
||||
425,
|
||||
"CreateOneFieldMetadataInput!"
|
||||
]
|
||||
}
|
||||
@@ -7656,7 +7680,7 @@ export default {
|
||||
43,
|
||||
{
|
||||
"input": [
|
||||
423,
|
||||
427,
|
||||
"UpdateOneFieldMetadataInput!"
|
||||
]
|
||||
}
|
||||
@@ -7665,7 +7689,7 @@ export default {
|
||||
43,
|
||||
{
|
||||
"input": [
|
||||
425,
|
||||
429,
|
||||
"DeleteOneFieldInput!"
|
||||
]
|
||||
}
|
||||
@@ -7674,7 +7698,7 @@ export default {
|
||||
65,
|
||||
{
|
||||
"input": [
|
||||
426,
|
||||
430,
|
||||
"CreateViewGroupInput!"
|
||||
]
|
||||
}
|
||||
@@ -7683,7 +7707,7 @@ export default {
|
||||
65,
|
||||
{
|
||||
"inputs": [
|
||||
426,
|
||||
430,
|
||||
"[CreateViewGroupInput!]!"
|
||||
]
|
||||
}
|
||||
@@ -7692,7 +7716,7 @@ export default {
|
||||
65,
|
||||
{
|
||||
"input": [
|
||||
427,
|
||||
431,
|
||||
"UpdateViewGroupInput!"
|
||||
]
|
||||
}
|
||||
@@ -7701,7 +7725,7 @@ export default {
|
||||
65,
|
||||
{
|
||||
"inputs": [
|
||||
427,
|
||||
431,
|
||||
"[UpdateViewGroupInput!]!"
|
||||
]
|
||||
}
|
||||
@@ -7710,7 +7734,7 @@ export default {
|
||||
65,
|
||||
{
|
||||
"input": [
|
||||
429,
|
||||
433,
|
||||
"DeleteViewGroupInput!"
|
||||
]
|
||||
}
|
||||
@@ -7719,7 +7743,7 @@ export default {
|
||||
65,
|
||||
{
|
||||
"input": [
|
||||
430,
|
||||
434,
|
||||
"DestroyViewGroupInput!"
|
||||
]
|
||||
}
|
||||
@@ -7728,7 +7752,7 @@ export default {
|
||||
315,
|
||||
{
|
||||
"input": [
|
||||
431,
|
||||
435,
|
||||
"UpdateMessageFolderInput!"
|
||||
]
|
||||
}
|
||||
@@ -7737,7 +7761,7 @@ export default {
|
||||
315,
|
||||
{
|
||||
"input": [
|
||||
433,
|
||||
437,
|
||||
"UpdateMessageFoldersInput!"
|
||||
]
|
||||
}
|
||||
@@ -7746,7 +7770,7 @@ export default {
|
||||
306,
|
||||
{
|
||||
"input": [
|
||||
434,
|
||||
438,
|
||||
"UpdateMessageChannelInput!"
|
||||
]
|
||||
}
|
||||
@@ -7755,7 +7779,7 @@ export default {
|
||||
314,
|
||||
{
|
||||
"input": [
|
||||
436,
|
||||
440,
|
||||
"CreateEmailGroupChannelInput!"
|
||||
]
|
||||
}
|
||||
@@ -7782,7 +7806,7 @@ export default {
|
||||
301,
|
||||
{
|
||||
"input": [
|
||||
437,
|
||||
441,
|
||||
"UpdateCalendarChannelInput!"
|
||||
]
|
||||
}
|
||||
@@ -7812,7 +7836,7 @@ export default {
|
||||
1
|
||||
],
|
||||
"fileAttachments": [
|
||||
439,
|
||||
443,
|
||||
"[FileAttachmentInput!]"
|
||||
]
|
||||
}
|
||||
@@ -7879,7 +7903,7 @@ export default {
|
||||
290,
|
||||
{
|
||||
"input": [
|
||||
440,
|
||||
444,
|
||||
"CreateSkillInput!"
|
||||
]
|
||||
}
|
||||
@@ -7888,7 +7912,7 @@ export default {
|
||||
290,
|
||||
{
|
||||
"input": [
|
||||
441,
|
||||
445,
|
||||
"UpdateSkillInput!"
|
||||
]
|
||||
}
|
||||
@@ -7946,7 +7970,7 @@ export default {
|
||||
238,
|
||||
{
|
||||
"input": [
|
||||
442,
|
||||
446,
|
||||
"GetAuthorizationUrlForSSOInput!"
|
||||
]
|
||||
}
|
||||
@@ -8200,7 +8224,7 @@ export default {
|
||||
197,
|
||||
{
|
||||
"input": [
|
||||
443,
|
||||
447,
|
||||
"CreateApplicationRegistrationInput!"
|
||||
]
|
||||
}
|
||||
@@ -8209,7 +8233,7 @@ export default {
|
||||
7,
|
||||
{
|
||||
"input": [
|
||||
444,
|
||||
448,
|
||||
"UpdateApplicationRegistrationInput!"
|
||||
]
|
||||
}
|
||||
@@ -8236,7 +8260,7 @@ export default {
|
||||
5,
|
||||
{
|
||||
"input": [
|
||||
446,
|
||||
450,
|
||||
"CreateApplicationRegistrationVariableInput!"
|
||||
]
|
||||
}
|
||||
@@ -8245,7 +8269,7 @@ export default {
|
||||
5,
|
||||
{
|
||||
"input": [
|
||||
447,
|
||||
451,
|
||||
"UpdateApplicationRegistrationVariableInput!"
|
||||
]
|
||||
}
|
||||
@@ -8334,7 +8358,7 @@ export default {
|
||||
6,
|
||||
{
|
||||
"input": [
|
||||
449,
|
||||
453,
|
||||
"UpdateWorkspaceMemberSettingsInput!"
|
||||
]
|
||||
}
|
||||
@@ -8368,7 +8392,7 @@ export default {
|
||||
75,
|
||||
{
|
||||
"data": [
|
||||
450,
|
||||
454,
|
||||
"ActivateWorkspaceInput!"
|
||||
]
|
||||
}
|
||||
@@ -8377,7 +8401,7 @@ export default {
|
||||
75,
|
||||
{
|
||||
"data": [
|
||||
451,
|
||||
455,
|
||||
"UpdateWorkspaceInput!"
|
||||
]
|
||||
}
|
||||
@@ -8392,7 +8416,7 @@ export default {
|
||||
6,
|
||||
{
|
||||
"workspaceMigration": [
|
||||
452,
|
||||
456,
|
||||
"WorkspaceMigrationInput!"
|
||||
]
|
||||
}
|
||||
@@ -8410,7 +8434,7 @@ export default {
|
||||
220,
|
||||
{
|
||||
"input": [
|
||||
455,
|
||||
459,
|
||||
"SetupOIDCSsoInput!"
|
||||
]
|
||||
}
|
||||
@@ -8419,7 +8443,7 @@ export default {
|
||||
220,
|
||||
{
|
||||
"input": [
|
||||
456,
|
||||
460,
|
||||
"SetupSAMLSsoInput!"
|
||||
]
|
||||
}
|
||||
@@ -8428,7 +8452,7 @@ export default {
|
||||
216,
|
||||
{
|
||||
"input": [
|
||||
457,
|
||||
461,
|
||||
"DeleteSsoInput!"
|
||||
]
|
||||
}
|
||||
@@ -8437,7 +8461,7 @@ export default {
|
||||
217,
|
||||
{
|
||||
"input": [
|
||||
458,
|
||||
462,
|
||||
"EditSsoInput!"
|
||||
]
|
||||
}
|
||||
@@ -8468,7 +8492,7 @@ export default {
|
||||
286,
|
||||
{
|
||||
"input": [
|
||||
459,
|
||||
463,
|
||||
"SendEmailInput!"
|
||||
]
|
||||
}
|
||||
@@ -8490,7 +8514,7 @@ export default {
|
||||
"String!"
|
||||
],
|
||||
"connectionParameters": [
|
||||
461,
|
||||
465,
|
||||
"EmailAccountConnectionParameters!"
|
||||
],
|
||||
"id": [
|
||||
@@ -8502,7 +8526,7 @@ export default {
|
||||
168,
|
||||
{
|
||||
"input": [
|
||||
463,
|
||||
467,
|
||||
"UpdateLabPublicFeatureFlagInput!"
|
||||
]
|
||||
}
|
||||
@@ -8584,7 +8608,7 @@ export default {
|
||||
77,
|
||||
{
|
||||
"input": [
|
||||
464,
|
||||
468,
|
||||
"CreateOneAppTokenInput!"
|
||||
]
|
||||
}
|
||||
@@ -8659,7 +8683,7 @@ export default {
|
||||
"String!"
|
||||
],
|
||||
"fileFolder": [
|
||||
466,
|
||||
470,
|
||||
"FileFolder!"
|
||||
],
|
||||
"filePath": [
|
||||
@@ -10012,6 +10036,47 @@ export default {
|
||||
1
|
||||
]
|
||||
},
|
||||
"CreateOneIndexInput": {
|
||||
"index": [
|
||||
406
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"CreateIndexInput": {
|
||||
"objectMetadataId": [
|
||||
3
|
||||
],
|
||||
"fields": [
|
||||
407
|
||||
],
|
||||
"indexType": [
|
||||
47
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"CreateIndexFieldInput": {
|
||||
"fieldMetadataId": [
|
||||
3
|
||||
],
|
||||
"subFieldName": [
|
||||
1
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"DeleteOneIndexInput": {
|
||||
"id": [
|
||||
3
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
},
|
||||
"CreateAgentInput": {
|
||||
"name": [
|
||||
1
|
||||
@@ -10131,7 +10196,7 @@ export default {
|
||||
},
|
||||
"UpdateRoleInput": {
|
||||
"update": [
|
||||
409
|
||||
413
|
||||
],
|
||||
"id": [
|
||||
3
|
||||
@@ -10186,7 +10251,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"objectPermissions": [
|
||||
411
|
||||
415
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10217,7 +10282,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"permissionFlagKeys": [
|
||||
18
|
||||
1
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10228,7 +10293,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"fieldPermissions": [
|
||||
414
|
||||
418
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10259,10 +10324,10 @@ export default {
|
||||
3
|
||||
],
|
||||
"predicates": [
|
||||
416
|
||||
420
|
||||
],
|
||||
"predicateGroups": [
|
||||
417
|
||||
421
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10345,7 +10410,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
420
|
||||
424
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10370,7 +10435,7 @@ export default {
|
||||
},
|
||||
"CreateOneFieldMetadataInput": {
|
||||
"field": [
|
||||
422
|
||||
426
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10443,7 +10508,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
424
|
||||
428
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10535,7 +10600,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
428
|
||||
432
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10579,7 +10644,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
432
|
||||
436
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10598,7 +10663,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
432
|
||||
436
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10609,7 +10674,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
435
|
||||
439
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10654,7 +10719,7 @@ export default {
|
||||
3
|
||||
],
|
||||
"update": [
|
||||
438
|
||||
442
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10770,7 +10835,7 @@ export default {
|
||||
1
|
||||
],
|
||||
"update": [
|
||||
445
|
||||
449
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10818,7 +10883,7 @@ export default {
|
||||
1
|
||||
],
|
||||
"update": [
|
||||
448
|
||||
452
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10936,7 +11001,7 @@ export default {
|
||||
},
|
||||
"WorkspaceMigrationInput": {
|
||||
"actions": [
|
||||
453
|
||||
457
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -10944,7 +11009,7 @@ export default {
|
||||
},
|
||||
"WorkspaceMigrationDeleteActionInput": {
|
||||
"type": [
|
||||
454
|
||||
458
|
||||
],
|
||||
"metadataName": [
|
||||
318
|
||||
@@ -11039,7 +11104,7 @@ export default {
|
||||
1
|
||||
],
|
||||
"files": [
|
||||
460
|
||||
464
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -11058,13 +11123,13 @@ export default {
|
||||
},
|
||||
"EmailAccountConnectionParameters": {
|
||||
"IMAP": [
|
||||
462
|
||||
466
|
||||
],
|
||||
"SMTP": [
|
||||
462
|
||||
466
|
||||
],
|
||||
"CALDAV": [
|
||||
462
|
||||
466
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -11103,7 +11168,7 @@ export default {
|
||||
},
|
||||
"CreateOneAppTokenInput": {
|
||||
"appToken": [
|
||||
465
|
||||
469
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
@@ -11132,7 +11197,7 @@ export default {
|
||||
230,
|
||||
{
|
||||
"input": [
|
||||
468,
|
||||
472,
|
||||
"LogicFunctionLogsInput!"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -44,8 +44,53 @@ A Twenty app's **data layer** is the data your app *adds* to a workspace — the
|
||||
| **Object** | A new custom record type (e.g. PostCard, Invoice) with its own fields | `defineObject()` |
|
||||
| **Field** | A column on an object. Standalone fields can extend objects you didn't create (e.g. add `loyaltyTier` to Company) | `defineField()` |
|
||||
| **Relation** | A bidirectional link between two objects — both sides declared as fields | `defineField()` with `FieldType.RELATION` |
|
||||
| **Index** | A database index to speed up a recurring query on one of your objects | `defineIndex()` |
|
||||
|
||||
The SDK detects these via AST analysis at build time, so file organization is up to you — the convention is `src/objects/` and `src/fields/`. Stable `universalIdentifier` UUIDs tie everything together across deploys.
|
||||
The SDK detects these via AST analysis at build time, so file organization is up to you — the convention is `src/objects/`, `src/fields/`, and `src/indexes/`. Stable `universalIdentifier` UUIDs tie everything together across deploys.
|
||||
|
||||
## Indexes (optional)
|
||||
|
||||
Apps can ship indexes alongside their objects to keep recurring queries fast. The most common case is a status or foreign-key column that you read frequently.
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### Unique indexes
|
||||
|
||||
`defineIndex` accepts `isUnique: true` for both single- and multi-column uniqueness. This is the recommended primitive — `defineField({ isUnique: true })` is deprecated and will be removed in a future release.
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### Other constraints
|
||||
|
||||
- Partial `WHERE` clauses stay under admin control — apps can't declare them.
|
||||
- Each object is capped at 10 custom indexes (the framework's own indexes don't count).
|
||||
|
||||
Order the `fields` array the way Postgres should use it — leftmost column first, like a phone book. Indexes are not free: every write to the table updates them. Add one only when you have a query that needs it.
|
||||
|
||||
<Note>
|
||||
Looking for **Application Config** or **Roles & Permissions**? Those describe the app itself rather than the data it adds — they live under [Config](/developers/extend/apps/config/overview). Looking for **Connections** (Linear, GitHub, Slack OAuth)? Those exist to be called *from* logic functions and live under [Logic](/developers/extend/apps/logic/connections).
|
||||
|
||||
@@ -44,8 +44,53 @@ Die **Datenebene** einer Twenty-App umfasst die Daten, die Ihre App zu einem Wor
|
||||
| **Objekt** | Ein neuer benutzerdefinierter Datensatztyp (z. B. PostCard, Invoice) mit eigenen Feldern | `defineObject()` |
|
||||
| **Feld** | Eine Spalte in einem Objekt. Eigenständige Felder können Objekte erweitern, die Sie nicht erstellt haben (z. B. `loyaltyTier` zu Company hinzufügen) | `defineField()` |
|
||||
| **Beziehung** | Eine bidirektionale Verknüpfung zwischen zwei Objekten – beide Seiten werden als Felder deklariert | `defineField()` mit `FieldType.RELATION` |
|
||||
| **Indizes** | Ein Datenbankindex, um eine wiederkehrende Abfrage für eines Ihrer Objekte zu beschleunigen | `defineIndex()` |
|
||||
|
||||
Das SDK erkennt diese zur Build-Zeit über eine AST-Analyse, sodass die Dateiorganisation Ihnen überlassen ist – die Konvention ist `src/objects/` und `src/fields/`. Stabile `universalIdentifier`-UUIDs verknüpfen alles über Deploys hinweg.
|
||||
Das SDK erkennt diese zur Build-Zeit über eine AST-Analyse, sodass die Dateiorganisation Ihnen überlassen ist – die Konvention ist `src/objects/`, `src/fields/` und `src/indexes/`. Stabile `universalIdentifier`-UUIDs verknüpfen alles über Deploys hinweg.
|
||||
|
||||
## Indizes (optional)
|
||||
|
||||
Apps können Indizes gemeinsam mit ihren Objekten ausliefern, um wiederkehrende Abfragen schnell zu halten. Der häufigste Fall ist eine Status- oder Fremdschlüsselspalte, die Sie häufig lesen.
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### Eindeutige Indizes
|
||||
|
||||
`defineIndex` akzeptiert `isUnique: true` sowohl für Einspalten- als auch Mehrspalteneindeutigkeit. Dies ist das empfohlene Primitive – `defineField({ isUnique: true })` ist veraltet und wird in einer zukünftigen Version entfernt.
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### Andere Einschränkungen
|
||||
|
||||
* Partielle `WHERE`-Klauseln bleiben unter Kontrolle der Administratoren – Apps können sie nicht deklarieren.
|
||||
* Jedes Objekt ist auf 10 benutzerdefinierte Indizes begrenzt (die Indizes des Frameworks selbst werden nicht mitgezählt).
|
||||
|
||||
Ordnen Sie das `fields`-Array so an, wie Postgres es verwenden soll – die ganz linke Spalte zuerst, wie in einem Telefonbuch. Indizes sind nicht kostenlos: Jeder Schreibvorgang in die Tabelle aktualisiert sie. Fügen Sie einen nur dann hinzu, wenn Sie eine Abfrage haben, die ihn benötigt.
|
||||
|
||||
<Note>
|
||||
Suchen Sie nach **Application Config** oder **Roles & Permissions**? Diese beschreiben die App selbst und nicht die Daten, die sie hinzufügt – sie befinden sich unter [Config](/l/de/developers/extend/apps/config/overview). Suchen Sie nach **Connections** (Linear, GitHub, Slack OAuth)? Diese existieren, um *von* Logikfunktionen aufgerufen zu werden, und befinden sich unter [Logic](/l/de/developers/extend/apps/logic/connections).
|
||||
|
||||
@@ -16,10 +16,9 @@ Jeder Schlüssel enthält einen `publicKey` (unbefristet aufbewahrt, damit er zu
|
||||
|
||||
### Aktuellen Schlüssel rotieren
|
||||
|
||||
* **Manuell** — **Settings → Admin Panel → Signing keys → Revoke** in der aktuellen Zeile. Das Widerrufen löscht das verschlüsselte private Material und stuft es herab; der nächste Signieraufruf erstellt automatisch ein neues ES256-Schlüsselpaar als neuen aktuellen Schlüssel. Tokens, die unter einem anderen (nicht widerrufenen) `kid` signiert wurden, werden weiterhin verifiziert, bis sie ablaufen.
|
||||
* **Enterprise (automatisch)** — ein täglicher Cron-Job (`'15 3 * * *'` UTC) erstellt einen neuen aktuellen Schlüssel, sobald der vorhandene Schlüssel seit `SIGNING_KEY_ROTATION_DAYS` (Standard `90`) aktuell ist. Der vorherige Schlüssel wird *nicht* widerrufen, daher werden Tokens, die darunter signiert wurden, weiterhin verifiziert. Registriere ihn einmalig mit `yarn command:prod cron:register:all`.
|
||||
Setzen Sie `SIGNING_KEY_ROTATION_DAYS`, um die Funktion zu aktivieren: Ein täglicher Cronjob erstellt dann einen neuen aktuellen Schlüssel, sobald der bestehende Schlüssel älter als dieser Schwellenwert ist. Frühere Schlüssel werden *nicht* widerrufen, daher werden Tokens, die darunter signiert wurden, weiterhin verifiziert. Lassen Sie die Variable ungesetzt, um die automatische Rotation zu deaktivieren.
|
||||
|
||||
<Note>Der Enterprise-Cron-Job und `SIGNING_KEY_ROTATION_DAYS` sind ab v2.6+ enthalten.</Note>
|
||||
<Note>Die automatische Rotation ist ab Version v2.6 verfügbar.</Note>
|
||||
|
||||
### Einen Schlüssel widerrufen (nur bei Leak / Notfall)
|
||||
|
||||
|
||||
@@ -101,6 +101,10 @@ Machen Sie ein Feld einzigartig, um sicherzustellen, dass sich keine verschieden
|
||||
|
||||
Wenn beim Einstellen der Einzigartigkeit ein Fehler auftritt, überprüfen Sie auf doppelte Werte in Ihren Daten (einschließlich gelöschter Datensätze).
|
||||
|
||||
## Indizes (Erweitert)
|
||||
|
||||
Datenbankindizes werden automatisch verwaltet – eigene hinzuzufügen ist selten erforderlich und kann leicht schiefgehen. Wenn der Erweiterte Modus aktiviert ist, hat jedes Objekt unter `Einstellungen → Datenmodell → <object>` einen Abschnitt **Indizes** für die Fälle, in denen du weißt, dass du einen brauchst.
|
||||
|
||||
## Beste Praktiken zur Feldkonfiguration
|
||||
|
||||
### Benennungskonventionen und Einschränkungen
|
||||
|
||||
@@ -44,8 +44,53 @@ A **camada de dados** de um app Twenty é o conjunto de dados que seu app *adici
|
||||
| **Objeto** | Um novo tipo de registro personalizado (por exemplo, PostCard, Invoice) com seus próprios campos | `defineObject()` |
|
||||
| **Campo** | Uma coluna em um objeto. Campos independentes podem estender objetos que você não criou (por exemplo, adicionar `loyaltyTier` ao objeto Company) | `defineField()` |
|
||||
| **Relação** | Um vínculo bidirecional entre dois objetos — ambos os lados declarados como campos | `defineField()` com `FieldType.RELATION` |
|
||||
| **Índice** | Um índice de banco de dados para acelerar uma consulta recorrente em um dos seus objetos | `defineIndex()` |
|
||||
|
||||
O SDK detecta esses elementos por meio de análise de AST em tempo de build, então a organização dos arquivos fica a seu critério — a convenção é `src/objects/` e `src/fields/`. UUIDs `universalIdentifier` estáveis conectam tudo em implantações diferentes.
|
||||
O SDK detecta esses elementos por meio de análise de AST em tempo de build, então a organização dos arquivos fica a seu critério — a convenção é `src/objects/`, `src/fields/` e `src/indexes/`. UUIDs `universalIdentifier` estáveis conectam tudo em implantações diferentes.
|
||||
|
||||
## Índices (Opcional)
|
||||
|
||||
Os apps podem incluir índices junto com seus objetos para manter rápidas as consultas recorrentes. O caso mais comum é uma coluna de status ou de chave estrangeira que você lê com frequência.
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### Índices únicos
|
||||
|
||||
`defineIndex` aceita `isUnique: true` tanto para unicidade de uma única coluna quanto de múltiplas colunas. Este é o recurso recomendado — `defineField({ isUnique: true })` está obsoleto e será removido em uma versão futura.
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### Outras restrições
|
||||
|
||||
* Cláusulas `WHERE` parciais permanecem sob controle do administrador — os apps não podem declará-las.
|
||||
* Cada objeto é limitado a 10 índices personalizados (os índices do próprio framework não contam).
|
||||
|
||||
Ordene o array `fields` da forma como o Postgres deve usá-lo — coluna mais à esquerda primeiro, como em uma lista telefônica. Índices não são gratuitos: cada gravação na tabela os atualiza. Adicione um apenas quando você tiver uma consulta que precise dele.
|
||||
|
||||
<Note>
|
||||
Procurando por **Application Config** ou **Roles & Permissions**? Esses descrevem o próprio app em vez dos dados que ele adiciona — eles ficam em [Config](/l/pt/developers/extend/apps/config/overview). Procurando por **Connections** (Linear, GitHub, Slack OAuth)? Essas existem para serem chamadas *a partir de* funções de lógica e ficam em [Logic](/l/pt/developers/extend/apps/logic/connections).
|
||||
|
||||
@@ -16,10 +16,9 @@ Cada chave carrega uma `publicKey` (mantida indefinidamente para que possa verif
|
||||
|
||||
### Rotacionar a chave atual
|
||||
|
||||
* **Manual** — **Settings → Admin Panel → Signing keys → Revoke** na linha atual. A revogação apaga o material privado criptografado e o rebaixa; a próxima chamada de assinatura gera automaticamente um novo par de chaves ES256 como o novo atual. Tokens assinados sob qualquer outro `kid` (não revogado) continuam sendo verificados até expirarem.
|
||||
* **Enterprise (automático)** — um cron diário (`'15 3 * * *'` UTC) emite uma nova chave atual assim que a existente tiver sido atual por `SIGNING_KEY_ROTATION_DAYS` (padrão `90`). A chave anterior *não* é revogada, então tokens assinados sob ela continuam sendo verificados. Registre-o uma vez com `yarn command:prod cron:register:all`.
|
||||
Defina `SIGNING_KEY_ROTATION_DAYS` para ativar: um cron diário então gera uma nova chave e a define como atual quando a existente for mais antiga do que esse limite. Chaves anteriores *não* são revogadas, então tokens assinados sob elas continuam sendo verificados. Deixe a variável não definida para desativar a rotação automática.
|
||||
|
||||
<Note>O cron do Enterprise e `SIGNING_KEY_ROTATION_DAYS` são disponibilizados a partir da v2.6+.</Note>
|
||||
<Note>A rotação automática está disponível a partir da v2.6+.</Note>
|
||||
|
||||
### Revogar uma chave (apenas vazamento / emergência)
|
||||
|
||||
|
||||
@@ -101,6 +101,10 @@ Torne um campo único para garantir que registros distintos não possam ter o me
|
||||
|
||||
Se você receber um erro ao definir exclusividade, verifique se há valores duplicados nos seus dados (incluindo registros excluídos).
|
||||
|
||||
## Índices (Avançado)
|
||||
|
||||
Os índices do banco de dados são gerenciados automaticamente — adicionar os seus próprios raramente é necessário e é fácil cometer erros. Com o modo Avançado ativado, cada objeto tem uma seção **Índices** em `Settings → Data Model → <object>` para os casos em que você sabe que precisa de um índice.
|
||||
|
||||
## Melhores Práticas de Configuração de Campos
|
||||
|
||||
### Convenções de Nomeação e Limitações
|
||||
|
||||
@@ -44,8 +44,53 @@ Stratul de **date** al unei aplicații Twenty reprezintă datele pe care aplica
|
||||
| **Obiect** | Un nou tip de înregistrare personalizat (de ex. PostCard, Invoice) cu propriile sale câmpuri | `defineObject()` |
|
||||
| **Câmp** | O coloană pe un obiect. Câmpurile independente pot extinde obiecte pe care nu le-ați creat (de ex. adăugați `loyaltyTier` la Company) | `defineField()` |
|
||||
| **Relație** | O legătură bidirecțională între două obiecte — ambele părți declarate ca câmpuri | `defineField()` cu `FieldType.RELATION` |
|
||||
| **Indice** | Un indice de bază de date pentru a accelera o interogare recurentă asupra unuia dintre obiectele tale | `defineIndex()` |
|
||||
|
||||
SDK-ul detectează acestea prin analiza AST la momentul build-ului, astfel încât organizarea fișierelor ține de dumneavoastră — convenția este `src/objects/` și `src/fields/`. UUID-urile stabile `universalIdentifier` leagă totul în toate implementările.
|
||||
SDK-ul detectează acestea prin analiza AST la momentul build-ului, astfel încât organizarea fișierelor ține de tine — convenția este `src/objects/`, `src/fields/` și `src/indexes/`. UUID-urile stabile `universalIdentifier` leagă totul în toate implementările.
|
||||
|
||||
## Indici (opțional)
|
||||
|
||||
Aplicațiile pot livra indici împreună cu obiectele lor pentru a menține rapide interogările recurente. Cel mai comun caz este o coloană de status sau o coloană cu cheie străină pe care o citești frecvent.
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### Indici unici
|
||||
|
||||
`defineIndex` acceptă `isUnique: true` atât pentru unicitatea pe o singură coloană, cât și pe mai multe coloane. Aceasta este primitiva recomandată — `defineField({ isUnique: true })` este învechită (deprecated) și va fi eliminată într-o versiune viitoare.
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### Alte constrângeri
|
||||
|
||||
* Clauzele `WHERE` parțiale rămân sub controlul administratorului — aplicațiile nu le pot declara.
|
||||
* Fiecare obiect este limitat la 10 indici personalizați (indicii proprii ai framework-ului nu se pun la socoteală).
|
||||
|
||||
Ordonează array-ul `fields` în modul în care Postgres ar trebui să îl folosească — coloana din stânga prima, ca într-o agendă telefonică. Indicii nu sunt gratuiți: fiecare scriere în tabel îi actualizează. Adaugă unul doar atunci când ai o interogare care are nevoie de el.
|
||||
|
||||
<Note>
|
||||
Căutați **Application Config** sau **Roles & Permissions**? Acestea descriu aplicația în sine, mai degrabă decât datele pe care le adaugă — se află la [Config](/l/ro/developers/extend/apps/config/overview). Căutați **Connections** (Linear, GitHub, Slack OAuth)? Acestea există pentru a fi apelate *din* funcții de logică și se află la [Logic](/l/ro/developers/extend/apps/logic/connections).
|
||||
|
||||
@@ -16,10 +16,9 @@ Fiecare cheie are un `publicKey` (păstrat pe termen nelimitat pentru a putea ve
|
||||
|
||||
### Rotește cheia curentă
|
||||
|
||||
* **Manual** — **Settings → Admin Panel → Signing keys → Revoke** pe rândul curent. Revocarea șterge materialul privat criptat și o retrogradează; următorul apel de semnare generează automat o nouă pereche de chei ES256 ca noua cheie curentă. Token-urile semnate sub orice alt `kid` (nerevocat) continuă să fie verificate până la expirare.
|
||||
* **Enterprise (automat)** — un cron zilnic (`'15 3 * * *'` UTC) emite o nouă cheie curentă după ce cea existentă a fost curentă timp de `SIGNING_KEY_ROTATION_DAYS` (implicit `90`). Cheia anterioară *nu* este revocată, astfel încât token-urile semnate cu ea continuă să fie verificate. Înregistrează-l o singură dată cu `yarn command:prod cron:register:all`.
|
||||
Setați `SIGNING_KEY_ROTATION_DAYS` pentru a activa rotația automată: un job cron zilnic va emite o nouă cheie curentă odată ce cea existentă este mai veche decât acest prag. Cheile anterioare *nu* sunt revocate, astfel încât token-urile semnate cu ele continuă să fie verificate. Lăsați variabila nesetată pentru a dezactiva rotația automată.
|
||||
|
||||
<Note>Cron-ul Enterprise și `SIGNING_KEY_ROTATION_DAYS` sunt disponibile în v2.6+.</Note>
|
||||
<Note>Rotația automată este disponibilă începând cu versiunea v2.6+.</Note>
|
||||
|
||||
### Revocă o cheie (numai în caz de scurgere / urgență)
|
||||
|
||||
|
||||
@@ -101,6 +101,10 @@ Faceți un câmp unic pentru a vă asigura că înregistrările distincte nu pot
|
||||
|
||||
Dacă primiți o eroare când setați unicitatea, verificați prezența valorilor duplicate în datele dumneavoastră (inclusiv în cele șterse).
|
||||
|
||||
## Indexuri (Avansat)
|
||||
|
||||
Indexurile bazei de date sunt gestionate automat — adăugarea unor indexuri proprii este rareori necesară și se greșește ușor. Cu modul Avansat activat, fiecare obiect are o secțiune **Indexuri** sub `Settings → Data Model → <object>` pentru cazurile în care știi că ai nevoie de unul.
|
||||
|
||||
## Cele mai bune practici pentru configurarea câmpurilor
|
||||
|
||||
### Convenții de denumire și limitări
|
||||
|
||||
@@ -44,8 +44,53 @@ icon: database
|
||||
| **Объект** | Новый пользовательский тип записей (например, PostCard, Invoice) с собственными полями | `defineObject()` |
|
||||
| **Поле** | Столбец в объекте. Отдельные поля могут расширять объекты, которые вы не создавали (например, добавьте `loyaltyTier` к объекту Company) | `defineField()` |
|
||||
| **Связь** | Двусторонняя связь между двумя объектами — обе стороны объявлены как поля | `defineField()` с `FieldType.RELATION` |
|
||||
| **Индекс** | Индекс базы данных для ускорения повторяющегося запроса к одному из ваших объектов | `defineIndex()` |
|
||||
|
||||
SDK обнаруживает их с помощью анализа AST во время сборки, поэтому организация файлов остается на ваше усмотрение — по соглашению используются `src/objects/` и `src/fields/`. Стабильные UUID `universalIdentifier` связывают все воедино между развертываниями.
|
||||
SDK обнаруживает их с помощью анализа AST во время сборки, поэтому организация файлов остается на ваше усмотрение — по соглашению используются `src/objects/`, `src/fields/` и `src/indexes/`. Стабильные UUID `universalIdentifier` связывают все воедино между развертываниями.
|
||||
|
||||
## Индексы (необязательно)
|
||||
|
||||
Приложения могут поставлять индексы вместе со своими объектами, чтобы повторяющиеся запросы выполнялись быстро. Наиболее распространенный случай — столбец статуса или внешнего ключа, к которому вы часто обращаетесь при чтении.
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### Уникальные индексы
|
||||
|
||||
`defineIndex` принимает `isUnique: true` как для уникальности по одному столбцу, так и по нескольким столбцам. Это рекомендуемый примитив — `defineField({ isUnique: true })` устарел и будет удален в одном из будущих релизов.
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### Другие ограничения
|
||||
|
||||
* Частичные предложения `WHERE` остаются под контролем администратора — приложения не могут объявлять их.
|
||||
* Для каждого объекта допускается не более 10 пользовательских индексов (индексы самого фреймворка не учитываются).
|
||||
|
||||
Упорядочьте массив `fields` в том порядке, в котором Postgres должен его использовать — сначала самый левый столбец, как в телефонной книге. Индексы не бесплатны: при каждой записи в таблицу они обновляются. Добавляйте индекс только тогда, когда у вас есть запрос, которому он действительно нужен.
|
||||
|
||||
<Note>
|
||||
Ищете **Application Config** или **Roles & Permissions**? Они описывают само приложение, а не данные, которые оно добавляет, — их можно найти в разделе [Config](/l/ru/developers/extend/apps/config/overview). Ищете **Connections** (Linear, GitHub, Slack OAuth)? Они существуют для вызова *из* логических функций и находятся в разделе [Logic](/l/ru/developers/extend/apps/logic/connections).
|
||||
|
||||
@@ -16,10 +16,9 @@ icon: rotate
|
||||
|
||||
### Выполнить ротацию текущего ключа
|
||||
|
||||
* **Вручную** — **Settings → Admin Panel → Signing keys → Revoke** в текущей строке. Отзыв стирает его зашифрованный закрытый материал и понижает его; следующий вызов подписи автоматически создает новую пару ключей ES256 как новый текущий ключ. Токены, подписанные любым другим (не отозванным) `kid`, продолжают успешно проходить проверку до истечения срока действия.
|
||||
* **Enterprise (автоматически)** — ежедневный cron (`'15 3 * * *'` UTC) выпускает новый текущий ключ, как только существующий ключ находится в статусе текущего в течение `SIGNING_KEY_ROTATION_DAYS` (по умолчанию `90`). Предыдущий ключ *не* отзывается, поэтому токены, подписанные им, продолжают успешно проходить проверку. Зарегистрируйте его один раз с помощью `yarn command:prod cron:register:all`.
|
||||
Установите `SIGNING_KEY_ROTATION_DAYS`, чтобы включить эту опцию: ежедневный cron затем будет выпускать новый текущий ключ, как только существующий ключ станет старше этого порогового значения. Предыдущие ключи *не* отзываются, поэтому токены, подписанные ими, продолжают успешно проходить проверку. Оставьте переменную не заданной, чтобы отключить автоматическую ротацию.
|
||||
|
||||
<Note>Enterprise-cron и `SIGNING_KEY_ROTATION_DAYS` поставляются начиная с v2.6+.</Note>
|
||||
<Note>Автоматическая ротация доступна, начиная с версии v2.6+.</Note>
|
||||
|
||||
### Отозвать ключ (только при утечке / в экстренных случаях)
|
||||
|
||||
|
||||
@@ -101,6 +101,10 @@ Twenty поддерживает различные типы полей:
|
||||
|
||||
Если вы получаете ошибку при установке уникальности, проверьте дублирующиеся значения в ваших данных (включая удаленные записи).
|
||||
|
||||
## Индексы (расширенный режим)
|
||||
|
||||
Индексы базы данных управляются автоматически — добавлять собственные почти никогда не требуется и при этом легко допустить ошибку. При включенном расширенном режиме у каждого объекта есть раздел **Индексы** в `Settings → Data Model → <object>` для случаев, когда вы знаете, что вам нужен индекс.
|
||||
|
||||
## Лучшие практики в настройке полей
|
||||
|
||||
### Именование и ограничения
|
||||
|
||||
@@ -44,8 +44,53 @@ Bir Twenty uygulamasının **veri katmanı**, uygulamanızın bir çalışma ala
|
||||
| **Nesne** | Kendi alanlarına sahip yeni bir özel kayıt türü (ör. PostCard, Invoice) | `defineObject()` |
|
||||
| **Alan** | Bir nesne üzerindeki sütun. Bağımsız alanlar, oluşturmadığınız nesneleri genişletebilir (ör. Company nesnesine `loyaltyTier` ekleyin) | `defineField()` |
|
||||
| **İlişki** | İki nesne arasında, her iki tarafı da alan olarak bildirilmiş çift yönlü bir bağlantı | `defineField()` ile `FieldType.RELATION` |
|
||||
| **Dizin** | Nesnelerinizden biri üzerinde yinelenen bir sorguyu hızlandırmak için bir veritabanı dizini | `defineIndex()` |
|
||||
|
||||
SDK bunları derleme zamanında AST analiziyle algılar, bu yüzden dosya organizasyonu size kalmıştır — kullanılan gelenek `src/objects/` ve `src/fields/` dizinleridir. Kararlı `universalIdentifier` UUID’leri, dağıtımlar arasında her şeyi birbirine bağlar.
|
||||
SDK bunları derleme zamanında AST analiziyle algılar, bu yüzden dosya organizasyonu size kalmıştır — kullanılan gelenek `src/objects/`, `src/fields/` ve `src/indexes/` dizinleridir. Kararlı `universalIdentifier` UUID’leri, dağıtımlar arasında her şeyi birbirine bağlar.
|
||||
|
||||
## Dizinler (İsteğe bağlı)
|
||||
|
||||
Uygulamalar, yinelenen sorguları hızlı tutmak için nesneleriyle birlikte dizinler sunabilir. En yaygın durum, sık okuduğunuz bir durum ya da yabancı anahtar sütunudur.
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### Benzersiz dizinler
|
||||
|
||||
`defineIndex`, hem tek sütunlu hem çok sütunlu benzersizlik için `isUnique: true` kabul eder. Önerilen yöntem budur — `defineField({ isUnique: true })` kullanımdan kaldırılmıştır ve gelecekteki bir sürümde kaldırılacaktır.
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### Diğer kısıtlamalar
|
||||
|
||||
* Kısmi `WHERE` koşulları yönetici kontrolü altında kalır — uygulamalar bunları tanımlayamaz.
|
||||
* Her nesne, 10 özel dizin ile sınırlandırılmıştır (framework'ün kendi dizinleri buna dahil değildir).
|
||||
|
||||
`fields` dizisini, Postgres'in kullanması gereken şekilde sıralayın — en soldaki sütun ilk, bir telefon rehberinde olduğu gibi. Dizinler bedava değildir: tabloya yapılan her yazma işlemi bunları günceller. Bir dizini yalnızca ona ihtiyaç duyan bir sorgunuz olduğunda ekleyin.
|
||||
|
||||
<Note>
|
||||
**Application Config** veya **Roles & Permissions** mı arıyorsunuz? Bunlar, ekledikleri verilerden çok uygulamanın kendisini tanımlar — [Config](/l/tr/developers/extend/apps/config/overview) altında bulunurlar. **Connections** (Linear, GitHub, Slack OAuth) mı arıyorsunuz? Bunlar, mantık fonksiyonları *içinden* çağrılmak için vardır ve [Logic](/l/tr/developers/extend/apps/logic/connections) altında bulunurlar.
|
||||
|
||||
@@ -16,10 +16,9 @@ Her anahtar bir `publicKey` (önceden verilmiş belirteçleri doğrulayabilmesi
|
||||
|
||||
### Geçerli anahtarı döndür
|
||||
|
||||
* **El ile** — geçerli satırda **Settings → Admin Panel → Signing keys → Revoke**. İptal etmek, şifrelenmiş özel materyalini siler ve onu geçerli olmaktan çıkarır; bir sonraki imzalama çağrısı, yeni geçerli olarak otomatik olarak yeni bir ES256 anahtar çifti oluşturur. Herhangi başka bir (iptal edilmemiş) `kid` ile imzalanan belirteçler, süreleri dolana kadar doğrulanmaya devam eder.
|
||||
* **Kurumsal (otomatik)** — günlük bir cron (`'15 3 * * *'` UTC), mevcut anahtar `SIGNING_KEY_ROTATION_DAYS` (varsayılan `90`) kadar süredir geçerli olduğunda yeni bir geçerli anahtar verir. Önceki anahtar *iptal edilmez*, bu nedenle onunla imzalanan belirteçler doğrulanmaya devam eder. `yarn command:prod cron:register:all` ile bir kez kaydedin.
|
||||
Etkinleştirmek için `SIGNING_KEY_ROTATION_DAYS` değerini ayarlayın: günlük bir cron görevi, mevcut anahtar bu eşikten daha eski olduğunda yeni bir güncel anahtar oluşturur. Önceki anahtarlar *iptal edilmez*, bu nedenle onlarla imzalanmış belirteçler doğrulanmaya devam eder. Otomatik döndürmeyi devre dışı bırakmak için değişkeni ayarlamadan bırakın.
|
||||
|
||||
<Note>Kurumsal cron ve `SIGNING_KEY_ROTATION_DAYS` v2.6+ ile birlikte gelir.</Note>
|
||||
<Note>Otomatik döndürme v2.6+ ile birlikte gelir.</Note>
|
||||
|
||||
### Bir anahtarı iptal et (yalnızca sızıntı / acil durum için)
|
||||
|
||||
|
||||
@@ -101,6 +101,10 @@ Farklı kayıtların aynı değere sahip olamaması için bir alanı benzersiz y
|
||||
|
||||
Benzersizliği ayarlarken bir hata alırsanız, verilerinizde (silinen kayıtlar dahil) yinelenen değerleri kontrol edin.
|
||||
|
||||
## Dizinler (Gelişmiş)
|
||||
|
||||
Veritabanı dizinleri otomatik olarak yönetilir — kendi dizinlerinizi eklemeniz nadiren gereklidir ve yanlış yapmak da kolaydır. Gelişmiş mod açıkken, bir dizine ihtiyacınız olduğunu bildiğiniz durumlar için her nesnenin `Ayarlar → Veri Modeli → <object>` altında bir **Dizinler** bölümü bulunur.
|
||||
|
||||
## Alan Yapılandırma En İyi Uygulamaları
|
||||
|
||||
### Adlandırma Kuralları ve Kısıtlamaları
|
||||
|
||||
@@ -44,8 +44,53 @@ Twenty 应用的 **数据层(data layer)** 是你的应用*添加*到工作
|
||||
| **对象** | 具有自有字段的新自定义记录类型(例如 PostCard、Invoice) | `defineObject()` |
|
||||
| **字段** | 对象上的一列。 独立字段可以扩展你未创建的对象(例如向 Company 添加 `loyaltyTier`) | `defineField()` |
|
||||
| **关系** | 两个对象之间的双向链接——双方都声明为字段 | 使用 `defineField()` 并指定 `FieldType.RELATION` |
|
||||
| **索引** | 用于加速在某个对象上经常执行的查询的数据库索引 | `defineIndex()` |
|
||||
|
||||
SDK 会在构建时通过 AST 分析检测这些内容,因此文件组织方式由你决定——约定是使用 `src/objects/` 和 `src/fields/`。 稳定的 `universalIdentifier` UUID 在不同部署之间将一切关联在一起。
|
||||
SDK 会在构建时通过 AST 分析检测这些内容,因此文件组织方式由你决定——约定是使用 `src/objects/`、`src/fields/` 和 `src/indexes/`。 稳定的 `universalIdentifier` UUID 在不同部署之间将一切关联在一起。
|
||||
|
||||
## 索引(可选)
|
||||
|
||||
应用可以随对象一同提供索引,以确保经常执行的查询保持快速。 最常见的情况是某个你经常读取的状态列或外键列。
|
||||
|
||||
```ts src/indexes/post-card-status.index.ts
|
||||
import { defineIndex } from 'twenty-sdk/define';
|
||||
|
||||
import {
|
||||
POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
} from '../objects/post-card.object';
|
||||
|
||||
export default defineIndex({
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff0',
|
||||
objectUniversalIdentifier: POST_CARD_UNIVERSAL_IDENTIFIER,
|
||||
fields: [
|
||||
{
|
||||
universalIdentifier: 'b6e9d2a1-5a4c-46ca-9d52-42c8f02d1ff1',
|
||||
fieldUniversalIdentifier: STATUS_FIELD_UNIVERSAL_IDENTIFIER,
|
||||
},
|
||||
],
|
||||
});
|
||||
```
|
||||
|
||||
### 唯一索引
|
||||
|
||||
`defineIndex` 接受 `isUnique: true`,可同时用于单列和多列表达唯一性约束。 这是推荐的基础方式——`defineField({ isUnique: true })` 已被弃用,并将在未来的版本中移除。
|
||||
|
||||
```ts
|
||||
defineIndex({
|
||||
universalIdentifier: '…',
|
||||
objectUniversalIdentifier: PERSON_UNIVERSAL_IDENTIFIER,
|
||||
isUnique: true,
|
||||
fields: [{ universalIdentifier: '…', fieldUniversalIdentifier: EMAIL_FIELD_UNIVERSAL_IDENTIFIER }],
|
||||
});
|
||||
```
|
||||
|
||||
### 其他约束
|
||||
|
||||
* 部分 `WHERE` 子句由管理员控制——应用无法声明它们。
|
||||
* 每个对象最多只能有 10 个自定义索引(框架自身的索引不计入其中)。
|
||||
|
||||
按照 Postgres 使用索引的方式来排列 `fields` 数组——最左边的列放在最前面,就像电话簿一样。 索引不是免费的:对表的每一次写入都会更新索引。 只有当你确实有查询需要某个索引时才添加它。
|
||||
|
||||
<Note>
|
||||
在找 **Application Config** 或 **Roles & Permissions** 吗? 这些描述的是应用本身而不是它添加的数据——相关内容位于 [Config](/l/zh/developers/extend/apps/config/overview) 下。 在找 **Connections**(Linear、GitHub、Slack OAuth)吗? 这些用于*从*逻辑函数中调用,并位于 [Logic](/l/zh/developers/extend/apps/logic/connections) 下。
|
||||
|
||||
@@ -16,10 +16,9 @@ Twenty 具有两个相互独立的密钥族:
|
||||
|
||||
### 轮换当前密钥
|
||||
|
||||
* **手动** — 在当前行上执行 **Settings → Admin Panel → Signing keys → Revoke**。 吊销操作会清除其加密的私有材料并将其降级;下一次签名调用会自动生成一个新的 ES256 密钥对,作为新的当前密钥。 在任何其他(未被吊销的)`kid` 下签名的令牌会一直验证,直到过期。
|
||||
* **Enterprise(自动)** — 每日 cron(`'15 3 * * *'` UTC)会在现有密钥已作为当前密钥使用 `SIGNING_KEY_ROTATION_DAYS`(默认 `90`)后签发一个新的当前密钥。 先前的密钥*不会*被吊销,因此在其下签名的令牌仍然可以通过验证。 使用 `yarn command:prod cron:register:all` 注册一次。
|
||||
将 `SIGNING_KEY_ROTATION_DAYS` 设为启用该功能:然后每日的 cron 任务会在现有密钥超过该阈值后签发新的当前密钥。 先前的密钥*不会*被吊销,因此在其下签名的令牌仍然可以通过验证。 将变量保持未设置以禁用自动轮换。
|
||||
|
||||
<Note>Enterprise 的 cron 和 `SIGNING_KEY_ROTATION_DAYS` 从 v2.6+ 版本开始提供。</Note>
|
||||
<Note>自动轮换在 v2.6+ 中提供。</Note>
|
||||
|
||||
### 吊销密钥(仅限泄露 / 紧急情况)
|
||||
|
||||
|
||||
@@ -101,6 +101,10 @@ Twenty 支持多种字段类型:
|
||||
|
||||
如果在设置唯一性时出现错误,请检查数据中是否有重复值(包括删除的记录)。
|
||||
|
||||
## 索引(高级)
|
||||
|
||||
数据库索引由系统自动管理——自己添加索引通常没必要,而且也很容易出错。 在开启高级模式后,每个对象在 `Settings → Data Model → <object>` 下都会有一个 **Indexes** 部分,供你在确实需要索引时使用。
|
||||
|
||||
## 字段配置最佳实践
|
||||
|
||||
### 命名约定和限制
|
||||
|
||||
@@ -101,6 +101,10 @@ Make a field unique to ensure distinct records cannot have the same value. For e
|
||||
|
||||
If you get an error when setting uniqueness, check for duplicate values in your data (including deleted records).
|
||||
|
||||
## Indexes (Advanced)
|
||||
|
||||
Database indexes are managed automatically — adding your own is rarely necessary and easy to get wrong. With Advanced mode on, each object has an **Indexes** section under `Settings → Data Model → <object>` for the cases where you know you need one.
|
||||
|
||||
## Field Configuration Best Practices
|
||||
|
||||
### Naming Conventions and Limitations
|
||||
|
||||
@@ -4,12 +4,18 @@ import { type Preview } from '@storybook/react-vite';
|
||||
import { initialize, mswLoader } from 'msw-storybook-addon';
|
||||
import { SOURCE_LOCALE } from 'twenty-shared/translations';
|
||||
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { DateFormat } from '../src/modules/localization/constants/DateFormat';
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { TimeFormat } from '../src/modules/localization/constants/TimeFormat';
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { FileUploadProvider } from '../src/modules/file-upload/components/FileUploadProvider';
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { RootDecorator } from '../src/testing/decorators/RootDecorator';
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { resetJotaiStore } from '../src/modules/ui/utilities/state/jotai/jotaiStore';
|
||||
// oxlint-disable-next-line no-restricted-imports
|
||||
import { UserContext } from '../src/modules/users/contexts/UserContext';
|
||||
|
||||
import 'react-loading-skeleton/dist/skeleton.css';
|
||||
import 'twenty-ui/style.css';
|
||||
@@ -59,6 +65,16 @@ initialize({
|
||||
quiet: true,
|
||||
});
|
||||
|
||||
// Mirrors production's MinimalMetadataGater so any story rendering a
|
||||
// date-aware component (DateTimeDisplay, etc.) sees a real IANA timeZone
|
||||
// instead of UserContext's default `{}`. Stories needing a specific timezone
|
||||
// can still override by nesting their own UserContext.Provider.
|
||||
const STORYBOOK_DEFAULT_USER_CONTEXT = {
|
||||
dateFormat: DateFormat.DAY_FIRST,
|
||||
timeFormat: TimeFormat.HOUR_24,
|
||||
timeZone: 'UTC',
|
||||
};
|
||||
|
||||
const preview: Preview = {
|
||||
decorators: [
|
||||
(Story) => {
|
||||
@@ -69,7 +85,9 @@ const preview: Preview = {
|
||||
<ClickOutsideListenerContext.Provider
|
||||
value={{ excludedClickOutsideId: undefined }}
|
||||
>
|
||||
<Story />
|
||||
<UserContext.Provider value={STORYBOOK_DEFAULT_USER_CONTEXT}>
|
||||
<Story />
|
||||
</UserContext.Provider>
|
||||
</ClickOutsideListenerContext.Provider>
|
||||
</FileUploadProvider>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -176,7 +176,7 @@ export type ApplicationRegistration = {
|
||||
isListed: Scalars['Boolean'];
|
||||
isPreInstalled: Scalars['Boolean'];
|
||||
latestAvailableVersion?: Maybe<Scalars['String']>;
|
||||
logoUrl?: Maybe<Scalars['String']>;
|
||||
logo?: Maybe<Scalars['String']>;
|
||||
name: Scalars['String'];
|
||||
oAuthClientId: Scalars['String'];
|
||||
oAuthRedirectUris: Array<Scalars['String']>;
|
||||
@@ -933,7 +933,7 @@ export type FindAdminApplicationRegistrationVariablesQuery = { __typename?: 'Que
|
||||
export type FindAllApplicationRegistrationsQueryVariables = Exact<{ [key: string]: never; }>;
|
||||
|
||||
|
||||
export type FindAllApplicationRegistrationsQuery = { __typename?: 'Query', findAllApplicationRegistrations: Array<{ __typename?: 'ApplicationRegistration', id: string, universalIdentifier: string, name: string, logoUrl?: string | null, oAuthClientId: string, oAuthRedirectUris: Array<string>, oAuthScopes: Array<string>, sourceType: ApplicationRegistrationSourceType, sourcePackage?: string | null, latestAvailableVersion?: string | null, isListed: boolean, isFeatured: boolean, isPreInstalled: boolean, isConfigured: boolean, ownerWorkspaceId?: string | null, createdAt: string, updatedAt: string }> };
|
||||
export type FindAllApplicationRegistrationsQuery = { __typename?: 'Query', findAllApplicationRegistrations: Array<{ __typename?: 'ApplicationRegistration', id: string, universalIdentifier: string, name: string, logo?: string | null, oAuthClientId: string, oAuthRedirectUris: Array<string>, oAuthScopes: Array<string>, sourceType: ApplicationRegistrationSourceType, sourcePackage?: string | null, latestAvailableVersion?: string | null, isListed: boolean, isFeatured: boolean, isPreInstalled: boolean, isConfigured: boolean, ownerWorkspaceId?: string | null, createdAt: string, updatedAt: string }> };
|
||||
|
||||
export type CreateDatabaseConfigVariableMutationVariables = Exact<{
|
||||
key: Scalars['String'];
|
||||
@@ -1000,7 +1000,7 @@ export type FindOneAdminApplicationRegistrationQueryVariables = Exact<{
|
||||
}>;
|
||||
|
||||
|
||||
export type FindOneAdminApplicationRegistrationQuery = { __typename?: 'Query', findOneAdminApplicationRegistration: { __typename?: 'ApplicationRegistration', id: string, universalIdentifier: string, name: string, logoUrl?: string | null, oAuthClientId: string, oAuthRedirectUris: Array<string>, oAuthScopes: Array<string>, sourceType: ApplicationRegistrationSourceType, sourcePackage?: string | null, latestAvailableVersion?: string | null, isListed: boolean, isFeatured: boolean, isPreInstalled: boolean, isConfigured: boolean, ownerWorkspaceId?: string | null, createdAt: string, updatedAt: string } };
|
||||
export type FindOneAdminApplicationRegistrationQuery = { __typename?: 'Query', findOneAdminApplicationRegistration: { __typename?: 'ApplicationRegistration', id: string, universalIdentifier: string, name: string, logo?: string | null, oAuthClientId: string, oAuthRedirectUris: Array<string>, oAuthScopes: Array<string>, sourceType: ApplicationRegistrationSourceType, sourcePackage?: string | null, latestAvailableVersion?: string | null, isListed: boolean, isFeatured: boolean, isPreInstalled: boolean, isConfigured: boolean, ownerWorkspaceId?: string | null, createdAt: string, updatedAt: string } };
|
||||
|
||||
export type GetAdminChatThreadMessagesQueryVariables = Exact<{
|
||||
threadId: Scalars['UUID'];
|
||||
@@ -1136,10 +1136,10 @@ export type GetSigningKeysQueryVariables = Exact<{ [key: string]: never; }>;
|
||||
|
||||
export type GetSigningKeysQuery = { __typename?: 'Query', getSigningKeys: { __typename?: 'SigningKeysAdminPanelDTO', legacyVerifyCountInWindow: number, verifyWindowDays: number, signingKeys: Array<{ __typename?: 'SigningKeyDTO', id: string, publicKey: string, isCurrent: boolean, createdAt: string, revokedAt?: string | null, verifyCountInWindow: number }> } };
|
||||
|
||||
export type ApplicationRegistrationFragmentFragment = { __typename?: 'ApplicationRegistration', id: string, universalIdentifier: string, name: string, logoUrl?: string | null, oAuthClientId: string, oAuthRedirectUris: Array<string>, oAuthScopes: Array<string>, sourceType: ApplicationRegistrationSourceType, sourcePackage?: string | null, latestAvailableVersion?: string | null, isListed: boolean, isFeatured: boolean, isPreInstalled: boolean, isConfigured: boolean, ownerWorkspaceId?: string | null, createdAt: string, updatedAt: string };
|
||||
export type ApplicationRegistrationFragmentFragment = { __typename?: 'ApplicationRegistration', id: string, universalIdentifier: string, name: string, logo?: string | null, oAuthClientId: string, oAuthRedirectUris: Array<string>, oAuthScopes: Array<string>, sourceType: ApplicationRegistrationSourceType, sourcePackage?: string | null, latestAvailableVersion?: string | null, isListed: boolean, isFeatured: boolean, isPreInstalled: boolean, isConfigured: boolean, ownerWorkspaceId?: string | null, createdAt: string, updatedAt: string };
|
||||
|
||||
export const UserInfoFragmentFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"UserInfoFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"UserInfo"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"firstName"}},{"kind":"Field","name":{"kind":"Name","value":"lastName"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}}]}}]} as unknown as DocumentNode<UserInfoFragmentFragment, unknown>;
|
||||
export const ApplicationRegistrationFragmentFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"ApplicationRegistrationFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ApplicationRegistration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"universalIdentifier"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"logoUrl"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthClientId"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthRedirectUris"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"sourceType"}},{"kind":"Field","name":{"kind":"Name","value":"sourcePackage"}},{"kind":"Field","name":{"kind":"Name","value":"latestAvailableVersion"}},{"kind":"Field","name":{"kind":"Name","value":"isListed"}},{"kind":"Field","name":{"kind":"Name","value":"isFeatured"}},{"kind":"Field","name":{"kind":"Name","value":"isPreInstalled"}},{"kind":"Field","name":{"kind":"Name","value":"isConfigured"}},{"kind":"Field","name":{"kind":"Name","value":"ownerWorkspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]} as unknown as DocumentNode<ApplicationRegistrationFragmentFragment, unknown>;
|
||||
export const ApplicationRegistrationFragmentFragmentDoc = {"kind":"Document","definitions":[{"kind":"FragmentDefinition","name":{"kind":"Name","value":"ApplicationRegistrationFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ApplicationRegistration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"universalIdentifier"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"logo"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthClientId"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthRedirectUris"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"sourceType"}},{"kind":"Field","name":{"kind":"Name","value":"sourcePackage"}},{"kind":"Field","name":{"kind":"Name","value":"latestAvailableVersion"}},{"kind":"Field","name":{"kind":"Name","value":"isListed"}},{"kind":"Field","name":{"kind":"Name","value":"isFeatured"}},{"kind":"Field","name":{"kind":"Name","value":"isPreInstalled"}},{"kind":"Field","name":{"kind":"Name","value":"isConfigured"}},{"kind":"Field","name":{"kind":"Name","value":"ownerWorkspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]} as unknown as DocumentNode<ApplicationRegistrationFragmentFragment, unknown>;
|
||||
export const AddAiProviderDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"AddAiProvider"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"providerName"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"providerConfig"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"JSON"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"addAiProvider"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"providerName"},"value":{"kind":"Variable","name":{"kind":"Name","value":"providerName"}}},{"kind":"Argument","name":{"kind":"Name","value":"providerConfig"},"value":{"kind":"Variable","name":{"kind":"Name","value":"providerConfig"}}}]}]}}]} as unknown as DocumentNode<AddAiProviderMutation, AddAiProviderMutationVariables>;
|
||||
export const AddModelToProviderDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"AddModelToProvider"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"providerName"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"modelConfig"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"JSON"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"addModelToProvider"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"providerName"},"value":{"kind":"Variable","name":{"kind":"Name","value":"providerName"}}},{"kind":"Argument","name":{"kind":"Name","value":"modelConfig"},"value":{"kind":"Variable","name":{"kind":"Name","value":"modelConfig"}}}]}]}}]} as unknown as DocumentNode<AddModelToProviderMutation, AddModelToProviderMutationVariables>;
|
||||
export const RemoveAiProviderDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"RemoveAiProvider"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"providerName"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"removeAiProvider"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"providerName"},"value":{"kind":"Variable","name":{"kind":"Name","value":"providerName"}}}]}]}}]} as unknown as DocumentNode<RemoveAiProviderMutation, RemoveAiProviderMutationVariables>;
|
||||
@@ -1155,7 +1155,7 @@ export const GetAiProvidersDocument = {"kind":"Document","definitions":[{"kind":
|
||||
export const GetModelsDevProvidersDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetModelsDevProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getModelsDevProviders"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"modelCount"}},{"kind":"Field","name":{"kind":"Name","value":"npm"}}]}}]}}]} as unknown as DocumentNode<GetModelsDevProvidersQuery, GetModelsDevProvidersQueryVariables>;
|
||||
export const GetModelsDevSuggestionsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetModelsDevSuggestions"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"providerType"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getModelsDevSuggestions"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"providerType"},"value":{"kind":"Variable","name":{"kind":"Name","value":"providerType"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"modelId"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"inputCostPerMillionTokens"}},{"kind":"Field","name":{"kind":"Name","value":"outputCostPerMillionTokens"}},{"kind":"Field","name":{"kind":"Name","value":"cachedInputCostPerMillionTokens"}},{"kind":"Field","name":{"kind":"Name","value":"cacheCreationCostPerMillionTokens"}},{"kind":"Field","name":{"kind":"Name","value":"contextWindowTokens"}},{"kind":"Field","name":{"kind":"Name","value":"maxOutputTokens"}},{"kind":"Field","name":{"kind":"Name","value":"modalities"}},{"kind":"Field","name":{"kind":"Name","value":"supportsReasoning"}}]}}]}}]} as unknown as DocumentNode<GetModelsDevSuggestionsQuery, GetModelsDevSuggestionsQueryVariables>;
|
||||
export const FindAdminApplicationRegistrationVariablesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindAdminApplicationRegistrationVariables"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"applicationRegistrationId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"findAdminApplicationRegistrationVariables"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"applicationRegistrationId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"applicationRegistrationId"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"key"}},{"kind":"Field","name":{"kind":"Name","value":"value"}},{"kind":"Field","name":{"kind":"Name","value":"description"}},{"kind":"Field","name":{"kind":"Name","value":"isSecret"}},{"kind":"Field","name":{"kind":"Name","value":"isRequired"}},{"kind":"Field","name":{"kind":"Name","value":"isFilled"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode<FindAdminApplicationRegistrationVariablesQuery, FindAdminApplicationRegistrationVariablesQueryVariables>;
|
||||
export const FindAllApplicationRegistrationsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindAllApplicationRegistrations"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"findAllApplicationRegistrations"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"ApplicationRegistrationFragment"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"ApplicationRegistrationFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ApplicationRegistration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"universalIdentifier"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"logoUrl"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthClientId"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthRedirectUris"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"sourceType"}},{"kind":"Field","name":{"kind":"Name","value":"sourcePackage"}},{"kind":"Field","name":{"kind":"Name","value":"latestAvailableVersion"}},{"kind":"Field","name":{"kind":"Name","value":"isListed"}},{"kind":"Field","name":{"kind":"Name","value":"isFeatured"}},{"kind":"Field","name":{"kind":"Name","value":"isPreInstalled"}},{"kind":"Field","name":{"kind":"Name","value":"isConfigured"}},{"kind":"Field","name":{"kind":"Name","value":"ownerWorkspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]} as unknown as DocumentNode<FindAllApplicationRegistrationsQuery, FindAllApplicationRegistrationsQueryVariables>;
|
||||
export const FindAllApplicationRegistrationsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindAllApplicationRegistrations"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"findAllApplicationRegistrations"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"ApplicationRegistrationFragment"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"ApplicationRegistrationFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ApplicationRegistration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"universalIdentifier"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"logo"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthClientId"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthRedirectUris"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"sourceType"}},{"kind":"Field","name":{"kind":"Name","value":"sourcePackage"}},{"kind":"Field","name":{"kind":"Name","value":"latestAvailableVersion"}},{"kind":"Field","name":{"kind":"Name","value":"isListed"}},{"kind":"Field","name":{"kind":"Name","value":"isFeatured"}},{"kind":"Field","name":{"kind":"Name","value":"isPreInstalled"}},{"kind":"Field","name":{"kind":"Name","value":"isConfigured"}},{"kind":"Field","name":{"kind":"Name","value":"ownerWorkspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]} as unknown as DocumentNode<FindAllApplicationRegistrationsQuery, FindAllApplicationRegistrationsQueryVariables>;
|
||||
export const CreateDatabaseConfigVariableDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"CreateDatabaseConfigVariable"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"key"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"value"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"JSON"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"createDatabaseConfigVariable"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"key"},"value":{"kind":"Variable","name":{"kind":"Name","value":"key"}}},{"kind":"Argument","name":{"kind":"Name","value":"value"},"value":{"kind":"Variable","name":{"kind":"Name","value":"value"}}}]}]}}]} as unknown as DocumentNode<CreateDatabaseConfigVariableMutation, CreateDatabaseConfigVariableMutationVariables>;
|
||||
export const DeleteDatabaseConfigVariableDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"DeleteDatabaseConfigVariable"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"key"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"deleteDatabaseConfigVariable"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"key"},"value":{"kind":"Variable","name":{"kind":"Name","value":"key"}}}]}]}}]} as unknown as DocumentNode<DeleteDatabaseConfigVariableMutation, DeleteDatabaseConfigVariableMutationVariables>;
|
||||
export const UpdateDatabaseConfigVariableDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateDatabaseConfigVariable"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"key"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"value"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"JSON"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updateDatabaseConfigVariable"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"key"},"value":{"kind":"Variable","name":{"kind":"Name","value":"key"}}},{"kind":"Argument","name":{"kind":"Name","value":"value"},"value":{"kind":"Variable","name":{"kind":"Name","value":"value"}}}]}]}}]} as unknown as DocumentNode<UpdateDatabaseConfigVariableMutation, UpdateDatabaseConfigVariableMutationVariables>;
|
||||
@@ -1164,7 +1164,7 @@ export const GetDatabaseConfigVariableDocument = {"kind":"Document","definitions
|
||||
export const UpdateWorkspaceFeatureFlagDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"mutation","name":{"kind":"Name","value":"UpdateWorkspaceFeatureFlag"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"workspaceId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"featureFlag"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}},{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"value"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"Boolean"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"updateWorkspaceFeatureFlag"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"workspaceId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"workspaceId"}}},{"kind":"Argument","name":{"kind":"Name","value":"featureFlag"},"value":{"kind":"Variable","name":{"kind":"Name","value":"featureFlag"}}},{"kind":"Argument","name":{"kind":"Name","value":"value"},"value":{"kind":"Variable","name":{"kind":"Name","value":"value"}}}]}]}}]} as unknown as DocumentNode<UpdateWorkspaceFeatureFlagMutation, UpdateWorkspaceFeatureFlagMutationVariables>;
|
||||
export const AdminPanelRecentUsersDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"AdminPanelRecentUsers"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"searchTerm"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"adminPanelRecentUsers"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"searchTerm"},"value":{"kind":"Variable","name":{"kind":"Name","value":"searchTerm"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"email"}},{"kind":"Field","name":{"kind":"Name","value":"firstName"}},{"kind":"Field","name":{"kind":"Name","value":"lastName"}},{"kind":"Field","name":{"kind":"Name","value":"avatarUrl"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"workspaceName"}},{"kind":"Field","name":{"kind":"Name","value":"workspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"workspaceLogo"}}]}}]}}]} as unknown as DocumentNode<AdminPanelRecentUsersQuery, AdminPanelRecentUsersQueryVariables>;
|
||||
export const AdminPanelTopWorkspacesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"AdminPanelTopWorkspaces"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"searchTerm"}},"type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"adminPanelTopWorkspaces"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"searchTerm"},"value":{"kind":"Variable","name":{"kind":"Name","value":"searchTerm"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"logoUrl"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"totalUsers"}},{"kind":"Field","name":{"kind":"Name","value":"subdomain"}}]}}]}}]} as unknown as DocumentNode<AdminPanelTopWorkspacesQuery, AdminPanelTopWorkspacesQueryVariables>;
|
||||
export const FindOneAdminApplicationRegistrationDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindOneAdminApplicationRegistration"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"findOneAdminApplicationRegistration"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"ApplicationRegistrationFragment"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"ApplicationRegistrationFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ApplicationRegistration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"universalIdentifier"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"logoUrl"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthClientId"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthRedirectUris"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"sourceType"}},{"kind":"Field","name":{"kind":"Name","value":"sourcePackage"}},{"kind":"Field","name":{"kind":"Name","value":"latestAvailableVersion"}},{"kind":"Field","name":{"kind":"Name","value":"isListed"}},{"kind":"Field","name":{"kind":"Name","value":"isFeatured"}},{"kind":"Field","name":{"kind":"Name","value":"isPreInstalled"}},{"kind":"Field","name":{"kind":"Name","value":"isConfigured"}},{"kind":"Field","name":{"kind":"Name","value":"ownerWorkspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]} as unknown as DocumentNode<FindOneAdminApplicationRegistrationQuery, FindOneAdminApplicationRegistrationQueryVariables>;
|
||||
export const FindOneAdminApplicationRegistrationDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"FindOneAdminApplicationRegistration"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"id"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"String"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"findOneAdminApplicationRegistration"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"id"},"value":{"kind":"Variable","name":{"kind":"Name","value":"id"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"FragmentSpread","name":{"kind":"Name","value":"ApplicationRegistrationFragment"}}]}}]}},{"kind":"FragmentDefinition","name":{"kind":"Name","value":"ApplicationRegistrationFragment"},"typeCondition":{"kind":"NamedType","name":{"kind":"Name","value":"ApplicationRegistration"}},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"universalIdentifier"}},{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"logo"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthClientId"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthRedirectUris"}},{"kind":"Field","name":{"kind":"Name","value":"oAuthScopes"}},{"kind":"Field","name":{"kind":"Name","value":"sourceType"}},{"kind":"Field","name":{"kind":"Name","value":"sourcePackage"}},{"kind":"Field","name":{"kind":"Name","value":"latestAvailableVersion"}},{"kind":"Field","name":{"kind":"Name","value":"isListed"}},{"kind":"Field","name":{"kind":"Name","value":"isFeatured"}},{"kind":"Field","name":{"kind":"Name","value":"isPreInstalled"}},{"kind":"Field","name":{"kind":"Name","value":"isConfigured"}},{"kind":"Field","name":{"kind":"Name","value":"ownerWorkspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]} as unknown as DocumentNode<FindOneAdminApplicationRegistrationQuery, FindOneAdminApplicationRegistrationQueryVariables>;
|
||||
export const GetAdminChatThreadMessagesDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAdminChatThreadMessages"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"threadId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getAdminChatThreadMessages"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"threadId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"threadId"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"thread"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"totalInputTokens"}},{"kind":"Field","name":{"kind":"Name","value":"totalOutputTokens"}},{"kind":"Field","name":{"kind":"Name","value":"conversationSize"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}},{"kind":"Field","name":{"kind":"Name","value":"messages"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"role"}},{"kind":"Field","name":{"kind":"Name","value":"parts"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"type"}},{"kind":"Field","name":{"kind":"Name","value":"textContent"}},{"kind":"Field","name":{"kind":"Name","value":"toolName"}}]}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}}]}}]}}]}}]} as unknown as DocumentNode<GetAdminChatThreadMessagesQuery, GetAdminChatThreadMessagesQueryVariables>;
|
||||
export const GetAdminWorkspaceChatThreadsDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetAdminWorkspaceChatThreads"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"workspaceId"}},"type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getAdminWorkspaceChatThreads"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"workspaceId"},"value":{"kind":"Variable","name":{"kind":"Name","value":"workspaceId"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"id"}},{"kind":"Field","name":{"kind":"Name","value":"title"}},{"kind":"Field","name":{"kind":"Name","value":"totalInputTokens"}},{"kind":"Field","name":{"kind":"Name","value":"totalOutputTokens"}},{"kind":"Field","name":{"kind":"Name","value":"conversationSize"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}},{"kind":"Field","name":{"kind":"Name","value":"updatedAt"}}]}}]}}]} as unknown as DocumentNode<GetAdminWorkspaceChatThreadsQuery, GetAdminWorkspaceChatThreadsQueryVariables>;
|
||||
export const GetUpgradeStatusDocument = {"kind":"Document","definitions":[{"kind":"OperationDefinition","operation":"query","name":{"kind":"Name","value":"GetUpgradeStatus"},"variableDefinitions":[{"kind":"VariableDefinition","variable":{"kind":"Variable","name":{"kind":"Name","value":"workspaceIds"}},"type":{"kind":"NonNullType","type":{"kind":"ListType","type":{"kind":"NonNullType","type":{"kind":"NamedType","name":{"kind":"Name","value":"UUID"}}}}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"getUpgradeStatus"},"arguments":[{"kind":"Argument","name":{"kind":"Name","value":"workspaceIds"},"value":{"kind":"Variable","name":{"kind":"Name","value":"workspaceIds"}}}],"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"workspaceId"}},{"kind":"Field","name":{"kind":"Name","value":"displayName"}},{"kind":"Field","name":{"kind":"Name","value":"inferredVersion"}},{"kind":"Field","name":{"kind":"Name","value":"health"}},{"kind":"Field","name":{"kind":"Name","value":"latestCommand"},"selectionSet":{"kind":"SelectionSet","selections":[{"kind":"Field","name":{"kind":"Name","value":"name"}},{"kind":"Field","name":{"kind":"Name","value":"status"}},{"kind":"Field","name":{"kind":"Name","value":"executedByVersion"}},{"kind":"Field","name":{"kind":"Name","value":"errorMessage"}},{"kind":"Field","name":{"kind":"Name","value":"createdAt"}}]}}]}}]}}]} as unknown as DocumentNode<GetUpgradeStatusQuery, GetUpgradeStatusQueryVariables>;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -236,6 +236,11 @@ msgstr "{agentLabel} Agentrol"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} van {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Voeg eerste filter by"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Voeg In-Reply-To by"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Gevorderd"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Gevorderde funksie om die werkverrigting van navrae te verbeter en uniekheidsbeperkings af te dwing."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "'n Fout het voorgekom tydens die oplaai van die prent."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Magtiging het misluk. Probeer asseblief weer."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Otoriseer"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Gemagtigde URL na knipbord gekopieer"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Magtiging word verwerk..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Terug na {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Terug na inhoud"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Brons"
|
||||
msgid "Brown"
|
||||
msgstr "Bruin"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Kan nie skandeer nie? Kopieer die"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Kan nie skandeer nie? Kopieer die"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Kanselleer"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "verwyder"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Verwyder vaardigheid"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Verwyder hierdie agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Byvoorbeeld: \"Ons is 'n B2B SaaS-maatskappy. Gebruik altyd formele taal
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "bv., opsomming, status, telling"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "velde"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Benut jou werkruimte optimaal deur jou span uit te nooi."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Kry jou inskrywing"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Versteek versteekte groepe"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identiteitsverskaffer Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "indien"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Inboks"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indeks"
|
||||
msgid "Index"
|
||||
msgstr "Indeks"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indekse"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installeer"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nuwe vouer"
|
||||
msgid "New Group"
|
||||
msgstr "Nuwe Groep"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Geen vouers beskikbaar nie"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Geen gidse is vir hierdie rekening gevind nie"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objekte"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Opsionele geheim gebruik om die HMAC-handtekening vir webhook-vragte te bereken"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Kies 'n aansig"
|
||||
msgid "Pick an object"
|
||||
msgstr "Kies 'n objek"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Kwartaal van die jaar"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Verwyder as verstek"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Verwyder Gedeleteerde filter"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Soek 'n toegewyde {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Soek 'n indeks..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Kies 1 veld"
|
||||
msgid "Select a date"
|
||||
msgstr "Kies 'n datum"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Wys slegs rye met foute"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spaans"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Twee-faktor magtiging-setup suksesvol voltooi!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tipe"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Gebruik slegs die beste modelle"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Werksvloeie"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "دور الوكيل {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} من {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "أضف أول فلتر"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "إضافة In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "متقدم"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "ميزة متقدمة لتحسين أداء الاستعلامات وفرض قيود التوحيد."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "حدث خطأ أثناء تحميل الصورة."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "فشل التفويض. يرجى المحاولة مرة أخرى."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "اعتماد"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "تم نسخ رابط URL المرخص إلى الحافظة"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "جاري التفويض..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "العودة إلى {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "العودة إلى المحتوى"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "برونزي"
|
||||
msgid "Brown"
|
||||
msgstr "بني"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "هل لا يمكنك المسح؟ انسخ الـ"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "هل لا يمكنك المسح؟ انسخ الـ"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "إلغاء"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "حذف"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "حذف المهارة"
|
||||
msgid "Delete this agent"
|
||||
msgstr "حذف هذا الوكيل"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "مثال: \"نحن شركة B2B SaaS. استخدِم دائمًا لغة
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "على سبيل المثال، ملخص، حالة، تعداد"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "حقول"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "استفد من مساحة العمل الخاصة بك عن طريق د
|
||||
msgid "Get your subscription"
|
||||
msgstr "احصل على اشتراكك"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "إخفاء المجموعات المخفية"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "بيانات تعريف موفر الهوية XML"
|
||||
msgid "if"
|
||||
msgstr "إذا"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "صندوق الوارد"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "الفهرسات"
|
||||
msgid "Index"
|
||||
msgstr "الفهرس"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "الفهرسات"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "تثبيت"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "مجلد جديد"
|
||||
msgid "New Group"
|
||||
msgstr "مجموعة جديدة"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "لا توجد مجلدات متاحة"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "لم يتم العثور على مجلدات لهذا الحساب"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "الكائنات"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "سر اختياري يُستخدم لحساب توقيع HMAC لأحمال ويبهوك"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "اختر عرضًا"
|
||||
msgid "Pick an object"
|
||||
msgstr "اختر كائنًا"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "ربع من السنة"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "إزالة كافتراضي"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "إزالة الفلتر المحذوف"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "البحث عن {roleTargetDisplayName} معين..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "ابحث عن فهرس..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "حدد حقل واحد"
|
||||
msgid "Select a date"
|
||||
msgstr "اختر تاريخًا"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "اعرض الصفوف التي تحتوي على أخطاء فقط"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "الإسبانية"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "تم إكمال إعداد المصادقة الثنائية بنجاح!
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "النوع"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "استخدام أفضل النماذج فقط"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17309,6 +17412,7 @@ msgstr "سير العمل"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Rol d'agent {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Afegeix el primer filtre"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Afegeix In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avançat"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Funció avançada per millorar el rendiment de les consultes i fer complir les restriccions d'uniqüitat."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "S'ha produït un error en carregar la imatge."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "L'autorització ha fallat. Torna-ho a intentar."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autoritzar"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL autoritzat copiat al porta-retalls"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autoritzant..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Torna a {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Tornar al contingut"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Marró"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "No pots escanejar? Copia la"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "No pots escanejar? Copia la"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "elimina"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Suprimeix l'habilitat"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Esborra aquest agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "P. ex., \"Som una empresa SaaS B2B. Utilitza sempre un llenguatge formal
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "p. ex., resum, estat, comptador"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "camps"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Treu el màxim partit al teu espai de treball convidant al teu equip."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Obteniu la vostra subscripció"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Amaga grups ocults"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Metadades XML del Proveïdor d'Identitat"
|
||||
msgid "if"
|
||||
msgstr "si"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Bústia d'entrada"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "índex"
|
||||
msgid "Index"
|
||||
msgstr "Índex"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Índexs"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Instal·la"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Carpeta nova"
|
||||
msgid "New Group"
|
||||
msgstr "Nou grup"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "No hi ha carpetes disponibles"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "No s'han trobat carpetes per aquest compte"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objectes"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Secret opcional usat per calcular la signatura HMAC dels càrregues útils del webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Selecciona una vista"
|
||||
msgid "Pick an object"
|
||||
msgstr "Selecciona un objecte"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestre de l'any"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Elimina com a predeterminat"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Elimina filtre Eliminat"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Cerca un {roleTargetDisplayName} assignat..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Cerca un índex..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Selecciona 1 camp"
|
||||
msgid "Select a date"
|
||||
msgstr "Selecciona una data"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Mostra només les files amb errors"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Espanyol"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Configuració de l'autenticació de dos factors completada amb èxit!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Utilitzar només els millors models"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Fluxos de treball"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Role agenta {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} z {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Přidat první filtr"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Přidat In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Pokročilé"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Pokročilá funkce pro zlepšení výkonu dotazů a prosazení jedinečnosti."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Při nahrávání obrázku došlo k chybě."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorizace selhala. Zkuste to prosím znovu."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorizovat"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Autorizovaná URL zkopírována do schránky"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Probíhá autorizace..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Zpět na {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Zpět k obsahu"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronzová"
|
||||
msgid "Brown"
|
||||
msgstr "Hnědá"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Nemůžete skenovat? Zkopírujte"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Nemůžete skenovat? Zkopírujte"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Storno"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "smazat"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Smazat dovednost"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Smazat tohoto agenta"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Např.: \"Jsme B2B SaaS společnost. Vždy používejte formální jazyk
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "např. souhrn, stav, počet"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "pole"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Získejte maximum ze svého pracovního prostoru tím, že pozvete svůj
|
||||
msgid "Get your subscription"
|
||||
msgstr "Získejte své předplatné"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Skrýt skryté skupiny"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Metadata XML poskytovatele identity"
|
||||
msgid "if"
|
||||
msgstr "pokud"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Schránka"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "index"
|
||||
msgid "Index"
|
||||
msgstr "Index"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indexy"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Nainstalovat"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nová složka"
|
||||
msgid "New Group"
|
||||
msgstr "Nová skupina"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Žádné složky nejsou k dispozici"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Pro tento účet nebyly nalezeny žádné složky"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objekty"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Volitelný tajný klíč použitý k výpočtu HMAC podpisu pro údaje webhooks"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Vyberte zobrazení"
|
||||
msgid "Pick an object"
|
||||
msgstr "Vyberte objekt"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Čtvrtletí roku"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Odstranit jako výchozí"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Odstranit smazaný filtr"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Hledat přiřazeného {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Hledat v indexu..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Vyberte 1 pole"
|
||||
msgid "Select a date"
|
||||
msgstr "Vyberte datum"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Zobrazit pouze řádky s chybami"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Španělština"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Nastavení dvoufaktorového ověřování bylo úspěšně dokončeno!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Používat pouze nejlepší modely"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Pracovní postupy"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} Agentrolle"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} af {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Tilføj første filter"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Tilføj In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avanceret"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Avanceret funktion til at forbedre ydeevnen af forespørgsler og håndhæve unikke begrænsninger."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Der opstod en fejl under upload af billedet."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorisering mislykkedes. Prøv igen."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autoriser"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Autoriseret URL kopieret til udklipsholder"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autoriserer..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Tilbage til {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Tilbage til indhold"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Brun"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Kan ikke scanne? Kopier"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Kan ikke scanne? Kopier"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Annuller"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "slet"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Slet færdighed"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Slet denne agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "F.eks.: \"Vi er en B2B SaaS-virksomhed. Brug altid formelt sprog...\""
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "f.eks., resumé, status, antal"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "felter"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Få mest muligt ud af din arbejdsplads ved at invitere dit team."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Få dit abonnement"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Skjul skjulte grupper"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identitetsudbyder Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "hvis"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Indbakke"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indeks"
|
||||
msgid "Index"
|
||||
msgstr "Indeks"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indekser"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Ny mappe"
|
||||
msgid "New Group"
|
||||
msgstr "Ny gruppe"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Ingen mapper tilgængelige"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Ingen mapper fundet for denne konto"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objekter"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Valgfri hemmelighed brugt til at beregne HMAC-signatur for webhook-indhold"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Vælg en visning"
|
||||
msgid "Pick an object"
|
||||
msgstr "Vælg et objekt"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Kvartal i året"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Fjern som standard"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Fjern slettet filter"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Søg en tildelt {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Søg i et indeks..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Vælg 1 felt"
|
||||
msgid "Select a date"
|
||||
msgstr "Vælg en dato"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Vis kun rækker med fejl"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spansk"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16017,6 +16114,7 @@ msgstr "Opsætning af to-faktor godkendelse blev gennemført med succes!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
@@ -16587,6 +16685,11 @@ msgstr "Brug kun de bedste modeller"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17313,6 +17416,7 @@ msgstr "Arbejdsgange"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel}-Agentenrolle"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} von {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Ersten Filter hinzufügen"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "In-Reply-To hinzufügen"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Fortgeschritten"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Erweiterte Funktion zur Verbesserung der Abfrageleistung und zur Durchsetzung von Einzigartigkeitsbeschränkungen."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Beim Hochladen des Bildes ist ein Fehler aufgetreten."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorisierung fehlgeschlagen. Bitte versuchen Sie es erneut."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorisieren"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Autorisierte URL in die Zwischenablage kopiert"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Wird autorisiert..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Zurück zu {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Zurück zum Inhalt"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Braun"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Kann nicht gescannt werden? Kopieren Sie das"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Kann nicht gescannt werden? Kopieren Sie das"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "löschen"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Skill löschen"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Diesen Agenten löschen"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Z. B.: \"Wir sind ein B2B-SaaS-Unternehmen. Verwenden Sie immer eine for
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "z.B. Zusammenfassung, Status, Anzahl"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "Felder"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Holen Sie das Beste aus Ihrem Arbeitsbereich heraus, indem Sie Ihr Team
|
||||
msgid "Get your subscription"
|
||||
msgstr "Abonnement abschließen"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Verborgene Gruppen ausblenden"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identitätsanbieter-Metadaten XML"
|
||||
msgid "if"
|
||||
msgstr "wenn"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Posteingang"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indizes"
|
||||
msgid "Index"
|
||||
msgstr "Indizes"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indizes"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installieren"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Neuer Ordner"
|
||||
msgid "New Group"
|
||||
msgstr "Neue Gruppe"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Keine Ordner verfügbar"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Keine Ordner für dieses Konto gefunden"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "Objekte"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Optionales Geheimnis, um die HMAC-Signatur für Webhook-Nutzlasten zu berechnen"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Eine Ansicht auswählen"
|
||||
msgid "Pick an object"
|
||||
msgstr "Ein Objekt auswählen"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Quartal des Jahres"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Als Standard entfernen"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Gelöschten Filter entfernen"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Ein zugewiesenes {roleTargetDisplayName} suchen..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Index suchen..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "1 Feld auswählen"
|
||||
msgid "Select a date"
|
||||
msgstr "Wählen Sie ein Datum aus"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Nur Zeilen mit Fehlern anzeigen"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spanisch"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Einrichtung der Zwei-Faktor-Authentifizierung erfolgreich abgeschlossen!
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Nur die besten Modelle verwenden"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} Ρόλος Πράκτορα"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} του {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Προσθήκη πρώτου φίλτρου"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Προσθήκη In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Προηγμένο"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Σύνθετη λειτουργία για τη βελτίωση της απόδοσης ερωτημάτων και την επιβολή περιορισμών μοναδικότητας."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Παρουσιάστηκε σφάλμα κατά τη μεταφόρτω
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Η εξουσιοδότηση απέτυχε. Δοκιμάστε ξανά."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Εξουσιοδότηση"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Το εξουσιοδοτημένο URL αντιγράφηκε στο πρόχειρο"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Γίνεται εξουσιοδότηση..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Πίσω στο {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Επιστροφή στο περιεχόμενο"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Μπρονζέ"
|
||||
msgid "Brown"
|
||||
msgstr "Καφέ"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Δεν μπορείτε να σαρώσετε; Αντιγράψτε το
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Δεν μπορείτε να σαρώσετε; Αντιγράψτε το
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Ακύρωση"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "διαγραφή"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Διαγραφή δεξιότητας"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Διαγραφή αυτού του πράκτορα"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Π.χ., \"Είμαστε μια εταιρεία B2B SaaS. Να χρησ
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "π.χ., σύνοψη, κατάσταση, πλήθος"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "πεδία"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Αξιοποιείστε τον χώρο εργασίας σας με τ
|
||||
msgid "Get your subscription"
|
||||
msgstr "Αποκτήστε τη συνδρομή σας"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Απόκρυψη κρυφών ομάδων"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Μεταδεδομένα XML Παρόχου Ταυτότητας"
|
||||
msgid "if"
|
||||
msgstr "εάν"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Εισερχόμενα"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "ευρετήριο"
|
||||
msgid "Index"
|
||||
msgstr "Ευρετήριο"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Ευρετήρια"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Εγκατάσταση"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Νέος φάκελος"
|
||||
msgid "New Group"
|
||||
msgstr "Νέα ομάδα"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Δεν υπάρχουν διαθέσιμοι φάκελοι"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Δεν βρέθηκαν φάκελοι για αυτόν το λογαριασμό"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "αντικείμενα"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Προαιρετικό μυστικό που χρησιμοποιείται για τον υπολογισμό της υπογραφής HMAC για φορτία webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Επιλέξτε μια προβολή"
|
||||
msgid "Pick an object"
|
||||
msgstr "Επιλέξτε ένα αντικείμενο"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Τρίμηνο του έτους"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Αφαίρεση ως προεπιλεγμένο"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Αφαίρεση φίλτρου διαγραμμένων"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Αναζήτηση ανατεθέντος {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Αναζήτηση ευρετηρίου..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Επιλογή 1 πεδίου"
|
||||
msgid "Select a date"
|
||||
msgstr "Επιλέξτε ημερομηνία"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14234,6 +14321,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Εμφάνιση μόνο γραμμών με λάθη"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14531,6 +14623,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Ισπανικά"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16019,6 +16116,7 @@ msgstr "Η εγκατάσταση δύο παραγοντικής ταυτοπο
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Τύπος"
|
||||
@@ -16589,6 +16687,11 @@ msgstr "Χρήση μόνο των καλύτερων μοντέλων"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17315,6 +17418,7 @@ msgstr "Ροές Εργασίας"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -231,6 +231,11 @@ msgstr "{agentLabel} Agent Role"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} of {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr "{appDisplayName} would like to:"
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1077,6 +1082,12 @@ msgstr "Add first filter"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Add In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr "Add Index"
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1380,11 +1391,6 @@ msgstr "Advanced"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr "Advanced Encryption"
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1905,8 +1911,10 @@ msgstr "An error occurred while uploading the picture."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2546,7 +2554,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Authorization failed. Please try again."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Authorize"
|
||||
|
||||
@@ -2561,7 +2569,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Authorized URL copied to clipboard"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Authorizing..."
|
||||
|
||||
@@ -2645,6 +2653,11 @@ msgstr "Back to {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Back to content"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr "Back to settings"
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2817,6 +2830,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Brown"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr "BTREE (default, good for sorting and equality)"
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3000,7 +3018,6 @@ msgstr "Can't scan? Copy the"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3012,6 +3029,7 @@ msgstr "Can't scan? Copy the"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
@@ -5093,6 +5111,7 @@ msgstr "delete"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5235,6 +5254,11 @@ msgstr "Delete Skill"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Delete this agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr "Delete this index?"
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5706,6 +5730,11 @@ msgstr "E.g., \"We are a B2B SaaS company. Always use formal language...\""
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "e.g., summary, status, count"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7255,6 +7284,7 @@ msgstr "fields"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7721,6 +7751,16 @@ msgstr "Get the most out of your workspace by inviting your team."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Get your subscription"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr "GIN (full-text search and JSONB)"
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr "Global search"
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7992,6 +8032,11 @@ msgstr "Hide hidden groups"
|
||||
msgid "Hide label"
|
||||
msgstr "Hide label"
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr "Hide system indexes"
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8206,11 +8251,6 @@ msgstr "Identity Provider Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "if"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr "If disabled, use advanced search filters to find these records"
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8386,11 +8426,6 @@ msgstr "Inbox"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr "Include emails where all participants share the same domain."
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr "Include in default search"
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8406,9 +8441,18 @@ msgstr "index"
|
||||
msgid "Index"
|
||||
msgstr "Index"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr "Index created"
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr "Index deleted"
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indexes"
|
||||
|
||||
@@ -8488,6 +8532,11 @@ msgstr "Insert a JSON input, then press \"Run Function\"."
|
||||
msgid "Install"
|
||||
msgstr "Install"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr "Install {appDisplayName} on your workspace"
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10349,6 +10398,12 @@ msgstr "New folder"
|
||||
msgid "New Group"
|
||||
msgstr "New Group"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr "New Index"
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10778,6 +10833,11 @@ msgstr "No folders available"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "No folders found for this account"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr "No indexes match your filters."
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11335,6 +11395,7 @@ msgstr "objects"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11574,6 +11635,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11987,6 +12049,16 @@ msgstr "Pick a view"
|
||||
msgid "Pick an object"
|
||||
msgstr "Pick an object"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12438,6 +12510,11 @@ msgstr "Quarter of the year"
|
||||
msgid "quarters"
|
||||
msgstr "quarters"
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12824,6 +12901,11 @@ msgstr "Remove as default"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Remove Deleted filter"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr "Remove field"
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13495,7 +13577,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Search an assigned {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Search an index..."
|
||||
|
||||
@@ -13795,6 +13877,11 @@ msgstr "Select 1 field"
|
||||
msgid "Select a date"
|
||||
msgstr "Select a date"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr "Select a field"
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14250,6 +14337,11 @@ msgstr "Show hidden objects"
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Show only rows with errors"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr "Show this object's records in the command menu (⌘K)."
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14547,6 +14639,11 @@ msgstr "Spaces and comma"
|
||||
msgid "Spanish"
|
||||
msgstr "Spanish"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16065,6 +16162,7 @@ msgstr "Two-factor authentication setup completed successfully!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
@@ -16635,6 +16733,11 @@ msgstr "Use best models only"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr "Use filter to see existing tools or create your own"
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr "Use indexes sparingly"
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17361,6 +17464,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Rol de agente de {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Añadir primer filtro"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Agregar In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avanzado"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Característica avanzada para mejorar el rendimiento de consultas y para imponer restricciones de unicidad."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Se produjo un error al subir la imagen."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "La autorización falló. Por favor, inténtelo de nuevo."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorizar"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL autorizada copiada al portapapeles"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autorizando..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Volver a {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Volver al contenido"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronce"
|
||||
msgid "Brown"
|
||||
msgstr "Marrón"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "¿No puedes escanear? Copia el"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "¿No puedes escanear? Copia el"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "eliminar"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Eliminar habilidad"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Eliminar este agente"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "p. ej., \"Somos una empresa SaaS B2B. Utiliza siempre un lenguaje formal
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "ej., resumen, estado, conteo"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "campos"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Aproveche al máximo su espacio de trabajo invitando a su equipo."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Obtenga su suscripción"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Ocultar grupos ocultos"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML de Metadatos del Proveedor de Identidad"
|
||||
msgid "if"
|
||||
msgstr "si"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Bandeja de entrada"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "índices"
|
||||
msgid "Index"
|
||||
msgstr "Índice"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Índices"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Instalar"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nueva carpeta"
|
||||
msgid "New Group"
|
||||
msgstr "Nuevo grupo"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "No hay carpetas disponibles"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "No se encontraron carpetas para esta cuenta"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objetos"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Secreto opcional utilizado para calcular la firma HMAC de los datos del webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Selecciona una vista"
|
||||
msgid "Pick an object"
|
||||
msgstr "Selecciona un objeto"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestre del año"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Quitar como predeterminado"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Eliminar filtro Eliminado"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Buscar un {roleTargetDisplayName} asignado..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Buscar un índice..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Seleccionar 1 campo"
|
||||
msgid "Select a date"
|
||||
msgstr "Selecciona una fecha"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Mostrar solo filas con errores"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Español"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16017,6 +16114,7 @@ msgstr "¡La configuración de la autenticación de dos factores se completó co
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
@@ -16587,6 +16685,11 @@ msgstr "Usar solo los mejores modelos"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17313,6 +17416,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Agenttirooli: {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} {fieldLabel} määrä"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Lisää ensimmäinen suodatin"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Lisää In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Edistynyt"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Edistynyt ominaisuus tiedusteluiden suorituskyvyn parantamiseksi ja ainutlaatuisuusrajoitusten toimeenpanemiseksi."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Kuvaa ladattaessa tapahtui virhe."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Valtuutus epäonnistui. Yritä uudelleen."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Valtuuta"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Valtuutettu URL kopioitu leikepöydälle"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Valtuutetaan..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Takaisin kohteeseen {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Takaisin sisältöön"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Pronssi"
|
||||
msgid "Brown"
|
||||
msgstr "Ruskea"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Et voi skannata? Kopioi"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Et voi skannata? Kopioi"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Peruuta"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "poista"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Poista taito"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Poista tämä agentti"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Esim. \"Olemme B2B SaaS -yritys. Käytä aina muodollista kieltä...\""
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "esim. yhteenveto, tila, määrä"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "kentät"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Saa kaiken irti työtilastasi kutsuen tiimisi mukaan."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Hanki tilaus"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Piilota piilotetut ryhmät"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identiteetintarjoajan Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "jos"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Saapuneet"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indeksit"
|
||||
msgid "Index"
|
||||
msgstr "Indeksit"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indeksit"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Asenna"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr ""
|
||||
msgid "New Group"
|
||||
msgstr "Uusi ryhmä"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr ""
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Tilille ei löytynyt kansioita"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objektit"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Vaihtoehtoinen salaisuus, jota käytetään HMAC-allekirjoituksen laskemiseen webhook-payloadit varten"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr ""
|
||||
msgid "Pick an object"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Vuoden neljännes"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Poista oletuksena"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Poista Poistetut-suodatin"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Etsi osoitettu {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Etsi indeksi..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Valitse 1 kenttä"
|
||||
msgid "Select a date"
|
||||
msgstr "Valitse päivämäärä"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Näytä vain virheelliset rivit"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Espanja"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Kaksivaiheisen todennuksen asennus on valmis!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tyyppi"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Käytä vain parhaita malleja"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Työnkulut"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Rôle d'agent {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Ajouter le premier filtre"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Ajouter In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avancé"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Fonctionnalité avancée pour améliorer la performance des requêtes et imposer des contraintes d'unicité."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Une erreur s'est produite lors du téléversement de l'image."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Échec de l'autorisation. Veuillez réessayer."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autoriser"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL autorisée copiée dans le presse-papiers"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autorisation en cours..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Retour à {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Retour au contenu"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Marron"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Impossible de scanner ? Copiez le"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Impossible de scanner ? Copiez le"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "supprimer"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Supprimer la compétence"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Supprimer cet agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Par exemple, \"Nous sommes une entreprise SaaS B2B. Utilisez toujours un
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "par exemple, résumé, statut, compteur"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "champs"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Tirez le meilleur parti de votre espace de travail en invitant votre éq
|
||||
msgid "Get your subscription"
|
||||
msgstr "Obtenez votre abonnement"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Masquer les groupes cachés"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Fichier XML des métadonnées du fournisseur d'identité"
|
||||
msgid "if"
|
||||
msgstr "si"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Boîte de réception"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "index"
|
||||
msgid "Index"
|
||||
msgstr "Index"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Index"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installer"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nouveau dossier"
|
||||
msgid "New Group"
|
||||
msgstr "Nouveau groupe"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Aucun dossier disponible"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Aucun dossier trouvé pour ce compte"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objets"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Secret facultatif utilisé pour calculer la signature HMAC des charges utiles du webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Choisir une vue"
|
||||
msgid "Pick an object"
|
||||
msgstr "Choisir un objet"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestre de l'année"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Supprimer comme défaut"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Supprimer le filtre supprimé"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Rechercher un {roleTargetDisplayName} attribué..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Rechercher un index..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Sélectionner 1 champ"
|
||||
msgid "Select a date"
|
||||
msgstr "Sélectionnez une date"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Afficher uniquement les lignes avec des erreurs"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Espagnol"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16017,6 +16114,7 @@ msgstr "Configuration de l'authentification à deux facteurs terminée avec succ
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
@@ -16587,6 +16685,11 @@ msgstr "Utiliser uniquement les meilleurs modèles"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17313,6 +17416,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -236,6 +236,11 @@ msgstr "תפקיד הסוכן {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} של {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "הוסף מסנן ראשון"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "הוסף In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "מתקדם"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "תכונה מתקדמת לשיפור ביצועי השאילתות ואכיפת אילוצי ייחודיות."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "אירעה שגיאה בעת העלאת התמונה."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "ההרשאה נכשלה. נא לנסות שוב."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "אשר"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "כתובת URL המורשית הועתקה ללוח הגזירים"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "מתבצעת הרשאה..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "חזרה אל {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "חזרה לתוכן"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "ברונזה"
|
||||
msgid "Brown"
|
||||
msgstr "חום"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "לא ניתן לסרוק? העתק את"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "לא ניתן לסרוק? העתק את"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "בטל"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "מחק"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "מחק מיומנות"
|
||||
msgid "Delete this agent"
|
||||
msgstr "מחק סוכן זה"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "למשל, \"אנחנו חברת B2B SaaS. השתמש תמיד בשפה
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "לדוגמא, התמצאות, סטטוס, ספירה"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "שדות"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "נצלו את המרחב שלכם על ידי הזמנת הצוות של
|
||||
msgid "Get your subscription"
|
||||
msgstr "השיגו את המנוי שלכם"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "הסתר קבוצות מוסתרות"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML של נתוני ספק זיהוי"
|
||||
msgid "if"
|
||||
msgstr "אם"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "תיבת דואר"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "אינדקס"
|
||||
msgid "Index"
|
||||
msgstr "אינדקס"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "אינדקסים"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "התקן"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "תיקייה חדשה"
|
||||
msgid "New Group"
|
||||
msgstr "קבוצה חדשה"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "אין תיקיות זמינות"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "לא נמצאו תיקיות עבור חשבון זה"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "אובייקטים"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "סוד אופציונלי המשמש לחישוב חתימת HMAC עבור מטעני webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "בחר תצוגה"
|
||||
msgid "Pick an object"
|
||||
msgstr "בחר אובייקט"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "רבע מהשנה"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "הסר כברירת מחדל"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "הסר מסנן נמחקים"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "חפש מוקצים {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "חפש אינדקס..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "בחר שדה אחד"
|
||||
msgid "Select a date"
|
||||
msgstr "בחר תאריך"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "הצג רק שורות עם שגיאות"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "\\"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "הגדרת האימות הדו-שלבי הושלמה בהצלחה!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "סוג"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "השתמש רק במודלים הטובים ביותר"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "זרימות עבודה"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} ügynök szerepköre"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} a(z) {fieldLabel} alapján"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Első szűrő hozzáadása"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "In-Reply-To hozzáadása"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Haladó"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Fejlett funkció a lekérdezések teljesítményének javítására és az egyediség korlátozások érvényesítésére."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Hiba történt a kép feltöltése közben."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Az engedélyezés sikertelen. Kérjük, próbálja meg újra."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Engedélyezés"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Engedélyezett URL vágólapra másolva"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Engedélyezés..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Vissza ide: {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Vissza a tartalomhoz"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronz"
|
||||
msgid "Brown"
|
||||
msgstr "Barna"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Nem tud beolvasni? Másolja a"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Nem tud beolvasni? Másolja a"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Mégse"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "törlés"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Készség törlése"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Ennek az ügynöknek a törlése"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Például: \"B2B SaaS vállalat vagyunk. Mindig használjon formális ny
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "pl., összefoglaló, állapot, számolás"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "mezők"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Maximalizálja munkaterületét csapatának meghívásával."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Szerezze meg előfizetését"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Rejtett csoportok elrejtése"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identitásszolgáltató metadat XML"
|
||||
msgid "if"
|
||||
msgstr "ha"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Postafiók"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indexek"
|
||||
msgid "Index"
|
||||
msgstr "Index"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indexek"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Telepítés"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Új mappa"
|
||||
msgid "New Group"
|
||||
msgstr "Új csoport"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Nem állnak rendelkezésre mappák"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Ehhez a fiókhoz nem találhatók mappák"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objektumok"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Opcionális titok az HMAC aláírás kiszámításához a webhook terhelésekhez"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Válasszon egy nézetet"
|
||||
msgid "Pick an object"
|
||||
msgstr "Válasszon egy objektumot"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Az év negyedéve"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Eltávolítás alapértelmezettként"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Törölt szűrő eltávolítása"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Keresés a hozzárendelt {roleTargetDisplayName} között..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Index keresése..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Válasszon 1 mezőt"
|
||||
msgid "Select a date"
|
||||
msgstr "Válasszon dátumot"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Csak a hibás sorokat jelenítse meg"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spanyol"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Kétfaktoros hitelesítési beállítás sikeresen befejezve!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Típus"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Csak a legjobb modellek használata"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Munkafolyamatok"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Ruolo dell'agente {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} di {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Aggiungi primo filtro"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Aggiungi In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avanzato"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Funzionalità avanzata per migliorare le prestazioni delle query e imporre vincoli di unicità."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Si è verificato un errore durante il caricamento dell'immagine."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorizzazione non riuscita. Per favore riprova."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorizza"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL autorizzato copiato negli appunti"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autorizzazione in corso..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Torna a {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Torna al contenuto"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronzo"
|
||||
msgid "Brown"
|
||||
msgstr "Marrone"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Non puoi scansionare? Copia il"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Non puoi scansionare? Copia il"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "elimina"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Elimina abilità"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Elimina questo agente"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Ad es., \"Siamo un'azienda SaaS B2B. Usa sempre un linguaggio formale...
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "es., riepilogo, stato, conteggio"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "campi"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Sfrutta al massimo il tuo spazio di lavoro invitando il tuo team."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Ottieni il tuo abbonamento"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Nascondi gruppi nascosti"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Provider di identità Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "se"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Posta in arrivo"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indici"
|
||||
msgid "Index"
|
||||
msgstr "Indice"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indici"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installa"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nuova cartella"
|
||||
msgid "New Group"
|
||||
msgstr "Nuovo gruppo"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Nessuna cartella disponibile"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Nessuna cartella trovata per questo account"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "oggetti"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Segreto opzionale usato per calcolare la firma HMAC per i payload dei webhooks"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Seleziona una vista"
|
||||
msgid "Pick an object"
|
||||
msgstr "Seleziona un oggetto"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestre dell'anno"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Rimuovi come predefinito"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Rimuovi filtro eliminato"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Cerca un {roleTargetDisplayName} assegnato..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Cerca un indice..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Seleziona 1 campo"
|
||||
msgid "Select a date"
|
||||
msgstr "Seleziona una data"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Mostra solo le righe con errori"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spagnolo"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16017,6 +16114,7 @@ msgstr "Configurazione dell'autenticazione a due fattori completata con successo
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
@@ -16587,6 +16685,11 @@ msgstr "Usa solo i modelli migliori"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17313,6 +17416,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} のエージェントの役割"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{fieldLabel}の{aggregateLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "最初のフィルターを追加"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "In-Reply-To を追加"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "上級"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "クエリのパフォーマンスを向上させ、重複制約を強制するための高度な機能。"
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "画像のアップロード中にエラーが発生しました。"
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "認可に失敗しました。もう一度お試しください。"
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "認可する"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "認可されたURLがクリップボードにコピーされました"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "認可中..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "{linkText} に戻る"
|
||||
msgid "Back to content"
|
||||
msgstr "コンテンツに戻る"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "ブロンズ"
|
||||
msgid "Brown"
|
||||
msgstr "茶色"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "スキャンできませんか? コピーしてください"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "スキャンできませんか? コピーしてください"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "削除"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "スキルを削除"
|
||||
msgid "Delete this agent"
|
||||
msgstr "このエージェントを削除する"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "例:\"当社は B2B SaaS 企業です。常にフォーマルな言葉
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "例: 要約、ステータス、カウント"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "フィールド"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "チームを招待して、ワークスペースを最大限に活用し
|
||||
msgid "Get your subscription"
|
||||
msgstr "サブスクリプションを取得"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "隠されたグループを非表示"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "アイデンティティプロバイダーメタデータXML"
|
||||
msgid "if"
|
||||
msgstr "条件"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "受信トレイ"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "インデックス"
|
||||
msgid "Index"
|
||||
msgstr "インデックス"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "インデックス"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "インストール"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "新しいフォルダー"
|
||||
msgid "New Group"
|
||||
msgstr "新規グループ"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "利用可能なフォルダーはありません"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "このアカウントにはフォルダーが見つかりませんでした"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "オブジェクト"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Webhookペイロード用HMAC署名の計算に使用するオプションのシークレット"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "ビューを選択"
|
||||
msgid "Pick an object"
|
||||
msgstr "オブジェクトを選択"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "年の四半期"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "デフォルトとして削除"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "削除フィルターを削除"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "割り当てられた{roleTargetDisplayName}を検索..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "インデックスを検索..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "1 つのフィールドを選択"
|
||||
msgid "Select a date"
|
||||
msgstr "日付を選択"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "エラーのある行のみを表示"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "スペイン語"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "二要素認証のセットアップが正常に完了しました!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "タイプ"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "最良のモデルのみを使用する"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "ワークフロー"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} 에이전트 역할"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{fieldLabel}의 {aggregateLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "첫 번째 필터 추가"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "In-Reply-To 추가"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "고급"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "쿼리 성능을 개선하고 유니시티 제약 조건을 강제하는 고급 기능입니다."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "사진을 업로드하는 중 오류가 발생했습니다."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "승인에 실패했습니다. 다시 시도해 주세요."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "승인"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "승인된 URL이 클립보드에 복사되었습니다"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "승인 중..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "{linkText}(으)로 돌아가기"
|
||||
msgid "Back to content"
|
||||
msgstr "콘텐츠로 돌아가기"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "브론즈"
|
||||
msgid "Brown"
|
||||
msgstr "갈색"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "스캔이 불가능합니까?"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "스캔이 불가능합니까?"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "취소"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "삭제"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "스킬 삭제"
|
||||
msgid "Delete this agent"
|
||||
msgstr "이 에이전트를 삭제하세요"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "예: \"당사는 B2B SaaS 회사입니다. 항상 격식을 갖춘 언
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "예: 요약, 상태, 수"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "필드"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "팀을 초대하여 워크스페이스를 최대한 활용하세요."
|
||||
msgid "Get your subscription"
|
||||
msgstr "구독 신청"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "숨겨진 그룹 숨기기"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "ID 공급자 메타데이터 XML"
|
||||
msgid "if"
|
||||
msgstr "만약"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "받은 편지함"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "색인"
|
||||
msgid "Index"
|
||||
msgstr "색인"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "색인"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "설치"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "새 폴더"
|
||||
msgid "New Group"
|
||||
msgstr "새 그룹"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "사용 가능한 폴더가 없습니다"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "이 계정에 대한 폴더를 찾을 수 없습니다"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "개체"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Webhook 페이로드에 대한 HMAC 서명을 계산하는 데 사용되는 선택적 비밀"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "보기 선택"
|
||||
msgid "Pick an object"
|
||||
msgstr "개체 선택"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "연도의 분기"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "기본으로 설정 해제"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "삭제된 필터 제거"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "할당된 {roleTargetDisplayName} 검색..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "색인 검색..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "필드 1개 선택"
|
||||
msgid "Select a date"
|
||||
msgstr "날짜 선택"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "오류가 있는 행만 표시"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "스페인어"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "이중 인증 설정이 성공적으로 완료되었습니다!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "유형"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "최고의 모델만 사용"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Agentrol {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} van {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Voeg eerste filter toe"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "In-Reply-To toevoegen"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Geavanceerd"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Geavanceerde functie om de prestaties van query's te verbeteren en uniciteitsbeperkingen af te dwingen."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Er is een fout opgetreden bij het uploaden van de afbeelding."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorisatie mislukt. Probeer het opnieuw."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autoriseren"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Geautoriseerde URL gekopieerd naar klembord"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autoriseren..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Terug naar {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Terug naar inhoud"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Brons"
|
||||
msgid "Brown"
|
||||
msgstr "Bruin"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Kan je niet scannen? Kopieer de"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Kan je niet scannen? Kopieer de"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Annuleren"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "verwijderen"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Vaardigheid verwijderen"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Verwijder deze agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Bijv.: \"Wij zijn een B2B SaaS-bedrijf. Gebruik altijd formele taal...\"
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "bijv., samenvatting, status, aantal"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "velden"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Haal het meeste uit je werkruimte door je team uit te nodigen."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Krijg je abonnement"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Verborgen groepen verbergen"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identiteitsprovider-metadata XML"
|
||||
msgid "if"
|
||||
msgstr "als"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Inbox"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indexen"
|
||||
msgid "Index"
|
||||
msgstr "Indexen"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indexen"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installeren"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nieuwe map"
|
||||
msgid "New Group"
|
||||
msgstr "Nieuwe Groep"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Geen mappen beschikbaar"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Geen mappen gevonden voor dit account"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objecten"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Optioneel geheim gebruikt om de HMAC-handtekening voor webhook-payloads te berekenen"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Kies een weergave"
|
||||
msgid "Pick an object"
|
||||
msgstr "Kies een object"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Kwartaal van het jaar"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Verwijderen als standaard"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Verwijder Verwijderd-filter"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Zoek een toegewezen {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Zoek een index..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Selecteer 1 veld"
|
||||
msgid "Select a date"
|
||||
msgstr "Selecteer een datum"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Toon alleen rijen met fouten"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spaans"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16017,6 +16114,7 @@ msgstr "Two-factor authenticatie setup met succes voltooid!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Soort"
|
||||
@@ -16587,6 +16685,11 @@ msgstr "Alleen de beste modellen gebruiken"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17313,6 +17416,7 @@ msgstr "Workstrooms"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} agentrolle"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} av {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Legg til første filter"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Legg til In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avansert"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Avansert funksjon for å forbedre ytelsen til spørringer og for å håndheve unicitetsbegrensninger."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Det oppstod en feil under opplasting av bildet."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorisering mislyktes. Vennligst prøv igjen."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autoriser"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Autoriserte URL kopiert til utklippstavlen"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autoriserer..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Tilbake til {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Tilbake til innhold"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronse"
|
||||
msgid "Brown"
|
||||
msgstr "Brun"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Kan ikke skanne? Kopier "
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Kan ikke skanne? Kopier "
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "slett"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Slett ferdighet"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Slett denne agenten"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "F.eks. \"Vi er et B2B SaaS-selskap. Bruk alltid formelt språk...\""
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "f.eks., oppsummering, status, antall"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "felter"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Få mest mulig ut av arbeidsområdet ditt ved å invitere teamet ditt."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Få abonnementet ditt"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Skjul skjulte grupper"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Identitetsleverandør Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "hvis"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Innboks"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indeks"
|
||||
msgid "Index"
|
||||
msgstr "Indeks"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indekser"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installer"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Ny mappe"
|
||||
msgid "New Group"
|
||||
msgstr "Ny gruppe"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Ingen mapper tilgjengelige"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Ingen mapper funnet for denne kontoen"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objekter"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Valgfri hemmelighet brukt for å beregne HMAC-signaturen for webhook-payloads"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Velg en visning"
|
||||
msgid "Pick an object"
|
||||
msgstr "Velg et objekt"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Kvartal i året"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Fjern som standard"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Fjern slettet filter"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Søk etter en tildelt {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Søk i et indeks..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Velg 1 felt"
|
||||
msgid "Select a date"
|
||||
msgstr "Velg en dato"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Vis bare rader med feil"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spansk"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Tofaktorautentiseringsoppsett fullført!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Bruk kun de beste modellene"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Arbeidsflyter"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Rola agenta {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} z {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Dodaj pierwszy filtr"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Dodaj In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Zaawansowane"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Zaawansowana funkcja poprawiająca wydajność zapytań i wymuszająca unikalność ograniczeń."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Wystąpił błąd podczas przesyłania zdjęcia."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autoryzacja nie powiodła się. Spróbuj ponownie."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autoryzuj"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Autoryzowany URL skopiowany do schowka"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autoryzowanie..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Powrót do {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Powrót do treści"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Brązowy"
|
||||
msgid "Brown"
|
||||
msgstr "Brązowy"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Nie można zeskanować? Skopiuj"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Nie można zeskanować? Skopiuj"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "usuń"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Usuń umiejętność"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Usuń tego agenta"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Np.: \"Jesteśmy firmą B2B SaaS. Zawsze używaj języka formalnego...\"
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "np. podsumowanie, status, liczba"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "pola"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Wykorzystaj w pełni swoje miejsce pracy, zapraszając swój zespół."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Weź swój abonament"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Ukryj ukryte grupy"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Metadane XML dostawcy tożsamości"
|
||||
msgid "if"
|
||||
msgstr "jeśli"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Skrzynka odbiorcza"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indeksy"
|
||||
msgid "Index"
|
||||
msgstr "Indeks"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indeksy"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Zainstaluj"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nowy folder"
|
||||
msgid "New Group"
|
||||
msgstr "Nowa grupa"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Brak dostępnych folderów"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Nie znaleziono folderów dla tego konta"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "obiekty"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Opcjonalny sekret używany do obliczenia sygnatury HMAC dla ładunków webhooka"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Wybierz widok"
|
||||
msgid "Pick an object"
|
||||
msgstr "Wybierz obiekt"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Kwartał roku"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Usuń jako domyślne"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Usuń filtr usuniętych"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Szukaj przypisanego {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Wyszukaj indeks..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Wybierz 1 pole"
|
||||
msgid "Select a date"
|
||||
msgstr "Wybierz datę"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Pokaż tylko wiersze z błędami"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Hiszpański"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Konfiguracja uwierzytelniania dwuskładnikowego zakończona pomyślnie!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Używaj tylko najlepszych modeli"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Przepływy pracy"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -231,6 +231,11 @@ msgstr ""
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1077,6 +1082,12 @@ msgstr ""
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1380,11 +1391,6 @@ msgstr ""
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1905,8 +1911,10 @@ msgstr ""
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2546,7 +2554,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr ""
|
||||
|
||||
@@ -2561,7 +2569,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr ""
|
||||
|
||||
@@ -2645,6 +2653,11 @@ msgstr ""
|
||||
msgid "Back to content"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2817,6 +2830,11 @@ msgstr ""
|
||||
msgid "Brown"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3000,7 +3018,6 @@ msgstr ""
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3012,6 +3029,7 @@ msgstr ""
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
@@ -5093,6 +5111,7 @@ msgstr ""
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5235,6 +5254,11 @@ msgstr ""
|
||||
msgid "Delete this agent"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5706,6 +5730,11 @@ msgstr ""
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7255,6 +7284,7 @@ msgstr ""
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7721,6 +7751,16 @@ msgstr ""
|
||||
msgid "Get your subscription"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7992,6 +8032,11 @@ msgstr ""
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8183,11 +8228,6 @@ msgstr ""
|
||||
msgid "if"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8363,11 +8403,6 @@ msgstr ""
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8383,9 +8418,18 @@ msgstr ""
|
||||
msgid "Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr ""
|
||||
|
||||
@@ -8465,6 +8509,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10326,6 +10375,12 @@ msgstr ""
|
||||
msgid "New Group"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10755,6 +10810,11 @@ msgstr ""
|
||||
msgid "No folders found for this account"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11312,6 +11372,7 @@ msgstr ""
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11551,6 +11612,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11964,6 +12026,16 @@ msgstr ""
|
||||
msgid "Pick an object"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12415,6 +12487,11 @@ msgstr ""
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12801,6 +12878,11 @@ msgstr ""
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13472,7 +13554,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr ""
|
||||
|
||||
@@ -13772,6 +13854,11 @@ msgstr ""
|
||||
msgid "Select a date"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14227,6 +14314,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14524,6 +14616,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16010,6 +16107,7 @@ msgstr ""
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
@@ -16580,6 +16678,11 @@ msgstr ""
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17304,6 +17407,7 @@ msgstr ""
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Função do agente {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Adicionar primeiro filtro"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Adicionar In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avançado"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Recurso avançado para melhorar o desempenho de consultas e impor restrições de unicidade."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Ocorreu um erro ao carregar a imagem."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Falha na autorização. Por favor, tente novamente."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorizar"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL autorizado copiado para a área de transferência"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autorizando..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Voltar para {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Voltar ao conteúdo"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Marrom"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Não consegue escanear? Copie o"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Não consegue escanear? Copie o"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "excluir"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Excluir habilidade"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Excluir este agente"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Ex.: \"Somos uma empresa B2B SaaS. Sempre use linguagem formal...\""
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "por exemplo, resumo, status, contagem"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "campos"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Aproveite ao máximo seu workspace convidando sua equipe."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Faça sua assinatura"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Ocultar grupos ocultos"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML de Metadados do Provedor de Identidade"
|
||||
msgid "if"
|
||||
msgstr "se"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Caixa de entrada"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "índices"
|
||||
msgid "Index"
|
||||
msgstr "Índice"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Índices"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Instalar"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nova pasta"
|
||||
msgid "New Group"
|
||||
msgstr "Novo grupo"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Nenhuma pasta disponível"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Nenhuma pasta encontrada para esta conta"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objetos"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Segredo opcional usado para computar a assinatura HMAC para os payloads de webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Selecione uma visualização"
|
||||
msgid "Pick an object"
|
||||
msgstr "Selecione um objeto"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestre do ano"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Remover como padrão"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Remover filtro Excluído"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Pesquisar {roleTargetDisplayName} atribuído..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Pesquisar um índice..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Selecionar 1 campo"
|
||||
msgid "Select a date"
|
||||
msgstr "Selecione uma data"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Mostrar apenas linhas com erros"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Espanhol"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Configuração de autenticação em duas etapas concluída com sucesso!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Usar apenas os melhores modelos"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} Função do Agente"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Adicionar primeiro filtro"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Adicionar In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avançado"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Recurso avançado para melhorar o desempenho das consultas e impor restrições de unicidade."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Ocorreu um erro ao carregar a imagem."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "A autorização falhou. Tente novamente."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorizar"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL autorizada copiada para a área de transferência"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Autorizando..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Voltar a {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Voltar ao conteúdo"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronze"
|
||||
msgid "Brown"
|
||||
msgstr "Castanho"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Não consegue escanear? Copie o"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Não consegue escanear? Copie o"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Cancelar"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "eliminar"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Excluir habilidade"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Excluir este agente"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Por exemplo, \"Somos uma empresa SaaS B2B. Use sempre linguagem formal..
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "por exemplo, resumo, status, contagem"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "campos"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Tire o máximo partido do seu espaço de trabalho convidando a sua equip
|
||||
msgid "Get your subscription"
|
||||
msgstr "Obtenha a sua subscrição"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Ocultar grupos ocultos"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML de Metadados do Provedor de Identidade"
|
||||
msgid "if"
|
||||
msgstr "se"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Caixa de entrada"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "índice"
|
||||
msgid "Index"
|
||||
msgstr "Índice"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Índices"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Instalar"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Nova pasta"
|
||||
msgid "New Group"
|
||||
msgstr "Novo Grupo"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Nenhuma pasta disponível"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Nenhuma pasta encontrada para esta conta"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "objetos"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Segredo opcional usado para calcular a assinatura HMAC para payloads de webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Selecione uma vista"
|
||||
msgid "Pick an object"
|
||||
msgstr "Selecione um objeto"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestre do ano"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Remover como padrão"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Remover filtro de Excluídos"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Pesquisar um {roleTargetDisplayName} atribuído..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Pesquisar um índice..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Selecionar 1 campo"
|
||||
msgid "Select a date"
|
||||
msgstr "Selecione uma data"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Mostrar apenas linhas com erros"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Espanhol"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Configuração da autenticação em duas etapas concluída com sucesso!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Usar apenas os melhores modelos"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Workflows"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Rolul agentului {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} din {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Adaugă primul filtru"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Adăugați In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avansat"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Funcție avansată pentru a îmbunătăți performanța interogărilor și pentru a impune constrângeri de unicitate."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "A apărut o eroare la încărcarea imaginii."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Autorizarea a eșuat. Vă rugăm să încercați din nou."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Autorizează"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL-ul autorizat copiat în clipboard"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Se autorizează..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Înapoi la {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Înapoi la conținut"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronz"
|
||||
msgid "Brown"
|
||||
msgstr "Maro"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Nu poți scana? Copiază"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Nu poți scana? Copiază"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Anulare"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "șterge"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Ștergeți abilitatea"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Șterge acest agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "De ex., \"Suntem o companie B2B SaaS. Folosiți întotdeauna un limbaj f
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "de ex., sumar, status, numărătoare"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "câmpuri"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Maximizați potențialul spațiului de lucru invitați echipa."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Obțineți abonamentul"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Ascundeți grupurile ascunse"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML-ul de Metadate al Furnizorului de Identitate"
|
||||
msgid "if"
|
||||
msgstr "dacă"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Inbox"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indici"
|
||||
msgid "Index"
|
||||
msgstr "Indice"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indici"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Instalează"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Folder nou"
|
||||
msgid "New Group"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Niciun folder disponibil"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Nu s-au găsit dosare pentru acest cont"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "obiecte"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Secret opțional folosit pentru a calcula semnătura HMAC pentru încărcăturile de date ale webhook-urilor"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Alegeți o vizualizare"
|
||||
msgid "Pick an object"
|
||||
msgstr "Alegeți un obiect"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Trimestrul anului"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Elimină ca implicită"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Elimină filtrul de ștergere"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Caută un {roleTargetDisplayName} atribuit..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Caută un index..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Selectează 1 câmp"
|
||||
msgid "Select a date"
|
||||
msgstr "Selectați o dată"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Afișează doar rândurile cu erori"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spaniolă"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Configurarea autentificării în doi pași a fost finalizată cu succes!
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Folosește doar cele mai bune modele"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Fluxuri de lucru"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
Binary file not shown.
@@ -236,6 +236,11 @@ msgstr "Улога агента {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} од {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Додајте први филтер"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Додајте In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Напредно"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Напредна функција за побољшање перформанси упита и наметање ограничења јединствености."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Дошло је до грешке приликом отпремања с
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Овлашћивање није успело. Покушајте поново."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Овласти"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Ауторизовани URL копиран у клипборд"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Овлашћивање..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Назад на {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Назад на садржај"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Бронзана"
|
||||
msgid "Brown"
|
||||
msgstr "Браон"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Не можете да скенирате? Копирајте"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Не можете да скенирате? Копирајте"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Откажи"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "обриши"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Обришите вештину"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Обришите овог агента"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "На пример, \"Ми смо B2B SaaS компанија. Увек
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "нпр. резиме, статус, број"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "поља"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Искористите максимално свој радни прос
|
||||
msgid "Get your subscription"
|
||||
msgstr "Набави претплату"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Сакриј скривене групе"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML метаподаци провајдера идентитета"
|
||||
msgid "if"
|
||||
msgstr "ако"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Пријемно сандуче"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "индекси"
|
||||
msgid "Index"
|
||||
msgstr "Индекс"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Индекси"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Нова фасцикла"
|
||||
msgid "New Group"
|
||||
msgstr "Нова група"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Нема доступних фасцикли"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Није пронађен ниједан фолдер за овај налог."
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "објекти"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Опциони код за израчунавање HMAC потписа за Webhook терет"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Изаберите приказ"
|
||||
msgid "Pick an object"
|
||||
msgstr "Изаберите објекат"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Квартал године"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Уклони као подразумевано"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Уклони филтер избрисаних"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Претражите додељени {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Претражите индекс..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Изаберите 1 поље"
|
||||
msgid "Select a date"
|
||||
msgstr "Изаберите датум"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Прикажи само редове са грешкама"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Шпански"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Подешавање двофакторске аутентификаци
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Тип"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Користите само најбоље моделе"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Токови Рада"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} agentroll"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} för {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Lägg till första filtret"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Lägg till In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Avancerat"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Avancerad funktion för att förbättra prestandan av frågor och för att upprätthålla unikhetsbegränsningar."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Ett fel uppstod när bilden laddades upp."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Auktoriseringen misslyckades. Försök igen."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Auktorisera"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Auktoriserad URL kopierad till urklipp"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Auktoriserar..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Tillbaka till {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Tillbaka till innehåll"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Brons"
|
||||
msgid "Brown"
|
||||
msgstr "Brun"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Kan inte skanna? Kopiera "
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Kan inte skanna? Kopiera "
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Avbryt"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "ta bort"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Ta bort färdighet"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Ta bort denna agent"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "T.ex. \"Vi är ett B2B SaaS-företag. Använd alltid formellt språk...\
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "t.ex., sammanfattning, status, antal"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "fält"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Få ut det mesta av din arbetsyta genom att bjuda in ditt team."
|
||||
msgid "Get your subscription"
|
||||
msgstr "Skaffa din prenumeration"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Dölj dolda grupper"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Metadata XML för identitetsleverantör"
|
||||
msgid "if"
|
||||
msgstr "om"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Inkorg"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "indexer"
|
||||
msgid "Index"
|
||||
msgstr "Index"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Indexer"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Installera"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10333,6 +10382,12 @@ msgstr "Ny mapp"
|
||||
msgid "New Group"
|
||||
msgstr "Ny grupp"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10762,6 +10817,11 @@ msgstr "Inga mappar tillgängliga"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Inga mappar hittades för detta konto"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11319,6 +11379,7 @@ msgstr "objekt"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11558,6 +11619,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Valfri hemlighet som används för att beräkna HMAC-signaturen för webhook-payloads"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11971,6 +12033,16 @@ msgstr "Välj en vy"
|
||||
msgid "Pick an object"
|
||||
msgstr "Välj ett objekt"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12422,6 +12494,11 @@ msgstr "Årets kvartal"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12808,6 +12885,11 @@ msgstr "Ta bort som standard"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Ta bort Raderade filter"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13481,7 +13563,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Sök en tilldelad {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Sök ett index..."
|
||||
|
||||
@@ -13781,6 +13863,11 @@ msgstr "Välj 1 fält"
|
||||
msgid "Select a date"
|
||||
msgstr "Välj ett datum"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14236,6 +14323,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Visa endast rader med fel"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14533,6 +14625,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Spanska"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16023,6 +16120,7 @@ msgstr "Tvåfaktorsautentisering uppsättning genomförd lyckades!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
@@ -16593,6 +16691,11 @@ msgstr ""
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17319,6 +17422,7 @@ msgstr "Arbetsflöden"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} Ajan Rolü"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel}, {fieldLabel}'in"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "İlk filtreyi ekle"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "In-Reply-To ekle"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Gelişmiş"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Sorguların performansını artırmak ve tekillik kısıtlarını uygulamak için gelişmiş özellik."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Resim yüklenirken bir hata oluştu."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Yetkilendirme başarısız oldu. Lütfen tekrar deneyin."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Yetkilendir"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Yetkilendirilmiş URL panoya kopyalandı"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Yetkilendiriliyor..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "{linkText}'e geri dön"
|
||||
msgid "Back to content"
|
||||
msgstr "İçeriğe geri dön"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Bronz"
|
||||
msgid "Brown"
|
||||
msgstr "Kahverengi"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Tarayamaz mısınız? Kopyalayın."
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Tarayamaz mısınız? Kopyalayın."
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "sil"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Beceriyi sil"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Bu temsilciyi Sil"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Örneğin, \"Biz bir B2B SaaS şirketiyiz. Her zaman resmî bir dil kull
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "örneğin, özet, durum, sayı"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "alanlar"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Ekibinizi davet ederek çalışma alanınızdan en iyi şekilde yararlan
|
||||
msgid "Get your subscription"
|
||||
msgstr "Aboneliğinizi alın"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Gizli grupları gizle"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "Kimlik Sağlayıcı Metadata XML"
|
||||
msgid "if"
|
||||
msgstr "eğer"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Gelen Kutusu"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "dizin"
|
||||
msgid "Index"
|
||||
msgstr "Dizin"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Dizinler"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Yükle"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Yeni klasör"
|
||||
msgid "New Group"
|
||||
msgstr "Yeni Grup"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Kullanılabilir klasör yok"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Bu hesap için klasör bulunamadı"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "nesneler"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Webhook yükleri için HMAC imzası oluşturmak için kullanılan (isteğe bağlı) gizli anahtar"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Bir görünüm seç"
|
||||
msgid "Pick an object"
|
||||
msgstr "Bir nesne seç"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Yılın çeyreği"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Varsayılan olarak kaldır"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Silinmiş filtreyi kaldır"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Atanmış {roleTargetDisplayName} Ara..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Bir indeks ara..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "1 alan seç"
|
||||
msgid "Select a date"
|
||||
msgstr "Bir tarih seçin"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Sadece hatalı satırları göster"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "İspanyolca"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "İki faktörlü doğrulama kurulumu başarıyla tamamlandı!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Tür"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Yalnızca en iyi modelleri kullan"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "İş Akışları"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Роль агента {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Додати перший фільтр"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Додати In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Розширені"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Розширена функція для покращення продуктивності запитів та забезпечення унікальності обмежень."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Під час завантаження зображення сталас
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Авторизація не вдалася. Будь ласка, спробуйте ще раз."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Авторизувати"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "Авторизований URL скопійовано в буфер обміну"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Авторизація..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Назад до {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Повернутися до вмісту"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Бронзовий"
|
||||
msgid "Brown"
|
||||
msgstr "Коричневий"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Не можете сканувати? Скопіюйте"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Не можете сканувати? Скопіюйте"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "видалити"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Видалити навичку"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Видалити цього агента"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Наприклад: \"Ми — B2B SaaS-компанія. Завжди
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "наприклад, підсумок, статус, кількість"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "поля"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Отримайте максимум від свого робочого
|
||||
msgid "Get your subscription"
|
||||
msgstr "Отримайте свою передплату"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Приховати приховані групи"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML метадані постачальника ідентифікаці
|
||||
msgid "if"
|
||||
msgstr "якщо"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Вхідні"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "індекси"
|
||||
msgid "Index"
|
||||
msgstr "Індекс"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Індекси"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Встановити"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Нова папка"
|
||||
msgid "New Group"
|
||||
msgstr "Нова група"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Немає доступних папок"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Не знайдено тек для цього облікового запису"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "об'єкти"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Необов'язковий секретний ключ, що використовується для обчислення HMAC-підпису для даних вебхуків"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Виберіть перегляд"
|
||||
msgid "Pick an object"
|
||||
msgstr "Виберіть об’єкт"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Квартал року"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Видалити як за замовчуванням"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Видалити фільтр видалених"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Пошук призначеного {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Пошук індексу..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Виберіть 1 поле"
|
||||
msgid "Select a date"
|
||||
msgstr "Виберіть дату"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Показати лише рядки з помилками"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Іспанська"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16017,6 +16114,7 @@ msgstr "Налаштування двофакторної аутентифіка
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Тип"
|
||||
@@ -16587,6 +16685,11 @@ msgstr "Використовувати лише найкращі моделі"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17313,6 +17416,7 @@ msgstr "Робочі процеси"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "Vai trò tác nhân {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} của {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "Thêm bộ lọc đầu tiên"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "Thêm In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "Nâng cao"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "Tính năng nâng cao để cải thiện hiệu suất truy vấn và áp đặt ràng buộc tính duy nhất."
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "Đã xảy ra lỗi khi tải lên ảnh."
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "Ủy quyền không thành công. Vui lòng thử lại."
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "Ủy quyền"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "URL được ủy quyền đã được sao chép vào bảng tạm"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "Đang ủy quyền..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "Quay lại {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "Quay lại nội dung"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "Đồng"
|
||||
msgid "Brown"
|
||||
msgstr "Nâu"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "Không thể quét? Sao chép"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "Không thể quét? Sao chép"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "Hủy bỏ"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "xóa"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "Xóa kỹ năng"
|
||||
msgid "Delete this agent"
|
||||
msgstr "Xóa tác nhân này"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "Ví dụ: \"Chúng tôi là một công ty SaaS B2B. Luôn sử dụng n
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "Ví dụ: tóm tắt, trạng thái, số lượng"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "trường"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "Tối ưu hóa không gian làm việc của bạn bằng cách mời te
|
||||
msgid "Get your subscription"
|
||||
msgstr "\\"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "Ẩn nhóm ẩn"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "XML Metadata Nhà Cung Cấp Định Danh"
|
||||
msgid "if"
|
||||
msgstr "nếu"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "Hộp thư"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "chỉ mục"
|
||||
msgid "Index"
|
||||
msgstr "Chỉ mục"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "Chỉ mục"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "Cài đặt"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "Thư mục mới"
|
||||
msgid "New Group"
|
||||
msgstr "Nhóm mới"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "Không có thư mục nào có sẵn"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "Không tìm thấy thư mục nào cho tài khoản này"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "đối tượng"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "Bí mật tùy chọn dùng để tính toán chữ ký HMAC cho tải trọng webhook"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "Chọn một chế độ xem"
|
||||
msgid "Pick an object"
|
||||
msgstr "Chọn một đối tượng"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "Quý trong năm"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "Xóa mặc định"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "Gỡ bỏ bộ lọc đã xóa"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "Tìm kiếm một {roleTargetDisplayName} đã phân công..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "Tìm một chỉ mục..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "Chọn 1 trường"
|
||||
msgid "Select a date"
|
||||
msgstr "Chọn ngày"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "Chỉ hiển thị các hàng có lỗi"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "Tiếng Tây Ban Nha"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "Thiết lập xác thực hai yếu tố thành công!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "Loại"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "Chỉ sử dụng các mô hình tốt nhất"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Quy Trình Làm Việc"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} 代理角色"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} 的 {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "添加第一个过滤器"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "添加 In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "高级"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "提高查询性能和强制唯一性约束的高级功能。"
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "上传图片时发生错误。"
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "授权失败。请重试。"
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "授权"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "授权 URL 已复制到剪贴板"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "正在授权..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "返回 {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "返回内容"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "青铜色"
|
||||
msgid "Brown"
|
||||
msgstr "棕色"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "无法扫描?复制"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "无法扫描?复制"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "删除"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr "删除技能"
|
||||
msgid "Delete this agent"
|
||||
msgstr "删除此代理"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "例如,\"我们是一家 B2B SaaS 公司。始终使用正式语言...
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "例如:总结、状态、计数"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "字段"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "邀请您的团队,充分利用您的工作区。"
|
||||
msgid "Get your subscription"
|
||||
msgstr "获取订阅"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "隐藏隐藏组"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "身份提供商元数据 XML"
|
||||
msgid "if"
|
||||
msgstr "如果"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "收件箱"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "索引"
|
||||
msgid "Index"
|
||||
msgstr "索引"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "索引"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "安装"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "新建文件夹"
|
||||
msgid "New Group"
|
||||
msgstr "新建组"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "没有可用的文件夹"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "此账户未找到文件夹"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "对象"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "用于计算 webhook 负载的 HMAC 签名的可选密钥"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "选择视图"
|
||||
msgid "Pick an object"
|
||||
msgstr "选择对象"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "年度的季度"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "移除默认设置"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "移除已删除过滤器"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "搜索已分配的 {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "搜索索引..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "选择 1 个字段"
|
||||
msgid "Select a date"
|
||||
msgstr "选择日期"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "仅显示包含错误的行"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "西班牙语"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "双因素身份验证设置成功完成!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "类型"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "仅使用最佳模型"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "工作流"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -236,6 +236,11 @@ msgstr "{agentLabel} 代理角色"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} 的 {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: ZZZxmp
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
msgid "{appName} would like to:"
|
||||
@@ -1082,6 +1087,12 @@ msgstr "添加第一個篩選器"
|
||||
msgid "Add In-Reply-To"
|
||||
msgstr "新增 In-Reply-To"
|
||||
|
||||
#. js-lingui-id: iT7UeX
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Add Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 7XzAKI
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/form-action/components/WorkflowEditActionFormBuilder.tsx
|
||||
msgid "Add inputs to your form"
|
||||
@@ -1385,11 +1396,6 @@ msgstr "進階"
|
||||
msgid "Advanced Encryption"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: +uqBul
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
msgid "Advanced feature to improve the performance of queries and to enforce unicity constraints."
|
||||
msgstr "增強功能以提高查詢性能並強制唯一性約束。"
|
||||
|
||||
#. js-lingui-id: tMFFwF
|
||||
#: src/modules/views/components/ViewBarFilterDropdownAdvancedFilterButton.tsx
|
||||
msgid "Advanced filter"
|
||||
@@ -1910,8 +1916,10 @@ msgstr "上傳圖片時發生錯誤。"
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useUpdateOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useDeleteOneFieldMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneObjectMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneIndexMetadataItem.ts
|
||||
#: src/modules/object-metadata/hooks/useCreateOneFieldMetadataItem.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
#: src/modules/logic-functions/hooks/usePersistLogicFunction.ts
|
||||
@@ -2551,7 +2559,7 @@ msgid "Authorization failed. Please try again."
|
||||
msgstr "授權失敗。請再試一次。"
|
||||
|
||||
#. js-lingui-id: yIVrHZ
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorize"
|
||||
msgstr "授權"
|
||||
|
||||
@@ -2566,7 +2574,7 @@ msgid "Authorized URL copied to clipboard"
|
||||
msgstr "授權 URL 已複製到剪貼板"
|
||||
|
||||
#. js-lingui-id: 8RmQki
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
msgid "Authorizing..."
|
||||
msgstr "正在授權..."
|
||||
|
||||
@@ -2650,6 +2658,11 @@ msgstr "返回 {linkText}"
|
||||
msgid "Back to content"
|
||||
msgstr "返回內容"
|
||||
|
||||
#. js-lingui-id: 9aZHfH
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Back to settings"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: GtJbUa
|
||||
#: src/modules/error-handler/components/AppRootErrorFallback.tsx
|
||||
msgid "Background"
|
||||
@@ -2822,6 +2835,11 @@ msgstr "青銅色"
|
||||
msgid "Brown"
|
||||
msgstr "棕色"
|
||||
|
||||
#. js-lingui-id: GsXRxc
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "BTREE (default, good for sorting and equality)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: vwZV+4
|
||||
#: src/modules/ai/components/suggested-prompts/default-suggested-prompts.ts
|
||||
msgid "Build a dashboard that shows: (1) total pipeline value by stage for the last 3 months, (2) count of deals won vs lost per month, (3) average deal size. Use our standard pipeline stages."
|
||||
@@ -3005,7 +3023,6 @@ msgstr "無法掃描? 複製"
|
||||
#. js-lingui-id: dEgA5A
|
||||
#: src/pages/settings/applications/components/SettingsApplicationConnectScopePickerModal.tsx
|
||||
#: src/pages/settings/admin-panel/SettingsAdminApplicationRegistrationDangerZone.tsx
|
||||
#: src/pages/auth/Authorize.tsx
|
||||
#: src/modules/ui/layout/modal/components/ConfirmationModal.tsx
|
||||
#: src/modules/ui/feedback/snack-bar-manager/components/SnackBar.tsx
|
||||
#: src/modules/spreadsheet-import/steps/components/ImportDataStep.tsx
|
||||
@@ -3017,6 +3034,7 @@ msgstr "無法掃描? 複製"
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/settings/components/SaveAndCancelButtons/CancelButton.tsx
|
||||
#: src/modules/object-record/record-update-multiple/components/UpdateMultipleRecordsFooter.tsx
|
||||
#: src/modules/applications/components/AuthorizeActionButtons.tsx
|
||||
#: src/modules/activities/emails/components/EmailComposer.tsx
|
||||
msgid "Cancel"
|
||||
msgstr "取消"
|
||||
@@ -5098,6 +5116,7 @@ msgstr "刪除"
|
||||
#: src/modules/settings/developers/components/SettingsDevelopersWebhookForm.tsx
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminQueueJobRowDropdownMenu.tsx
|
||||
@@ -5240,6 +5259,11 @@ msgstr ""
|
||||
msgid "Delete this agent"
|
||||
msgstr "刪除此代理"
|
||||
|
||||
#. js-lingui-id: +RYIn9
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Delete this index?"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: T6S2Ns
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
|
||||
msgid "Delete this integration"
|
||||
@@ -5711,6 +5735,11 @@ msgstr "例如,\"我們是一家 B2B SaaS 公司。請始終使用正式語言
|
||||
msgid "e.g., summary, status, count"
|
||||
msgstr "例如,摘要、狀態、數量"
|
||||
|
||||
#. js-lingui-id: npNQJR
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Each index speeds up reads on the fields it covers, but slows down every insert and update, and uses disk space. Only add an index when you know which queries it serves."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 79hamt
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Each slice represents"
|
||||
@@ -7260,6 +7289,7 @@ msgstr "字段"
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
@@ -7726,6 +7756,16 @@ msgstr "邀請您的團隊,充分利用您的工作區。"
|
||||
msgid "Get your subscription"
|
||||
msgstr "獲取訂閱"
|
||||
|
||||
#. js-lingui-id: XXtAx5
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
msgid "GIN (full-text search and JSONB)"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: lwDz5R
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Global search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: sr0UJD
|
||||
#: src/pages/settings/security/event-logs/SettingsEventLogs.tsx
|
||||
msgid "Go Back"
|
||||
@@ -7997,6 +8037,11 @@ msgstr "隱藏隱藏的群組"
|
||||
msgid "Hide label"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: y9sG4l
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Hide system indexes"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: i0qMbr
|
||||
#: src/modules/navigation/components/MainNavigationDrawerTabsRow.tsx
|
||||
msgid "Home"
|
||||
@@ -8188,11 +8233,6 @@ msgstr "身份提供者元數據 XML"
|
||||
msgid "if"
|
||||
msgstr "如果"
|
||||
|
||||
#. js-lingui-id: K6ChR5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "If disabled, use advanced search filters to find these records"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bTDz/2
|
||||
#: src/modules/settings/admin-panel/health-status/maintenance-mode/components/SettingsAdminMaintenanceMode.tsx
|
||||
msgid "If there's no link, no button will appear."
|
||||
@@ -8368,11 +8408,6 @@ msgstr "收件箱"
|
||||
msgid "Include emails where all participants share the same domain."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Wyip/m
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Include in default search"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: mtGDyy
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Incomplete"
|
||||
@@ -8388,9 +8423,18 @@ msgstr "索引"
|
||||
msgid "Index"
|
||||
msgstr "索引"
|
||||
|
||||
#. js-lingui-id: O+81DP
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Index created"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: R6uY2r
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Index deleted"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: pZ/USH
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectIndexes.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Indexes"
|
||||
msgstr "索引"
|
||||
|
||||
@@ -8470,6 +8514,11 @@ msgstr ""
|
||||
msgid "Install"
|
||||
msgstr "安裝"
|
||||
|
||||
#. js-lingui-id: XOHdRf
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "Install {appDisplayName} on your workspace"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 4ZM8/a
|
||||
#: src/modules/settings/roles/role-permissions/permission-flags/hooks/useSettingsRolePermissionFlagConfig.ts
|
||||
msgid "Install and manage applications"
|
||||
@@ -10331,6 +10380,12 @@ msgstr "新增資料夾"
|
||||
msgid "New Group"
|
||||
msgstr "新增群組"
|
||||
|
||||
#. js-lingui-id: //H2Cs
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "New Index"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: o8MyXb
|
||||
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
|
||||
msgid "New key"
|
||||
@@ -10760,6 +10815,11 @@ msgstr "沒有可用的資料夾"
|
||||
msgid "No folders found for this account"
|
||||
msgstr "未找到此帳戶的資料夾"
|
||||
|
||||
#. js-lingui-id: 9kCSLK
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
msgid "No indexes match your filters."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gIrKyO
|
||||
#: src/pages/settings/ai/components/SettingsAgentLogsTab.tsx
|
||||
msgid "No input"
|
||||
@@ -11317,6 +11377,7 @@ msgstr "對象"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationDetailContentTab.tsx
|
||||
@@ -11556,6 +11617,7 @@ msgid "Optional secret used to compute the HMAC signature for webhook payloads"
|
||||
msgstr "用於計算Webhook有效負載的HMAC簽名的可選密鑰"
|
||||
|
||||
#. js-lingui-id: 0zpgxV
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/modules/ui/layout/dropdown/components/OptionsDropdownMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
#: src/modules/settings/data-model/fields/forms/select/components/SettingsDataModelFieldSelectForm.tsx
|
||||
@@ -11969,6 +12031,16 @@ msgstr "選擇檢視"
|
||||
msgid "Pick an object"
|
||||
msgstr "選擇物件"
|
||||
|
||||
#. js-lingui-id: JHXjkT
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick one or more fields. The order you select them in becomes the column order in the index — important for composite queries. For composite fields like Address, pick the specific sub-column to index."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: X1kz7Q
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Pick the index type. BTREE covers most queries; GIN is for full-text and JSONB."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: N0+GsR
|
||||
#: src/pages/settings/SettingsWorkspace.tsx
|
||||
#: src/pages/settings/SettingsProfile.tsx
|
||||
@@ -12420,6 +12492,11 @@ msgstr "年度季度"
|
||||
msgid "quarters"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Z9go8W
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Queries that relied on it will fall back to a sequential scan. You can recreate it later."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: /IUt/5
|
||||
#: src/modules/settings/admin-panel/health-status/components/SettingsAdminWorkerHealthStatus.tsx
|
||||
msgid "Queue information is not available because the worker is down"
|
||||
@@ -12806,6 +12883,11 @@ msgstr "刪除默認值"
|
||||
msgid "Remove Deleted filter"
|
||||
msgstr "移除已刪除的篩選器"
|
||||
|
||||
#. js-lingui-id: /hrkZs
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Remove field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 9VZ6f0
|
||||
#: src/modules/navigation-menu-item/edit/side-panel/components/SidePanelEditOrganizeActions.tsx
|
||||
msgid "Remove from sidebar"
|
||||
@@ -13477,7 +13559,7 @@ msgid "Search an assigned {roleTargetDisplayName}..."
|
||||
msgstr "搜索已指派的 {roleTargetDisplayName}..."
|
||||
|
||||
#. js-lingui-id: k7kp5/
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectIndexesSection.tsx
|
||||
msgid "Search an index..."
|
||||
msgstr "搜索索引..."
|
||||
|
||||
@@ -13777,6 +13859,11 @@ msgstr "選擇 1 個欄位"
|
||||
msgid "Select a date"
|
||||
msgstr "選取日期"
|
||||
|
||||
#. js-lingui-id: 1YV5aa
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexFieldsForm.tsx
|
||||
msgid "Select a field"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: bP/w4M
|
||||
#: src/modules/workflow/workflow-steps/filters/components/WorkflowStepFilterFieldSelect.tsx
|
||||
msgid "Select a field from a previous step"
|
||||
@@ -14232,6 +14319,11 @@ msgstr ""
|
||||
msgid "Show only rows with errors"
|
||||
msgstr "僅顯示有錯誤的行"
|
||||
|
||||
#. js-lingui-id: 3UVA3z
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/SettingsObjectSearchSection.tsx
|
||||
msgid "Show this object's records in the command menu (⌘K)."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: TJ4tz9
|
||||
#: src/modules/side-panel/pages/page-layout/constants/settings/ChartConfigurationSettingLabels.ts
|
||||
msgid "Show value in center"
|
||||
@@ -14529,6 +14621,11 @@ msgstr ""
|
||||
msgid "Spanish"
|
||||
msgstr "西班牙語"
|
||||
|
||||
#. js-lingui-id: pyfee5
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectSettings.tsx
|
||||
msgid "Speed up reads on the fields you filter or sort by most. Each index also slows down writes and uses disk space, so add them with intent."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: gsifzp
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
#: src/modules/side-panel/pages/page-layout/utils/__tests__/shouldHideChartSetting.test.ts
|
||||
@@ -16015,6 +16112,7 @@ msgstr "雙因素身份驗證設定成功完成!"
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/components/WorkflowOutputFieldTypeSelector.tsx
|
||||
#: src/modules/settings/security/components/SSO/SettingsSSOIdentitiesProvidersForm.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectRelationsTable.tsx
|
||||
#: src/modules/settings/data-model/indexes/forms/components/SettingsObjectIndexOptionsForm.tsx
|
||||
#: src/modules/settings/components/SettingsDnsRecordsTable.tsx
|
||||
msgid "Type"
|
||||
msgstr "類型"
|
||||
@@ -16585,6 +16683,11 @@ msgstr "僅使用最佳模型"
|
||||
msgid "Use filter to see existing tools or create your own"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1Y7Unr
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
msgid "Use indexes sparingly"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: oTTQsc
|
||||
#: src/modules/settings/domains/utils/getSubdomainValidationSchema.ts
|
||||
msgid "Use letter, number and dash only. Start and finish with a letter or a number"
|
||||
@@ -17311,6 +17414,7 @@ msgstr "Workflow"
|
||||
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx
|
||||
#: src/pages/settings/data-model/SettingsNewObject.tsx
|
||||
#: src/pages/settings/data-model/new-index/SettingsObjectNewIndex.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldSelect.tsx
|
||||
#: src/pages/settings/data-model/new-field/SettingsObjectNewFieldConfigure.tsx
|
||||
#: src/pages/settings/applications/SettingsAvailableApplicationDetails.tsx
|
||||
|
||||
@@ -381,6 +381,14 @@ const SettingsObjectNewFieldConfigure = lazy(() =>
|
||||
}),
|
||||
),
|
||||
);
|
||||
|
||||
const SettingsObjectNewIndex = lazy(() =>
|
||||
import('~/pages/settings/data-model/new-index/SettingsObjectNewIndex').then(
|
||||
(module) => ({
|
||||
default: module.SettingsObjectNewIndex,
|
||||
}),
|
||||
),
|
||||
);
|
||||
const SettingsObjectFieldEdit = lazy(() =>
|
||||
import('~/pages/settings/data-model/SettingsObjectFieldEdit').then(
|
||||
(module) => ({
|
||||
@@ -742,6 +750,10 @@ export const SettingsRoutes = ({ isAdminPageEnabled }: SettingsRoutesProps) => (
|
||||
path={SettingsPath.ObjectNewFieldConfigure}
|
||||
element={<SettingsObjectNewFieldConfigure />}
|
||||
/>
|
||||
<Route
|
||||
path={SettingsPath.ObjectNewIndex}
|
||||
element={<SettingsObjectNewIndex />}
|
||||
/>
|
||||
<Route
|
||||
path={SettingsPath.ObjectFieldEdit}
|
||||
element={<SettingsObjectFieldEdit />}
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
import { styled } from '@linaria/react';
|
||||
import { useContext, useState } from 'react';
|
||||
import { isNonEmptyString } from '@sniptt/guards';
|
||||
import { Avatar, IconRefresh } from 'twenty-ui/display';
|
||||
import { ThemeContext, themeCssVariables } from 'twenty-ui/theme-constants';
|
||||
|
||||
type AppConnectionHeaderProps = {
|
||||
appLogoUrl?: string | null;
|
||||
appName: string;
|
||||
};
|
||||
|
||||
const StyledContainer = styled.div`
|
||||
align-items: center;
|
||||
display: flex;
|
||||
gap: ${themeCssVariables.spacing[2]};
|
||||
justify-content: center;
|
||||
`;
|
||||
|
||||
const StyledAppLogoTile = styled.div`
|
||||
align-items: center;
|
||||
backdrop-filter: ${themeCssVariables.blur.strong};
|
||||
background: ${themeCssVariables.background.primary};
|
||||
border-radius: ${themeCssVariables.border.radius.md};
|
||||
box-shadow: ${themeCssVariables.boxShadow.strong};
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
height: ${themeCssVariables.spacing[12]};
|
||||
justify-content: center;
|
||||
padding: ${themeCssVariables.spacing[1]};
|
||||
width: ${themeCssVariables.spacing[12]};
|
||||
`;
|
||||
|
||||
const StyledAppLogo = styled.img`
|
||||
border-radius: ${themeCssVariables.border.radius.sm};
|
||||
height: ${themeCssVariables.spacing[10]};
|
||||
object-fit: cover;
|
||||
width: ${themeCssVariables.spacing[10]};
|
||||
`;
|
||||
|
||||
const StyledLinkIconContainer = styled.div`
|
||||
align-items: center;
|
||||
background: ${themeCssVariables.background.primary};
|
||||
border-radius: ${themeCssVariables.border.radius.rounded};
|
||||
box-shadow: ${themeCssVariables.boxShadow.strong};
|
||||
color: ${themeCssVariables.font.color.primary};
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
height: ${themeCssVariables.spacing[6]};
|
||||
justify-content: center;
|
||||
width: ${themeCssVariables.spacing[6]};
|
||||
`;
|
||||
|
||||
export const AppConnectionHeader = ({
|
||||
appLogoUrl,
|
||||
appName,
|
||||
}: AppConnectionHeaderProps) => {
|
||||
const { theme } = useContext(ThemeContext);
|
||||
|
||||
const [hasAppLogoError, setHasAppLogoError] = useState(false);
|
||||
|
||||
const showAppLogoImage = isNonEmptyString(appLogoUrl) && !hasAppLogoError;
|
||||
|
||||
return (
|
||||
<StyledContainer>
|
||||
<StyledAppLogoTile>
|
||||
<StyledAppLogo src={'/images/integrations/twenty-logo.svg'} alt="" />
|
||||
</StyledAppLogoTile>
|
||||
<StyledLinkIconContainer aria-hidden>
|
||||
<IconRefresh size={theme.icon.size.md} stroke={theme.icon.stroke.lg} />
|
||||
</StyledLinkIconContainer>
|
||||
<StyledAppLogoTile>
|
||||
{showAppLogoImage ? (
|
||||
<StyledAppLogo
|
||||
src={appLogoUrl}
|
||||
alt=""
|
||||
onError={() => setHasAppLogoError(true)}
|
||||
/>
|
||||
) : (
|
||||
<Avatar
|
||||
size="xl"
|
||||
placeholder={appName}
|
||||
placeholderColorSeed={appName}
|
||||
type="squared"
|
||||
/>
|
||||
)}
|
||||
</StyledAppLogoTile>
|
||||
</StyledContainer>
|
||||
);
|
||||
};
|
||||
@@ -0,0 +1,55 @@
|
||||
import { styled } from '@linaria/react';
|
||||
import { useLingui } from '@lingui/react/macro';
|
||||
import { MainButton } from 'twenty-ui/input';
|
||||
import { themeCssVariables } from 'twenty-ui/theme-constants';
|
||||
|
||||
type AuthorizeActionButtonsProps = {
|
||||
onAuthorize: () => void;
|
||||
onCancel: () => void;
|
||||
isLoading?: boolean;
|
||||
};
|
||||
|
||||
const StyledButtonContainer = styled.div`
|
||||
display: grid;
|
||||
gap: ${themeCssVariables.spacing[3]};
|
||||
grid-template-columns: repeat(
|
||||
2,
|
||||
minmax(${themeCssVariables.spacing[0]}, 1fr)
|
||||
);
|
||||
margin-top: ${themeCssVariables.spacing[8]};
|
||||
width: 100%;
|
||||
`;
|
||||
|
||||
const StyledAuthorizeButton = styled(MainButton)`
|
||||
box-shadow: none;
|
||||
`;
|
||||
|
||||
const StyledCancelButton = styled(MainButton)`
|
||||
box-shadow: none;
|
||||
`;
|
||||
|
||||
export const AuthorizeActionButtons = ({
|
||||
onAuthorize,
|
||||
onCancel,
|
||||
isLoading,
|
||||
}: AuthorizeActionButtonsProps) => {
|
||||
const { t } = useLingui();
|
||||
|
||||
return (
|
||||
<StyledButtonContainer>
|
||||
<StyledCancelButton
|
||||
title={t`Cancel`}
|
||||
variant="secondary"
|
||||
onClick={onCancel}
|
||||
fullWidth
|
||||
disabled={isLoading}
|
||||
/>
|
||||
<StyledAuthorizeButton
|
||||
title={isLoading ? t`Authorizing...` : t`Authorize`}
|
||||
onClick={onAuthorize}
|
||||
disabled={isLoading}
|
||||
fullWidth
|
||||
/>
|
||||
</StyledButtonContainer>
|
||||
);
|
||||
};
|
||||
+1
-1
@@ -19,7 +19,7 @@ export const APPLICATION_FRAGMENT = gql`
|
||||
id
|
||||
latestAvailableVersion
|
||||
sourceType
|
||||
logoUrl
|
||||
logo
|
||||
}
|
||||
canBeUninstalled
|
||||
defaultRoleId
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user