mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 09:28:57 -04:00
Split pt locale into pt_BR and pt_PT
This commit is contained in:
parent
c7ef1bba39
commit
caf31090bf
3 changed files with 9 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue