diff --git a/assets/locales/pt/default.po b/assets/locales/pt/default.po index 4fa347531..00be5cae4 100644 --- a/assets/locales/pt/default.po +++ b/assets/locales/pt/default.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: ci@photoprism.app\n" -"POT-Creation-Date: 2023-02-09 12:51+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-03-09 13:14+0000\n" "PO-Revision-Date: 2023-04-03 08:26+0000\n" "Last-Translator: Joao Jesus \n" "Language-Team: Portuguese - {{ about }} {{ getMembership() }} + {{ about }}{{ getMembership() }} Build {{ build }} @@ -38,22 +38,26 @@ export default { customer: customer, evaluation: evaluation, version: this.$config.getVersion(), - sponsor: this.$config.isSponsor(), + isDemo: this.$config.isDemo(), }; }, methods: { getMembership() { + if (this.isDemo) { + return " Demo"; + } + const m = this.$config.getMembership(); switch (m) { case "": case "ce": - return "CE"; + return " CE"; case "cloud": - return "Cloud"; + return " Cloud"; case "essentials": - return "Essentials"; + return " Essentials"; default: - return "Plus"; + return " Plus"; } }, }, diff --git a/frontend/src/dialog/sponsor.vue b/frontend/src/dialog/sponsor.vue index 691aab168..3a7cbc72b 100644 --- a/frontend/src/dialog/sponsor.vue +++ b/frontend/src/dialog/sponsor.vue @@ -9,13 +9,13 @@ - diamond + - +

Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.

@@ -23,7 +23,7 @@ Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.

- You are welcome to contact us at members@photoprism.app for questions regarding your membership. + You are welcome to contact us at membership@photoprism.app for questions regarding your membership.

diff --git a/frontend/src/page/about/about.vue b/frontend/src/page/about/about.vue index d5d18dd63..ad59e444b 100644 --- a/frontend/src/page/about/about.vue +++ b/frontend/src/page/about/about.vue @@ -8,7 +8,7 @@ - + @@ -59,7 +59,7 @@

PhotoPrism is 100% self-funded and independent. Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy. - You are welcome to contact us at members@photoprism.app for questions regarding your membership. + You are welcome to contact us at membership@photoprism.app for questions regarding your membership.

- verified + @@ -99,7 +99,7 @@ outline >

- To upgrade, you may either enter an activation code or click on "Proceed" to sign up on our website: + To upgrade, you can either enter an activation code or click "Register" to sign up on our website:

- Proceed + Register navigate_before navigate_next @@ -144,7 +144,7 @@

- You are welcome to contact us at members@photoprism.app for questions regarding your membership. + You are welcome to contact us at membership@photoprism.app for questions regarding your membership. By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.