-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
Fixed typos #707
Fixed typos #707
Conversation
Merge pull request aonez#702 from Marc66/master
Thanks Marc! |
@@ -209,14 +209,14 @@ Note that the short string is limited to 30 characters and the long string is li | |||
"Monthly pair of coffees" = "Paire de cafés mensuelle"; | |||
"Gift Keka a couple coffees each month" = "Offrez à Keka une paire de cafés mensuelle"; | |||
"Monthly breakfast" = "Petit-déjeuner mensuel"; | |||
"Gift Keka a breakfast each month" = "Offrez à Keka un petit-déjeunder mensuel"; | |||
"Gift Keka a breakfast each month" = "Offrez à Keka un petit-déjeuner mensuel"; | |||
"Tip a coffee" = "Tip a coffee"; | |||
"Tip Keka a coffee so it can stay awake" = "Donnez à Keka un café afin qu'il puisse rester éveillé"; |
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.
This one does not fit, there's a limit of 45 characters for this description
@@ -209,14 +209,14 @@ Note that the short string is limited to 30 characters and the long string is li | |||
"Monthly pair of coffees" = "Paire de cafés mensuelle"; | |||
"Gift Keka a couple coffees each month" = "Offrez à Keka une paire de cafés mensuelle"; | |||
"Monthly breakfast" = "Petit-déjeuner mensuel"; | |||
"Gift Keka a breakfast each month" = "Offrez à Keka un petit-déjeunder mensuel"; | |||
"Gift Keka a breakfast each month" = "Offrez à Keka un petit-déjeuner mensuel"; | |||
"Tip a coffee" = "Tip a coffee"; | |||
"Tip Keka a coffee so it can stay awake" = "Donnez à Keka un café afin qu'il puisse rester éveillé"; | |||
"Tip a breakfast" = "Donnez un petit-déjeuner"; | |||
"Tip Keka a breakfast so it can start fresh" = "Donnez à Keka un petit-déjeuner afin qu'il puisse démarrer du bon pied"; |
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.
This one also does not fit with the limit of 45 characters
"Tip a coffee" = "Tip a coffee"; | ||
"Tip Keka a coffee so it can stay awake" = "Donnez à Keka un café afin qu'il puisse rester éveillé"; | ||
"Tip a breakfast" = "Donnez un petit-déjeuner"; | ||
"Tip Keka a breakfast so it can start fresh" = "Donnez à Keka un petit-déjeuner afin qu'il puisse démarrer du bon pied"; | ||
"Tip a lunch" = "Donnez un déjeuner"; | ||
"Tip Keka a lunch and feed it" = "Donnez à Keka un déjeuner et nourrissez-le"; | ||
"Tip a dinner" = "Donnez un dîner"; | ||
"Tip Keka a dinner so it keeps rolling" = "Donnez à Keka un dîner pour qu'il continue de rouler"; | ||
"Tip Keka a dinner so it keeps rolling" = "Donnez à Keka un dîner pour qu'il puisse avancer"; |
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.
This one also does not fit with the limit of 45 characters
"Tip a bunch of food" = "Donnez un tas de nourriture"; | ||
"Tip Keka a new bunch of food to keep rolling" = "Donnez à Keka un nouveau tas de nourriture pour qu'il continue de rouler"; | ||
"Tip Keka a new bunch of food to keep rolling" = "Donnez à Keka un tas de nourriture pour qu'il puisse avancer"; |
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.
This one also does not fit with the limit of 45 characters
No description provided.