mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add support for additional translation languages and track user interest (#29208)
GitOrigin-RevId: 4ab23ef21853ff409945a8c3373b9dbf075d1f1e
This commit is contained in:
@@ -33,7 +33,12 @@ const en = {
|
||||
'translate.fr': 'French',
|
||||
'translate.hi': 'Hindi',
|
||||
'translate.es': 'Spanish',
|
||||
'translate.de': 'German',
|
||||
'translate.ja': 'Japanese',
|
||||
'translate.other': 'Other',
|
||||
'translate.more-languages-coming-soon.title': 'More languages coming soon',
|
||||
'translate.more-languages-coming-soon.body':
|
||||
'Sorry, we don’t currently offer any other languages for Translate. We will be adding more throughout October and November so watch this space!',
|
||||
'blocked-suggestion-signpost.question':
|
||||
'Do you want to permanently stop this suggestion from appearing again?',
|
||||
'blocked-suggestion-signpost.tooltip': 'You can block a suggestion here.',
|
||||
@@ -369,7 +374,12 @@ const es = {
|
||||
'translate.fr': 'Francés',
|
||||
'translate.hi': 'Hindi',
|
||||
'translate.es': 'Español',
|
||||
'translate.de': 'Alemán',
|
||||
'translate.ja': 'Japonés',
|
||||
'translate.other': 'Otro',
|
||||
'translate.more-languages-coming-soon.title': 'Más idiomas próximamente',
|
||||
'translate.more-languages-coming-soon.body':
|
||||
'Lo sentimos, actualmente no ofrecemos otros idiomas para la traducción. Agregaremos más a lo largo de octubre y noviembre, ¡así que mantente atento!',
|
||||
'blocked-suggestion-signpost.question':
|
||||
'¿Quieres dejar de ver esta sugerencia permanentemente? Puedes bloquear esta sugerencia aquí.',
|
||||
'blocked-suggestion-signpost.tooltip':
|
||||
|
||||
Reference in New Issue
Block a user