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_PT/messages.json b/src/_locales/pt_PT/messages.json
new file mode 100644
index 0000000..8567fd4
--- /dev/null
+++ b/src/_locales/pt_PT/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 Translate",
+		"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 aparecer no menu \"traduzir\".",
+		"description": "Introduction paragraph to the options pages"
+	},
+	"options_languageselectheader": {
+		"message": "Linguas:",
+		"description": "Header of the language select option."
+	},
+	"options_otheroptionsheader": {
+		"message": "Outras opções:",
+		"description": "Header of the options page."
+	},
+	"options_tabsoption_1": {
+		"message": "Abra o Google Translate em uma nova aba para cada tradução.",
+		"description": "Option which defines how should the app behave in relation to tabs."
+	},
+	"options_tabsoption_2": {
+		"message": "Abra o Google Translate 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": "Abra o Google Translate em um painel (você precisa ativar <a href='chrome://flags/#enable-panels' id='panelsflag'>--Enable-panels</a> flag).<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": "Adicional 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": "Lingua:",
+		"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 o texto selecionado'"
+	},
+	"notification_install_message": {
+		"message": "Clique nesta notificação para configurá-lo."
+	},
+	"notification_upgradedtostorage_title": {
+		"message": "'Traduzir o texto selecionado' foi atualizado para v0.6!"
+	},
+	"notification_upgradedtostorage_message": {
+		"message": "Agora suas opções serão sincrinizadas em todos os seus dispositivos! O lado ruim é que você tem que configurar a extensão novamente :-( Clique nesta notificação para configurá-lo."
+	},
+	"notification_reorder_title": {
+		"message": "'Traduzir o texto selecionado' foi atualizado para v0.7!"
+	},
+	"notification_reorder_message": {
+		"message": "Agora você pode configurar em que ordem você quer nas linguas que aparecem no menu de contexto. "
+	}
+}