-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add spanish translation #49921
add spanish translation #49921
Conversation
@getusha friendly bump for review. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-10-08.at.5.11.06.in.the.afternoon.movAndroid: mWeb ChromeScreen.Recording.2024-10-08.at.4.24.31.in.the.afternoon.moviOS: NativeScreen.Recording.2024-10-09.at.5.39.52.in.the.afternoon.moviOS: mWeb SafariScreen.Recording.2024-10-08.at.4.31.22.in.the.afternoon.movMacOS: Chrome / SafariScreen.Recording.2024-10-08.at.4.13.47.in.the.afternoon.movMacOS: DesktopScreen.Recording.2024-10-08.at.4.31.22.in.the.afternoon.mov |
src/languages/en.ts
Outdated
@@ -1021,6 +1021,7 @@ const translations = { | |||
bookingPendingDescription: "This booking is pending because it hasn't been paid yet.", | |||
bookingArchived: 'This booking is archived', | |||
bookingArchivedDescription: 'This booking is archived because the trip date has passed. Add an expense for the final amount if needed.', | |||
paymentComplete: 'Payment Complete', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paymentComplete: 'Payment Complete', | |
paymentComplete: 'Payment complete', |
i think it should be like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@flodnv wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, like everything else around it. Same in Spanish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@flodnv You can review the changes.
Co-authored-by: Getabalew <[email protected]>
Thanks, @getusha! I've fixed it. Previously, it was written as |
src/languages/en.ts
Outdated
@@ -1021,6 +1021,7 @@ const translations = { | |||
bookingPendingDescription: "This booking is pending because it hasn't been paid yet.", | |||
bookingArchived: 'This booking is archived', | |||
bookingArchivedDescription: 'This booking is archived because the trip date has passed. Add an expense for the final amount if needed.', | |||
paymentComplete: 'Payment Complete', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, like everything else around it. Same in Spanish.
@@ -1021,6 +1021,7 @@ const translations = { | |||
bookingPendingDescription: 'Esta reserva está pendiente porque aún no se ha pagado.', | |||
bookingArchived: 'Esta reserva está archivada', | |||
bookingArchivedDescription: 'Esta reserva está archivada porque la fecha del viaje ha pasado. Agregue un gasto por el monto final si es necesario.', | |||
paymentComplete: 'Pago completo', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used this
and it gives me a different response
Pago completado.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chatgpt's response "Pago completo" in English means "Payment complete".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust native Spanish speakers more than ChatGPT and Google Translate 🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I'm happy that Alberto approved it (he is Spanish)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/flodnv in version: 9.0.48-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 9.0.48-2 🚀
|
Details
Fixed Issues
$ #49840
PROPOSAL: #49840 (comment)
Tests
Pago Completo
Offline tests
Same as above
QA Steps
Pago Completo
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-10-01.at.8.18.16.PM.mov
Android: mWeb Chrome
Screen.Recording.2024-10-01.at.8.23.30.PM.mov
iOS: Native
Screen.Recording.2024-09-30.at.4.36.22.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-09-30.at.4.31.13.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-09-30.at.4.11.36.PM.mov
MacOS: Desktop
Screen.Recording.2024-10-02.at.5.21.10.PM.mov