Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const getExpenseHeaders = (groupBy?: SearchGroupBy): SearchColumnConfig[] => [
},
{
columnName: CONST.SEARCH.TABLE_COLUMNS.REPORT_ID,
translationKey: 'common.longID',
translationKey: 'common.longReportID',
},
{
columnName: CONST.SEARCH.TABLE_COLUMNS.TITLE,
Expand Down Expand Up @@ -256,7 +256,7 @@ const getExpenseReportHeaders = (profileIcon?: IconAsset): SearchColumnConfig[]
},
{
columnName: CONST.SEARCH.TABLE_COLUMNS.REPORT_ID,
translationKey: 'common.longID',
translationKey: 'common.longReportID',
},
{
columnName: CONST.SEARCH.TABLE_COLUMNS.ACTION,
Expand Down
2 changes: 1 addition & 1 deletion src/languages/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Protokolle filtern',
network: 'Netzwerk',
reportID: 'Berichts-ID',
longID: 'Lange ID',
longReportID: 'Lange Bericht-ID',
withdrawalID: 'Auszahlungs-ID',
bankAccounts: 'Bankkonten',
chooseFile: 'Datei auswählen',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ const translations = {
filterLogs: 'Filter Logs',
network: 'Network',
reportID: 'Report ID',
longID: 'Long ID',
longReportID: 'Long Report ID',
withdrawalID: 'Withdrawal ID',
bankAccounts: 'Bank accounts',
chooseFile: 'Choose file',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Registros de filtrado',
network: 'La red',
reportID: 'ID del informe',
longID: 'ID largo',
longReportID: 'ID de informe largo',
withdrawalID: 'ID de retiro',
bankAccounts: 'Cuentas bancarias',
chooseFile: 'Elegir archivo',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Filtrer les journaux',
network: 'Réseau',
reportID: 'ID du rapport',
longID: 'Identifiant long',
longReportID: 'ID de rapport long',
withdrawalID: 'ID de retrait',
bankAccounts: 'Comptes bancaires',
chooseFile: 'Choisir un fichier',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Filtra registri',
network: 'Rete',
reportID: 'ID rapporto',
longID: 'ID lungo',
longReportID: 'ID rapporto lungo',
withdrawalID: 'ID prelievo',
bankAccounts: 'Conti bancari',
chooseFile: 'Scegli file',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'ログをフィルター',
network: 'ネットワーク',
reportID: 'レポート ID',
longID: '長いID',
longReportID: '長いレポート ID',
withdrawalID: '出金ID',
bankAccounts: '銀行口座',
chooseFile: 'ファイルを選択',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Logboeken filteren',
network: 'Netwerk',
reportID: 'Rapport-ID',
longID: 'Lange ID',
longReportID: 'Lang rapport-ID',
withdrawalID: 'Opname-ID',
bankAccounts: 'Bankrekeningen',
chooseFile: 'Bestand kiezen',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Filtruj logi',
network: 'Sieć',
reportID: 'ID raportu',
longID: 'Długi identyfikator',
longReportID: 'Długi identyfikator raportu',
withdrawalID: 'ID wypłaty',
bankAccounts: 'Konta bankowe',
chooseFile: 'Wybierz plik',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: 'Filtrar Logs',
network: 'Rede',
reportID: 'ID do Relatório',
longID: 'ID longo',
longReportID: 'ID de relatório longo',
withdrawalID: 'ID de saque',
bankAccounts: 'Contas bancárias',
chooseFile: 'Escolher arquivo',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/zh-hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const translations: TranslationDeepObject<typeof en> = {
filterLogs: '筛选日志',
network: '网络',
reportID: '报告 ID',
longID: ' ID',
longReportID: '长报表 ID',
withdrawalID: '提款 ID',
bankAccounts: '银行账户',
chooseFile: '选择文件',
Expand Down
2 changes: 1 addition & 1 deletion src/libs/SearchUIUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ function getSearchColumnTranslationKey(columnId: SearchCustomColumnIds): Transla
case CONST.SEARCH.TABLE_COLUMNS.TAX_RATE:
return 'iou.taxRate';
case CONST.SEARCH.TABLE_COLUMNS.REPORT_ID:
return 'common.longID';
return 'common.longReportID';
case CONST.SEARCH.TABLE_COLUMNS.TOTAL_AMOUNT:
return 'iou.amount';
case CONST.SEARCH.TABLE_COLUMNS.TOTAL:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ReportDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ function ReportDetailsPage({policy, report, route, reportMetadata}: ReportDetail
/>
<MenuItemWithTopDescription
title={report.reportID}
description={translate('common.longID')}
description={translate('common.longReportID')}
copyValue={report.reportID}
interactive={false}
shouldBlockSelection
Expand Down
Loading