Skip to content

Commit 8b5e1b9

Browse files
authored
Merge pull request Expensify#68774 from Expensify/jamesdeanexpensify-patch-5
[NO QA] Adding period to end of error message
2 parents 5b1b8a2 + 13ad930 commit 8b5e1b9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3504,7 +3504,7 @@ const translations = {
35043504
existingConnectionsDescription: ({connectionName}: ConnectionNameParams) =>
35053505
`Since you've connected to ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]} before, you can choose to reuse an existing connection or create a new one.`,
35063506
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - Last synced ${formattedDate}`,
3507-
authenticationError: ({connectionName}: AuthenticationErrorParams) => `Can’t connect to ${connectionName} due to an authentication error`,
3507+
authenticationError: ({connectionName}: AuthenticationErrorParams) => `Can’t connect to ${connectionName} due to an authentication error.`,
35083508
learnMore: 'Learn more',
35093509
memberAlternateText: 'Members can submit and approve reports.',
35103510
adminAlternateText: 'Admins have full edit access to all reports and workspace settings.',

src/languages/es.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@ const translations = {
34923492
`Como ya te has conectado a ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]} antes, puedes optar por reutilizar una conexión existente o crear una nueva.`,
34933493
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - Última sincronización ${formattedDate}`,
34943494
topLevel: 'Nivel superior',
3495-
authenticationError: ({connectionName}: AuthenticationErrorParams) => `No se puede conectar a ${connectionName} debido a un error de autenticación`,
3495+
authenticationError: ({connectionName}: AuthenticationErrorParams) => `No se puede conectar a ${connectionName} debido a un error de autenticación.`,
34963496
learnMore: 'Más información',
34973497
memberAlternateText: 'Los miembros pueden presentar y aprobar informes.',
34983498
adminAlternateText: 'Los administradores tienen acceso total para editar todos los informes y la configuración del área de trabajo.',

src/languages/fr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3515,7 +3515,7 @@ const translations = {
35153515
existingConnectionsDescription: ({connectionName}: ConnectionNameParams) =>
35163516
`Puisque vous vous êtes déjà connecté à ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}, vous pouvez choisir de réutiliser une connexion existante ou d'en créer une nouvelle.`,
35173517
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - Dernière synchronisation le ${formattedDate}`,
3518-
authenticationError: ({connectionName}: AuthenticationErrorParams) => `Impossible de se connecter à ${connectionName} en raison d'une erreur d'authentification`,
3518+
authenticationError: ({connectionName}: AuthenticationErrorParams) => `Impossible de se connecter à ${connectionName} en raison d'une erreur d'authentification.`,
35193519
learnMore: 'En savoir plus',
35203520
memberAlternateText: 'Les membres peuvent soumettre et approuver des rapports.',
35213521
adminAlternateText: "Les administrateurs ont un accès complet pour modifier tous les rapports et les paramètres de l'espace de travail.",

src/languages/it.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3520,7 +3520,7 @@ const translations = {
35203520
existingConnectionsDescription: ({connectionName}: ConnectionNameParams) =>
35213521
`Poiché ti sei connesso a ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]} in precedenza, puoi scegliere di riutilizzare una connessione esistente o crearne una nuova.`,
35223522
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - Ultima sincronizzazione ${formattedDate}`,
3523-
authenticationError: ({connectionName}: AuthenticationErrorParams) => `Impossibile connettersi a ${connectionName} a causa di un errore di autenticazione`,
3523+
authenticationError: ({connectionName}: AuthenticationErrorParams) => `Impossibile connettersi a ${connectionName} a causa di un errore di autenticazione.`,
35243524
learnMore: 'Scopri di più',
35253525
memberAlternateText: 'I membri possono inviare e approvare i rapporti.',
35263526
adminAlternateText: 'Gli amministratori hanno pieno accesso di modifica a tutti i report e alle impostazioni dello spazio di lavoro.',

src/languages/ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3520,7 +3520,7 @@ const translations = {
35203520
existingConnectionsDescription: ({connectionName}: ConnectionNameParams) =>
35213521
`以前に${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}に接続したことがあるので、既存の接続を再利用するか、新しい接続を作成することができます。`,
35223522
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - 最終同期日 ${formattedDate}`,
3523-
authenticationError: ({connectionName}: AuthenticationErrorParams) => `認証エラーのため、${connectionName} に接続できません`,
3523+
authenticationError: ({connectionName}: AuthenticationErrorParams) => `認証エラーのため、${connectionName} に接続できません`,
35243524
learnMore: '詳しくはこちら',
35253525
memberAlternateText: 'メンバーはレポートを提出および承認できます。',
35263526
adminAlternateText: '管理者は、すべてのレポートとワークスペース設定に対して完全な編集アクセス権を持っています。',

src/languages/zh-hans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3477,7 +3477,7 @@ const translations = {
34773477
existingConnectionsDescription: ({connectionName}: ConnectionNameParams) =>
34783478
`由于您之前已连接到${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]},您可以选择重用现有连接或创建新连接。`,
34793479
lastSyncDate: ({connectionName, formattedDate}: LastSyncDateParams) => `${connectionName} - 上次同步时间 ${formattedDate}`,
3480-
authenticationError: ({connectionName}: AuthenticationErrorParams) => `由于身份验证错误,无法连接到${connectionName}`,
3480+
authenticationError: ({connectionName}: AuthenticationErrorParams) => `由于身份验证错误,无法连接到${connectionName}`,
34813481
learnMore: '了解更多',
34823482
memberAlternateText: '成员可以提交和批准报告。',
34833483
adminAlternateText: '管理员对所有报告和工作区设置拥有完全编辑权限。',

0 commit comments

Comments
 (0)