Skip to content

Commit 0b10e83

Browse files
authored
Merge pull request Expensify#68282 from shubham1206agra/merge-translation-23
Merge workspace.changeOwner.addPaymentCardLearnMore translation
2 parents d51730e + ae4366c commit 0b10e83

11 files changed

Lines changed: 14 additions & 30 deletions

File tree

src/languages/de.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5337,8 +5337,7 @@ const translations = {
53375337
addPaymentCardPciCompliant: 'PCI-DSS-konform',
53385338
addPaymentCardBankLevelEncrypt: 'Verschlüsselung auf Bankniveau',
53395339
addPaymentCardRedundant: 'Redundante Infrastruktur',
5340-
addPaymentCardLearnMore: 'Erfahren Sie mehr über unsere',
5341-
addPaymentCardSecurity: 'Sicherheit',
5340+
addPaymentCardLearnMore: `<muted-text>Erfahren Sie mehr über unsere <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">Sicherheit</a>.</muted-text>`,
53425341
amountOwedTitle: 'Ausstehender Saldo',
53435342
amountOwedButtonText: 'OK',
53445343
amountOwedText:

src/languages/en.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5316,8 +5316,7 @@ const translations = {
53165316
addPaymentCardPciCompliant: 'PCI-DSS compliant',
53175317
addPaymentCardBankLevelEncrypt: 'Bank level encryption',
53185318
addPaymentCardRedundant: 'Redundant infrastructure',
5319-
addPaymentCardLearnMore: 'Learn more about our',
5320-
addPaymentCardSecurity: 'security',
5319+
addPaymentCardLearnMore: `<muted-text>Learn more about our <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">security</a>.</muted-text>`,
53215320
amountOwedTitle: 'Outstanding balance',
53225321
amountOwedButtonText: 'OK',
53235322
amountOwedText: 'This account has an outstanding balance from a previous month.\n\nDo you want to clear the balance and take over billing of this workspace?',

src/languages/es.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5328,8 +5328,7 @@ const translations = {
53285328
addPaymentCardPciCompliant: 'PCI-DSS obediente',
53295329
addPaymentCardBankLevelEncrypt: 'Cifrado a nivel bancario',
53305330
addPaymentCardRedundant: 'Infraestructura redundante',
5331-
addPaymentCardLearnMore: 'Conozca más sobre nuestra',
5332-
addPaymentCardSecurity: 'seguridad',
5331+
addPaymentCardLearnMore: `<muted-text>Conozca más sobre nuestra <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">seguridad</a>.</muted-text>`,
53335332
amountOwedTitle: 'Saldo pendiente',
53345333
amountOwedButtonText: 'OK',
53355334
amountOwedText: 'Esta cuenta tiene un saldo pendiente de un mes anterior.\n\n¿Quiere liquidar el saldo y hacerse cargo de la facturación de este espacio de trabajo?',

src/languages/fr.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5351,8 +5351,7 @@ const translations = {
53515351
addPaymentCardPciCompliant: 'Conforme à la norme PCI-DSS',
53525352
addPaymentCardBankLevelEncrypt: 'Chiffrement de niveau bancaire',
53535353
addPaymentCardRedundant: 'Infrastructure redondante',
5354-
addPaymentCardLearnMore: 'En savoir plus sur notre',
5355-
addPaymentCardSecurity: 'sécurité',
5354+
addPaymentCardLearnMore: `<muted-text>LEn savoir plus sur notre <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">sécurité</a>.</muted-text>`,
53565355
amountOwedTitle: 'Solde impayé',
53575356
amountOwedButtonText: "D'accord",
53585357
amountOwedText: "Ce compte a un solde impayé d'un mois précédent.\n\nVoulez-vous régler le solde et prendre en charge la facturation de cet espace de travail ?",

src/languages/it.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5350,8 +5350,7 @@ const translations = {
53505350
addPaymentCardPciCompliant: 'Conforme a PCI-DSS',
53515351
addPaymentCardBankLevelEncrypt: 'Crittografia a livello bancario',
53525352
addPaymentCardRedundant: 'Infrastruttura ridondante',
5353-
addPaymentCardLearnMore: 'Scopri di più sui nostri',
5354-
addPaymentCardSecurity: 'sicurezza',
5353+
addPaymentCardLearnMore: `<muted-text>Scopri di più sulla nostra <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">sicurezza</a>.</muted-text>`,
53555354
amountOwedTitle: 'Saldo in sospeso',
53565355
amountOwedButtonText: 'OK',
53575356
amountOwedText: 'Questo account ha un saldo in sospeso da un mese precedente.\n\nVuoi saldare il saldo e assumere la gestione della fatturazione di questo spazio di lavoro?',

src/languages/ja.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,8 +5321,7 @@ const translations = {
53215321
addPaymentCardPciCompliant: 'PCI-DSS 準拠',
53225322
addPaymentCardBankLevelEncrypt: '銀行レベルの暗号化',
53235323
addPaymentCardRedundant: '冗長インフラストラクチャー',
5324-
addPaymentCardLearnMore: '私たちの詳細について学ぶ',
5325-
addPaymentCardSecurity: 'セキュリティ',
5324+
addPaymentCardLearnMore: `<muted-text>当社の<a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">セキュリティ</a>について詳しくはこちら。</muted-text>`,
53265325
amountOwedTitle: '未払い残高',
53275326
amountOwedButtonText: 'OK',
53285327
amountOwedText: 'このアカウントには前月からの未払い残高があります。\n\nこの残高を清算して、このワークスペースの請求を引き継ぎますか?',

src/languages/nl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5349,8 +5349,7 @@ const translations = {
53495349
addPaymentCardPciCompliant: 'PCI-DSS-conform',
53505350
addPaymentCardBankLevelEncrypt: 'Versleuteling op bankniveau',
53515351
addPaymentCardRedundant: 'Redundante infrastructuur',
5352-
addPaymentCardLearnMore: 'Meer informatie over onze',
5353-
addPaymentCardSecurity: 'beveiliging',
5352+
addPaymentCardLearnMore: `<muted-text>Meer informatie over onze <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">beveiliging</a>.</muted-text>`,
53545353
amountOwedTitle: 'Openstaand saldo',
53555354
amountOwedButtonText: 'OK',
53565355
amountOwedText: 'Dit account heeft een openstaand saldo van een vorige maand.\n\nWilt u het saldo vereffenen en de facturering van deze werkruimte overnemen?',

src/languages/pl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5336,8 +5336,7 @@ const translations = {
53365336
addPaymentCardPciCompliant: 'Zgodny z PCI-DSS',
53375337
addPaymentCardBankLevelEncrypt: 'Szyfrowanie na poziomie bankowym',
53385338
addPaymentCardRedundant: 'Nadmierna infrastruktura',
5339-
addPaymentCardLearnMore: 'Dowiedz się więcej o naszych',
5340-
addPaymentCardSecurity: 'bezpieczeństwo',
5339+
addPaymentCardLearnMore: `<muted-text>Dowiedz się więcej o naszym <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">bezpieczeństwie</a>.</muted-text>`,
53415340
amountOwedTitle: 'Należność do zapłaty',
53425341
amountOwedButtonText: 'OK',
53435342
amountOwedText: 'To konto ma zaległe saldo z poprzedniego miesiąca.\n\nCzy chcesz uregulować saldo i przejąć rozliczenia tego miejsca pracy?',

src/languages/pt-BR.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5347,8 +5347,7 @@ const translations = {
53475347
addPaymentCardPciCompliant: 'Compatível com PCI-DSS',
53485348
addPaymentCardBankLevelEncrypt: 'Criptografia de nível bancário',
53495349
addPaymentCardRedundant: 'Infraestrutura redundante',
5350-
addPaymentCardLearnMore: 'Saiba mais sobre nosso(a)',
5351-
addPaymentCardSecurity: 'segurança',
5350+
addPaymentCardLearnMore: `<muted-text>Saiba mais sobre nossa <a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">segurança</a>.</muted-text>`,
53525351
amountOwedTitle: 'Saldo pendente',
53535352
amountOwedButtonText: 'OK',
53545353
amountOwedText: 'Esta conta tem um saldo pendente de um mês anterior.\n\nVocê deseja quitar o saldo e assumir a cobrança deste espaço de trabalho?',

src/languages/zh-hans.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5256,8 +5256,7 @@ const translations = {
52565256
addPaymentCardPciCompliant: '符合PCI-DSS标准',
52575257
addPaymentCardBankLevelEncrypt: '银行级加密',
52585258
addPaymentCardRedundant: '冗余基础设施',
5259-
addPaymentCardLearnMore: '了解更多关于我们的信息',
5260-
addPaymentCardSecurity: '安全性',
5259+
addPaymentCardLearnMore: `<muted-text>进一步了解我们的<a href="${CONST.PERSONAL_DATA_PROTECTION_INFO_URL}">安全性</a>。</muted-text>`,
52615260
amountOwedTitle: '未结余额',
52625261
amountOwedButtonText: '好的',
52635262
amountOwedText: '此账户有上个月未结清的余额。\n\n您是否想清除余额并接管此工作区的账单?',

0 commit comments

Comments
 (0)