Skip to content

Commit 308884f

Browse files
authored
Merge pull request Expensify#68325 from shubham1206agra/merge-translation-26
Merge workspace.rules.expenseReportRules.unlockFeatureGoToSubtitle translations
2 parents 0b10e83 + 1434a17 commit 308884f

12 files changed

Lines changed: 51 additions & 50 deletions

File tree

src/languages/de.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5594,9 +5594,10 @@ const translations = {
55945594
autoPayApprovedReportsLockedSubtitle: 'Gehen Sie zu Weitere Funktionen und aktivieren Sie Workflows, dann fügen Sie Zahlungen hinzu, um diese Funktion freizuschalten.',
55955595
autoPayReportsUnderTitle: 'Berichte unter Auto-Zahlung',
55965596
autoPayReportsUnderDescription: 'Vollständig konforme Spesenabrechnungen unter diesem Betrag werden automatisch bezahlt.',
5597-
unlockFeatureGoToSubtitle: 'Gehe zu',
5598-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `und Workflows aktivieren, dann ${featureName} hinzufügen, um diese Funktion freizuschalten.`,
5599-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `und aktivieren Sie ${featureName}, um diese Funktion freizuschalten.`,
5597+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5598+
`Gehen Sie zu [Mehr Funktionen](${moreFeaturesLink}) und aktivieren Sie Workflows. Fügen Sie dann ${featureName} hinzu, um diese Funktion freizuschalten.`,
5599+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5600+
`Gehen Sie zu [Mehr Funktionen](${moreFeaturesLink}) und aktivieren Sie ${featureName}, um diese Funktion freizuschalten.`,
56005601
},
56015602
categoryRules: {
56025603
title: 'Kategorienregeln',

src/languages/en.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5569,9 +5569,9 @@ const translations = {
55695569
autoPayApprovedReportsLockedSubtitle: 'Go to more features and enable workflows, then add payments to unlock this feature.',
55705570
autoPayReportsUnderTitle: 'Auto-pay reports under',
55715571
autoPayReportsUnderDescription: 'Fully compliant expense reports under this amount will be automatically paid. ',
5572-
unlockFeatureGoToSubtitle: 'Go to',
5573-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `and enable workflows, then add ${featureName} to unlock this feature.`,
5574-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `and enable ${featureName} to unlock this feature.`,
5572+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5573+
`Go to [more features](${moreFeaturesLink}) and enable workflows, then add ${featureName} to unlock this feature.`,
5574+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) => `Go to [more features](${moreFeaturesLink}) and enable ${featureName} to unlock this feature.`,
55755575
},
55765576
categoryRules: {
55775577
title: 'Category rules',

src/languages/es.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5603,9 +5603,10 @@ const translations = {
56035603
autoPayApprovedReportsLockedSubtitle: 'Ve a más funciones y habilita flujos de trabajo, luego agrega pagos para desbloquear esta función.',
56045604
autoPayReportsUnderTitle: 'Pagar automáticamente informes por debajo de',
56055605
autoPayReportsUnderDescription: 'Los informes de gastos totalmente conformes por debajo de esta cantidad se pagarán automáticamente.',
5606-
unlockFeatureGoToSubtitle: 'Ir a',
5607-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `y habilita flujos de trabajo, luego agrega ${featureName} para desbloquear esta función.`,
5608-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `y habilita ${featureName} para desbloquear esta función.`,
5606+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5607+
`Ir a [más características](${moreFeaturesLink}) y habilita flujos de trabajo, luego agrega ${featureName} para desbloquear esta función.`,
5608+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5609+
`Ir a [más características](${moreFeaturesLink}) y habilita ${featureName} para desbloquear esta función.`,
56095610
},
56105611
categoryRules: {
56115612
title: 'Reglas de categoría',

src/languages/fr.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5606,10 +5606,10 @@ const translations = {
56065606
autoPayApprovedReportsLockedSubtitle: 'Allez dans plus de fonctionnalités et activez les flux de travail, puis ajoutez des paiements pour débloquer cette fonctionnalité.',
56075607
autoPayReportsUnderTitle: 'Rapports de paiement automatique sous',
56085608
autoPayReportsUnderDescription: 'Les rapports de dépenses entièrement conformes en dessous de ce montant seront automatiquement payés.',
5609-
unlockFeatureGoToSubtitle: 'Aller à',
5610-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) =>
5611-
`et activez les flux de travail, puis ajoutez ${featureName} pour débloquer cette fonctionnalité.`,
5612-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `et activez ${featureName} pour débloquer cette fonctionnalité.`,
5609+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5610+
`Accédez à [plus de fonctionnalités](${moreFeaturesLink}) et activez les workflows, puis ajoutez ${featureName} pour débloquer cette fonctionnalité.`,
5611+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5612+
`Accédez à [plus de fonctionnalités](${moreFeaturesLink}) et activez ${featureName} pour débloquer cette fonctionnalité.`,
56135613
},
56145614
categoryRules: {
56155615
title: 'Règles de catégorie',

src/languages/it.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5606,9 +5606,10 @@ const translations = {
56065606
autoPayApprovedReportsLockedSubtitle: 'Vai su altre funzionalità e abilita i flussi di lavoro, quindi aggiungi i pagamenti per sbloccare questa funzione.',
56075607
autoPayReportsUnderTitle: 'Rapporti di pagamento automatico sotto',
56085608
autoPayReportsUnderDescription: 'I rapporti spese completamente conformi sotto questo importo verranno pagati automaticamente.',
5609-
unlockFeatureGoToSubtitle: 'Vai a',
5610-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `e abilita i flussi di lavoro, quindi aggiungi ${featureName} per sbloccare questa funzione.`,
5611-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `e abilita ${featureName} per sbloccare questa funzione.`,
5609+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5610+
`Vai su [più funzionalità](${moreFeaturesLink}) e attiva i flussi di lavoro, quindi aggiungi ${featureName} per sbloccare questa funzionalità.`,
5611+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5612+
`Vai su [più funzionalità](${moreFeaturesLink}) e attiva ${featureName} per sbloccare questa funzionalità.`,
56125613
},
56135614
categoryRules: {
56145615
title: 'Regole di categoria',

src/languages/ja.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5574,9 +5574,10 @@ const translations = {
55745574
autoPayApprovedReportsLockedSubtitle: 'その他の機能に移動してワークフローを有効にし、その後、支払いを追加してこの機能をアンロックしてください。',
55755575
autoPayReportsUnderTitle: '以下の金額未満のレポートを自動支払い',
55765576
autoPayReportsUnderDescription: 'この金額以下の完全に準拠した経費報告書は自動的に支払われます。',
5577-
unlockFeatureGoToSubtitle: '移動',
5578-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `ワークフローを有効にし、その後${featureName}を追加してこの機能をアンロックしてください。`,
5579-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `そして${featureName}を有効にして、この機能をアンロックしてください。`,
5577+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5578+
`[さらに多くの機能](${moreFeaturesLink})にアクセスしてワークフローを有効にし、${featureName}を追加してこの機能のロックを解除してください。`,
5579+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5580+
`[さらに多くの機能](${moreFeaturesLink})にアクセスし、${featureName}を有効にしてこの機能のロックを解除してください。`,
55805581
},
55815582
categoryRules: {
55825583
title: 'カテゴリールール',

src/languages/nl.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5602,9 +5602,10 @@ const translations = {
56025602
autoPayApprovedReportsLockedSubtitle: 'Ga naar meer functies en schakel workflows in, voeg vervolgens betalingen toe om deze functie te ontgrendelen.',
56035603
autoPayReportsUnderTitle: 'Automatisch rapporten betalen onder',
56045604
autoPayReportsUnderDescription: "Volledig conforme onkostennota's onder dit bedrag worden automatisch betaald.",
5605-
unlockFeatureGoToSubtitle: 'Ga naar',
5606-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `en workflows inschakelen, voeg vervolgens ${featureName} toe om deze functie te ontgrendelen.`,
5607-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `en schakel ${featureName} in om deze functie te ontgrendelen.`,
5605+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5606+
`Ga naar [meer functies](${moreFeaturesLink}) en schakel workflows in, voeg vervolgens ${featureName} toe om deze functie te ontgrendelen.`,
5607+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5608+
`Ga naar [meer functies](${moreFeaturesLink}) en schakel ${featureName} in om deze functie te ontgrendelen.`,
56085609
},
56095610
categoryRules: {
56105611
title: 'Categoriewetten',

src/languages/params.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ type AssignedCardParams = {
618618

619619
type FeatureNameParams = {
620620
featureName: string;
621+
moreFeaturesLink: string;
621622
};
622623

623624
type AutoPayApprovedReportsLimitErrorParams = {

src/languages/pl.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5590,9 +5590,10 @@ const translations = {
55905590
autoPayApprovedReportsLockedSubtitle: 'Przejdź do więcej funkcji i włącz przepływy pracy, a następnie dodaj płatności, aby odblokować tę funkcję.',
55915591
autoPayReportsUnderTitle: 'Automatyczne opłacanie raportów poniżej',
55925592
autoPayReportsUnderDescription: 'W pełni zgodne raporty wydatków poniżej tej kwoty będą automatycznie opłacane.',
5593-
unlockFeatureGoToSubtitle: 'Przejdź do',
5594-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `i włącz przepływy pracy, a następnie dodaj ${featureName}, aby odblokować tę funkcję.`,
5595-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `i włącz ${featureName}, aby odblokować tę funkcję.`,
5593+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5594+
`Przejdź do [więcej funkcji](${moreFeaturesLink}) i włącz przepływy pracy, a następnie dodaj ${featureName}, aby odblokować tę funkcję.`,
5595+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5596+
`Przejdź do [więcej funkcji](${moreFeaturesLink}) i włącz ${featureName}, aby odblokować tę funkcję.`,
55965597
},
55975598
categoryRules: {
55985599
title: 'Zasady kategorii',

src/languages/pt-BR.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5601,9 +5601,10 @@ const translations = {
56015601
autoPayApprovedReportsLockedSubtitle: 'Vá para mais recursos e ative os fluxos de trabalho, depois adicione pagamentos para desbloquear este recurso.',
56025602
autoPayReportsUnderTitle: 'Relatórios de pagamento automático abaixo de',
56035603
autoPayReportsUnderDescription: 'Relatórios de despesas totalmente compatíveis abaixo deste valor serão pagos automaticamente.',
5604-
unlockFeatureGoToSubtitle: 'Ir para',
5605-
unlockFeatureEnableWorkflowsSubtitle: ({featureName}: FeatureNameParams) => `e habilite fluxos de trabalho, depois adicione ${featureName} para desbloquear este recurso.`,
5606-
enableFeatureSubtitle: ({featureName}: FeatureNameParams) => `e ative ${featureName} para desbloquear este recurso.`,
5604+
unlockFeatureEnableWorkflowsSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5605+
`Acesse [mais recursos](${moreFeaturesLink}) e habilite fluxos de trabalho, depois adicione ${featureName} para desbloquear esse recurso.`,
5606+
enableFeatureSubtitle: ({featureName, moreFeaturesLink}: FeatureNameParams) =>
5607+
`Acesse [mais recursos](${moreFeaturesLink}) e habilite ${featureName} para desbloquear este recurso.`,
56075608
},
56085609
categoryRules: {
56095610
title: 'Regras de categoria',

0 commit comments

Comments
 (0)