Skip to content

Commit e6e1d49

Browse files
committed
Add AI rules translations for multiple languages: include German, Spanish, French, Italian, Japanese, Dutch, Polish, Brazilian Portuguese, and Simplified Chinese. Enhance AI rules section with titles, subtitles, and action prompts for rule management.
1 parent a6f28c5 commit e6e1d49

9 files changed

Lines changed: 100 additions & 1 deletion

File tree

src/languages/de.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7290,6 +7290,18 @@ Fügen Sie weitere Ausgabelimits hinzu, um den Cashflow Ihres Unternehmens zu sc
72907290
}) =>
72917291
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'Blockiert' : 'Erlaubt'} ${shownCount > 1 ? 'Kategorien' : 'Kategorie'}: ${categories}${hiddenCount > 0 ? `, +${hiddenCount} weitere` : ''}`,
72927292
},
7293+
aiRules: {
7294+
title: 'KI-Regeln',
7295+
subtitle: 'Beschreiben Sie flexible Läufe, die ausgeführt werden, wenn Sie sie benötigen',
7296+
addRule: 'KI-Regel hinzufügen',
7297+
findRule: 'KI-Regel finden',
7298+
addRuleTitle: 'Regel hinzufügen',
7299+
editRuleTitle: 'Regel bearbeiten',
7300+
deleteRule: 'Regel löschen',
7301+
deleteRuleConfirmation: 'Sind Sie sicher, dass Sie diese Regel löschen möchten?',
7302+
describeRuleTitle: 'Beschreiben Sie Ihre Regel',
7303+
describeRuleSubtitle: 'Beschreiben Sie Ihre Regel und Concierge erstellt sie',
7304+
},
72937305
},
72947306
planTypePage: {
72957307
planTypes: {

src/languages/es.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7185,12 +7185,15 @@ ${amount} para ${merchant} - ${date}`,
71857185
},
71867186
aiRules: {
71877187
title: 'Reglas de IA',
7188-
subtitle: 'Describe reglas flexibles que se ejecutan cuando las necesitas',
7188+
subtitle: 'Describe ejecuciones flexibles que se ejecutan cuando las necesitas',
71897189
addRule: 'Añadir regla de IA',
71907190
findRule: 'Buscar regla de IA',
71917191
addRuleTitle: 'Añadir regla',
71927192
describeRuleTitle: 'Describe tu regla',
71937193
describeRuleSubtitle: 'Describe tu regla y Concierge la creará',
7194+
editRuleTitle: 'Editar regla',
7195+
deleteRule: 'Eliminar regla',
7196+
deleteRuleConfirmation: '¿Seguro que quieres eliminar esta regla?',
71947197
},
71957198
},
71967199
emptyDomain: {

src/languages/fr.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7318,6 +7318,18 @@ Ajoutez davantage de règles de dépenses pour protéger la trésorerie de l’e
73187318
}) =>
73197319
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'Bloqué' : 'Autorisé'} ${shownCount > 1 ? 'catégories' : 'catégorie'}: ${categories}${hiddenCount > 0 ? `, +${hiddenCount} de plus` : ''}`,
73207320
},
7321+
aiRules: {
7322+
title: 'Règles IA',
7323+
subtitle: 'Décrivez des exécutions flexibles qui s’exécutent quand vous en avez besoin',
7324+
addRule: 'Ajouter une règle IA',
7325+
findRule: 'Rechercher une règle d’IA',
7326+
addRuleTitle: 'Ajouter une règle',
7327+
editRuleTitle: 'Modifier la règle',
7328+
deleteRule: 'Supprimer la règle',
7329+
deleteRuleConfirmation: 'Voulez-vous vraiment supprimer cette règle ?',
7330+
describeRuleTitle: 'Décrivez votre règle',
7331+
describeRuleSubtitle: 'Décrivez votre règle et Concierge la créera',
7332+
},
73217333
},
73227334
planTypePage: {
73237335
planTypes: {

src/languages/it.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7275,6 +7275,18 @@ Aggiungi altre regole di spesa per proteggere il flusso di cassa aziendale.`,
72757275
}) =>
72767276
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'Bloccato' : 'Consentito'} ${shownCount > 1 ? 'categorie' : 'categoria'}: ${categories}${hiddenCount > 0 ? `, +${hiddenCount} in più` : ''}`,
72777277
},
7278+
aiRules: {
7279+
title: 'Regole IA',
7280+
subtitle: 'Descrivi esecuzioni flessibili che partono quando ne hai bisogno',
7281+
addRule: 'Aggiungi regola IA',
7282+
findRule: 'Trova regola IA',
7283+
addRuleTitle: 'Aggiungi regola',
7284+
editRuleTitle: 'Modifica regola',
7285+
deleteRule: 'Elimina regola',
7286+
deleteRuleConfirmation: 'Sei sicuro di voler eliminare questa regola?',
7287+
describeRuleTitle: 'Descrivi la tua regola',
7288+
describeRuleSubtitle: 'Descrivi la tua regola e Concierge la creerà',
7289+
},
72787290
},
72797291
planTypePage: {
72807292
planTypes: {

src/languages/ja.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7191,6 +7191,18 @@ ${reportName}
71917191
}) =>
71927192
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'ブロック済み' : '許可されています'} ${shownCount > 1 ? 'カテゴリ' : 'カテゴリ'}: ${categories}${hiddenCount > 0 ? `、ほか +${hiddenCount} 件` : ''}`,
71937193
},
7194+
aiRules: {
7195+
title: 'AI ルール',
7196+
subtitle: '必要なときに実行できる柔軟な実行設定について説明します',
7197+
addRule: 'AI ルールを追加',
7198+
findRule: 'AI ルールを検索',
7199+
addRuleTitle: 'ルールを追加',
7200+
editRuleTitle: 'ルールを編集',
7201+
deleteRule: 'ルールを削除',
7202+
deleteRuleConfirmation: 'このルールを削除してもよろしいですか?',
7203+
describeRuleTitle: 'ルールの内容を記入してください',
7204+
describeRuleSubtitle: 'ルールの内容を入力すると、Concierge が自動作成します',
7205+
},
71947206
},
71957207
planTypePage: {
71967208
planTypes: {

src/languages/nl.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7250,6 +7250,18 @@ er bestedingsregels toe om de kasstroom van het bedrijf te beschermen.`,
72507250
}) =>
72517251
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'Geblokkeerd' : 'Toegestaan'} ${shownCount > 1 ? 'categorieën' : 'categorie'}: ${categories}${hiddenCount > 0 ? `, +${hiddenCount} meer` : ''}`,
72527252
},
7253+
aiRules: {
7254+
title: 'AI-regels',
7255+
subtitle: 'Beschrijf flexibele runs die je uitvoert wanneer je ze nodig hebt',
7256+
addRule: 'AI-regel toevoegen',
7257+
findRule: 'AI-regel zoeken',
7258+
addRuleTitle: 'Regel toevoegen',
7259+
editRuleTitle: 'Regel bewerken',
7260+
deleteRule: 'Regel verwijderen',
7261+
deleteRuleConfirmation: 'Weet je zeker dat je deze regel wilt verwijderen?',
7262+
describeRuleTitle: 'Beschrijf je regel',
7263+
describeRuleSubtitle: 'Beschrijf je regel en Concierge maakt hem voor je',
7264+
},
72537265
},
72547266
planTypePage: {
72557267
planTypes: {

src/languages/pl.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7243,6 +7243,18 @@ Dodaj więcej zasad wydatków, żeby chronić płynność finansową firmy.`,
72437243
}) =>
72447244
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'Zablokowane' : 'Dozwolone'} ${shownCount > 1 ? 'kategorie' : 'kategoria'}: ${categories}${hiddenCount > 0 ? `, +${hiddenCount} więcej` : ''}`,
72457245
},
7246+
aiRules: {
7247+
title: 'Zasady AI',
7248+
subtitle: 'Opisz elastyczne uruchomienia, które działają wtedy, gdy ich potrzebujesz',
7249+
addRule: 'Dodaj regułę AI',
7250+
findRule: 'Znajdź regułę AI',
7251+
addRuleTitle: 'Dodaj regułę',
7252+
editRuleTitle: 'Edytuj regułę',
7253+
deleteRule: 'Usuń regułę',
7254+
deleteRuleConfirmation: 'Na pewno chcesz usunąć tę regułę?',
7255+
describeRuleTitle: 'Opisz swoją regułę',
7256+
describeRuleSubtitle: 'Opisz swoją regułę, a Concierge ją utworzy',
7257+
},
72467258
},
72477259
planTypePage: {
72487260
planTypes: {

src/languages/pt-BR.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7249,6 +7249,18 @@ Adicione mais regras de gasto para proteger o fluxo de caixa da empresa.`,
72497249
}) =>
72507250
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? 'Bloqueado' : 'Permitido'} ${shownCount > 1 ? 'categorias' : 'categoria'}: ${categories}${hiddenCount > 0 ? `, +${hiddenCount} mais` : ''}`,
72517251
},
7252+
aiRules: {
7253+
title: 'Regras de IA',
7254+
subtitle: 'Descreva execuções flexíveis que rodam quando você precisa',
7255+
addRule: 'Adicionar regra de IA',
7256+
findRule: 'Encontrar regra de IA',
7257+
addRuleTitle: 'Adicionar regra',
7258+
editRuleTitle: 'Editar regra',
7259+
deleteRule: 'Excluir regra',
7260+
deleteRuleConfirmation: 'Tem certeza de que quer excluir esta regra?',
7261+
describeRuleTitle: 'Descreva sua regra',
7262+
describeRuleSubtitle: 'Descreva sua regra e a Concierge vai criá-la',
7263+
},
72527264
},
72537265
planTypePage: {
72547266
planTypes: {

src/languages/zh-hans.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7057,6 +7057,18 @@ ${reportName}
70577057
}) =>
70587058
`${action === CONST.SPEND_RULES.ACTION.BLOCK ? '已屏蔽' : '已允许'} ${shownCount > 1 ? '类别' : '类别'}: ${categories}${hiddenCount > 0 ? `,还有 +${hiddenCount} 个` : ''}`,
70597059
},
7060+
aiRules: {
7061+
title: 'AI 规则',
7062+
subtitle: '描述在你需要时运行的灵活执行方案',
7063+
addRule: '添加 AI 规则',
7064+
findRule: '查找 AI 规则',
7065+
addRuleTitle: '添加规则',
7066+
editRuleTitle: '编辑规则',
7067+
deleteRule: '删除规则',
7068+
deleteRuleConfirmation: '确定要删除此规则吗?',
7069+
describeRuleTitle: '描述你的规则',
7070+
describeRuleSubtitle: '描述你的规则,我们会由 Concierge 为你创建',
7071+
},
70607072
},
70617073
planTypePage: {
70627074
planTypes: {

0 commit comments

Comments
 (0)