Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9cb46f42d | ||
|
|
882781a432 | ||
|
|
2267ed1984 | ||
|
|
347ef9ca47 |
+116
@@ -0,0 +1,116 @@
|
||||
---
|
||||
name: twenty-lead-intro-call-summary
|
||||
description: Turn a sales/discovery-call transcript into a faithful, structured qualification brief for Twenty's partner/CRM pipeline. Use this whenever the user has a call recording or transcript — including a meetily recordings folder or a transcripts.json — and wants to summarize, recap, qualify, or extract a brief from a prospect/discovery call. Trigger even when they don't say "brief": phrases like "summarize this call", "what did we learn from the X call", "qualify this lead from the call", "turn this transcript into something I can hand a partner", or pointing at a transcript file all count. Produces a tight deal one-pager (company, needs, implementation complexity, does-it-need-a-partner, partner-facing brief) plus an appendix (product/GTM feedback, terminology, quotes). It is a faithful extraction, not a lossy summary.
|
||||
trigger: /twenty-lead-intro-call-summary
|
||||
---
|
||||
|
||||
# twenty-lead-intro-call-summary
|
||||
|
||||
Turn a discovery/sales-call transcript into a **qualification brief** that (a) loses no
|
||||
decision-relevant detail and (b) can be used to qualify the deal and hand it to an
|
||||
implementation partner. Designed for Twenty's partner/CRM pipeline, tuned for messy,
|
||||
label-less ASR transcripts (e.g. meetily exports).
|
||||
|
||||
The output is two parts: a tight **Part A deal one-pager** (everything the deal/partner
|
||||
work needs) and a **Part B appendix** (not deal-specific: product feedback, terminology,
|
||||
quotes). The structure is what prevents loss — a "summary that loses nothing" is a
|
||||
contradiction, so this is a *structured extraction* against a fixed schema where every
|
||||
dimension has a slot and gaps are marked rather than silently dropped.
|
||||
|
||||
## Step 1 — Get the transcript
|
||||
|
||||
The transcript is provided by the user — usually pasted text, or a path they point you at
|
||||
(a `.txt`/`.vtt`/`.srt`, or a meetily recording folder / `transcripts.json`). If they give a
|
||||
path, read it: a meetily `transcripts.json` is `{ "segments": [ { "text": ... } ] }` —
|
||||
concatenate the `text` values in order; for `.vtt`/`.srt`, drop the cue numbers and
|
||||
timecodes.
|
||||
|
||||
**If no transcript is provided, ask for it before doing anything else.** Don't fabricate or
|
||||
proceed without one.
|
||||
|
||||
For very long transcripts, read the whole thing before writing — coverage is the point.
|
||||
|
||||
## Step 2 — Produce the brief
|
||||
|
||||
Follow these rules and fill this exact schema. Why each rule matters is noted, because
|
||||
faithful extraction depends on judgment, not rote form-filling.
|
||||
|
||||
**Rules**
|
||||
- Extract ONLY what is in the transcript. Never invent or assume. If a field isn't covered,
|
||||
write "Not discussed." (Visible gaps beat confident fabrication — a missing field is a
|
||||
signal to ask on the next call.)
|
||||
- Separate stated FACTS from your INFERENCES; mark any inference "(inferred)". (Downstream
|
||||
matching trusts the facts; don't contaminate them with guesses.)
|
||||
- Preserve specifics verbatim: numbers, dates, names + roles, tool/CRM names, prices,
|
||||
budgets, exact requirements. Don't round or paraphrase numbers. (Specifics are where
|
||||
nuance and matching signal live; paraphrase kills them.)
|
||||
- Use the customer's own words for needs and objections; quote pivotal lines.
|
||||
- Don't smooth over contradictions or vagueness — note them. (A flagged contradiction is
|
||||
more useful than a falsely tidy summary.)
|
||||
- If the transcript has NO speaker labels, infer from context who is the vendor (Twenty)
|
||||
and who is the prospect, and attribute accordingly. Names get garbled by speech-to-text —
|
||||
flag any uncertain name with "(uncertain)" and never invent a name.
|
||||
- Keep PART A tight — it's the one-pager the deal/partner work runs on. Push everything not
|
||||
specific to this deal (product/website feedback, terminology, supporting quotes) to
|
||||
PART B. State each fact once; never repeat it across sections.
|
||||
|
||||
**Output (use these exact headers)**
|
||||
|
||||
```
|
||||
== PART A — DEAL ONE-PAGER ==
|
||||
|
||||
1. ONE-LINE SUMMARY
|
||||
2. COMPANY — name, what they do, size/employees, HQ + countries of operation, industry
|
||||
3. PEOPLE ON THE CALL — name, role/title, side (Twenty vs prospect); infer roles if
|
||||
unlabeled and flag uncertain names
|
||||
4. CURRENT SITUATION — what CRM/tools they use today; specific pains
|
||||
5. WHY THEY'RE INTERESTED IN TWENTY
|
||||
6. WHAT THEY WANT — bulleted needs/requirements, verbatim where possible
|
||||
7. IMPLEMENTATION COMPLEXITY (for partner matching)
|
||||
- Deployment: cloud / self-host / both / unclear (+ the evidence)
|
||||
- Data model: custom objects, multi-tenant, row-level security, migrations
|
||||
- Integrations / custom apps needed
|
||||
- Workflows / automation needs
|
||||
- Scale: number of seats/users
|
||||
- Region + language the partner would need to cover
|
||||
8. COMMERCIALS — budget or prices discussed, plan tier (Pro/Org/Enterprise), seat count,
|
||||
deal value, who pays
|
||||
9. TIMELINE & DECISION — key dates, decision-makers, urgency, decision process
|
||||
10. OBJECTIONS / RISKS / FEARS — including anything that could kill the deal
|
||||
11. ALTERNATIVES — competitors or other options they're weighing
|
||||
12. DOES THIS DEAL NEED A PARTNER? — yes / no / maybe + why; and if yes, what kind
|
||||
(scope, region, language, seniority/tier)
|
||||
13. NEXT STEPS / OPEN QUESTIONS / FOLLOW-UPS
|
||||
14. PARTNER-FACING BRIEF — a 2-4 sentence narrative a partner can skim to decide yes/no,
|
||||
drawn only from PART A
|
||||
|
||||
== PART B — APPENDIX (not deal-specific) ==
|
||||
|
||||
15. PRODUCT / WEBSITE / GTM FEEDBACK — any feedback on the product, pricing page, website
|
||||
wording, onboarding, or trial; capture even if off-topic for qualification
|
||||
16. TERMINOLOGY / DOMAIN-LANGUAGE NOTES — words used on the call that mean different things
|
||||
to each side or carry domain-specific meaning (e.g. "partner", "donor", jargon)
|
||||
17. KEY VERBATIM QUOTES — 3-8 direct quotes that capture intent, needs, or objections
|
||||
```
|
||||
|
||||
## Step 3 — Output and save
|
||||
|
||||
Print the brief in the conversation. Then offer to save it as Markdown — default to a
|
||||
sibling of the source (e.g. next to the recording) or, for Twenty work, the
|
||||
`partners-experience/research/` folder, named `YYYY-MM-DD-<company>-call-summary.md`. Don't
|
||||
write the file unless the user wants it saved.
|
||||
|
||||
## How the fields map to the Partner model (for matching)
|
||||
|
||||
Section 7 + 12 are the matching axes: `Deployment → deploymentExpertise`, the scope needs →
|
||||
`partnerScope`, `Region + language` → partner region/languages, scale → capacity, the
|
||||
"needs a partner?" tier → `partnerTier`. Keeping these explicit is what lets the brief drop
|
||||
straight into the opportunity→partner handover flow.
|
||||
|
||||
## Notes
|
||||
|
||||
- This is tuned for Twenty discovery calls, but the schema generalizes — swap the vendor
|
||||
framing in section 5/12 if reused elsewhere.
|
||||
- The worked reference example lives at
|
||||
`partners-experience/research/2026-05-21-tsf-call-summary-final.md` (and the prompt alone
|
||||
at `partners-experience/research/call-summary-prompt.md`).
|
||||
+36
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: twenty-partner-design-doc
|
||||
description: Use when turning a qualified Twenty lead — a call-summary brief plus any client braindump/docs — into an implementation design doc a partner can scope and quote from. Trigger when pointed at a lead folder (e.g. partners-experience/<LEAD>/) and asked to "draft a design doc", "translate this into Twenty terms", "scope this for a partner", or "prep the partner handoff" for a discovery-qualified prospect. Chains after twenty-lead-intro-call-summary.
|
||||
trigger: /twenty-partner-design-doc
|
||||
---
|
||||
|
||||
# twenty-partner-design-doc
|
||||
|
||||
Turn a qualified lead's materials into a **design doc**: a translation of the customer's needs into **Twenty terms** that an implementation **partner reads to scope and quote** the work.
|
||||
|
||||
**The doctrine — what to produce, the 12-section structure, the rules, the verification process, and the common mistakes — lives in `design-doc-doctrine.md` in this folder. Read it and follow it.** This file is only the Claude Code wrapper: how to gather inputs, which tools to use for each step, and where to save.
|
||||
|
||||
## Inputs
|
||||
|
||||
- A lead folder (e.g. `partners-experience/<LEAD>/`) containing a `twenty-lead-intro-call-summary` output plus any braindump / docs / notes.
|
||||
- If there is a raw transcript but no brief, run **twenty-lead-intro-call-summary** first — this skill chains after it.
|
||||
- Read everything. Convert `.docx` with `textutil -convert txt "<file>" -output /tmp/out.txt` (macOS) or an equivalent extractor.
|
||||
|
||||
## Steps
|
||||
|
||||
1. **Gather** — read all source materials in full. Coverage is the point.
|
||||
2. **Extract needs, grounded** — facts vs inferences (`(inf.)`); never invent. Per the doctrine.
|
||||
3. **Draft** the doc in the doctrine's 12-section structure, applying every rule in the doctrine.
|
||||
4. **Verify load-bearing claims live** — use **WebFetch** against the Twenty doc map in the doctrine's Verification section before asserting any capability. Build the §11 appendix as you go.
|
||||
5. **Reconcile discrepancies** — sources that disagree (call vs braindump; a name differing across/within sources) get flagged both ways, never silently resolved.
|
||||
6. **Resolve ❓ with the operator** — after a full v1 draft, use **AskUserQuestion** to ask the Twenty team member the unknowns a Twenty insider can answer; leave customer-facing unknowns as ❓. **If running autonomously** (no operator — a subagent/batch run), skip the questions and leave every unknown as ❓ in the body and §11.
|
||||
7. **Self-check, then save** — scan the output for: an em dash, a bare `~`, first-person voice outside customer quotes, local file paths, a header that isn't the four-field table, a point repeated across sections instead of a §N cross-reference, a leftover glossary / domain-language section, runtime/env-var mechanics that belong in the technical phase, and any capability claim stated as fact without a §11 source. Fix, then save to the lead folder as `YYYY-MM-DD-<lead>-design-doc.md`.
|
||||
|
||||
## Worked example
|
||||
|
||||
Reference: `partners-experience/TSF/2026-05-26-tsf-design-doc.md` shows the target **coverage, flag discipline, and §11 verification appendix**. It predates the current concision / table-header / no-glossary / no-em-dash rules, so where its formatting differs, **follow this doctrine over the example.**
|
||||
|
||||
## Notes
|
||||
|
||||
- Chain: **twenty-lead-intro-call-summary → twenty-partner-design-doc**; the output feeds the opportunity→partner handover (`designDocStatus` / `designDocUrl`).
|
||||
- **Phase 2:** `design-doc-doctrine.md` is written to be portable. A future `defineSkill` in this app (a sibling `*.skill.ts` in `src/skills/`) would import it as its `content`, driving an in-product agent — with a verify logic-function tool replacing the WebFetch step, and a Workflow Action triggering it when sales toggles `partnerEligible`. Keep doctrine changes in that file so both the Claude Code skill and the `defineSkill` stay in sync.
|
||||
+130
@@ -0,0 +1,130 @@
|
||||
# Design-doc doctrine: translating a lead into Twenty terms
|
||||
|
||||
**Portable doctrine.** This file is tool-agnostic. It defines *what* a Twenty partner design doc is, its structure, the rules, and how to verify it. Two consumers use it: the Claude Code skill `twenty-partner-design-doc` (see `SKILL.md` in this folder), and, in a later phase, the `content` of a Twenty `defineSkill` driving an in-product agent. Keep it free of any one tool's mechanics (no file paths, no tool names).
|
||||
|
||||
## Purpose
|
||||
|
||||
Produce a **design doc** that translates a qualified lead's needs into **Twenty terms** (data model, views, automations, integrations, permissions, reporting, hosting) so an implementation **partner can scope and quote** the work.
|
||||
|
||||
**Core principle:** identify *all* the work with **no blindspots**, **ground every claim** in the source or in live Twenty docs, and **present options rather than prescribe**. The partner quotes off this doc, so a confident-but-wrong capability claim or a hidden requirement is the worst failure.
|
||||
|
||||
**Stay on the client's outcome.** Every line must change what the partner *builds* or what the client *receives*. The doc is a design, not a meeting record: a requirement's backstory (why the vendor or a third party does or doesn't satisfy it) is not a build input. Capture the **consequence**, cut the backstory.
|
||||
|
||||
The doc is **partner-facing** and may be forwarded verbatim. It is a *suggestion to make scoping easier*, not a spec that constrains how the partner builds.
|
||||
|
||||
## Output structure (fixed)
|
||||
|
||||
**Header: a compact table, not a stack of bold lines.** Four fields only:
|
||||
|
||||
| Field | Value |
|
||||
|---|---|
|
||||
| Lead | name (one-line description of who they are) |
|
||||
| Date | YYYY-MM-DD |
|
||||
| Author | Twenty (partnerships) |
|
||||
| Status | one short line (e.g. "Draft for partner review") |
|
||||
|
||||
Keep the header to those four fields. The Status line stays short: a load-bearing caveat (e.g. "data model is an inference pending discovery") goes in the "What this is" callout, not in the header cell. Do not list source materials, internal timelines, or who-promised-what: not load-bearing, not customer-safe (the doc is forwarded verbatim).
|
||||
|
||||
After the table, one **"What this is"** callout framing the doc as a partner-scoping suggestion across the full surface, *not* an MVP.
|
||||
|
||||
Flag legend: 🟥 heavy / product-constrained · ❓ open question to resolve before quoting · `(inf.)` modelling inference.
|
||||
|
||||
1. **Context**: the 30-second read: who they are, what they want, deployment requirement, scale, language/region.
|
||||
2. **Data model in Twenty terms**: the core. Present objects as a **table, one row per object**: `Object | Std/Custom | Represents | Key fields (traceable, (inf.)-tagged) | Core relations`. Spell out SELECT option sets. **Model the relationships, not just the fields**: who introduced/sourced a record (e.g. an ambassador to Opportunity `sourcedBy` link), parent/child, ownership carry as much scoping signal as the attributes. State product constraints inline (no formula fields; custom objects auto-get attachments/notes/tasks/timeline). Where a customer term collides with a Twenty term (their "partner" = a donor), note the mapping inline at first use; do **not** add a glossary section for it.
|
||||
3. **Views & navigation**: pipelines/kanban, tables, per-record page layouts.
|
||||
4. **Automations**: only the automations the customer named; give Workflow-or-logic-function for each. Name the automation and its trigger; defer runtime and build mechanics (see *Scope altitude*).
|
||||
5. **Integrations** *(conditional: include only when the customer explicitly names an external system to connect)*: external systems to Twenty: direction, *indicative* mechanism (not prescriptive), data flow, risks/unknowns. **If no integration is named, omit this section entirely and renumber the rest**; never infer integrations as a default. If you spot a likely one, raise it as a single ❓ in §10, not a whole section.
|
||||
6. **Roles, permissions & RLS**: map named roles to Twenty's object / field / row-level model; answer "do we need RLS?" against verified, plan-gated capability.
|
||||
7. **Reporting & analytics**: map reporting asks to native Dashboards; flag gaps (ratios needing rollups; export/sharing limits), each with a solution.
|
||||
8. **Hosting & compliance**: cloud vs self-host, data-residency requirement (verify), GDPR. Flag contradictions.
|
||||
9. **Suggested phasing**: "(the partner's call, not Twenty's)" layers, labelled a suggestion.
|
||||
10. **Open questions / blindspot-killers**: the list a partner must resolve before pricing.
|
||||
11. **References & verification**: a table mapping each load-bearing claim to its source doc, plus an explicit list of what the docs could NOT confirm (the ❓s).
|
||||
|
||||
Scale each section to its content. **Coverage of surface area matters more than depth per item.**
|
||||
|
||||
## Rules (and why each matters)
|
||||
|
||||
- **Be concise: maximum signal per word.** Say a lot in few words. Cut throat-clearing, scene-setting, hedges, and feature-tour prose; prefer a table or a tight clause to a paragraph. Length is not coverage: a short doc that names every requirement beats a long one that pads each. A hesitant buyer reads a focused doc; a bloated one reads as cost.
|
||||
- **Never repeat yourself.** State each fact, constraint, or claim once, in its home section; elsewhere point to it by section number (§N) rather than restate. §10 (open questions) and §11 (references) are deliberate roll-ups: there, give the pointer and the decision the item gates, not a re-explanation of the body. Repetition is the main source of bloat, and two copies of a claim drift out of sync.
|
||||
- **Scope altitude: name the decision, defer the mechanics.** A design doc scopes the work; it is not the technical implementation spec. State the *decision* and its *cost or scope consequence*; leave the implementation nitty-gritty (specific env-var names, runtime internals, isolation models, SDK function signatures) to the later technical phase. Example: "production automations need a sandboxed/serverless logic-function backend, an infra cost that belongs in the platform workstream" carries the quote signal; the exact `LOGIC_FUNCTION_TYPE` / `LAMBDA` / region/role/key settings do not belong in a scoping doc. Deep mechanics inflate length and date fast without changing the quote.
|
||||
- **Ground everything; tag inferences `(inf.)`; never grow scope.** The partner quotes off this, so an invented field or requirement inflates the quote or sets a false expectation. If the *concept* is from the source but the *field name* is yours, that is an inference: tag it. Values lifted from the source (the customer's own category list becoming SELECT options) are *grounded*; only names/fields you coin are inferences.
|
||||
- **Record the design consequence, not the backstory.** State a requirement and the **client's path** that follows from it; do not litigate *why* it's true. When a requirement traces to vendor-internal or third-party detail (corporate structure, legal domicile, ownership, internal commercial arrangements, who-confirms-what-with-whom), keep only the consequence: it is a commercial matter, not a build input, however much airtime it got on the call. (E.g. *"client needs a European vendor"* becomes *"partner-hosted EU self-host is the path; managed cloud only under a European-contracting arrangement"*, **not** a write-up of the vendor's statutes / HQ / ownership / sign-off.) An open item the client is waiting on is recorded as the **decision it gates** (a ❓ in §10), not as a narrative of the vendor's situation.
|
||||
- **Database discipline: reuse and extend standard objects; add a custom object only at a genuine wall.** Company / Person / Opportunity plus the built-in Notes / Tasks / Timeline cover most CRM needs; every new object multiplies build and maintenance. A **human actor is a Person with a role flag before it is a new object**: create an object only when it needs its own pipeline or reporting. Name the wall when you add one.
|
||||
- **When the brief is thin, under-reach the inferred model; don't fill the gap.** A blurry situation (no discovery call, sparse notes) is a reason to model the *fewest, most certain* objects and leave the rest as ❓ open questions, not to compensate with an elaborate inferred domain. An over-detailed inference reads as scope and cost the customer never asked for and can scare a hesitant buyer off. Lead with standard objects plus the one or two custom objects the domain unmistakably needs; everything else is a question to confirm, not a row in the table. Say plainly, up front, that the model is a minimal starting sketch to validate.
|
||||
- **Present build approaches; don't prescribe.** An automation can be a no-code Workflow *or* a logic function in an app: say both. Prescribing one penalizes a partner who would do the other. The doc identifies the *need*, not the *build*.
|
||||
- **Every problem carries a path; never a dead-end flag.** If you flag a constraint (e.g. dashboards can't share externally), pair it with at least one solution (CSV export, a front-component, a public site on the API) or a question that resolves it. A flag with no path is useless to someone pricing the work.
|
||||
- **Flag what an approach can't satisfy.** The doc's value is surfacing walls and limits per requirement so the partner prices around them, not picking the one true solution.
|
||||
- **Partner-facing voice.** Say **"Twenty," never first person** ("we / our / ours"). **No local file paths** in the output: cite shareable `docs.twenty.com` URLs only. (Customer quotes that contain "we/our" are fine: they are quotes.)
|
||||
- **No characterisations or asides; only requirements and capabilities.** The doc is customer-forwardable, so keep out the source chat's off-hand remarks: characterisations of the buyer (budget, temperament, sophistication), named comparisons to competing vendors, and internal partnerships notes (deadlines, who promised what). If price-sensitivity or a competitor displacement genuinely shapes the build, state it neutrally as a requirement (e.g. cost is a selection criterion), never as a quote or judgement.
|
||||
- **Verify before asserting capability.** Any "Twenty can / can't / has / lacks X" that moves the quote must be verified live (see Verification). **Undocumented ≠ impossible.**
|
||||
|
||||
## Formatting
|
||||
|
||||
- One line per paragraph: **no mid-sentence hard wraps** (they render as broken lines).
|
||||
- **Never use em dashes (the long dash).** Restructure the sentence, or use a colon, comma, parentheses, or a period instead.
|
||||
- **Never a bare `~`** for "approximately": GitHub markdown pairs `~...~` into strikethrough. Write "around" / "about".
|
||||
- Mark unverified capability claims ❓, never as fact.
|
||||
|
||||
## Verification
|
||||
|
||||
Any statement of the form **"Twenty can / can't / has / lacks X"** that changes the partner's quote MUST be verified **live** before it is stated as fact. Model training is stale on a fast-moving product; the worst failure is a confident, authoritative-sounding claim that is wrong.
|
||||
|
||||
**Source hierarchy (what to trust, in order):**
|
||||
1. **Live docs** (`docs.twenty.com`): primary truth. For the highest-stakes claims, read the page's primary text rather than trust a summary.
|
||||
2. **Established Twenty SDK build patterns** (hands-on): build-level facts the customer docs omit (no formula fields; custom objects auto-get attachments/notes/tasks/timeline; two-file relations).
|
||||
3. **The Twenty operator** (a Twenty team member): best for "is it shipped / internal / undocumented."
|
||||
4. **Model training**: never the sole basis for a high-stakes claim.
|
||||
|
||||
**Right doc layer (the trap):** capabilities live in two layers, so check the right one.
|
||||
- **Product capabilities** (what the CRM does for the *customer*): the **user guide + pricing page**. Covers roles / row-level permissions, dashboards, plans, hosting, data residency.
|
||||
- **App capabilities** (what an *app* can define): the **developer/extend** docs. Covers field types, fields, logic functions, views, page layouts.
|
||||
Checking only the app layer is how "row-level not supported" (wrong) happens: row-level is a **product feature on the Organization plan**. The converse also holds: SDK build patterns *are* sufficient to assert **build-layer** facts even when the customer docs are silent (e.g. auto system relations), so do not demote a well-established build fact to ❓.
|
||||
|
||||
**Always verify (the load-bearing checklist), live, every run:**
|
||||
1. Field types & constraints (e.g. no formula/computed fields).
|
||||
2. Standard-object extension & relabeling (add fields ✓; relabel / edit built-in SELECT options?).
|
||||
3. Roles & permissions: object / field / row-level, and plan-gating (which tier).
|
||||
4. Dashboards & reporting: chart/widget types, beta status, export / external-sharing limits.
|
||||
5. Automation surfaces: Workflows vs logic functions, what each can do.
|
||||
6. Integration mechanisms: webhooks, HTTP triggers, scheduled functions, connections.
|
||||
7. Hosting & deployment: cloud plans & regions / **EU data residency**, self-host availability & requirements.
|
||||
Plus: any other capability claim the draft makes that carries a 🟥 or ❓ flag.
|
||||
|
||||
**Fallback chain:**
|
||||
- Docs confirm → state it as fact; record the source in §11.
|
||||
- Docs silent or ambiguous → ask the operator (if available).
|
||||
- Operator unavailable or unsure → render it as a ❓ open question. **Never assert.** When you fetched a page and it was simply *silent*, record that as "docs silent (URL)" rather than leaving the claim unsourced.
|
||||
|
||||
**§11 appendix format:** a `Claim (§) | Verified against` table, then an explicit "**Could not be confirmed in public docs (❓: check with Twenty directly):**" list. Unverified items stay ❓ in the body too, never silently promoted to fact. Cite the **human-readable (non-`.md`) URL** here: the `.md` twin is for *your* fetch, not for the partner (a `.md` link renders as raw markdown in a browser).
|
||||
|
||||
**Where to verify (Twenty doc map):** docs base = `https://docs.twenty.com/`. Fetch **`<path>.md`** for the clean markdown twin (the form to prefer). Paths:
|
||||
- Product / user-guide: `user-guide/dashboards/overview` · `user-guide/dashboards/capabilities/widgets` · `user-guide/permissions-access/how-tos/permissions-faq` · `user-guide/data-model/overview` · `user-guide/data-model/capabilities/fields` · `user-guide/data-migration/how-tos/export-your-data`
|
||||
- Developer / extend: `developers/extend/apps/data/objects` · `developers/extend/apps/data/extending-objects` · `developers/extend/apps/data/relations` · `developers/extend/apps/logic/logic-functions` · `developers/extend/apps/logic/connections` · `developers/extend/apps/layout/views` · `developers/extend/apps/layout/page-layouts` · `developers/extend/apps/config/roles`
|
||||
- Self-host: `developers/self-host/self-host`
|
||||
- Pricing & plans: `https://twenty.com/pricing` (**marketing page, no `.md`**; fetch as HTML).
|
||||
If a `.md` 404s, drop the suffix or re-derive from the docs index: the map can go stale.
|
||||
|
||||
## Common mistakes
|
||||
|
||||
| Mistake | Reality / fix |
|
||||
|---|---|
|
||||
| "Twenty isn't a BI tool" / "can't do row-level" | Stale training. Twenty has Dashboards; row-level is on the Organization plan. **Verify live.** |
|
||||
| Checked only the app-SDK doc for a product capability | Row-level lives in the product/pricing layer. **Verify the right layer.** |
|
||||
| Added fields not in the source | Scope growth, wrong quote. Ground every field; tag inferences `(inf.)`. |
|
||||
| Made a human actor (e.g. ambassador) its own object by default | A human is a Person + role flag first; an object only if it needs its own pipeline/reporting. |
|
||||
| Flagged an automation as "Workflow" | Prescribes the build, penalizes app-builders. Present both. |
|
||||
| Flagged a limit with no fix | Dead-end flag. Pair every problem with a path. |
|
||||
| Spelled out runtime/env-var mechanics (e.g. `LOGIC_FUNCTION_TYPE` / `LAMBDA`, region/role/key) | Wrong altitude. Name the decision + its cost; defer the mechanics to the technical phase. |
|
||||
| Same point restated across sections | State it once in its home section; cross-reference by §N. |
|
||||
| Padded prose / feature-tour narration | Maximum signal per word. State the content; cut the scene-setting. |
|
||||
| Added a domain-language map / glossary section | Removed. Note a genuine term collision inline in §2; no standalone glossary. |
|
||||
| First-person "not ours" in a partner doc | Say "Twenty." The doc is forwarded verbatim. |
|
||||
| Local file paths in the output | Mean nothing to a partner. Cite `docs.twenty.com` only. |
|
||||
| `§2` as prose; fields modelled but not relationships | Use a per-object field **table**; model the links, not just attributes. |
|
||||
| Hard-wrapped mid-sentence / used `~` / used an em dash | Broken lines / accidental strikethrough / banned dash. One line per paragraph; "around" not `~`; colon or comma, never an em dash. |
|
||||
| Wrote up the vendor's corporate status / legal domicile / ownership / sign-off | Backstory, not a build input. Record only the **consequence**: requirement → the client's path; gate the open item as a ❓ in §10. |
|
||||
| Filled a thin brief with an elaborate inferred model | Over-reach scares a hesitant buyer with unrequested scope. Model the few certain objects; flag the rest as ❓; say it's a minimal sketch. |
|
||||
| Added an Integrations section with connectors the customer never named | Integrations is conditional, not default. Omit it absent a named system; at most flag one ❓. |
|
||||
| Kept buyer characterisations / competitor asides / internal timelines | Not customer-safe. State needs neutrally; cut the rest. |
|
||||
| Listed source materials / who-promised-what in the header, or stacked it as bold lines | Header is a four-field table. Not customer-safe content goes nowhere. |
|
||||
@@ -1315,7 +1315,6 @@ type FieldConfiguration {
|
||||
configurationType: WidgetConfigurationType!
|
||||
fieldMetadataId: String!
|
||||
fieldDisplayMode: FieldDisplayMode!
|
||||
viewId: String
|
||||
}
|
||||
|
||||
"""Display mode for field configuration widgets"""
|
||||
@@ -1324,7 +1323,6 @@ enum FieldDisplayMode {
|
||||
EDITOR
|
||||
FIELD
|
||||
VIEW
|
||||
TABLE
|
||||
}
|
||||
|
||||
type FieldRichTextConfiguration {
|
||||
|
||||
@@ -966,13 +966,12 @@ export interface FieldConfiguration {
|
||||
configurationType: WidgetConfigurationType
|
||||
fieldMetadataId: Scalars['String']
|
||||
fieldDisplayMode: FieldDisplayMode
|
||||
viewId?: Scalars['String']
|
||||
__typename: 'FieldConfiguration'
|
||||
}
|
||||
|
||||
|
||||
/** Display mode for field configuration widgets */
|
||||
export type FieldDisplayMode = 'CARD' | 'EDITOR' | 'FIELD' | 'VIEW' | 'TABLE'
|
||||
export type FieldDisplayMode = 'CARD' | 'EDITOR' | 'FIELD' | 'VIEW'
|
||||
|
||||
export interface FieldRichTextConfiguration {
|
||||
configurationType: WidgetConfigurationType
|
||||
@@ -3888,7 +3887,6 @@ export interface FieldConfigurationGenqlSelection{
|
||||
configurationType?: boolean | number
|
||||
fieldMetadataId?: boolean | number
|
||||
fieldDisplayMode?: boolean | number
|
||||
viewId?: boolean | number
|
||||
__typename?: boolean | number
|
||||
__scalar?: boolean | number
|
||||
}
|
||||
@@ -8629,8 +8627,7 @@ export const enumFieldDisplayMode = {
|
||||
CARD: 'CARD' as const,
|
||||
EDITOR: 'EDITOR' as const,
|
||||
FIELD: 'FIELD' as const,
|
||||
VIEW: 'VIEW' as const,
|
||||
TABLE: 'TABLE' as const
|
||||
VIEW: 'VIEW' as const
|
||||
}
|
||||
|
||||
export const enumPageLayoutType = {
|
||||
|
||||
@@ -2615,9 +2615,6 @@ export default {
|
||||
"fieldDisplayMode": [
|
||||
110
|
||||
],
|
||||
"viewId": [
|
||||
1
|
||||
],
|
||||
"__typename": [
|
||||
1
|
||||
]
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} gevorderde reël} other {{advancedFilterCount} gevorderde reëls}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} Agentrol"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} van {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Dit sal die geselekteerde werk herprobeer. Dit s
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} getoon"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Aksies gebruikers kan uitvoer op hierdie voorwerp"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktiveer"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "'n Onverwagte fout het voorgekom. Probeer asseblief weer."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "en"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Bevestig"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Bevestig verwydering van {roleName} rol? Dit kan nie ongedaan gemaak word nie. Alle lede sal aan die verstekrol toegewys word."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "velde"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Oortjie Instellings"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Twee-faktor magtiging-setup suksesvol voltooi!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Jou ondernemingsfunksies sal gedeaktiveer word"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Jou ondernemingsfunksies sal aktief bly tot {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, zero {{advancedFilterCount} قواعد متقدمة} one {{advancedFilterCount} قاعدة متقدمة} two {{advancedFilterCount} قاعدتان متقدمتان} few {{advancedFilterCount} قواعد متقدمة} many {{advancedFilterCount} قواعد متقدمة} other {{advancedFilterCount} قواعد متقدمة}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "دور الوكيل {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} من {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, zero {سيتم إعادة محاولة {jobCount} و
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount, plural, zero {لا حقول معروضة} one {حقل واحد معروض} two {حقلان معروضان} few {# حقول معروضة} many {# حقلًا معروضًا} other {# حقل معروض}}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "الإجراءات التي يمكن للمستخدمين تنفيذها
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "تفعيل"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "حدث خطأ غير متوقع. يرجى المحاولة مرة أخر
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "و"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "تأكيد"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "تأكيد حذف دور {roleName}؟ لا يمكن التراجع عن هذا الإجراء. سيتم إعادة تعيين جميع الأعضاء إلى الدور الافتراضي."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "حقول"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "إعدادات علامة التبويب"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "تم إكمال إعداد المصادقة الثنائية بنجاح!
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17830,6 +17800,11 @@ msgstr "سيتم تعطيل ميزات Enterprise لديك"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "ستظل ميزات Enterprise لديك نشطة حتى {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} norma avançada} other {{advancedFilterCount} normes avançades}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Rol d'agent {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Això tornarà a intentar la feina seleccionada.
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} mostrats"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Accions que poden realitzar els usuaris en aquest objecte"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Activa"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "S'ha produït un error inesperat. Torna-ho a intentar."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "i"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Confirmar"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Confirmeu la supressió del rol {roleName}? Aquesta acció no es pot desfer. Tots els membres seran reassignats al rol predeterminat."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "camps"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Configuració de la pestanya"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Configuració de l'autenticació de dos factors completada amb èxit!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Les vostres funcionalitats Enterprise es desactivaran"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Les vostres funcionalitats Enterprise romandran actives fins al {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} pokročilé pravidlo} few {{advancedFilterCount} pokročilá pravidla} many {{advancedFilterCount} pokročilých pravidel} other {{advancedFilterCount} pokročilých pravidel}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Role agenta {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} z {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Tato akce znovu spustí vybranou úlohu. Bude sp
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "Zobrazeno {visibleFieldsCount}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Akce, které uživatelé mohou provádět na tomto objektu"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktivovat"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Došlo k neočekávané chybě. Zkuste to prosím znovu."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "a"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Potvrdit"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Opravdu chcete smazat roli {roleName}? Toto akci nelze vrátit zpět. Všichni členové budou přeřazeni na výchozí roli."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "pole"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Nastavení karet"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Nastavení dvoufaktorového ověřování bylo úspěšně dokončeno!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Vaše funkce Enterprise budou deaktivovány"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Vaše funkce Enterprise zůstanou aktivní do {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} avanceret regel} other {{advancedFilterCount} avancerede regler}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} Agentrolle"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} af {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Dette vil forsøge det valgte job igen. Det vil
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} vist"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Handlinger brugere kan udføre på denne genstand"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktivér"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Der opstod en uventet fejl. Prøv igen."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "og"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Bekræft"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Bekræft sletning af {roleName} rolle? Dette kan ikke fortrydes. Alle medlemmer vil blive tildelt standardrollen."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "felter"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Fanens indstillinger"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16135,7 +16106,6 @@ msgstr "Opsætning af to-faktor godkendelse blev gennemført med succes!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17834,6 +17804,11 @@ msgstr "Dine Enterprise-funktioner vil blive deaktiveret"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Dine Enterprise-funktioner forbliver aktive indtil {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} erweiterte Regel} other {{advancedFilterCount} erweiterte Regeln}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel}-Agentenrolle"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} von {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Dies wird den ausgewählten Auftrag neu ausführ
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} angezeigt"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Aktionen, die Benutzer auf diesem Objekt durchführen können"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktivieren"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "und"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Bestätigen"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Löschung der Rolle {roleName} bestätigen? Dies kann nicht rückgängig gemacht werden. Alle Mitglieder werden der Standardrolle zugewiesen."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "Felder"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Registerkarteneinstellungen"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Einrichtung der Zwei-Faktor-Authentifizierung erfolgreich abgeschlossen!
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Ihre Enterprise-Funktionen werden deaktiviert"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Ihre Enterprise-Funktionen bleiben bis {cancelAtDate} aktiv."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} προχωρημένος κανόνας} other {{advancedFilterCount} προχωρημένοι κανόνες}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} Ρόλος Πράκτορα"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} του {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Αυτό θα επαναλάβει την επι
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "Εμφανίζονται {visibleFieldsCount}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Ενέργειες χρηστών που μπορούν να εκτελ
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Ενεργοποίηση"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Παρουσιάστηκε ένα απρόσμενο σφάλμα. Δο
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "και"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Επιβεβαίωση"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Επιβεβαιώστε την διαγραφή του ρόλου {roleName}; Αυτό δεν μπορεί να αναιρεθεί. Όλα τα μέλη θα επανατοποθετηθούν στον προεπιλεγμένο ρόλο."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "πεδία"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15166,8 +15139,6 @@ msgstr "Ρυθμίσεις Καρτέλας"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16137,7 +16108,6 @@ msgstr "Η εγκατάσταση δύο παραγοντικής ταυτοπο
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17836,6 +17806,11 @@ msgstr "Οι δυνατότητες Enterprise θα απενεργοποιηθο
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Οι δυνατότητες Enterprise θα παραμείνουν ενεργές έως {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -216,11 +216,6 @@ msgstr "{1} OAuth is not yet set up by your server administrator. They need to f
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -236,11 +231,6 @@ msgstr "{agentLabel} Agent Role"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} of {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -400,11 +390,6 @@ msgstr "{jobCount, plural, one {This will retry the selected job. It will be re-
|
||||
msgid "{label} list"
|
||||
msgstr "{label} list"
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -533,11 +518,6 @@ msgstr "{totalFieldsCount} visible fields"
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} shown"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr "{visibleFieldsCount} visible fields"
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -916,6 +896,7 @@ msgstr "Actions users can perform on this object"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Activate"
|
||||
|
||||
@@ -1968,7 +1949,6 @@ msgstr "An unexpected error occurred. Please try again."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "and"
|
||||
@@ -3831,15 +3811,10 @@ msgstr "Confirm"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr "Confirm changing your current resource credit allocation."
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7313,9 +7288,7 @@ msgstr "fields"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15182,8 +15155,6 @@ msgstr "Tab Settings"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16183,7 +16154,6 @@ msgstr "Two-factor authentication setup completed successfully!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17886,6 +17856,11 @@ msgstr "Your enterprise features will be disabled"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Your enterprise features will remain active until {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} regla avanzada} other {{advancedFilterCount} reglas avanzadas}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Rol de agente de {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Esto reintentará el trabajo seleccionado. Será
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} mostrados"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Acciones que los usuarios pueden realizar en este objeto"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Activar"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Se produjo un error inesperado. Por favor, inténtelo de nuevo."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "y"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Confirmar"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "¿Confirmar eliminación del rol {roleName}? Esto no se puede deshacer. Todos los miembros serán reasignados al rol predeterminado."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "campos"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Configuración de la pestaña"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16135,7 +16106,6 @@ msgstr "¡La configuración de la autenticación de dos factores se completó co
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17834,6 +17804,11 @@ msgstr "Tus funciones Enterprise se desactivarán"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Tus funciones Enterprise seguirán activas hasta {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} kehittynyt sääntö} other {{advancedFilterCount} kehittyneet säännöt}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Agenttirooli: {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} {fieldLabel} määrä"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Tämä yrittää valittua työtä uudelleen. Se
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} näkyvissä"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Toiminnot, joita käyttäjät voivat suorittaa tällä kohteella"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktivoi"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Tapahtui odottamaton virhe. Yritä uudelleen."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "ja"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Vahvista"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Vahvista {roleName}-roolin poisto? Tätä toimintoa ei voi peruuttaa. Kaikki jäsenet siirretään oletusrooliin."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "kentät"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Välilehden asetukset"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Kaksivaiheisen todennuksen asennus on valmis!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Enterprise-ominaisuudet poistetaan käytöstä"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Enterprise-ominaisuudet pysyvät aktiivisina {cancelAtDate} asti."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} règle avancée} other {{advancedFilterCount} règles avancées}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Rôle d'agent {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Ceci va réessayer la tâche sélectionnée. Ell
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} affichés"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Actions que les utilisateurs peuvent effectuer sur cet objet"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Activer"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Une erreur inattendue s'est produite. Veuillez réessayer."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "et"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Confirmer"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Confirmer la suppression du rôle {roleName} ? Cela ne peut pas être annulé. Tous les membres seront réassignés au rôle par défaut."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "champs"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Paramètres de l'onglet"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16135,7 +16106,6 @@ msgstr "Configuration de l'authentification à deux facteurs terminée avec succ
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17834,6 +17804,11 @@ msgstr "Vos fonctionnalités Enterprise seront désactivées"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Vos fonctionnalités Enterprise resteront actives jusqu'au {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
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
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} כלל מתקדם} two {{advancedFilterCount} כללים מתקדמים} many {{advancedFilterCount} כללים מתקדמים} other {{advancedFilterCount} כללים מתקדמים}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "תפקיד הסוכן {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} של {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {זה ינסה להפעיל מחדש את העב
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "מוצגים {visibleFieldsCount}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "פעולות משתמשים יכולים לבצע על אובייקט ז
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "הפעל"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "אירעה שגיאה בלתי צפויה. נא לנסות שוב."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "וגם"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "אישור"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "אישור מחיקת תפקיד {roleName}? לא ניתן לבטל זאת. כל החברים יוקצו לתפקיד ברירת המחדל."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "שדות"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "הגדרות כרטיסייה"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "הגדרת האימות הדו-שלבי הושלמה בהצלחה!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "תכונות ה-Enterprise שלך יושבתו"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "תכונות ה-Enterprise שלך יישארו פעילות עד {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} haladó szabály} other {{advancedFilterCount} haladó szabályok}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} ügynök szerepköre"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} a(z) {fieldLabel} alapján"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Ez újraindítja a kijelölt állást. Újra vé
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} megjelenítve"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Műveletek, amelyeket a felhasználók ezen az objektumon végrehajthatn
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktiválás"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Váratlan hiba történt. Kérjük, próbálja meg újra."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "és"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Megerősítés"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Megerősíti a(z) {roleName} szerepkör törlését? Ez nem vonható vissza. Minden tagot átmenetileg az alapértelmezett szerepkörbe helyez."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "mezők"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Fül beállítások"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Kétfaktoros hitelesítési beállítás sikeresen befejezve!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Az Enterprise funkciók le lesznek tiltva"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Az Enterprise funkciók {cancelAtDate} időpontig maradnak aktívak."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} regola avanzata} other {{advancedFilterCount} regole avanzate}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Ruolo dell'agente {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} di {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Questo riproverà il lavoro selezionato. Verrà
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} visualizzati"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Azioni che gli utenti possono eseguire su questo oggetto"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Attiva"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Si è verificato un errore imprevisto. Riprova."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "e"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Conferma"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Conferma l'eliminazione del ruolo {roleName}? Questo non può essere annullato. Tutti i membri verranno riassegnati al ruolo predefinito."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "campi"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Impostazioni scheda"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16135,7 +16106,6 @@ msgstr "Configurazione dell'autenticazione a due fattori completata con successo
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17834,6 +17804,11 @@ msgstr "Le tue funzionalità Enterprise verranno disabilitate"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Le tue funzionalità Enterprise rimarranno attive fino al {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, other {{advancedFilterCount} 件の高度なルール}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} のエージェントの役割"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{fieldLabel}の{aggregateLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, other {選択されたジョブを再試行します
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} 件を表示中"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "このオブジェクトにユーザーが行えるアクション"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "有効化"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "予期しないエラーが発生しました。もう一度お試しく
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "および"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "確認"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "{roleName}のロールを削除しますか?この操作は元に戻せません。すべてのメンバーはデフォルトのロールに再割り当てされます。"
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "フィールド"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "タブ設定"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "二要素認証のセットアップが正常に完了しました!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Enterprise 機能は無効になります"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Enterprise 機能は {cancelAtDate} まで有効のままです。"
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, other {{advancedFilterCount}개 고급 규칙}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} 에이전트 역할"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{fieldLabel}의 {aggregateLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, other {선택된 작업들을 재시도합니다. 처
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount}개 표시됨"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "사용자가 이 객체에서 수행할 수 있는 작업"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "활성화"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "예기치 않은 오류가 발생했습니다. 다시 시도해 주세
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "및"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "확인"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "{roleName} 역할 삭제를 확인하시겠습니까? 이 작업은 되돌릴 수 없습니다. 모든 구성원은 기본 역할로 재할당됩니다."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "필드"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "탭 설정"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "이중 인증 설정이 성공적으로 완료되었습니다!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "엔터프라이즈 기능이 비활성화됩니다"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "엔터프라이즈 기능은 {cancelAtDate}까지 계속 활성화됩니다."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} geavanceerde regel} other {{advancedFilterCount} geavanceerde regels}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Agentrol {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} van {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Dit zal de geselecteerde taak opnieuw proberen.
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} weergegeven"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Acties die gebruikers op dit object kunnen uitvoeren"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Activeren"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Er is een onverwachte fout opgetreden. Probeer het opnieuw."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "en"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Bevestigen"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Bevestigen verwijderen van rol {roleName}? Dit kan niet ongedaan worden gemaakt. Alle leden zullen worden herverdeeld naar de standaard rol."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "velden"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Tabblad Instellingen"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16135,7 +16106,6 @@ msgstr "Two-factor authenticatie setup met succes voltooid!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17834,6 +17804,11 @@ msgstr "Uw Enterprise-functies worden uitgeschakeld"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Uw Enterprise-functies blijven actief tot {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} avansert regel} other {{advancedFilterCount} avanserte regler}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} agentrolle"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} av {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Dette vil prøve den valgte jobben på nytt. Den
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} vist"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Handlinger brukere kan utføre på dette objektet"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktiver"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Det oppstod en uventet feil. Vennligst prøv igjen."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "og"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Bekreft"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Bekreft sletting av {roleName}-rolle? Dette kan ikke angres. Alle medlemmer vil bli tildelt standardrollen."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "felter"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Faneinnstillinger"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Tofaktorautentiseringsoppsett fullført!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Enterprise-funksjonene dine vil bli deaktivert"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Enterprise-funksjonene dine forblir aktive til {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} zaawansowana zasada} few {{advancedFilterCount} zaawansowane zasady} many {{advancedFilterCount} zaawansowanych zasad} other {{advancedFilterCount} zaawansowanych zasad}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Rola agenta {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} z {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {To ponownie uruchomi wybrane zadanie. Zostanie o
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "Wyświetlono {visibleFieldsCount}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Działania, które użytkownicy mogą wykonywać na tym obiekcie"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktywuj"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Wystąpił nieoczekiwany błąd. Spróbuj ponownie."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "i"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Potwierdź"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Potwierdzić usunięcie roli {roleName}? Tego nie można cofnąć. Wszyscy członkowie zostaną przypisani do domyślnej roli."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "pola"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Ustawienia Zakładki"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Konfiguracja uwierzytelniania dwuskładnikowego zakończona pomyślnie!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Twoje funkcje Enterprise zostaną wyłączone"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Twoje funkcje Enterprise pozostaną aktywne do {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -216,11 +216,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -236,11 +231,6 @@ msgstr ""
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -400,11 +390,6 @@ msgstr ""
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -533,11 +518,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -916,6 +896,7 @@ msgstr ""
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr ""
|
||||
|
||||
@@ -1968,7 +1949,6 @@ msgstr ""
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr ""
|
||||
@@ -3831,14 +3811,9 @@ msgstr ""
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
@@ -7313,9 +7288,7 @@ msgstr ""
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15159,8 +15132,6 @@ msgstr ""
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16128,7 +16099,6 @@ msgstr ""
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17825,6 +17795,11 @@ msgstr ""
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} regra avançada} other {{advancedFilterCount} regras avançadas}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Função do agente {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Isso irá repetir o trabalho selecionado. Ele se
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} exibidos"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Ações que os usuários podem realizar neste objeto"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Ativar"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Ocorreu um erro inesperado. Tente novamente."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "e"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Confirmar"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Confirmar exclusão da função {roleName}? Isso não pode ser desfeito. Todos os membros serão reatribuídos à função padrão."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "campos"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Configurações da Aba"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Configuração de autenticação em duas etapas concluída com sucesso!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Seus recursos Enterprise serão desativados"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Seus recursos Enterprise permanecerão ativos até {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} regra avançada} other {{advancedFilterCount} regras avançadas}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} Função do Agente"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} de {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Isso irá reiniciar o trabalho selecionado. Ele
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} mostrados"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Ações que os usuários podem realizar neste objeto"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Ativar"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Ocorreu um erro inesperado. Tente novamente."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "e"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Confirmar"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Confirmar exclusão do papel {roleName}? Isso não pode ser desfeito. Todos os membros serão transferidos para o papel padrão."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "campos"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Definições da Aba"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Configuração da autenticação em duas etapas concluída com sucesso!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Os seus recursos Enterprise serão desativados"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Os seus recursos Enterprise permanecerão ativos até {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} regulă avansată} few {{advancedFilterCount} reguli avansate} other {{advancedFilterCount} reguli avansate}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Rolul agentului {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} din {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Aceasta va reîncerca locul de muncă selectat.
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} afișate"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Acțiuni pe care utilizatorii le pot efectua asupra acestui obiect"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Activează"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "A apărut o eroare neașteptată. Vă rugăm să încercați din nou."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "și"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Confirmă"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Confirmați ștergerea rolului {roleName}? Această acțiune nu poate fi anulată. Toți membrii vor fi realocați rolului implicit."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "câmpuri"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Setări Tab"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Configurarea autentificării în doi pași a fost finalizată cu succes!
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Funcționalitățile dvs. Enterprise vor fi dezactivate"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Funcționalitățile dvs. Enterprise vor rămâne active până la {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
Binary file not shown.
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} напредно правило} few {{advancedFilterCount} напредна правила} other {{advancedFilterCount} напредних правила}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Улога агента {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} од {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Ово ће поновити изабрани п
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "Приказано {visibleFieldsCount}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Акције које корисници могу спровести н
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Активирајте"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Дошло је до неочекиване грешке. Покушај
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "и"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Потврди"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Потврдите брисање улоге {roleName}? Ово не може бити опозвано. Сви чланови ће бити пребачени у подразумевану улогу."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "поља"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Подешавања таба"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Подешавање двофакторске аутентификаци
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Ваше Enterprise функције ће бити онемогућен
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Ваше Enterprise функције ће остати активне до {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} avancerad regel} other {{advancedFilterCount} avancerade regler}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} agentroll"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} för {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Detta kommer att försöka igen det valda arbete
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} visade"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Åtgärder användare kan utföra på det här objektet"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktivera"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Ett oväntat fel inträffade. Försök igen."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "och"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Bekräfta"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Bekräfta radering av {roleName}-rollen? Detta kan inte ångras. Alla medlemmar kommer att tilldelas standardrollen."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "fält"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15170,8 +15143,6 @@ msgstr "Flikinställningar"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16141,7 +16112,6 @@ msgstr "Tvåfaktorsautentisering uppsättning genomförd lyckades!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17840,6 +17810,11 @@ msgstr "Dina Enterprise-funktioner kommer att inaktiveras"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Dina Enterprise-funktioner förblir aktiva fram till {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} gelişmiş kural} other {{advancedFilterCount} gelişmiş kurallar}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} Ajan Rolü"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel}, {fieldLabel}'in"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Seçilen iş yeniden denenecek. Başından başl
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} gösteriliyor"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Kullanıcıların bu nesne üzerinde gerçekleştirebileceği eylemler"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Aktif Et"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Beklenmeyen bir hata oluştu. Lütfen tekrar deneyin."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "ve"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Onayla"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "{roleName} rolünü silmeyi onaylıyor musunuz? Bu geri alınamaz. Tüm üyeler varsayılan role yeniden atanacak."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "alanlar"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Sekme Ayarları"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "İki faktörlü doğrulama kurulumu başarıyla tamamlandı!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Kurumsal özellikleriniz devre dışı bırakılacak"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Kurumsal özellikleriniz {cancelAtDate} tarihine kadar etkin kalacaktır."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, one {{advancedFilterCount} розширене правило} few {{advancedFilterCount} розширені правила} many {{advancedFilterCount} розширених правил} other {{advancedFilterCount} розширених правил}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Роль агента {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, one {Це повторить обране завда
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "Показано {visibleFieldsCount}"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Дії, які користувачі можуть виконувати
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Активувати"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Сталася неочікувана помилка. Будь ласк
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "та"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Підтвердити"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Підтвердьте видалення ролі {roleName}? Це не можна скасувати. Всі учасники будуть перепризначені на роль за замовчуванням."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "поля"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Налаштування вкладки"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16135,7 +16106,6 @@ msgstr "Налаштування двофакторної аутентифіка
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17834,6 +17804,11 @@ msgstr "Ваші функції Enterprise будуть вимкнені"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Ваші функції Enterprise залишатимуться активними до {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, other {{advancedFilterCount} quy tắc nâng cao}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "Vai trò tác nhân {agentLabel}"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} của {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, other {Điều này sẽ thử lại các công việ
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "{visibleFieldsCount} được hiển thị"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "Các hành động người dùng có thể thực hiện trên đối t
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "Kích hoạt"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "Đã xảy ra lỗi không mong muốn. Vui lòng thử lại."
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "và"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "Xác nhận"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "Xác nhận xóa vai trò {roleName}? Điều này không thể hoàn tác. Tất cả thành viên sẽ được chuyển sang vai trò mặc định."
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "trường"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "Cài đặt Tab"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "Thiết lập xác thực hai yếu tố thành công!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "Các tính năng Enterprise của bạn sẽ bị vô hiệu hóa"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "Các tính năng Enterprise của bạn sẽ vẫn hoạt động đến {cancelAtDate}."
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, other {{advancedFilterCount} 个高级规则}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} 代理角色"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} 的 {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr ""
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "已显示 {visibleFieldsCount} 个"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "用户可以在此对象上执行的操作"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "激活"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "发生意外错误。请重试。"
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "和"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "确认"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "确认删除 {roleName} 角色?此操作无法撤销。所有成员将被重新分配到默认角色。"
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "字段"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "标签设置"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "双因素身份验证设置成功完成!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "您的企业功能将被禁用"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "您的企业功能将保持启用至 {cancelAtDate}。"
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
@@ -221,11 +221,6 @@ msgstr ""
|
||||
msgid "{advancedFilterCount, plural, one {{advancedFilterCount} advanced rule} other {{advancedFilterCount} advanced rules}}"
|
||||
msgstr "{advancedFilterCount, plural, other {{advancedFilterCount} 條進階規則}}"
|
||||
|
||||
#. js-lingui-id: XWd9bY
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{agentCount, plural, one {{agentCount} agent} other {{agentCount} agents}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: WGnqk6
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/ai-agent-action/hooks/useWorkflowAiAgentPermissionActions.ts
|
||||
msgid "{agentDisplayName} role ({agentIdPrefix})"
|
||||
@@ -241,11 +236,6 @@ msgstr "{agentLabel} 代理角色"
|
||||
msgid "{aggregateLabel} of {fieldLabel}"
|
||||
msgstr "{aggregateLabel} 的 {fieldLabel}"
|
||||
|
||||
#. js-lingui-id: WhHyQh
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{apiKeyCount, plural, one {{apiKeyCount} API key} other {{apiKeyCount} API keys}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: u1mVnV
|
||||
#: src/modules/marketplace/components/SettingsApplicationInstallPermissionValidationModal.tsx
|
||||
msgid "{appDisplayName} would like to:"
|
||||
@@ -405,11 +395,6 @@ msgstr "{jobCount, plural, other {這將重試選定的工作。它們將從頭
|
||||
msgid "{label} list"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: 1DrH/j
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "{memberCount, plural, one {{memberCount} member} other {{memberCount} members}}"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: Y32cMj
|
||||
#: src/modules/page-layout/widgets/email-thread/components/EmailThreadIntermediaryMessages.tsx
|
||||
msgid "{messagesLength} emails"
|
||||
@@ -538,11 +523,6 @@ msgstr ""
|
||||
msgid "{visibleFieldsCount} shown"
|
||||
msgstr "已顯示 {visibleFieldsCount} 個"
|
||||
|
||||
#. js-lingui-id: WjjsAL
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
msgid "{visibleFieldsCount} visible fields"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: riMLMq
|
||||
#: src/modules/workflow/workflow-steps/workflow-actions/iterator-action/components/WorkflowIteratorSubStepSwitcher.tsx
|
||||
msgid "{workflowRunIteratorSubStepIterationsCount, plural, one {# item} other {# items}}"
|
||||
@@ -921,6 +901,7 @@ msgstr "用戶可以對此對象執行的操作"
|
||||
#: src/modules/settings/data-model/objects/components/SettingsObjectInactiveMenuDropDown.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/SettingsObjectFieldDisabledActionDropdown.tsx
|
||||
#: src/modules/settings/admin-panel/ai/components/SettingsAdminAI.tsx
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Activate"
|
||||
msgstr "啟用"
|
||||
|
||||
@@ -1973,7 +1954,6 @@ msgstr "發生未預期的錯誤。請再試一次。"
|
||||
|
||||
#. js-lingui-id: HZFm5R
|
||||
#: src/utils/date-utils.ts
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
|
||||
msgid "and"
|
||||
msgstr "和"
|
||||
@@ -3836,15 +3816,10 @@ msgstr "確認"
|
||||
msgid "Confirm changing your current resource credit allocation."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: SU6Tym
|
||||
#. js-lingui-id: FbJ7Si
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: W7S+Tm
|
||||
#: src/modules/settings/roles/role-settings/components/SettingsRoleSettingsDeleteRoleConfirmationModalSubtitle.tsx
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. {reassignSubject} will be reassigned to the default role."
|
||||
msgstr ""
|
||||
msgid "Confirm deletion of {roleName} role? This cannot be undone. All members will be reassigned to the default role."
|
||||
msgstr "確認刪除 {roleName} 角色?此操作無法撤銷。所有成員將被重新分配到預設角色。"
|
||||
|
||||
#. js-lingui-id: kZkFSm
|
||||
#: src/modules/settings/billing/components/internal/ResourceCreditPriceSelector.tsx
|
||||
@@ -7318,9 +7293,7 @@ msgstr "字段"
|
||||
#: src/pages/settings/data-model/constants/SettingsObjectTableMetadata.ts
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationDataTable.tsx
|
||||
#: src/modules/side-panel/utils/getSidePanelSubPageTitle.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/SidePanelPageLayoutRecordPageWidgetTypeSelect.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/settings/roles/role-permissions/object-level-permissions/record-level-permissions/components/SettingsRolePermissionsObjectLevelRecordLevelPermissionFieldSelectFieldMenu.tsx
|
||||
#: src/modules/settings/data-model/object-details/components/tabs/ObjectFields.tsx
|
||||
@@ -15164,8 +15137,6 @@ msgstr "選項卡設定"
|
||||
#: src/pages/settings/security/event-logs/components/EventLogTableSelector.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutViewDetail.tsx
|
||||
#: src/modules/views/view-picker/constants/ViewPickerTypeSelectOptions.ts
|
||||
#: src/modules/side-panel/pages/page-layout/components/record-page/SidePanelRecordPageFieldSettings.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dropdown-content/FieldWidgetLayoutDropdownContent.tsx
|
||||
#: src/modules/side-panel/pages/page-layout/components/dashboard/SidePanelDashboardRecordTableSettings.tsx
|
||||
#: src/modules/object-record/object-options-dropdown/components/ObjectOptionsDropdownLayoutContent.tsx
|
||||
#: src/modules/keyboard-shortcut-menu/components/KeyboardShortcutMenuOpenContent.tsx
|
||||
@@ -16133,7 +16104,6 @@ msgstr "雙因素身份驗證設定成功完成!"
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/layout/SettingsLayoutPageLayoutDetail.tsx
|
||||
#: src/pages/settings/data-model/SettingsObjectIndexTable.tsx
|
||||
#: src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx
|
||||
#: src/pages/settings/applications/components/SettingsApplicationsTable.tsx
|
||||
#: src/pages/settings/ai/constants/SettingsSkillTableMetadata.ts
|
||||
#: src/pages/settings/ai/constants/SettingsAiAgentTableMetadata.ts
|
||||
@@ -17832,6 +17802,11 @@ msgstr "您的企業功能將被停用"
|
||||
msgid "Your enterprise features will remain active until {cancelAtDate}."
|
||||
msgstr "您的企業功能將維持啟用至 {cancelAtDate}。"
|
||||
|
||||
#. js-lingui-id: 5TsUUL
|
||||
#: src/modules/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey.tsx
|
||||
msgid "Your enterprise key is no longer valid. Activate a new key to continue using enterprise features."
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-id: NTpA4U
|
||||
#: src/pages/settings/enterprise/SettingsEnterprise.tsx
|
||||
msgid "Your enterprise subscription has been canceled."
|
||||
|
||||
+4
-8
@@ -48,16 +48,12 @@ const StyledSidePanelPlaceholderWrapper = styled.div`
|
||||
export const TimelineCard = () => {
|
||||
const targetRecord = useTargetRecord();
|
||||
const { isInSidePanel } = useLayoutRenderingContext();
|
||||
const {
|
||||
timelineActivities,
|
||||
firstQueryLoading,
|
||||
loadingMore,
|
||||
fetchMoreRecords,
|
||||
} = useTimelineActivities(targetRecord);
|
||||
const { timelineActivities, loading, fetchMoreRecords } =
|
||||
useTimelineActivities(targetRecord);
|
||||
|
||||
const isTimelineActivitiesEmpty = timelineActivities.length === 0;
|
||||
|
||||
if (firstQueryLoading === true) {
|
||||
if (loading === true) {
|
||||
return <SkeletonLoader withSubSections />;
|
||||
}
|
||||
|
||||
@@ -96,7 +92,7 @@ export const TimelineCard = () => {
|
||||
events={timelineActivities ?? []}
|
||||
/>
|
||||
<CustomResolverFetchMoreLoader
|
||||
loading={loadingMore}
|
||||
loading={loading}
|
||||
onLastRowVisible={fetchMoreRecords}
|
||||
/>
|
||||
</StyledMainContainer>
|
||||
|
||||
+3
-8
@@ -2,9 +2,9 @@ import { useLinkedObjectsTitle } from '@/activities/timeline-activities/hooks/us
|
||||
import { type TimelineActivity } from '@/activities/timeline-activities/types/TimelineActivity';
|
||||
import { type ActivityTargetableObject } from '@/activities/types/ActivityTargetableEntity';
|
||||
import { useObjectMetadataItem } from '@/object-metadata/hooks/useObjectMetadataItem';
|
||||
import { CoreObjectNameSingular } from 'twenty-shared/types';
|
||||
import { useGenerateDepthRecordGqlFieldsFromObject } from '@/object-record/graphql/record-gql-fields/hooks/useGenerateDepthRecordGqlFieldsFromObject';
|
||||
import { useFindManyRecords } from '@/object-record/hooks/useFindManyRecords';
|
||||
import { CoreObjectNameSingular } from 'twenty-shared/types';
|
||||
import { capitalize, isDefined } from 'twenty-shared/utils';
|
||||
|
||||
// do we need to test this?
|
||||
@@ -62,16 +62,11 @@ export const useTimelineActivities = (
|
||||
|
||||
useLinkedObjectsTitle(activityIds);
|
||||
|
||||
const firstQueryLoading =
|
||||
loadingTimelineActivities && timelineActivities.length === 0;
|
||||
|
||||
const loadingMore =
|
||||
loadingTimelineActivities && timelineActivities.length > 0;
|
||||
const loading = loadingTimelineActivities;
|
||||
|
||||
return {
|
||||
timelineActivities,
|
||||
firstQueryLoading,
|
||||
loadingMore,
|
||||
loading,
|
||||
fetchMoreRecords,
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2,12 +2,12 @@ import { gql, InMemoryCache } from '@apollo/client';
|
||||
import { CombinedGraphQLErrors } from '@apollo/client/errors';
|
||||
import fetchMock, { enableFetchMocks } from 'jest-fetch-mock';
|
||||
|
||||
import { ApolloFactory, type Options } from '@/apollo/services/apollo.factory';
|
||||
import { CUSTOM_WORKSPACE_APPLICATION_MOCK } from '@/object-metadata/hooks/__tests__/constants/CustomWorkspaceApplicationMock.test.constant';
|
||||
import {
|
||||
AUTO_SELECT_FAST_MODEL_ID,
|
||||
AUTO_SELECT_SMART_MODEL_ID,
|
||||
} from 'twenty-shared/constants';
|
||||
import { ApolloFactory, type Options } from '@/apollo/services/apollo.factory';
|
||||
import { CUSTOM_WORKSPACE_APPLICATION_MOCK } from '@/object-metadata/hooks/__tests__/constants/CustomWorkspaceApplicationMock.test.constant';
|
||||
import { WorkspaceActivationStatus } from '~/generated-metadata/graphql';
|
||||
|
||||
enableFetchMocks();
|
||||
@@ -67,6 +67,7 @@ const mockWorkspace = {
|
||||
isGoogleAuthBypassEnabled: false,
|
||||
isPasswordAuthBypassEnabled: false,
|
||||
isMicrosoftAuthBypassEnabled: false,
|
||||
hasValidEnterpriseKey: false,
|
||||
hasActivatedAndValidEnterpriseKey: false,
|
||||
hasValidSignedEnterpriseKey: false,
|
||||
hasValidEnterpriseValidityToken: false,
|
||||
|
||||
@@ -26,6 +26,7 @@ export type CurrentWorkspace = Pick<
|
||||
| 'isPasswordAuthEnabled'
|
||||
| 'isPasswordAuthBypassEnabled'
|
||||
| 'isCustomDomainEnabled'
|
||||
| 'hasValidEnterpriseKey'
|
||||
| 'hasValidSignedEnterpriseKey'
|
||||
| 'hasValidEnterpriseValidityToken'
|
||||
| 'subdomain'
|
||||
|
||||
+2
@@ -6,6 +6,7 @@ import { InformationBannerBillingSubscriptionPaused } from '@/information-banner
|
||||
import { InformationBannerEndTrialPeriod } from '@/information-banner/components/billing/InformationBannerEndTrialPeriod';
|
||||
import { InformationBannerFailPaymentInfo } from '@/information-banner/components/billing/InformationBannerFailPaymentInfo';
|
||||
import { InformationBannerNoBillingSubscription } from '@/information-banner/components/billing/InformationBannerNoBillingSubscription';
|
||||
import { InformationBannerInvalidEnterpriseKey } from '@/information-banner/components/enterprise/InformationBannerInvalidEnterpriseKey';
|
||||
import { InformationBannerMaintenance } from '@/information-banner/components/maintenance/InformationBannerMaintenance';
|
||||
import { InformationBannerReconnectAccountEmailAliases } from '@/information-banner/components/reconnect-account/InformationBannerReconnectAccountEmailAliases';
|
||||
import { InformationBannerReconnectAccountInsufficientPermissions } from '@/information-banner/components/reconnect-account/InformationBannerReconnectAccountInsufficientPermissions';
|
||||
@@ -64,6 +65,7 @@ export const InformationBannerWrapper = () => {
|
||||
return (
|
||||
<StyledInformationBannerWrapper>
|
||||
<InformationBannerMaintenance />
|
||||
<InformationBannerInvalidEnterpriseKey />
|
||||
{isAccountSyncEnabled && (
|
||||
<InformationBannerReconnectAccountInsufficientPermissions />
|
||||
)}
|
||||
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
import { currentWorkspaceState } from '@/auth/states/currentWorkspaceState';
|
||||
import { InformationBanner } from '@/information-banner/components/InformationBanner';
|
||||
import { informationBannerIsOpenComponentState } from '@/information-banner/states/informationBannerIsOpenComponentState';
|
||||
import { useAtomStateValue } from '@/ui/utilities/state/jotai/hooks/useAtomStateValue';
|
||||
import { useSetAtomComponentState } from '@/ui/utilities/state/jotai/hooks/useSetAtomComponentState';
|
||||
import { useLingui } from '@lingui/react/macro';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import { SettingsPath } from 'twenty-shared/types';
|
||||
import { getSettingsPath } from 'twenty-shared/utils';
|
||||
import { IconKey } from 'twenty-ui/display';
|
||||
|
||||
const COMPONENT_INSTANCE_ID = 'information-banner-invalid-enterprise-key';
|
||||
|
||||
export const InformationBannerInvalidEnterpriseKey = () => {
|
||||
const { t } = useLingui();
|
||||
const navigate = useNavigate();
|
||||
const currentWorkspace = useAtomStateValue(currentWorkspaceState);
|
||||
|
||||
const setInformationBannerIsOpen = useSetAtomComponentState(
|
||||
informationBannerIsOpenComponentState,
|
||||
COMPONENT_INSTANCE_ID,
|
||||
);
|
||||
|
||||
const hasInvalidKey =
|
||||
currentWorkspace?.hasValidEnterpriseKey === true &&
|
||||
currentWorkspace?.hasValidSignedEnterpriseKey !== true &&
|
||||
currentWorkspace?.hasValidEnterpriseValidityToken !== true;
|
||||
|
||||
if (!hasInvalidKey) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<InformationBanner
|
||||
componentInstanceId={COMPONENT_INSTANCE_ID}
|
||||
variant="secondary"
|
||||
message={t`Your enterprise key is no longer valid. Activate a new key to continue using enterprise features.`}
|
||||
buttonTitle={t`Activate`}
|
||||
buttonIcon={IconKey}
|
||||
buttonOnClick={() =>
|
||||
navigate(getSettingsPath(SettingsPath.AdminPanelEnterprise))
|
||||
}
|
||||
onClose={() => setInformationBannerIsOpen(false)}
|
||||
/>
|
||||
);
|
||||
};
|
||||
+1
@@ -161,6 +161,7 @@ export const responseData = {
|
||||
allowImpersonation: false,
|
||||
activationStatus: 'active',
|
||||
isPublicInviteLinkEnabled: false,
|
||||
hasValidEnterpriseKey: false,
|
||||
hasValidSignedEnterpriseKey: false,
|
||||
hasValidEnterpriseValidityToken: false,
|
||||
isGoogleAuthEnabled: true,
|
||||
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
export type RecordFilterValueDependenciesContextValue = {
|
||||
currentRecordId?: string;
|
||||
};
|
||||
|
||||
export const RecordFilterValueDependenciesContext =
|
||||
createContext<RecordFilterValueDependenciesContextValue>({});
|
||||
+2
-6
@@ -1,7 +1,6 @@
|
||||
import { useContext, useMemo } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { currentWorkspaceMemberState } from '@/auth/states/currentWorkspaceMemberState';
|
||||
import { RecordFilterValueDependenciesContext } from '@/object-record/record-filter/contexts/RecordFilterValueDependenciesContext';
|
||||
import { useUserTimezone } from '@/ui/input/components/internal/date/hooks/useUserTimezone';
|
||||
import { useAtomStateValue } from '@/ui/utilities/state/jotai/hooks/useAtomStateValue';
|
||||
import { type RecordFilterValueDependencies } from 'twenty-shared/types';
|
||||
@@ -14,15 +13,12 @@ export const useFilterValueDependencies = (): {
|
||||
|
||||
const { userTimezone } = useUserTimezone();
|
||||
|
||||
const { currentRecordId } = useContext(RecordFilterValueDependenciesContext);
|
||||
|
||||
const filterValueDependencies = useMemo(
|
||||
() => ({
|
||||
currentWorkspaceMemberId,
|
||||
currentRecordId,
|
||||
timeZone: userTimezone,
|
||||
}),
|
||||
[currentWorkspaceMemberId, currentRecordId, userTimezone],
|
||||
[currentWorkspaceMemberId, userTimezone],
|
||||
);
|
||||
|
||||
return { filterValueDependencies };
|
||||
|
||||
+11
-23
@@ -74,13 +74,7 @@ export const useLoadRecordIndexStates = () => {
|
||||
const { setRecordGroupsFromViewGroups } = useSetRecordGroups();
|
||||
|
||||
const loadRecordIndexStates = useCallback(
|
||||
(
|
||||
view: View,
|
||||
objectMetadataItem: EnrichedObjectMetadataItem,
|
||||
options?: { skipGlobalIndexStates?: boolean },
|
||||
) => {
|
||||
const skipGlobalIndexStates = options?.skipGlobalIndexStates ?? false;
|
||||
|
||||
(view: View, objectMetadataItem: EnrichedObjectMetadataItem) => {
|
||||
const activeFieldMetadataItems = objectMetadataItem.fields.filter(
|
||||
(field) => field.isActive && !isHiddenSystemField(field),
|
||||
);
|
||||
@@ -213,16 +207,12 @@ export const useLoadRecordIndexStates = () => {
|
||||
|
||||
store.set(
|
||||
atom(null, (get, batchSet) => {
|
||||
if (!skipGlobalIndexStates) {
|
||||
const existingFieldDefs = get(
|
||||
const existingFieldDefs = get(recordIndexFieldDefinitionsState.atom);
|
||||
if (!isDeeplyEqual(existingFieldDefs, newFieldDefinitions)) {
|
||||
batchSet(
|
||||
recordIndexFieldDefinitionsState.atom,
|
||||
newFieldDefinitions,
|
||||
);
|
||||
if (!isDeeplyEqual(existingFieldDefs, newFieldDefinitions)) {
|
||||
batchSet(
|
||||
recordIndexFieldDefinitionsState.atom,
|
||||
newFieldDefinitions,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
for (const viewField of view.viewFields) {
|
||||
@@ -271,15 +261,13 @@ export const useLoadRecordIndexStates = () => {
|
||||
filters: contextStoreFilters,
|
||||
});
|
||||
|
||||
if (!skipGlobalIndexStates) {
|
||||
batchSet(recordIndexViewTypeState.atom, view.type);
|
||||
batchSet(recordIndexOpenRecordInState.atom, view.openRecordIn);
|
||||
batchSet(recordIndexViewTypeState.atom, view.type);
|
||||
batchSet(recordIndexOpenRecordInState.atom, view.openRecordIn);
|
||||
|
||||
batchSet(
|
||||
recordIndexCalendarFieldMetadataIdState.atom,
|
||||
view.calendarFieldMetadataId ?? null,
|
||||
);
|
||||
}
|
||||
batchSet(
|
||||
recordIndexCalendarFieldMetadataIdState.atom,
|
||||
view.calendarFieldMetadataId ?? null,
|
||||
);
|
||||
|
||||
batchSet(
|
||||
recordIndexShouldHideEmptyRecordGroupsAtom,
|
||||
|
||||
+1
-12
@@ -8,19 +8,10 @@ import { themeCssVariables } from 'twenty-ui/theme-constants';
|
||||
const StyledTableContainer = styled.div`
|
||||
border: 1px solid ${themeCssVariables.border.color.light};
|
||||
border-radius: ${themeCssVariables.border.radius.sm};
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
`;
|
||||
|
||||
type RecordTableWidgetProps = {
|
||||
isReadOnly?: boolean;
|
||||
isEmptyStateHidden?: boolean;
|
||||
};
|
||||
|
||||
export const RecordTableWidget = ({
|
||||
isReadOnly = true,
|
||||
isEmptyStateHidden = false,
|
||||
}: RecordTableWidgetProps) => {
|
||||
export const RecordTableWidget = () => {
|
||||
const { objectNameSingular, recordIndexId, viewBarInstanceId } =
|
||||
useRecordIndexContextOrThrow();
|
||||
|
||||
@@ -28,8 +19,6 @@ export const RecordTableWidget = ({
|
||||
<>
|
||||
<RecordTableWidgetSetReadOnlyColumnHeadersEffect
|
||||
recordTableId={recordIndexId}
|
||||
isReadOnly={isReadOnly}
|
||||
isEmptyStateHidden={isEmptyStateHidden}
|
||||
/>
|
||||
<RecordIndexTableContainerEffect />
|
||||
<StyledTableContainer>
|
||||
|
||||
+5
-15
@@ -1,22 +1,19 @@
|
||||
import { useIsPageLayoutInEditMode } from '@/page-layout/hooks/useIsPageLayoutInEditMode';
|
||||
import { isRecordTableCheckboxColumnHiddenComponentState } from '@/object-record/record-table/states/isRecordTableCheckboxColumnHiddenComponentState';
|
||||
import { isRecordTableDragColumnHiddenComponentState } from '@/object-record/record-table/states/isRecordTableDragColumnHiddenComponentState';
|
||||
import { isRecordTableCellsNonEditableComponentState } from '@/object-record/record-table/states/isRecordTableCellsNonEditableComponentState';
|
||||
import { isRecordTableColumnHeadersReadOnlyComponentState } from '@/object-record/record-table/states/isRecordTableColumnHeadersReadOnlyComponentState';
|
||||
import { isRecordTableColumnResizableComponentState } from '@/object-record/record-table/states/isRecordTableColumnResizableComponentState';
|
||||
import { isRecordTableEmptyStateHiddenComponentState } from '@/object-record/record-table/states/isRecordTableEmptyStateHiddenComponentState';
|
||||
import { useStore } from 'jotai';
|
||||
import { useEffect } from 'react';
|
||||
|
||||
export const RecordTableWidgetSetReadOnlyColumnHeadersEffect = ({
|
||||
recordTableId,
|
||||
isReadOnly = true,
|
||||
isEmptyStateHidden = false,
|
||||
}: {
|
||||
recordTableId: string;
|
||||
isReadOnly?: boolean;
|
||||
isEmptyStateHidden?: boolean;
|
||||
}) => {
|
||||
const store = useStore();
|
||||
const isPageLayoutInEditMode = useIsPageLayoutInEditMode();
|
||||
|
||||
useEffect(() => {
|
||||
store.set(
|
||||
@@ -44,23 +41,16 @@ export const RecordTableWidgetSetReadOnlyColumnHeadersEffect = ({
|
||||
isRecordTableColumnResizableComponentState.atomFamily({
|
||||
instanceId: recordTableId,
|
||||
}),
|
||||
true,
|
||||
isPageLayoutInEditMode,
|
||||
);
|
||||
|
||||
store.set(
|
||||
isRecordTableCellsNonEditableComponentState.atomFamily({
|
||||
instanceId: recordTableId,
|
||||
}),
|
||||
isReadOnly,
|
||||
true,
|
||||
);
|
||||
|
||||
store.set(
|
||||
isRecordTableEmptyStateHiddenComponentState.atomFamily({
|
||||
instanceId: recordTableId,
|
||||
}),
|
||||
isEmptyStateHidden,
|
||||
);
|
||||
}, [store, recordTableId, isReadOnly, isEmptyStateHidden]);
|
||||
}, [store, recordTableId, isPageLayoutInEditMode]);
|
||||
|
||||
return null;
|
||||
};
|
||||
|
||||
+1
-3
@@ -75,9 +75,7 @@ export const RecordTableWidgetViewLoadEffect = ({
|
||||
return;
|
||||
}
|
||||
|
||||
loadRecordIndexStates(currentView, objectMetadataItem, {
|
||||
skipGlobalIndexStates: true,
|
||||
});
|
||||
loadRecordIndexStates(currentView, objectMetadataItem);
|
||||
|
||||
setLastLoadedRecordTableWidgetViewId({
|
||||
viewId,
|
||||
|
||||
+1
-8
@@ -12,7 +12,6 @@ import { RecordTableScrollToFocusedRowEffect } from '@/object-record/record-tabl
|
||||
import { RECORD_TABLE_CLICK_OUTSIDE_LISTENER_ID } from '@/object-record/record-table/constants/RecordTableClickOutsideListenerId';
|
||||
import { useRecordTableContextOrThrow } from '@/object-record/record-table/contexts/RecordTableContext';
|
||||
import { useResetTableRowSelection } from '@/object-record/record-table/hooks/internal/useResetTableRowSelection';
|
||||
import { isRecordTableEmptyStateHiddenComponentState } from '@/object-record/record-table/states/isRecordTableEmptyStateHiddenComponentState';
|
||||
import { isRecordTableInitialLoadingComponentState } from '@/object-record/record-table/states/isRecordTableInitialLoadingComponentState';
|
||||
import { useClickOutsideListener } from '@/ui/utilities/pointer-event/hooks/useClickOutsideListener';
|
||||
import { useAtomComponentSelectorValue } from '@/ui/utilities/state/jotai/hooks/useAtomComponentSelectorValue';
|
||||
@@ -47,11 +46,6 @@ export const RecordTable = () => {
|
||||
recordTableId,
|
||||
);
|
||||
|
||||
const isRecordTableEmptyStateHidden = useAtomComponentStateValue(
|
||||
isRecordTableEmptyStateHiddenComponentState,
|
||||
recordTableId,
|
||||
);
|
||||
|
||||
const hasRecordGroups = useAtomComponentSelectorValue(
|
||||
hasRecordGroupsComponentSelector,
|
||||
recordTableId,
|
||||
@@ -89,8 +83,7 @@ export const RecordTable = () => {
|
||||
)}
|
||||
{isRecordTableInitialLoading &&
|
||||
isEmpty(visibleRecordFields) ? null : recordTableIsEmpty &&
|
||||
!hasRecordGroups &&
|
||||
!isRecordTableEmptyStateHidden ? (
|
||||
!hasRecordGroups ? (
|
||||
<RecordTableEmpty tableBodyRef={tableBodyRef} />
|
||||
) : (
|
||||
<RecordTableContent
|
||||
|
||||
-5
@@ -1,13 +1,11 @@
|
||||
import { currentWorkspaceMemberState } from '@/auth/states/currentWorkspaceMemberState';
|
||||
import { type EnrichedObjectMetadataItem } from '@/object-metadata/types/EnrichedObjectMetadataItem';
|
||||
import { RecordFilterValueDependenciesContext } from '@/object-record/record-filter/contexts/RecordFilterValueDependenciesContext';
|
||||
import { currentRecordFiltersComponentState } from '@/object-record/record-filter/states/currentRecordFiltersComponentState';
|
||||
import { buildRecordInputFromFilter } from '@/object-record/record-table/utils/buildRecordInputFromFilter';
|
||||
|
||||
import { type ObjectRecord } from '@/object-record/types/ObjectRecord';
|
||||
import { useAtomComponentStateValue } from '@/ui/utilities/state/jotai/hooks/useAtomComponentStateValue';
|
||||
import { useAtomStateValue } from '@/ui/utilities/state/jotai/hooks/useAtomStateValue';
|
||||
import { useContext } from 'react';
|
||||
|
||||
export const useBuildRecordInputFromFilters = ({
|
||||
objectMetadataItem,
|
||||
@@ -23,14 +21,11 @@ export const useBuildRecordInputFromFilters = ({
|
||||
|
||||
const currentWorkspaceMember = useAtomStateValue(currentWorkspaceMemberState);
|
||||
|
||||
const { currentRecordId } = useContext(RecordFilterValueDependenciesContext);
|
||||
|
||||
const buildRecordInputFromFilters = (): Partial<ObjectRecord> => {
|
||||
return buildRecordInputFromFilter({
|
||||
currentRecordFilters,
|
||||
objectMetadataItem,
|
||||
currentWorkspaceMember: currentWorkspaceMember ?? undefined,
|
||||
currentRecordId,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
-9
@@ -1,9 +0,0 @@
|
||||
import { RecordTableComponentInstanceContext } from '@/object-record/record-table/states/context/RecordTableComponentInstanceContext';
|
||||
import { createAtomComponentState } from '@/ui/utilities/state/jotai/utils/createAtomComponentState';
|
||||
|
||||
export const isRecordTableEmptyStateHiddenComponentState =
|
||||
createAtomComponentState<boolean>({
|
||||
key: 'isRecordTableEmptyStateHiddenComponentState',
|
||||
defaultValue: false,
|
||||
componentInstanceContext: RecordTableComponentInstanceContext,
|
||||
});
|
||||
-3
@@ -16,12 +16,10 @@ export const buildRecordInputFromFilter = ({
|
||||
currentRecordFilters,
|
||||
objectMetadataItem,
|
||||
currentWorkspaceMember,
|
||||
currentRecordId,
|
||||
}: {
|
||||
currentRecordFilters: RecordFilter[];
|
||||
objectMetadataItem: EnrichedObjectMetadataItem;
|
||||
currentWorkspaceMember?: CurrentWorkspaceMember;
|
||||
currentRecordId?: string;
|
||||
}): Partial<ObjectRecord> => {
|
||||
const recordInput: Partial<ObjectRecord> = {};
|
||||
|
||||
@@ -40,7 +38,6 @@ export const buildRecordInputFromFilter = ({
|
||||
options: fieldMetadataItem.options ?? undefined,
|
||||
relationType: fieldMetadataItem.relation?.type,
|
||||
currentWorkspaceMember: currentWorkspaceMember ?? undefined,
|
||||
currentRecordId,
|
||||
label: filter.label,
|
||||
});
|
||||
|
||||
|
||||
-11
@@ -35,7 +35,6 @@ type ValueComputeContext = {
|
||||
options?: FilterOption[] | null;
|
||||
relationType?: RelationType;
|
||||
currentWorkspaceMember?: CurrentWorkspaceMember;
|
||||
currentRecordId?: string;
|
||||
label?: string;
|
||||
};
|
||||
|
||||
@@ -232,19 +231,14 @@ const computeValueFromFilterRelation = (
|
||||
relationType?: RelationType,
|
||||
currentWorkspaceMember?: CurrentWorkspaceMember,
|
||||
label?: string,
|
||||
currentRecordId?: string,
|
||||
) => {
|
||||
switch (operand) {
|
||||
case ViewFilterOperand.IS: {
|
||||
const parsedValue = parseJson<{
|
||||
isCurrentWorkspaceMemberSelected: boolean;
|
||||
isCurrentRecordSelected: boolean;
|
||||
selectedRecordIds: string[];
|
||||
}>(value);
|
||||
if (relationType === RelationType.MANY_TO_ONE) {
|
||||
if (parsedValue?.isCurrentRecordSelected) {
|
||||
return currentRecordId;
|
||||
}
|
||||
if (label === 'Assignee') {
|
||||
return parsedValue?.isCurrentWorkspaceMemberSelected
|
||||
? currentWorkspaceMember?.id
|
||||
@@ -347,7 +341,6 @@ const VALUE_HANDLER_REGISTRY: Partial<Record<FieldMetadataType, ValueHandler>> =
|
||||
value,
|
||||
relationType,
|
||||
currentWorkspaceMember,
|
||||
currentRecordId,
|
||||
label,
|
||||
}) =>
|
||||
computeValueFromFilterRelation(
|
||||
@@ -356,7 +349,6 @@ const VALUE_HANDLER_REGISTRY: Partial<Record<FieldMetadataType, ValueHandler>> =
|
||||
relationType,
|
||||
currentWorkspaceMember,
|
||||
label,
|
||||
currentRecordId,
|
||||
),
|
||||
[FieldMetadataType.TS_VECTOR]: ({ operand, value }) =>
|
||||
computeValueFromFilterTSVector(
|
||||
@@ -512,14 +504,12 @@ export const buildValueFromFilter = ({
|
||||
options,
|
||||
relationType,
|
||||
currentWorkspaceMember,
|
||||
currentRecordId,
|
||||
label,
|
||||
}: {
|
||||
filter: RecordFilter;
|
||||
options?: FilterOption[] | null;
|
||||
relationType?: RelationType;
|
||||
currentWorkspaceMember?: CurrentWorkspaceMember;
|
||||
currentRecordId?: string;
|
||||
label?: string;
|
||||
}) => {
|
||||
if (isCompositeFieldType(filter.type)) {
|
||||
@@ -551,7 +541,6 @@ export const buildValueFromFilter = ({
|
||||
options,
|
||||
relationType,
|
||||
currentWorkspaceMember,
|
||||
currentRecordId,
|
||||
label,
|
||||
});
|
||||
};
|
||||
|
||||
+7
-9
@@ -66,17 +66,15 @@ export const RecordTableVirtualizedInitialDataLoadEffect = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Wait for the atomic batch from loadRecordIndexStates to populate
|
||||
// visibleRecordFields before triggering any fetch. This guard must apply
|
||||
// to every branch: when the current view is a draft (e.g. an unsaved
|
||||
// record-table widget view), it is not in the persisted views store, so
|
||||
// currentView is undefined and the view-change branch below never runs.
|
||||
if (isEmpty(visibleRecordFields)) {
|
||||
return;
|
||||
}
|
||||
|
||||
(async () => {
|
||||
if ((currentView?.id ?? null) !== lastContextStoreVirtualizedViewId) {
|
||||
// Wait for the atomic batch from loadRecordIndexStates to populate
|
||||
// visibleRecordFields before triggering a fetch. On the next render
|
||||
// after the batch, fields will be populated and we'll proceed.
|
||||
if (isEmpty(visibleRecordFields)) {
|
||||
return;
|
||||
}
|
||||
|
||||
setLastContextStoreVirtualizedViewId(currentView?.id ?? null);
|
||||
setLastRecordTableQueryIdentifier(queryIdentifier);
|
||||
setLastContextStoreVirtualizedVisibleRecordFields(visibleRecordFields);
|
||||
|
||||
-1
@@ -168,7 +168,6 @@ export const PAGE_LAYOUT_WIDGET_FRAGMENT = gql`
|
||||
configurationType
|
||||
fieldDisplayMode
|
||||
fieldMetadataId
|
||||
viewId
|
||||
}
|
||||
... on FieldRichTextConfiguration {
|
||||
configurationType
|
||||
|
||||
+5
-17
@@ -2,12 +2,11 @@ import { pageLayoutDraftComponentState } from '@/page-layout/states/pageLayoutDr
|
||||
import { pageLayoutPersistedComponentState } from '@/page-layout/states/pageLayoutPersistedComponentState';
|
||||
import { recordTableWidgetViewDraftComponentState } from '@/page-layout/states/recordTableWidgetViewDraftComponentState';
|
||||
import { getWidgetConfigurationViewId } from '@/page-layout/utils/getWidgetConfigurationViewId';
|
||||
import { widgetUsesRecordTableView } from '@/page-layout/utils/widgetUsesRecordTableView';
|
||||
import { usePerformViewAPIPersist } from '@/views/hooks/internal/usePerformViewAPIPersist';
|
||||
import { viewsSelector } from '@/views/states/selectors/viewsSelector';
|
||||
import { useStore } from 'jotai';
|
||||
import { useCallback } from 'react';
|
||||
import { isDefined } from 'twenty-shared/utils';
|
||||
import { WidgetType } from '~/generated-metadata/graphql';
|
||||
|
||||
export const useCreatePendingRecordTableWidgetViews = () => {
|
||||
const { performViewAPICreate, performViewAPIDestroy } =
|
||||
@@ -36,7 +35,7 @@ export const useCreatePendingRecordTableWidgetViews = () => {
|
||||
const persistedRecordTableWidgets = new Map(
|
||||
(persisted?.tabs ?? [])
|
||||
.flatMap((tab) => tab.widgets)
|
||||
.filter(widgetUsesRecordTableView)
|
||||
.filter((widget) => widget.type === WidgetType.RECORD_TABLE)
|
||||
.map((widget) => [
|
||||
widget.id,
|
||||
getWidgetConfigurationViewId(widget.configuration),
|
||||
@@ -45,16 +44,12 @@ export const useCreatePendingRecordTableWidgetViews = () => {
|
||||
|
||||
const draftRecordTableWidgets = draft.tabs
|
||||
.flatMap((tab) => tab.widgets)
|
||||
.filter(widgetUsesRecordTableView);
|
||||
.filter((widget) => widget.type === WidgetType.RECORD_TABLE);
|
||||
|
||||
const draftWidgetIds = new Set(
|
||||
draftRecordTableWidgets.map((widget) => widget.id),
|
||||
);
|
||||
|
||||
const existingViewIds = new Set(
|
||||
store.get(viewsSelector.atom).map((view) => view.id),
|
||||
);
|
||||
|
||||
for (const widget of draftRecordTableWidgets) {
|
||||
const viewId = getWidgetConfigurationViewId(widget.configuration);
|
||||
|
||||
@@ -68,10 +63,7 @@ export const useCreatePendingRecordTableWidgetViews = () => {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (
|
||||
isDefined(persistedViewId) &&
|
||||
existingViewIds.has(persistedViewId)
|
||||
) {
|
||||
if (isDefined(persistedViewId)) {
|
||||
await performViewAPIDestroy({ id: persistedViewId });
|
||||
}
|
||||
|
||||
@@ -109,11 +101,7 @@ export const useCreatePendingRecordTableWidgetViews = () => {
|
||||
}
|
||||
|
||||
for (const [widgetId, viewId] of persistedRecordTableWidgets) {
|
||||
if (
|
||||
!draftWidgetIds.has(widgetId) &&
|
||||
isDefined(viewId) &&
|
||||
existingViewIds.has(viewId)
|
||||
) {
|
||||
if (!draftWidgetIds.has(widgetId) && isDefined(viewId)) {
|
||||
await performViewAPIDestroy({ id: viewId });
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -4,7 +4,6 @@ import { pageLayoutDraftComponentState } from '@/page-layout/states/pageLayoutDr
|
||||
import { recordTableWidgetViewDraftComponentState } from '@/page-layout/states/recordTableWidgetViewDraftComponentState';
|
||||
import { recordTableWidgetViewPersistedComponentState } from '@/page-layout/states/recordTableWidgetViewPersistedComponentState';
|
||||
import { getWidgetConfigurationViewId } from '@/page-layout/utils/getWidgetConfigurationViewId';
|
||||
import { widgetUsesRecordTableView } from '@/page-layout/utils/widgetUsesRecordTableView';
|
||||
import { useMutation } from '@apollo/client/react';
|
||||
import { useStore } from 'jotai';
|
||||
import { useCallback } from 'react';
|
||||
@@ -12,6 +11,7 @@ import { isDefined } from 'twenty-shared/utils';
|
||||
import {
|
||||
type UpsertViewWidgetInput,
|
||||
type ViewFragmentFragment,
|
||||
WidgetType,
|
||||
} from '~/generated-metadata/graphql';
|
||||
|
||||
export const useSaveRecordTableWidgetViews = () => {
|
||||
@@ -45,7 +45,7 @@ export const useSaveRecordTableWidgetViews = () => {
|
||||
|
||||
const draftRecordTableWidgets = draft.tabs
|
||||
.flatMap((tab) => tab.widgets)
|
||||
.filter(widgetUsesRecordTableView);
|
||||
.filter((widget) => widget.type === WidgetType.RECORD_TABLE);
|
||||
|
||||
for (const widget of draftRecordTableWidgets) {
|
||||
const viewId = getWidgetConfigurationViewId(widget.configuration);
|
||||
|
||||
@@ -8,5 +8,4 @@ export type FieldConfiguration = {
|
||||
configurationType: WidgetConfigurationType.FIELD;
|
||||
fieldMetadataId: string;
|
||||
fieldDisplayMode: FieldDisplayMode;
|
||||
viewId?: string;
|
||||
};
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
import { type PageLayoutWidget } from '@/page-layout/types/PageLayoutWidget';
|
||||
import { isFieldWidget } from '@/page-layout/widgets/field/utils/isFieldWidget';
|
||||
import { FieldDisplayMode, WidgetType } from '~/generated-metadata/graphql';
|
||||
|
||||
export const widgetUsesRecordTableView = (
|
||||
widget: PageLayoutWidget,
|
||||
): boolean => {
|
||||
if (widget.type === WidgetType.RECORD_TABLE) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return (
|
||||
isFieldWidget(widget) &&
|
||||
widget.configuration.fieldDisplayMode === FieldDisplayMode.TABLE
|
||||
);
|
||||
};
|
||||
-10
@@ -17,7 +17,6 @@ import { FieldWidgetMorphRelationCard } from '@/page-layout/widgets/field/compon
|
||||
import { FieldWidgetMorphRelationField } from '@/page-layout/widgets/field/components/FieldWidgetMorphRelationField';
|
||||
import { FieldWidgetRelationCard } from '@/page-layout/widgets/field/components/FieldWidgetRelationCard';
|
||||
import { FieldWidgetRelationField } from '@/page-layout/widgets/field/components/FieldWidgetRelationField';
|
||||
import { FieldWidgetRelationTable } from '@/page-layout/widgets/field/components/FieldWidgetRelationTable';
|
||||
import { assertFieldWidgetOrThrow } from '@/page-layout/widgets/field/utils/assertFieldWidgetOrThrow';
|
||||
import { FieldWidgetTextEditor } from '@/page-layout/widgets/field/components/FieldWidgetTextEditor';
|
||||
import { useLayoutRenderingContext } from '@/ui/layout/contexts/LayoutRenderingContext';
|
||||
@@ -160,15 +159,6 @@ export const FieldWidget = ({ widget }: FieldWidgetProps) => {
|
||||
);
|
||||
}
|
||||
|
||||
if (fieldDisplayMode === FieldDisplayMode.TABLE) {
|
||||
return (
|
||||
<FieldWidgetRelationTable
|
||||
fieldDefinition={fieldDefinition}
|
||||
recordId={targetRecord.id}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<FieldWidgetRelationField
|
||||
fieldDefinition={fieldDefinition}
|
||||
|
||||
+2
-14
@@ -16,10 +16,8 @@ import {
|
||||
type FieldRelationMetadata,
|
||||
} from '@/object-record/record-field/ui/types/FieldMetadata';
|
||||
import { isFieldMorphRelation } from '@/object-record/record-field/ui/types/guards/isFieldMorphRelation';
|
||||
import { recordStoreFamilySelector } from '@/object-record/record-store/states/selectors/recordStoreFamilySelector';
|
||||
import { useAtomFamilySelectorValue } from '@/ui/utilities/state/jotai/hooks/useAtomFamilySelectorValue';
|
||||
import { styled } from '@linaria/react';
|
||||
import { CustomError, isDefined } from 'twenty-shared/utils';
|
||||
import { CustomError } from 'twenty-shared/utils';
|
||||
import { IconPencil, IconPlus } from 'twenty-ui/display';
|
||||
import { LightIconButton } from 'twenty-ui/input';
|
||||
import { RelationType } from '~/generated-metadata/graphql';
|
||||
@@ -74,18 +72,8 @@ export const FieldWidgetRelationEditAction = ({
|
||||
|
||||
const isMorphRelation = isFieldMorphRelation(fieldDefinition);
|
||||
|
||||
const relationValue = useAtomFamilySelectorValue(recordStoreFamilySelector, {
|
||||
recordId,
|
||||
fieldName: fieldDefinition.metadata.fieldName,
|
||||
});
|
||||
|
||||
const hasAtLeastOneRelationRecord = Array.isArray(relationValue)
|
||||
? relationValue.length > 0
|
||||
: isDefined(relationValue);
|
||||
|
||||
const triggerIcon =
|
||||
fieldDefinition.metadata.relationType === RelationType.MANY_TO_ONE ||
|
||||
hasAtLeastOneRelationRecord
|
||||
fieldDefinition.metadata.relationType === RelationType.MANY_TO_ONE
|
||||
? IconPencil
|
||||
: IconPlus;
|
||||
|
||||
|
||||
-64
@@ -1,64 +0,0 @@
|
||||
import { RecordFilterValueDependenciesContext } from '@/object-record/record-filter/contexts/RecordFilterValueDependenciesContext';
|
||||
import { type FieldDefinition } from '@/object-record/record-field/ui/types/FieldDefinition';
|
||||
import { type FieldRelationMetadata } from '@/object-record/record-field/ui/types/FieldMetadata';
|
||||
import { RECORD_TABLE_ROW_HEIGHT } from '@/object-record/record-table/constants/RecordTableRowHeight';
|
||||
import { useIsPageLayoutInEditMode } from '@/page-layout/hooks/useIsPageLayoutInEditMode';
|
||||
import { RecordTableWidgetRendererContent } from '@/page-layout/widgets/record-table/components/RecordTableWidgetRendererContent';
|
||||
import { isFieldWidget } from '@/page-layout/widgets/field/utils/isFieldWidget';
|
||||
import { useCurrentWidget } from '@/page-layout/widgets/hooks/useCurrentWidget';
|
||||
import { styled } from '@linaria/react';
|
||||
import { isDefined } from 'twenty-shared/utils';
|
||||
|
||||
const FIELD_WIDGET_RELATION_TABLE_MAX_VISIBLE_RECORDS = 20;
|
||||
|
||||
const FIELD_WIDGET_RELATION_TABLE_MAX_HEIGHT_IN_PX =
|
||||
(FIELD_WIDGET_RELATION_TABLE_MAX_VISIBLE_RECORDS + 2) *
|
||||
RECORD_TABLE_ROW_HEIGHT;
|
||||
|
||||
const StyledContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: ${FIELD_WIDGET_RELATION_TABLE_MAX_HEIGHT_IN_PX}px;
|
||||
min-height: 0;
|
||||
`;
|
||||
|
||||
type FieldWidgetRelationTableProps = {
|
||||
fieldDefinition: FieldDefinition<FieldRelationMetadata>;
|
||||
recordId: string;
|
||||
};
|
||||
|
||||
export const FieldWidgetRelationTable = ({
|
||||
fieldDefinition,
|
||||
recordId,
|
||||
}: FieldWidgetRelationTableProps) => {
|
||||
const widget = useCurrentWidget();
|
||||
|
||||
const isPageLayoutInEditMode = useIsPageLayoutInEditMode();
|
||||
|
||||
const viewId = isFieldWidget(widget)
|
||||
? widget.configuration.viewId
|
||||
: undefined;
|
||||
|
||||
const targetObjectMetadataId =
|
||||
fieldDefinition.metadata.relationObjectMetadataId;
|
||||
|
||||
if (!isDefined(viewId) || !isDefined(targetObjectMetadataId)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<RecordFilterValueDependenciesContext.Provider
|
||||
value={{ currentRecordId: recordId }}
|
||||
>
|
||||
<StyledContainer>
|
||||
<RecordTableWidgetRendererContent
|
||||
objectMetadataId={targetObjectMetadataId}
|
||||
viewId={viewId}
|
||||
widgetId={widget.id}
|
||||
isReadOnly={isPageLayoutInEditMode}
|
||||
isEmptyStateHidden
|
||||
/>
|
||||
</StyledContainer>
|
||||
</RecordFilterValueDependenciesContext.Provider>
|
||||
);
|
||||
};
|
||||
+1
-5
@@ -14,11 +14,7 @@ export const FIELD_WIDGET_CONFIG: Partial<
|
||||
defaultDisplayMode: FieldDisplayMode.FIELD,
|
||||
},
|
||||
[FieldMetadataType.RELATION]: {
|
||||
availableDisplayModes: [
|
||||
FieldDisplayMode.FIELD,
|
||||
FieldDisplayMode.CARD,
|
||||
FieldDisplayMode.TABLE,
|
||||
],
|
||||
availableDisplayModes: [FieldDisplayMode.FIELD, FieldDisplayMode.CARD],
|
||||
defaultDisplayMode: FieldDisplayMode.CARD,
|
||||
},
|
||||
[FieldMetadataType.MORPH_RELATION]: {
|
||||
|
||||
+6
-19
@@ -1,5 +1,5 @@
|
||||
import { type FieldMetadataType } from 'twenty-shared/types';
|
||||
import { FieldDisplayMode, RelationType } from '~/generated-metadata/graphql';
|
||||
import { FieldDisplayMode } from '~/generated-metadata/graphql';
|
||||
|
||||
import { FIELD_WIDGET_CONFIG } from '@/page-layout/widgets/field/constants/fieldWidgetConfig';
|
||||
|
||||
@@ -13,25 +13,12 @@ export const getFieldWidgetDefaultDisplayMode = (
|
||||
|
||||
export const getFieldWidgetAvailableDisplayModes = (
|
||||
fieldType: FieldMetadataType,
|
||||
relationType?: RelationType | null,
|
||||
) => {
|
||||
const availableDisplayModes = getFieldWidgetConfig(fieldType)
|
||||
?.availableDisplayModes ?? [FieldDisplayMode.FIELD];
|
||||
|
||||
if (relationType !== RelationType.ONE_TO_MANY) {
|
||||
return availableDisplayModes.filter(
|
||||
(displayMode) => displayMode !== FieldDisplayMode.TABLE,
|
||||
);
|
||||
}
|
||||
|
||||
return availableDisplayModes;
|
||||
};
|
||||
) =>
|
||||
getFieldWidgetConfig(fieldType)?.availableDisplayModes ?? [
|
||||
FieldDisplayMode.FIELD,
|
||||
];
|
||||
|
||||
export const isDisplayModeValidForFieldType = (
|
||||
fieldType: FieldMetadataType,
|
||||
displayMode: FieldDisplayMode,
|
||||
relationType?: RelationType | null,
|
||||
) =>
|
||||
getFieldWidgetAvailableDisplayModes(fieldType, relationType).includes(
|
||||
displayMode,
|
||||
);
|
||||
) => getFieldWidgetAvailableDisplayModes(fieldType).includes(displayMode);
|
||||
|
||||
-1
@@ -29,7 +29,6 @@ export const RecordTableWidgetRenderer = ({
|
||||
objectMetadataId={widget.objectMetadataId}
|
||||
viewId={viewId}
|
||||
widgetId={widget.id}
|
||||
isEmptyStateHidden
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
+1
-8
@@ -7,16 +7,12 @@ type RecordTableWidgetRendererContentProps = {
|
||||
objectMetadataId: string;
|
||||
viewId: string;
|
||||
widgetId: string;
|
||||
isReadOnly?: boolean;
|
||||
isEmptyStateHidden?: boolean;
|
||||
};
|
||||
|
||||
export const RecordTableWidgetRendererContent = ({
|
||||
objectMetadataId,
|
||||
viewId,
|
||||
widgetId,
|
||||
isReadOnly = true,
|
||||
isEmptyStateHidden = false,
|
||||
}: RecordTableWidgetRendererContentProps) => {
|
||||
const { objectMetadataItem } = useObjectMetadataItemById({
|
||||
objectId: objectMetadataId,
|
||||
@@ -33,10 +29,7 @@ export const RecordTableWidgetRendererContent = ({
|
||||
viewId={viewId}
|
||||
widgetId={widgetId}
|
||||
>
|
||||
<RecordTableWidget
|
||||
isReadOnly={isReadOnly}
|
||||
isEmptyStateHidden={isEmptyStateHidden}
|
||||
/>
|
||||
<RecordTableWidget />
|
||||
</RecordTableWidgetProvider>
|
||||
</>
|
||||
);
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user