mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Split pt locale into pt_BR and pt_PT
This commit is contained in:
parent
c7ef1bba39
commit
caf31090bf
@ -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
7
share/locale/pt_PT.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user