@@ -2284,38 +2284,22 @@ const translations = {
22842284 } ,
22852285 addAccountingIntegrationTask : {
22862286 title : ( { integrationName, workspaceAccountingLink} ) =>
2287- ( integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other ? '' : '[' ) +
2288- ( integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other ? '' : integrationName ) +
2289- '](' +
2290- workspaceAccountingLink +
2291- ')' +
2292- ( integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other ? '\u3092\u63A5\u7D9A' : '\u3068\u63A5\u7D9A\u3059\u308B' ) ,
2287+ `${ integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other ? '' : '\u3068' } [${ integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other ? '\u3042\u306A\u305F\u306E' : '' } ${ integrationName } ](${ workspaceAccountingLink } )\u3068\u63A5\u7D9A\u3059\u308B` ,
22932288 description : ( { integrationName, workspaceAccountingLink} ) =>
2294- ( integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other
2295- ? integrationName + '\u3092\u63A5\u7D9A\u3059\u308B'
2296- : integrationName + '\u3068\u63A5\u7D9A\u3059\u308B' ) +
2297- '\u3068\u3001\u7D4C\u8CBB\u306E\u81EA\u52D5\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u3068\u540C\u671F\u304C\u53EF\u80FD\u306B\u306A\u308A\u3001\u6708\u672B\u306E\u7D50\u7B97\u304C\u5BB9\u6613\u306B\u306A\u308A\u307E\u3059\u3002\n' +
2289+ `${ integrationName === CONST . ONBOARDING_ACCOUNTING_MAPPING . other ? '\u3042\u306A\u305F\u306E' : '' } ${ integrationName } \u3068\u63A5\u7D9A\u3059\u308B\u3068\u3001\u7D4C\u8CBB\u306E\u81EA\u52D5\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u3068\u540C\u671F\u304C\u53EF\u80FD\u306B\u306A\u308A\u3001\u6708\u672B\u306E\u7D50\u7B97\u304C\u5BB9\u6613\u306B\u306A\u308A\u307E\u3059\u3002\n` +
22982290 '\n' +
2299- '1. *\u8A2D\u5B9A* \u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002\n' +
2300- '2. *\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9* \u306B\u79FB\u52D5\u3057\u307E\u3059\u3002\n' +
2291+ '1. *\u8A2D\u5B9A*\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002\n' +
2292+ '2. *\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9*\u306B\u79FB\u52D5\u3057\u307E\u3059\u3002\n' +
23012293 '3. \u3042\u306A\u305F\u306E\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u3092\u9078\u629E\u3057\u307E\u3059\u3002\n' +
2302- '4. *\u4F1A\u8A08* \u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002\n' +
2303- '5. ' +
2304- integrationName +
2305- ' \u3092\u63A2\u3057\u307E\u3059\u3002\n' +
2306- '6. *\u63A5\u7D9A* \u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002\n' +
2294+ '4. *\u4F1A\u8A08*\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002\n' +
2295+ `5. ${ integrationName } \u3092\u63A2\u3057\u307E\u3059\u3002\n` +
2296+ '6. *\u63A5\u7D9A*\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002\n' +
23072297 '\n' +
2308- ( integrationName && CONST . connectionsVideoPaths [ integrationName ]
2309- ? '[\u4F1A\u8A08\u306B\u79FB\u52D5](' +
2310- workspaceAccountingLink +
2311- ')\u3002\n\n'
2318- : '[\u4F1A\u8A08\u306B\u79FB\u52D5](' + workspaceAccountingLink + ')\u3002' ) ,
2298+ `${
2299+ integrationName && CONST . connectionsVideoPaths [ integrationName ]
2300+ ? `[\u4F1A\u8A08\u306B\u79FB\u52D5\u3059\u308B](${ workspaceAccountingLink } ).\n\n`
2301+ : `[\u4F1A\u8A08\u306B\u79FB\u52D5\u3059\u308B](${ workspaceAccountingLink } ).`
2302+ } `,
23192303 } ,
23202304 connectCorporateCardTask : {
23212305 title : ( { corporateCardLink} ) => `[\u3042\u306A\u305F\u306E\u6CD5\u4EBA\u30AB\u30FC\u30C9](${ corporateCardLink } )\u3092\u63A5\u7D9A\u3059\u308B` ,
0 commit comments