Split pt locale into pt_BR and pt_PT

This commit is contained in:
Micah Lee 2018-12-08 11:25:06 -08:00
parent c7ef1bba39
commit caf31090bf
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
3 changed files with 9 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class Settings(object):
'it': 'Italiano', # Italian
'nl': 'Nederlands', # Dutch
'no': 'Norsk', # Norweigan
'pt': 'Português', # Portuguese
'pt_BR': 'Português Brasil', # Portuguese Brazil
'pt_PT': 'Português Portugal', # Portuguese Portugal
'ru': 'Русский', # Russian
'tr': 'Türkçe' # Turkish
}

7
share/locale/pt_PT.json Normal file
View File

@ -0,0 +1,7 @@
{
"give_this_url": "Passe este URL para a pessoa que deve receber o arquivo:",
"ctrlc_to_stop": "Pressione Ctrl-C para parar o servidor",
"not_a_file": "{0:s} não é um arquivo.",
"gui_copied_url": "URL foi copiado para área de transferência",
"other_page_loaded": "Outra página tem sido carregada"
}