fix: update translation#91691
Conversation
|
@shubham1206agra can you help me with the translations of this |
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@mdneyazahmad Change for one and then we will run the bot for translations |
|
Hey, I noticed you changed If you want to automatically generate translations for other locales, an Expensify employee will have to:
Alternatively, if you are an external contributor, you can run the translation script locally with your own OpenAI API key. To learn more, try running: npx ts-node ./scripts/generateTranslations.ts --helpTypically, you'd want to translate only what you changed by running |
🦜 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/de.ts b/src/languages/de.ts
index 669d0c2fcce..469ec0c7be4 100644
--- a/src/languages/de.ts
+++ b/src/languages/de.ts
@@ -8110,6 +8110,7 @@ Fügen Sie weitere Ausgabelimits hinzu, um den Cashflow Ihres Unternehmens zu sc
topCategories: 'Topkategorien',
topMerchants: 'Top-Händler',
},
+ saveView: 'Ansicht speichern',
},
genericErrorPage: {
title: 'Ups, da ist etwas schiefgelaufen!',
diff --git a/src/languages/es.ts b/src/languages/es.ts
index dcb9acaca32..80d39532b9f 100644
--- a/src/languages/es.ts
+++ b/src/languages/es.ts
@@ -7897,6 +7897,7 @@ ${amount} para ${merchant} - ${date}`,
errors: {
pleaseSelectDatesForBothFromAndTo: 'Por favor, selecciona fechas para Desde y Hasta',
},
+ saveView: 'Guardar vista',
},
genericErrorPage: {
title: '¡Oh-oh, algo salió mal!',
diff --git a/src/languages/fr.ts b/src/languages/fr.ts
index e149ae58a55..a6d1262746b 100644
--- a/src/languages/fr.ts
+++ b/src/languages/fr.ts
@@ -8141,6 +8141,7 @@ Ajoutez davantage de règles de dépenses pour protéger la trésorerie de l’e
topCategories: 'Catégories principales',
topMerchants: 'Meilleurs commerçants',
},
+ saveView: 'Enregistrer la vue',
},
genericErrorPage: {
title: 'Oups, quelque chose s’est mal passé !',
diff --git a/src/languages/it.ts b/src/languages/it.ts
index e059a3b4e03..031dc1d6851 100644
--- a/src/languages/it.ts
+++ b/src/languages/it.ts
@@ -8102,6 +8102,7 @@ Aggiungi altre regole di spesa per proteggere il flusso di cassa aziendale.`,
topCategories: 'Categorie principali',
topMerchants: 'Principali esercenti',
},
+ saveView: 'Salva vista',
},
genericErrorPage: {
title: 'Oops, qualcosa è andato storto!',
diff --git a/src/languages/ja.ts b/src/languages/ja.ts
index 0baff8dc848..91de94fc454 100644
--- a/src/languages/ja.ts
+++ b/src/languages/ja.ts
@@ -8000,6 +8000,7 @@ ${reportName}
topCategories: '上位カテゴリ',
topMerchants: '上位加盟店',
},
+ saveView: 'ビューを保存',
},
genericErrorPage: {
title: 'おっと、問題が発生しました!',
diff --git a/src/languages/nl.ts b/src/languages/nl.ts
index 8196a472d4b..ed4630f1ecc 100644
--- a/src/languages/nl.ts
+++ b/src/languages/nl.ts
@@ -8072,6 +8072,7 @@ er bestedingsregels toe om de kasstroom van het bedrijf te beschermen.`,
topCategories: 'Topcategorieën',
topMerchants: 'Topverkopers',
},
+ saveView: 'Weergave opslaan',
},
genericErrorPage: {
title: 'Oeps, er is iets misgegaan!',
diff --git a/src/languages/pl.ts b/src/languages/pl.ts
index cc826b8cf38..97a90710e5f 100644
--- a/src/languages/pl.ts
+++ b/src/languages/pl.ts
@@ -8064,6 +8064,7 @@ Dodaj więcej zasad wydatków, żeby chronić płynność finansową firmy.`,
topCategories: 'Najpopularniejsze kategorie',
topMerchants: 'Najważniejsi sprzedawcy',
},
+ saveView: 'Zapisz widok',
},
genericErrorPage: {
title: 'Ups, coś poszło nie tak!',
diff --git a/src/languages/pt-BR.ts b/src/languages/pt-BR.ts
index 3d0f44a7b62..e2b904d8285 100644
--- a/src/languages/pt-BR.ts
+++ b/src/languages/pt-BR.ts
@@ -8065,6 +8065,7 @@ Adicione mais regras de gasto para proteger o fluxo de caixa da empresa.`,
topCategories: 'Principais categorias',
topMerchants: 'Principais estabelecimentos',
},
+ saveView: 'Salvar visualização',
},
genericErrorPage: {
title: 'Opa, algo deu errado!',
diff --git a/src/languages/zh-hans.ts b/src/languages/zh-hans.ts
index 7c698d84584..186be0c11ea 100644
--- a/src/languages/zh-hans.ts
+++ b/src/languages/zh-hans.ts
@@ -7859,6 +7859,7 @@ ${reportName}
topCategories: '热门类别',
topMerchants: '热门商家',
},
+ saveView: '保存视图',
},
genericErrorPage: {
title: '哎呀,出错了!',
Note You can apply these changes to your branch by copying the patch to your clipboard, then running |
|
@shubham1206agra Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
|
I am having some error when running android and ios. It renders the first screen then it crashes. I will upload the video for native platform when it resolves. Meanwhile, I opened the PR for review. |
Explanation of Change
It changes translation text from Save search to Save view.
Fixed Issues
$ #91050
PROPOSAL: #91050 (comment)
Tests
Save viewSave viewtextSearch-SaveSearchButtontoSearch-SaveViewButtonOffline tests
NA
QA Steps
Save viewSave viewtextPR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Pending
Android: mWeb Chrome
Pending
iOS: Native
Pending
iOS: mWeb Safari
Pending
MacOS: Chrome / Safari
macos_chrome.mov