Skip to content

Commit 25102e7

Browse files
committed
Add HR integration translations
1 parent 482b342 commit 25102e7

8 files changed

Lines changed: 55 additions & 1 deletion

File tree

src/languages/de.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6647,6 +6647,13 @@ Fordern Sie Spesendetails wie Belege und Beschreibungen an, legen Sie Limits und
66476647
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt:
66486648
'Ihr Unternehmen hat das Erstellen von Arbeitsbereichen eingeschränkt. Bitte wenden Sie sich an eine*n Admin, um Hilfe zu erhalten.',
66496649
},
6650+
hr: {
6651+
title: 'HR-Integrationen',
6652+
description:
6653+
'Verbinden Sie Ihren HR-Anbieter, um Mitarbeitende automatisch zu synchronisieren und Genehmigungsworkflows zu verwalten. Halten Sie Ihr Teamverzeichnis und Ihre Berichtsstruktur ohne manuellen Aufwand auf dem neuesten Stand.',
6654+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6655+
`<muted-text>HR-Integrationen sind nur im Control-Tarif verfügbar, ab <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `pro Mitglied und Monat.` : `pro aktivem Mitglied und Monat.`}</muted-text>`,
6656+
},
66506657
},
66516658
downgrade: {
66526659
commonFeatures: {

src/languages/fr.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,7 @@ ${amount} pour ${merchant} - ${date}`,
26222622
title: 'Dépenses de',
26232623
memberAlreadyInWorkflowTitle: 'Membre déjà dans un workflow',
26242624
memberAlreadyInWorkflowPrompt: ({memberName, approverName}: {memberName: string; approverName: string}) =>
2625-
`${memberName} fait déjà partie d\u2019un workflow d\u2019approbation qui soumet à ${approverName}. L\u2019ajouter ici le déplacera vers ce workflow.`,
2625+
`${memberName} fait déjà partie d’un workflow d’approbation qui soumet à ${approverName}. L’ajouter ici le déplacera vers ce workflow.`,
26262626
header: 'Quand les membres suivants soumettent des dépenses :',
26272627
},
26282628
workflowsApproverPage: {
@@ -6669,6 +6669,13 @@ Rendez obligatoires des informations de dépense comme les reçus et les descrip
66696669
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt:
66706670
'Votre entreprise a restreint la création d’espaces de travail. Veuillez contacter un administrateur pour obtenir de l’aide.',
66716671
},
6672+
hr: {
6673+
title: 'Intégrations RH',
6674+
description:
6675+
'Connectez votre fournisseur RH pour synchroniser automatiquement les employés et gérer les workflows d’approbation. Maintenez la liste de votre équipe et la structure de reporting à jour sans travail manuel.',
6676+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6677+
`<muted-text>Les intégrations RH sont uniquement disponibles avec l’offre Control, à partir de <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `par membre et par mois.` : `par membre actif et par mois.`}</muted-text>`,
6678+
},
66726679
},
66736680
downgrade: {
66746681
commonFeatures: {

src/languages/it.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6631,6 +6631,13 @@ Richiedi dettagli sulle spese come ricevute e descrizioni, imposta limiti e valo
66316631
upgradeWorkspaceWarning: `Impossibile eseguire l'upgrade dello spazio di lavoro`,
66326632
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt: 'La tua azienda ha limitato la creazione degli spazi di lavoro. Contatta un amministratore per assistenza.',
66336633
},
6634+
hr: {
6635+
title: 'Integrazioni HR',
6636+
description:
6637+
'Collega il tuo provider HR per sincronizzare automaticamente i dipendenti e gestire i flussi di approvazione. Mantieni l’organigramma del tuo team e la struttura dei report sempre aggiornati senza lavoro manuale.',
6638+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6639+
`<muted-text>Le integrazioni HR sono disponibili solo con il piano Control, a partire da <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `per membro al mese.` : `per membro attivo al mese.`}</muted-text>`,
6640+
},
66346641
},
66356642
downgrade: {
66366643
commonFeatures: {

src/languages/ja.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6559,6 +6559,12 @@ ${reportName}
65596559
upgradeWorkspaceWarning: `ワークスペースをアップグレードできません`,
65606560
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt: 'あなたの会社ではワークスペースの作成が制限されています。管理者に連絡してサポートを受けてください。',
65616561
},
6562+
hr: {
6563+
title: '人事連携',
6564+
description: '人事システムを連携して、従業員情報を自動で同期し、承認ワークフローを管理できます。チームの名簿とレポートラインを手作業なしで最新の状態に保てます。',
6565+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6566+
`<muted-text>人事システム連携は、<strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `メンバー1人あたり月額` : `アクティブメンバー1人あたり、1か月ごと。`}からのControlプランでのみご利用いただけます</muted-text>`,
6567+
},
65626568
},
65636569
downgrade: {
65646570
commonFeatures: {

src/languages/nl.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6612,6 +6612,13 @@ Vereis onkostendetails zoals bonnen en beschrijvingen, stel limieten en standaar
66126612
upgradeWorkspaceWarning: `Kan werkruimte niet upgraden`,
66136613
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt: 'Je bedrijf heeft het aanmaken van werkruimtes beperkt. Neem contact op met een admin voor hulp.',
66146614
},
6615+
hr: {
6616+
title: 'HR-integraties',
6617+
description:
6618+
'Koppel je HR-provider om automatisch werknemers te synchroniseren en goedkeuringsworkflows te beheren. Houd je teamoverzicht en rapportagestructuur up-to-date zonder handmatig werk.',
6619+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6620+
`<muted-text>HR-integraties zijn alleen beschikbaar in het Control-abonnement, vanaf <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `per lid per maand.` : `per actief lid per maand.`}</muted-text>`,
6621+
},
66156622
},
66166623
downgrade: {
66176624
commonFeatures: {

src/languages/pl.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6604,6 +6604,13 @@ Wymagaj szczegółów wydatków, takich jak paragony i opisy, ustawiaj limity i
66046604
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt:
66056605
'Twoja firma ograniczyła możliwość tworzenia przestrzeni roboczych. Skontaktuj się z administratorem, aby uzyskać pomoc.',
66066606
},
6607+
hr: {
6608+
title: 'Integracje HR',
6609+
description:
6610+
'Połącz się ze swoim dostawcą HR, aby automatycznie synchronizować pracowników i zarządzać ścieżkami akceptacji. Utrzymuj listę członków zespołu i strukturę raportowania na bieżąco, bez ręcznej pracy.',
6611+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6612+
`<muted-text>Integracje HR są dostępne tylko w planie Control, zaczynającym się od <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `za osobę miesięcznie.` : `za aktywnego członka miesięcznie.`}</muted-text>`,
6613+
},
66076614
},
66086615
downgrade: {
66096616
commonFeatures: {

src/languages/pt-BR.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6610,6 +6610,13 @@ Exija dados de despesas como recibos e descrições, defina limites e padrões e
66106610
upgradeWorkspaceWarning: `Não é possível atualizar o workspace`,
66116611
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt: 'Sua empresa restringiu a criação de espaços de trabalho. Entre em contato com um administrador para obter ajuda.',
66126612
},
6613+
hr: {
6614+
title: 'Integrações de RH',
6615+
description:
6616+
'Conecte seu provedor de RH para sincronizar automaticamente funcionários e gerenciar fluxos de aprovação. Mantenha a lista de integrantes da equipe e a estrutura de relatórios sempre atualizadas sem trabalho manual.',
6617+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6618+
`<muted-text>Integrações de RH estão disponíveis apenas no plano Control, a partir de <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `por membro por mês.` : `por membro ativo por mês.`}</muted-text>`,
6619+
},
66136620
},
66146621
downgrade: {
66156622
commonFeatures: {

src/languages/zh-hans.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6445,6 +6445,12 @@ ${reportName}
64456445
upgradeWorkspaceWarning: `无法升级工作空间`,
64466446
upgradeWorkspaceWarningForRestrictedPolicyCreationPrompt: '您的公司已限制创建工作区。请联系管理员获取帮助。',
64476447
},
6448+
hr: {
6449+
title: '人力资源集成',
6450+
description: '连接你的 HR 提供商,自动同步员工并管理审批流程。无需手动操作,即可保持团队成员名单和汇报结构的最新状态。',
6451+
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
6452+
`<muted-text>人力资源集成功能仅在 Control 方案中提供,起价为 <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `每位成员每月。` : `每位活跃成员每月。`}</muted-text>`,
6453+
},
64486454
},
64496455
downgrade: {
64506456
commonFeatures: {

0 commit comments

Comments
 (0)