Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions .github/workflows/jira-agent-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,17 @@ jobs:
# resume route → a forced workflow_dispatch stage. `!cancelled()` lets the
# gate evaluate even when preflight is skipped (the forced-dispatch path).
agent-run:
needs: preflight
# Both gates feed this one job: `preflight` for the resume routes +
# ci-failure-iterate, and `ci-success-handler` for the codex-review
# hold (green PR, open P0/P1 findings → pr-iterate). On any given
# event only one of the two needed jobs runs and the other is skipped
# (empty outputs); `!cancelled()` lets the `if` evaluate regardless.
needs: [preflight, ci-success-handler]
if: |
!cancelled() &&
(needs.preflight.outputs.stage != '' ||
needs.preflight.outputs.ci_failure_eligible == 'true' ||
needs.ci-success-handler.outputs.dispatch_pr_iterate == 'true' ||
(github.event_name == 'workflow_dispatch' && inputs.stage != 'resume'))
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down Expand Up @@ -267,10 +273,11 @@ jobs:

- uses: ./.ag-dev-prompts/node_modules/@ag-grid/dev-prompts/.github/actions/jira-pipeline
with:
# ci-failure-iterate wins when the failure preflight is eligible;
# otherwise the resume route, or a forced workflow_dispatch stage.
stage: ${{ needs.preflight.outputs.ci_failure_eligible == 'true' && 'ci-failure-iterate' || needs.preflight.outputs.stage || inputs.stage }}
issue_key: ${{ needs.preflight.outputs.issue_key || env.ISSUE_KEY }}
# Stage precedence: ci-failure-iterate (failure preflight eligible)
# → pr-iterate (green CI held on open P0/P1 Codex findings)
# → the resume route → a forced workflow_dispatch stage.
stage: ${{ needs.preflight.outputs.ci_failure_eligible == 'true' && 'ci-failure-iterate' || needs.ci-success-handler.outputs.dispatch_pr_iterate == 'true' && 'pr-iterate' || needs.preflight.outputs.stage || inputs.stage }}
issue_key: ${{ needs.preflight.outputs.issue_key || needs.ci-success-handler.outputs.issue_key || env.ISSUE_KEY }}
ci_failure_run_url: ${{ needs.preflight.outputs.ci_failure_run_url }}
recycle_from: ${{ needs.preflight.outputs.prior_pr_outcome }}
jira_agent_app_id: ${{ vars.JIRA_AGENT_APP_ID }}
Expand Down Expand Up @@ -305,6 +312,11 @@ jobs:
handled: ${{ steps.handler.outputs.handled }}
issue_key: ${{ steps.handler.outputs.issue_key }}
pr_number: ${{ steps.handler.outputs.pr_number }}
# 'true' when a green PR still has open P0/P1 Codex findings: the
# handler HELD the Needs-Review promotion and asks for a pr-iterate
# to address them. Routed into agent-run below (the success-side
# analog of ci-failure-iterate) — no self-dispatch needed.
dispatch_pr_iterate: ${{ steps.handler.outputs.dispatch_pr_iterate }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/ar-EG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ export const AG_GRID_LOCALE_EG = {
calculatedColumnExpressionAmbiguousReference:
'مرجع عمود غامض "${variable}". استخدم قائمة الأعمدة أو مسار مجموعة أكثر تحديدًا.',
calculatedColumnExpressionUnknownReference: 'مرجع عمود غير معروف "${variable}".',
calculatedColumnExpressionEmpty: 'أدخل تعبيرًا.',
calculatedColumnExpressionEmpty: 'أدخل تعبيرًا',
calculatedColumnTitleEmpty: 'أدخل عنوانًا',
calculatedColumnApply: 'تطبيق',
calculatedColumnCancel: 'إلغاء',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/bg-BG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ export const AG_GRID_LOCALE_BG = {
calculatedColumnExpressionAmbiguousReference:
'Двусмислена препратка към колона "${variable}". Използвайте списъка с колони или по-конкретен път на групата.',
calculatedColumnExpressionUnknownReference: 'Неизвестна препратка към колона "${variable}".',
calculatedColumnExpressionEmpty: 'Въведете израз.',
calculatedColumnExpressionEmpty: 'Въведете израз',
calculatedColumnTitleEmpty: 'Въведете заглавие',
calculatedColumnApply: 'Приложи',
calculatedColumnCancel: 'Отказ',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,8 @@ export const AG_GRID_LOCALE_CZ = {
calculatedColumnExpressionAmbiguousReference:
'Nejednoznačný odkaz na sloupec "${variable}". Použijte seznam Sloupce nebo konkrétnější cestu skupiny.',
calculatedColumnExpressionUnknownReference: 'Neznámý odkaz na sloupec "${variable}".',
calculatedColumnExpressionEmpty: 'Zadejte výraz.',
calculatedColumnExpressionEmpty: 'Zadejte výraz',
calculatedColumnTitleEmpty: 'Zadejte název',
calculatedColumnApply: 'Použít',
calculatedColumnCancel: 'Zrušit',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/da-DK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,8 @@ export const AG_GRID_LOCALE_DK = {
calculatedColumnExpressionAmbiguousReference:
'Tvetydig kolonnereference "${variable}". Brug listen Kolonner eller en mere specifik gruppesti.',
calculatedColumnExpressionUnknownReference: 'Ukendt kolonnereference "${variable}".',
calculatedColumnExpressionEmpty: 'Indtast et udtryk.',
calculatedColumnExpressionEmpty: 'Indtast et udtryk',
calculatedColumnTitleEmpty: 'Indtast en titel',
calculatedColumnApply: 'Anvend',
calculatedColumnCancel: 'Annuller',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,8 @@ export const AG_GRID_LOCALE_DE = {
calculatedColumnExpressionAmbiguousReference:
'Mehrdeutiger Spaltenverweis "${variable}". Verwenden Sie die Spaltenliste oder einen spezifischeren Gruppenpfad.',
calculatedColumnExpressionUnknownReference: 'Unbekannter Spaltenverweis "${variable}".',
calculatedColumnExpressionEmpty: 'Geben Sie einen Ausdruck ein.',
calculatedColumnExpressionEmpty: 'Geben Sie einen Ausdruck ein',
calculatedColumnTitleEmpty: 'Geben Sie einen Titel ein',
calculatedColumnApply: 'Anwenden',
calculatedColumnCancel: 'Abbrechen',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/el-GR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,8 @@ export const AG_GRID_LOCALE_GR = {
calculatedColumnExpressionAmbiguousReference:
'Ασαφής αναφορά στήλης "${variable}". Χρησιμοποιήστε τη λίστα Στήλες ή μια πιο συγκεκριμένη διαδρομή ομάδας.',
calculatedColumnExpressionUnknownReference: 'Άγνωστη αναφορά στήλης "${variable}".',
calculatedColumnExpressionEmpty: 'Εισαγάγετε μια έκφραση.',
calculatedColumnExpressionEmpty: 'Εισαγάγετε μια έκφραση',
calculatedColumnTitleEmpty: 'Εισαγάγετε έναν τίτλο',
calculatedColumnApply: 'Εφαρμογή',
calculatedColumnCancel: 'Ακύρωση',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,8 @@ export const AG_GRID_LOCALE_EN = {
calculatedColumnExpressionAmbiguousReference:
'Ambiguous column reference "${variable}". Use the Columns list or a more specific group path.',
calculatedColumnExpressionUnknownReference: 'Unknown column reference "${variable}".',
calculatedColumnExpressionEmpty: 'Enter an expression.',
calculatedColumnExpressionEmpty: 'Enter an expression',
calculatedColumnTitleEmpty: 'Enter a title',
calculatedColumnApply: 'Apply',
calculatedColumnCancel: 'Cancel',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ export const AG_GRID_LOCALE_ES = {
calculatedColumnExpressionAmbiguousReference:
'Referencia de columna ambigua "${variable}". Use la lista de Columnas o una ruta de grupo más específica.',
calculatedColumnExpressionUnknownReference: 'Referencia de columna desconocida "${variable}".',
calculatedColumnExpressionEmpty: 'Introduzca una expresión.',
calculatedColumnExpressionEmpty: 'Introduzca una expresión',
calculatedColumnTitleEmpty: 'Introduzca un título',
calculatedColumnApply: 'Aplicar',
calculatedColumnCancel: 'Cancelar',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/fa-IR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ export const AG_GRID_LOCALE_IR = {
calculatedColumnExpressionAmbiguousReference:
'ارجاع مبهم ستون "${variable}". از فهرست ستون‌ها یا یک مسیر گروه دقیق‌تر استفاده کنید.',
calculatedColumnExpressionUnknownReference: 'ارجاع ناشناخته ستون "${variable}".',
calculatedColumnExpressionEmpty: 'یک عبارت وارد کنید.',
calculatedColumnExpressionEmpty: 'یک عبارت وارد کنید',
calculatedColumnTitleEmpty: 'یک عنوان وارد کنید',
calculatedColumnApply: 'اعمال',
calculatedColumnCancel: 'لغو',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/fi-FI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,8 @@ export const AG_GRID_LOCALE_FI = {
calculatedColumnExpressionAmbiguousReference:
'Moniselitteinen sarakeviittaus "${variable}". Käytä Sarakkeet-luetteloa tai tarkempaa ryhmäpolkua.',
calculatedColumnExpressionUnknownReference: 'Tuntematon sarakeviittaus "${variable}".',
calculatedColumnExpressionEmpty: 'Anna lauseke.',
calculatedColumnExpressionEmpty: 'Anna lauseke',
calculatedColumnTitleEmpty: 'Anna otsikko',
calculatedColumnApply: 'Käytä',
calculatedColumnCancel: 'Peruuta',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ export const AG_GRID_LOCALE_FR = {
calculatedColumnExpressionAmbiguousReference:
'Référence de colonne ambiguë "${variable}". Utilisez la liste Colonnes ou un chemin de groupe plus spécifique.',
calculatedColumnExpressionUnknownReference: 'Référence de colonne inconnue "${variable}".',
calculatedColumnExpressionEmpty: 'Saisissez une expression.',
calculatedColumnExpressionEmpty: 'Saisissez une expression',
calculatedColumnTitleEmpty: 'Saisissez un titre',
calculatedColumnApply: 'Appliquer',
calculatedColumnCancel: 'Annuler',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,8 @@ export const AG_GRID_LOCALE_IL = {
calculatedColumnExpressionAmbiguousReference:
'הפניית עמודה דו-משמעית "${variable}". השתמש ברשימת העמודות או בנתיב קבוצה ספציפי יותר.',
calculatedColumnExpressionUnknownReference: 'הפניית עמודה לא ידועה "${variable}".',
calculatedColumnExpressionEmpty: 'הזן ביטוי.',
calculatedColumnExpressionEmpty: 'הזן ביטוי',
calculatedColumnTitleEmpty: 'הזן כותרת',
calculatedColumnApply: 'החל',
calculatedColumnCancel: 'בטל',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/hr-HR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ export const AG_GRID_LOCALE_HR = {
calculatedColumnExpressionAmbiguousReference:
'Dvosmislena referenca stupca "${variable}". Upotrijebite popis Stupci ili određeniju putanju grupe.',
calculatedColumnExpressionUnknownReference: 'Nepoznata referenca stupca "${variable}".',
calculatedColumnExpressionEmpty: 'Unesite izraz.',
calculatedColumnExpressionEmpty: 'Unesite izraz',
calculatedColumnTitleEmpty: 'Unesite naslov',
calculatedColumnApply: 'Primijeni',
calculatedColumnCancel: 'Odustani',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/hu-HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,8 @@ export const AG_GRID_LOCALE_HU = {
calculatedColumnExpressionAmbiguousReference:
'Nem egyértelmű oszlophivatkozás: "${variable}". Használja az Oszlopok listát vagy egy konkrétabb csoportútvonalat.',
calculatedColumnExpressionUnknownReference: 'Ismeretlen oszlophivatkozás: "${variable}".',
calculatedColumnExpressionEmpty: 'Adjon meg egy kifejezést.',
calculatedColumnExpressionEmpty: 'Adjon meg egy kifejezést',
calculatedColumnTitleEmpty: 'Adjon meg egy címet',
calculatedColumnApply: 'Alkalmaz',
calculatedColumnCancel: 'Mégse',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/it-IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,8 @@ export const AG_GRID_LOCALE_IT = {
calculatedColumnExpressionAmbiguousReference:
'Riferimento di colonna ambiguo "${variable}". Usa l\'elenco Colonne o un percorso di gruppo più specifico.',
calculatedColumnExpressionUnknownReference: 'Riferimento di colonna sconosciuto "${variable}".',
calculatedColumnExpressionEmpty: "Inserisci un'espressione.",
calculatedColumnExpressionEmpty: "Inserisci un'espressione",
calculatedColumnTitleEmpty: 'Inserisci un titolo',
calculatedColumnApply: 'Applica',
calculatedColumnCancel: 'Annulla',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,8 @@ export const AG_GRID_LOCALE_JP = {
calculatedColumnExpressionAmbiguousReference:
'列参照があいまいです "${variable}"。列リストを使用するか、より具体的なグループパスを指定してください。',
calculatedColumnExpressionUnknownReference: '不明な列参照です "${variable}"。',
calculatedColumnExpressionEmpty: '式を入力してください。',
calculatedColumnExpressionEmpty: '式を入力してください',
calculatedColumnTitleEmpty: 'タイトルを入力してください',
calculatedColumnApply: '適用',
calculatedColumnCancel: 'キャンセル',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,8 @@ export const AG_GRID_LOCALE_KR = {
calculatedColumnExpressionAmbiguousReference:
'모호한 열 참조 "${variable}". 열 목록을 사용하거나 더 구체적인 그룹 경로를 사용하세요.',
calculatedColumnExpressionUnknownReference: '알 수 없는 열 참조 "${variable}".',
calculatedColumnExpressionEmpty: '식을 입력하세요.',
calculatedColumnExpressionEmpty: '식을 입력하세요',
calculatedColumnTitleEmpty: '제목을 입력하세요',
calculatedColumnApply: '적용',
calculatedColumnCancel: '취소',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/nb-NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ export const AG_GRID_LOCALE_NO = {
calculatedColumnExpressionAmbiguousReference:
'Tvetydig kolonnereferanse "${variable}". Bruk Kolonner-listen eller en mer spesifikk gruppebane.',
calculatedColumnExpressionUnknownReference: 'Ukjent kolonnereferanse "${variable}".',
calculatedColumnExpressionEmpty: 'Skriv inn et uttrykk.',
calculatedColumnExpressionEmpty: 'Skriv inn et uttrykk',
calculatedColumnTitleEmpty: 'Skriv inn en tittel',
calculatedColumnApply: 'Bruk',
calculatedColumnCancel: 'Avbryt',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ export const AG_GRID_LOCALE_NL = {
calculatedColumnExpressionAmbiguousReference:
'Dubbelzinnige kolomverwijzing "${variable}". Gebruik de lijst Kolommen of een specifieker groepspad.',
calculatedColumnExpressionUnknownReference: 'Onbekende kolomverwijzing "${variable}".',
calculatedColumnExpressionEmpty: 'Voer een expressie in.',
calculatedColumnExpressionEmpty: 'Voer een expressie in',
calculatedColumnTitleEmpty: 'Voer een titel in',
calculatedColumnApply: 'Toepassen',
calculatedColumnCancel: 'Annuleren',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/pl-PL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ export const AG_GRID_LOCALE_PL = {
calculatedColumnExpressionAmbiguousReference:
'Niejednoznaczne odwołanie do kolumny "${variable}". Użyj listy Kolumny lub bardziej szczegółowej ścieżki grupy.',
calculatedColumnExpressionUnknownReference: 'Nieznane odwołanie do kolumny "${variable}".',
calculatedColumnExpressionEmpty: 'Wprowadź wyrażenie.',
calculatedColumnExpressionEmpty: 'Wprowadź wyrażenie',
calculatedColumnTitleEmpty: 'Wprowadź tytuł',
calculatedColumnApply: 'Zastosuj',
calculatedColumnCancel: 'Anuluj',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ export const AG_GRID_LOCALE_BR = {
calculatedColumnExpressionAmbiguousReference:
'Referência de coluna ambígua "${variable}". Use a lista Colunas ou um caminho de grupo mais específico.',
calculatedColumnExpressionUnknownReference: 'Referência de coluna desconhecida "${variable}".',
calculatedColumnExpressionEmpty: 'Insira uma expressão.',
calculatedColumnExpressionEmpty: 'Insira uma expressão',
calculatedColumnTitleEmpty: 'Insira um título',
calculatedColumnApply: 'Aplicar',
calculatedColumnCancel: 'Cancelar',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/pt-PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@ export const AG_GRID_LOCALE_PT = {
calculatedColumnExpressionAmbiguousReference:
'Referência de coluna ambígua "${variable}". Utilize a lista Colunas ou um caminho de grupo mais específico.',
calculatedColumnExpressionUnknownReference: 'Referência de coluna desconhecida "${variable}".',
calculatedColumnExpressionEmpty: 'Introduza uma expressão.',
calculatedColumnExpressionEmpty: 'Introduza uma expressão',
calculatedColumnTitleEmpty: 'Introduza um título',
calculatedColumnApply: 'Aplicar',
calculatedColumnCancel: 'Cancelar',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/ro-RO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,8 @@ export const AG_GRID_LOCALE_RO = {
calculatedColumnExpressionAmbiguousReference:
'Referință de coloană ambiguă "${variable}". Utilizați lista Coloane sau o cale de grup mai specifică.',
calculatedColumnExpressionUnknownReference: 'Referință de coloană necunoscută "${variable}".',
calculatedColumnExpressionEmpty: 'Introduceți o expresie.',
calculatedColumnExpressionEmpty: 'Introduceți o expresie',
calculatedColumnTitleEmpty: 'Introduceți un titlu',
calculatedColumnApply: 'Aplică',
calculatedColumnCancel: 'Anulează',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/sk-SK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ export const AG_GRID_LOCALE_SK = {
calculatedColumnExpressionAmbiguousReference:
'Nejednoznačný odkaz na stĺpec "${variable}". Použite zoznam Stĺpce alebo konkrétnejšiu cestu skupiny.',
calculatedColumnExpressionUnknownReference: 'Neznámy odkaz na stĺpec "${variable}".',
calculatedColumnExpressionEmpty: 'Zadajte výraz.',
calculatedColumnExpressionEmpty: 'Zadajte výraz',
calculatedColumnTitleEmpty: 'Zadajte názov',
calculatedColumnApply: 'Použiť',
calculatedColumnCancel: 'Zrušiť',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/sv-SE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,8 @@ export const AG_GRID_LOCALE_SE = {
calculatedColumnExpressionAmbiguousReference:
'Tvetydig kolumnreferens "${variable}". Använd listan Kolumner eller en mer specifik gruppsökväg.',
calculatedColumnExpressionUnknownReference: 'Okänd kolumnreferens "${variable}".',
calculatedColumnExpressionEmpty: 'Ange ett uttryck.',
calculatedColumnExpressionEmpty: 'Ange ett uttryck',
calculatedColumnTitleEmpty: 'Ange en titel',
calculatedColumnApply: 'Verkställ',
calculatedColumnCancel: 'Avbryt',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/tr-TR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ export const AG_GRID_LOCALE_TR = {
calculatedColumnExpressionAmbiguousReference:
'Belirsiz sütun başvurusu "${variable}". Sütunlar listesini veya daha belirli bir grup yolunu kullanın.',
calculatedColumnExpressionUnknownReference: 'Bilinmeyen sütun başvurusu "${variable}".',
calculatedColumnExpressionEmpty: 'Bir ifade girin.',
calculatedColumnExpressionEmpty: 'Bir ifade girin',
calculatedColumnTitleEmpty: 'Bir başlık girin',
calculatedColumnApply: 'Uygula',
calculatedColumnCancel: 'İptal',

Expand Down
3 changes: 2 additions & 1 deletion community-modules/locale/src/uk-UA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ export const AG_GRID_LOCALE_UA = {
calculatedColumnExpressionAmbiguousReference:
'Неоднозначне посилання на стовпець "${variable}". Скористайтеся списком Стовпці або точнішим шляхом групи.',
calculatedColumnExpressionUnknownReference: 'Невідоме посилання на стовпець "${variable}".',
calculatedColumnExpressionEmpty: 'Введіть вираз.',
calculatedColumnExpressionEmpty: 'Введіть вираз',
calculatedColumnTitleEmpty: 'Введіть назву',
calculatedColumnApply: 'Застосувати',
calculatedColumnCancel: 'Скасувати',

Expand Down
1 change: 1 addition & 0 deletions community-modules/locale/src/ur-PK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ export const AG_GRID_LOCALE_PK = {
'مبہم کالم حوالہ "${variable}"۔ کالمز کی فہرست یا زیادہ مخصوص گروپ راستہ استعمال کریں۔',
calculatedColumnExpressionUnknownReference: 'نامعلوم کالم حوالہ "${variable}"۔',
calculatedColumnExpressionEmpty: 'ایک اظہار درج کریں۔',
calculatedColumnTitleEmpty: 'ایک عنوان درج کریں۔',
calculatedColumnApply: 'لاگو کریں',
calculatedColumnCancel: 'منسوخ کریں',

Expand Down
Loading
Loading