Skip to content

Commit

Permalink
Add more translation in Translator.py
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed Oct 6, 2023
1 parent b997be7 commit 4877396
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions Furious/Utility/Translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,25 @@ def gettext(source, locale=None):
'ZH': '帮助',
'TW': '幫助',
},
f'Show {APPLICATION_NAME} Log...': {
'ES': f'Mostrar Registro de {APPLICATION_NAME}...',
'ZH': f'显示{APPLICATION_NAME}日志...',
'TW': f'顯示{APPLICATION_NAME}日志...',
},
f'Show {TorRelay.name()} Log...': {
'ES': f'Mostrar Registro de {TorRelay.name()}...',
'ZH': f'显示{TorRelay.name()}日志...',
'TW': f'顯示{TorRelay.name()}日志...',
'Show Log...': {
'ES': f'Mostrar Registro...',
'ZH': f'显示日志...',
'TW': f'顯示日志...',
},
'Core Log': {
'ES': 'Registro de Núcleo',
'ZH': '内核日志',
'TW': '内核日志',
},
f'{APPLICATION_NAME} Log': {
'ES': f'Registro de {APPLICATION_NAME}',
'ZH': f'{APPLICATION_NAME}日志',
'TW': f'{APPLICATION_NAME}日志',
},
'Tor Log': {
'ES': 'Registro de Tor',
'ZH': 'Tor日志',
'TW': 'Tor日志',
},
'Check For Updates': {
'ES': 'Comprobar Actualizaciones',
Expand Down

0 comments on commit 4877396

Please sign in to comment.