From 01f660418296efe4018409f8887e33ec068a70ac Mon Sep 17 00:00:00 2001 From: ownClouders Date: Mon, 1 May 2023 00:16:24 +0000 Subject: [PATCH] [tx] updated from transifex --- .../locale/en_GB/LC_MESSAGES/notifications.po | 119 ++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 services/notifications/pkg/email/l10n/locale/en_GB/LC_MESSAGES/notifications.po diff --git a/services/notifications/pkg/email/l10n/locale/en_GB/LC_MESSAGES/notifications.po b/services/notifications/pkg/email/l10n/locale/en_GB/LC_MESSAGES/notifications.po new file mode 100644 index 0000000000..8b46559ada --- /dev/null +++ b/services/notifications/pkg/email/l10n/locale/en_GB/LC_MESSAGES/notifications.po @@ -0,0 +1,119 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Andi Chandler , 2023 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: EMAIL\n" +"POT-Creation-Date: 2023-05-01 00:16+0000\n" +"PO-Revision-Date: 2023-04-19 11:11+0000\n" +"Last-Translator: Andi Chandler , 2023\n" +"Language-Team: English (United Kingdom) (https://app.transifex.com/owncloud-org/teams/6149/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. UnsharedSpace email template, resolves via {{ .CallToAction }} +#: pkg/email/templates.go:57 +msgid "Click here to check it: {ShareLink}" +msgstr "Click here to check it: {ShareLink}" + +#. ShareCreated email template, resolves via {{ .CallToAction }} +#. SharedSpace email template, resolves via {{ .CallToAction }} +#: pkg/email/templates.go:18 pkg/email/templates.go:43 +msgid "Click here to view it: {ShareLink}" +msgstr "Click here to view it: {ShareLink}" + +#. ShareCreated email template, resolves via {{ .Greeting }} +#: pkg/email/templates.go:14 +msgid "Hello {ShareGrantee}" +msgstr "Hello {ShareGrantee}" + +#. ShareExpired email template, resolves via {{ .Greeting }} +#: pkg/email/templates.go:26 +msgid "Hello {ShareGrantee}," +msgstr "Hello {ShareGrantee}," + +#. SharedSpace email template, resolves via {{ .Greeting }} +#. UnsharedSpace email template, resolves via {{ .Greeting }} +#. MembershipExpired email template, resolves via {{ .Greeting }} +#: pkg/email/templates.go:39 pkg/email/templates.go:51 +#: pkg/email/templates.go:65 +msgid "Hello {SpaceGrantee}," +msgstr "Hello {SpaceGrantee}," + +#. MembershipExpired email template, Subject field (resolves directly) +#: pkg/email/templates.go:63 +msgid "Membership of '{SpaceName}' expired at {ExpiredAt}" +msgstr "Membership of '{SpaceName}' expired at {ExpiredAt}" + +#. ShareExpired email template, Subject field (resolves directly) +#: pkg/email/templates.go:24 +msgid "Share to '{ShareFolder}' expired at {ExpiredAt}" +msgstr "Share to '{ShareFolder}' expired at {ExpiredAt}" + +#. MembershipExpired email template, resolves via {{ .MessageBody }} +#: pkg/email/templates.go:67 +msgid "" +"Your membership of space {SpaceName} has expired at {ExpiredAt}\n" +"\n" +"Even though this membership has expired you still might have access through other shares and/or space memberships" +msgstr "" +"Your membership of space {SpaceName} has expired at {ExpiredAt}\n" +"\n" +"Even though this membership has expired you still might have access through other shares and/or space memberships" + +#. ShareExpired email template, resolves via {{ .MessageBody }} +#: pkg/email/templates.go:28 +msgid "" +"Your share to {ShareFolder} has expired at {ExpiredAt}\n" +"\n" +"Even though this share has been revoked you still might have access through other shares and/or space memberships." +msgstr "" +"Your share to {ShareFolder} has expired at {ExpiredAt}\n" +"\n" +"Even though this share has been revoked you still might have access through other shares and/or space memberships." + +#. ShareCreated email template, resolves via {{ .MessageBody }} +#: pkg/email/templates.go:16 +msgid "{ShareSharer} has shared \"{ShareFolder}\" with you." +msgstr "{ShareSharer} has shared \"{ShareFolder}\" with you." + +#. ShareCreated email template, Subject field (resolves directly) +#: pkg/email/templates.go:12 +msgid "{ShareSharer} shared '{ShareFolder}' with you" +msgstr "{ShareSharer} shared '{ShareFolder}' with you" + +#. SharedSpace email template, resolves via {{ .MessageBody }} +#: pkg/email/templates.go:41 +msgid "{SpaceSharer} has invited you to join \"{SpaceName}\"." +msgstr "{SpaceSharer} has invited you to join \"{SpaceName}\"." + +#. UnsharedSpace email template, resolves via {{ .MessageBody }} +#: pkg/email/templates.go:53 +msgid "" +"{SpaceSharer} has removed you from \"{SpaceName}\".\n" +"\n" +"You might still have access through your other groups or direct membership." +msgstr "" +"{SpaceSharer} has removed you from \"{SpaceName}\".\n" +"\n" +"You might still have access through your other groups or direct membership." + +#. SharedSpace email template, Subject field (resolves directly) +#: pkg/email/templates.go:37 +msgid "{SpaceSharer} invited you to join {SpaceName}" +msgstr "{SpaceSharer} invited you to join {SpaceName}" + +#. UnsharedSpace email template, Subject field (resolves directly) +#: pkg/email/templates.go:49 +msgid "{SpaceSharer} removed you from {SpaceName}" +msgstr "{SpaceSharer} removed you from {SpaceName}"