Add new i18n languages and update existent ones

- Add 21 new languages where the UI was translated (all translations
  are 100% complete except for Chinese Simplified (96%)
  and Amharic (37%)).
- Update some translations for preexistent languages.

Change-Id: I64be0a2dd551c12af1547a616b4f49f97c471bde
diff --git a/src/_locales/pt_BR/messages.json b/src/_locales/pt_BR/messages.json
new file mode 100644
index 0000000..1465f5e
--- /dev/null
+++ b/src/_locales/pt_BR/messages.json
@@ -0,0 +1,114 @@
+{
+	"appName": {
+		"message": "Traduzir o texto selecionado",
+		"description": "The app name"
+	},
+	"appBetaName": {
+		"message": "Traduzir o texto selecionado (Beta)",
+		"description": "The beta app name"
+	},
+	"appDescription": {
+		"message": "Traduzir o texto selecionado com o Google Tradutor",
+		"description": "The app description"
+	},
+	"contextmenu_title": {
+		"message": "Traduzir seleção em...",
+		"description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus"
+	},
+	"contextmenu_title2": {
+		"message": "Traduzir seleção em '$language$'",
+		"description": "Title of the context menu that appears when a right click is done and there's only one language available.",
+		"placeholders": {
+			"language": {
+				"content": "$1",
+				"example": "Language to translate into."
+			}
+		}
+	},
+	"contextmenu_edit": {
+		"message": "Editar idiomas...",
+		"description": "Title of the option inside the 'Translate section into...' context menu."
+	},
+	"options_welcome": {
+		"message": "Bem-vindo!",
+		"description": "Title of the options page"
+	},
+	"options_introduction": {
+		"message": "Por favor, selecione os idiomas que você quer que apareçam no menu \"traduzir\".",
+		"description": "Introduction paragraph to the options pages"
+	},
+	"options_languageselectheader": {
+		"message": "Idiomas:",
+		"description": "Header of the language select option."
+	},
+	"options_otheroptionsheader": {
+		"message": "Outras opções:",
+		"description": "Header of the options page."
+	},
+	"options_tabsoption_1": {
+		"message": "Abrir o Google Tradutor em uma nova guia para cada tradução.",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_tabsoption_2": {
+		"message": "Abrir o Google Tradutor em uma única guia e substituir a última tradução em vez de abrir várias abas.",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_tabsoption_3": {
+		"message": "Abrir o Google tradutor em um painel <Você precisa ativar href='chrome://flags/#enable-panels' id='panelsflag'>--Ativar-painéis</a> bandeira). <sup style='color:red; font-weight: bold;'> EXPERIMENTAL</sup>",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_savebutton": {
+		"message": "Salvar",
+		"description": "Save button in the settings page"
+	},
+	"options_addlanguage": {
+		"message": "Adicionar idioma",
+		"description": "Title for the 'Add language' dialog"
+	},
+	"options_addlanguage_addbutton": {
+		"message": "Adicionar",
+		"description": "Add button in the footer of the languages list"
+	},
+	"options_language_label": {
+		"message": "Idioma:",
+		"description": "Label for the language selector in the 'Add language' dialog"
+	},
+	"options_credits": {
+		"message": "Créditos",
+		"description": "Title for the credits link and dialog"
+	},
+	"options_credits_homepage": {
+		"message": "página inicial",
+		"description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
+	},
+	"options_credits_by": {
+		"message": "por",
+		"description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
+	},
+	"options_ok": {
+		"message": "OK",
+		"description": "OK button in the dialogs"
+	},
+	"options_cancel": {
+		"message": "Cancelar",
+		"description": "Cancel button in the dialogs"
+	},
+	"notification_install_title": {
+		"message": "Obrigado por instalar 'Traduzir Texto Selecionado'"
+	},
+	"notification_install_message": {
+		"message": "Clique nesta notificação para configurar."
+	},
+	"notification_upgradedtostorage_title": {
+		"message": "'Traduzir Texto Selecionado' foi atualizado para a versão 0.6!"
+	},
+	"notification_upgradedtostorage_message": {
+		"message": "Agora suas opções serão sincronizadas para em todos os seus dispositivos! O lado ruim é que você deve configurar a extensão novamente :-( Clique nesta notificação para configurar."
+	},
+	"notification_reorder_title": {
+		"message": "'Traduzir Texto Selecionado' foi atualizado para a versão 0.7!"
+	},
+	"notification_reorder_message": {
+		"message": "Agora você pode configurar em qual ordem você quer que os idiomas apareçam no menu de contexto. "
+	}
+}