Revert "Add type expense report"#72992
Closed
grgia wants to merge 1 commit into
Closed
Conversation
Contributor
|
🚧 @grgia has triggered a test Expensify/App build. You can view the workflow run here. |
Contributor
🦜 Polyglot Parrot! 🦜Squawk! Looks like you added some shiny new English strings. Allow me to parrot them back to you in other tongues: View the translation diffdiff --git a/src/languages/it.ts b/src/languages/it.ts
index 39f3dec0..51e15f16 100644
--- a/src/languages/it.ts
+++ b/src/languages/it.ts
@@ -6273,10 +6273,10 @@ ${amount} per ${merchant} - ${date}`,
reimbursable: 'Rimborsabile',
purchaseCurrency: 'Valuta di acquisto',
groupBy: {
- [CONST.SEARCH.GROUP_BY.REPORTS]: 'Rapporto',
+ [CONST.SEARCH.GROUP_BY.REPORTS]: 'Resoconto',
[CONST.SEARCH.GROUP_BY.FROM]: 'Da',
[CONST.SEARCH.GROUP_BY.CARD]: 'Carta',
- [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'ID di prelievo',
+ [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'ID del prelievo',
},
feed: 'Feed',
withdrawalType: {
diff --git a/src/languages/ja.ts b/src/languages/ja.ts
index d9c2f2e5..5af0b943 100644
--- a/src/languages/ja.ts
+++ b/src/languages/ja.ts
@@ -6208,7 +6208,7 @@ ${date} - ${merchant}に${amount}`,
reimbursable: '払い戻し可能',
purchaseCurrency: '購入通貨',
groupBy: {
- [CONST.SEARCH.GROUP_BY.REPORTS]: '報告',
+ [CONST.SEARCH.GROUP_BY.REPORTS]: 'レポート',
[CONST.SEARCH.GROUP_BY.FROM]: 'から',
[CONST.SEARCH.GROUP_BY.CARD]: 'カード',
[CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: '出金ID',
diff --git a/src/languages/nl.ts b/src/languages/nl.ts
index b63cf25c..8112c7b5 100644
--- a/src/languages/nl.ts
+++ b/src/languages/nl.ts
@@ -6257,7 +6257,7 @@ ${amount} voor ${merchant} - ${date}`,
reimbursable: 'Vergoedbaar',
purchaseCurrency: 'Aankoopvaluta',
groupBy: {
- [CONST.SEARCH.GROUP_BY.REPORTS]: 'Verslag',
+ [CONST.SEARCH.GROUP_BY.REPORTS]: 'Rapport',
[CONST.SEARCH.GROUP_BY.FROM]: 'Van',
[CONST.SEARCH.GROUP_BY.CARD]: 'Kaart',
[CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'Opname-ID',
diff --git a/src/languages/pl.ts b/src/languages/pl.ts
index 113656f4..f37c805e 100644
--- a/src/languages/pl.ts
+++ b/src/languages/pl.ts
@@ -6246,7 +6246,7 @@ ${amount} dla ${merchant} - ${date}`,
[CONST.SEARCH.GROUP_BY.REPORTS]: 'Raport',
[CONST.SEARCH.GROUP_BY.FROM]: 'Od',
[CONST.SEARCH.GROUP_BY.CARD]: 'Karta',
- [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'Identyfikator wypłaty',
+ [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'Identyfikator wypłaty', //_/\__/_/ \_,_/\__/\__/\_,_/
},
feed: 'Kanal',
withdrawalType: {
diff --git a/src/languages/pt-BR.ts b/src/languages/pt-BR.ts
index d9ee8f96..b0efdd6f 100644
--- a/src/languages/pt-BR.ts
+++ b/src/languages/pt-BR.ts
@@ -6255,7 +6255,7 @@ ${amount} para ${merchant} - ${date}`,
[CONST.SEARCH.GROUP_BY.REPORTS]: 'Relatório',
[CONST.SEARCH.GROUP_BY.FROM]: 'De',
[CONST.SEARCH.GROUP_BY.CARD]: 'Cartão',
- [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'ID de retirada',
+ [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: 'ID do saque',
},
feed: 'Feed',
withdrawalType: {
diff --git a/src/languages/zh-hans.ts b/src/languages/zh-hans.ts
index e4029329..5873fe4b 100644
--- a/src/languages/zh-hans.ts
+++ b/src/languages/zh-hans.ts
@@ -6131,9 +6131,9 @@ ${merchant}的${amount} - ${date}`,
purchaseCurrency: '购买货币',
groupBy: {
[CONST.SEARCH.GROUP_BY.REPORTS]: '报告',
- [CONST.SEARCH.GROUP_BY.FROM]: '从',
- [CONST.SEARCH.GROUP_BY.CARD]: '卡片',
- [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: '提现ID',
+ [CONST.SEARCH.GROUP_BY.FROM]: '来自',
+ [CONST.SEARCH.GROUP_BY.CARD]: '卡',
+ [CONST.SEARCH.GROUP_BY.WITHDRAWAL_ID]: '提现编号',
},
feed: '通道',
withdrawalType: {
Note You can apply these changes to your branch by copying the patch to your clipboard, then running |
Contributor
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #71800