diff --git a/src/l10n.js b/src/l10n.js index 967e190..7941f3d 100644 --- a/src/l10n.js +++ b/src/l10n.js @@ -12,6 +12,7 @@ export const locales = { de: 'Deutsch', en: 'English', es: 'Español', + pt: 'Português', fr: 'Français', it: 'Italiano', nl: 'Dutch', diff --git a/src/locales/pt.ftl b/src/locales/pt.ftl new file mode 100644 index 0000000..6e891c4 --- /dev/null +++ b/src/locales/pt.ftl @@ -0,0 +1,21 @@ + +alt_volt_logo = Volt Logótipo +title_profile_generator = Moldura de perfil + +title_drop_photo_here = Solte sua foto aqui ... +title_choose_photo = Escolha sua foto: +text_choose_photo_info = A foto não é salva e nunca sai do computador. +button_load_photo = Carregar foto +button_change_photo = Mudar foto + +title_choose_frame = Escolha uma moldura: + +title_choose_hashtag = Escolha uma hashtag: +button_no_hashtag = Sem Hashtag + +title_reposition_photo = Reposicione sua foto: +button_download = Baixar foto do perfil + +link_imprint = Notícia legal +link_privacy_policy = Política de Privacidade +link_source_code = Código fonte