Skip to content

Commit 95e80eb

Browse files
Merge workspace.changeOwner.errorDescription translation
1 parent dd11c95 commit 95e80eb

11 files changed

Lines changed: 14 additions & 36 deletions

File tree

src/languages/de.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5349,9 +5349,7 @@ const translations = {
53495349
successTitle: 'Woohoo! Alles bereit.',
53505350
successDescription: 'Sie sind jetzt der Besitzer dieses Arbeitsbereichs.',
53515351
errorTitle: 'Hoppla! Nicht so schnell...',
5352-
errorDescriptionPartOne: 'Es gab ein Problem beim Übertragen der Inhaberschaft dieses Arbeitsbereichs. Versuchen Sie es erneut, oder',
5353-
errorDescriptionPartTwo: 'Wenden Sie sich an Concierge.',
5354-
errorDescriptionPartThree: 'für Hilfe.',
5352+
errorDescription: `<muted-text><centered-text>TBei der Übertragung des Eigentums an diesem Arbeitsbereich ist ein Problem aufgetreten. Versuchen Sie es erneut, oder <a href="mailto:${CONST.EMAIL.CONCIERGE}">wenden Sie sich an Concierge</a>.</centered-text></muted-text>`,
53555353
},
53565354
exportAgainModal: {
53575355
title: 'Vorsicht!',

src/languages/en.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5327,9 +5327,7 @@ const translations = {
53275327
successTitle: 'Woohoo! All set.',
53285328
successDescription: "You're now the owner of this workspace.",
53295329
errorTitle: 'Oops! Not so fast...',
5330-
errorDescriptionPartOne: 'There was a problem transferring ownership of this workspace. Try again, or',
5331-
errorDescriptionPartTwo: 'reach out to Concierge',
5332-
errorDescriptionPartThree: 'for help.',
5330+
errorDescription: `<muted-text><centered-text>There was a problem transferring ownership of this workspace. Try again, or <a href="mailto:${CONST.EMAIL.CONCIERGE}">reach out to Concierge</a> for help.</centered-text></muted-text>`,
53335331
},
53345332
exportAgainModal: {
53355333
title: 'Careful!',

src/languages/es.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5339,9 +5339,7 @@ const translations = {
53395339
successTitle: '¡Guau! Todo listo.',
53405340
successDescription: 'Ahora eres el propietario de este espacio de trabajo.',
53415341
errorTitle: '¡Ups! No tan rapido...',
5342-
errorDescriptionPartOne: 'Hubo un problema al transferir la propiedad de este espacio de trabajo. Inténtalo de nuevo, o',
5343-
errorDescriptionPartTwo: 'contacta con Concierge',
5344-
errorDescriptionPartThree: 'por ayuda.',
5342+
errorDescription: `<muted-text><centered-text>Hubo un problema al transferir la propiedad de este espacio de trabajo. Inténtalo de nuevo, o <a href="mailto:${CONST.EMAIL.CONCIERGE}">contacta con Concierge</a> por ayuda.</centered-text></muted-text>`,
53455343
},
53465344

53475345
exportAgainModal: {

src/languages/fr.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5362,9 +5362,7 @@ const translations = {
53625362
successTitle: 'Youpi ! Tout est prêt.',
53635363
successDescription: 'Vous êtes maintenant le propriétaire de cet espace de travail.',
53645364
errorTitle: 'Oups ! Pas si vite...',
5365-
errorDescriptionPartOne: 'Un problème est survenu lors du transfert de la propriété de cet espace de travail. Réessayez, ou',
5366-
errorDescriptionPartTwo: 'contactez Concierge',
5367-
errorDescriptionPartThree: "pour obtenir de l'aide.",
5365+
errorDescription: `<muted-text><centered-text>Un problème est survenu lors du transfert de propriété de cet espace de travail. Veuillez réessayer ou <a href="mailto:${CONST.EMAIL.CONCIERGE}">contacter le Concierge</a> pour obtenir de l'aide.</centered-text></muted-text>`,
53685366
},
53695367
exportAgainModal: {
53705368
title: 'Attention !',

src/languages/it.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5361,9 +5361,7 @@ const translations = {
53615361
successTitle: 'Woohoo! Tutto pronto.',
53625362
successDescription: 'Ora sei il proprietario di questo spazio di lavoro.',
53635363
errorTitle: 'Ops! Non così in fretta...',
5364-
errorDescriptionPartOne: 'Si è verificato un problema nel trasferimento della proprietà di questo spazio di lavoro. Riprova, oppure',
5365-
errorDescriptionPartTwo: 'contatta Concierge',
5366-
errorDescriptionPartThree: 'per assistenza.',
5364+
errorDescription: `<muted-text><centered-text>Si è verificato un problema durante il trasferimento della proprietà di questo spazio di lavoro. Riprova o <a href="mailto:${CONST.EMAIL.CONCIERGE}">contatta il Concierge</a> per assistenza.</centered-text></muted-text>`,
53675365
},
53685366
exportAgainModal: {
53695367
title: 'Attento!',

src/languages/ja.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5332,9 +5332,7 @@ const translations = {
53325332
successTitle: 'やったー!準備完了です。',
53335333
successDescription: 'あなたはこのワークスペースのオーナーになりました。',
53345334
errorTitle: 'おっと!ちょっと待って...',
5335-
errorDescriptionPartOne: 'このワークスペースの所有権の移行に問題が発生しました。もう一度お試しいただくか、',
5336-
errorDescriptionPartTwo: 'Conciergeに連絡する',
5337-
errorDescriptionPartThree: 'for help.',
5335+
errorDescription: `<muted-text><centered-text>このワークスペースの所有権の移転に問題が発生しました。もう一度お試しいただくか、<a href="mailto:${CONST.EMAIL.CONCIERGE}">Concierge までお問い合わせ</a>ください。</centered-text></muted-text>`,
53385336
},
53395337
exportAgainModal: {
53405338
title: '注意!',

src/languages/nl.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,9 +5360,7 @@ const translations = {
53605360
successTitle: 'Woohoo! Alles klaar.',
53615361
successDescription: 'Je bent nu de eigenaar van deze werkruimte.',
53625362
errorTitle: 'Oeps! Niet zo snel...',
5363-
errorDescriptionPartOne: 'Er was een probleem met het overdragen van het eigendom van deze werkruimte. Probeer het opnieuw, of',
5364-
errorDescriptionPartTwo: 'neem contact op met Concierge',
5365-
errorDescriptionPartThree: 'voor hulp.',
5363+
errorDescription: `<muted-text><centered-text>Er is een probleem opgetreden bij het overdragen van het eigendom van deze werkruimte. Probeer het opnieuw of <a href="mailto:${CONST.EMAIL.CONCIERGE}">neem contact op met Concierge</a> voor hulp.</centered-text></muted-text>`,
53665364
},
53675365
exportAgainModal: {
53685366
title: 'Voorzichtig!',

src/languages/pl.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5347,9 +5347,7 @@ const translations = {
53475347
successTitle: 'Hurra! Wszystko gotowe.',
53485348
successDescription: 'Jesteś teraz właścicielem tego miejsca pracy.',
53495349
errorTitle: 'Ups! Nie tak szybko...',
5350-
errorDescriptionPartOne: 'Wystąpił problem z przeniesieniem własności tego miejsca pracy. Spróbuj ponownie lub',
5351-
errorDescriptionPartTwo: 'skontaktuj się z Concierge',
5352-
errorDescriptionPartThree: 'po pomoc.',
5350+
errorDescription: `<muted-text><centered-text>Wystąpił problem podczas przenoszenia własności tego obszaru roboczego. Spróbuj ponownie lub <a href="mailto:${CONST.EMAIL.CONCIERGE}">skontaktuj się z Concierge</a>, aby uzyskać pomoc.</centered-text></muted-text>`,
53535351
},
53545352
exportAgainModal: {
53555353
title: 'Ostrożnie!',

src/languages/pt-BR.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5358,9 +5358,7 @@ const translations = {
53585358
successTitle: 'Uhu! Tudo pronto.',
53595359
successDescription: 'Você agora é o proprietário deste espaço de trabalho.',
53605360
errorTitle: 'Ops! Não tão rápido...',
5361-
errorDescriptionPartOne: 'Houve um problema ao transferir a propriedade deste espaço de trabalho. Tente novamente, ou',
5362-
errorDescriptionPartTwo: 'entre em contato com o Concierge',
5363-
errorDescriptionPartThree: 'para ajuda.',
5361+
errorDescription: `<muted-text><centered-text>Ocorreu um problema ao transferir a propriedade deste espaço de trabalho. Tente novamente ou entre em <a href="mailto:${CONST.EMAIL.CONCIERGE}">contato com o Concierge</a> para obter ajuda.</centered-text></muted-text>`,
53645362
},
53655363
exportAgainModal: {
53665364
title: 'Cuidado!',

src/languages/zh-hans.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5267,9 +5267,7 @@ const translations = {
52675267
successTitle: '哇哦!一切就绪。',
52685268
successDescription: '您现在是此工作区的所有者。',
52695269
errorTitle: '哎呀!别这么快...',
5270-
errorDescriptionPartOne: '将此工作区的所有权转移时出现问题。请重试,或',
5271-
errorDescriptionPartTwo: '联系Concierge',
5272-
errorDescriptionPartThree: '寻求帮助。',
5270+
errorDescription: `<muted-text><centered-text>该工作区所有权的转移出现问题。请重试,或<a href="mailto:${CONST.EMAIL.CONCIERGE}">联系 Concierge </a>寻求帮助。</centered-text></muted-text>`,
52735271
},
52745272
exportAgainModal: {
52755273
title: '小心!',

0 commit comments

Comments
 (0)