Skip to content

Commit

Permalink
chore: update product name in translations
Browse files Browse the repository at this point in the history
Signed-off-by: Franziska Bath <[email protected]>
  • Loading branch information
fracado committed Dec 3, 2024
1 parent 68b9dc1 commit 810eaa9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion src/components/files/WebDavUrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</template>
</NcInputField>
<p id="webdav-info">
{{ t('simplesettings', 'EasyStorage fully supports the WebDAV protocol and you can connect and synchronise with your EasyStorage files via WebDAV. Use this address to access your files via WebDAV.') }}
{{ webdavInfo }}
</p>
</div>
</template>
Expand Down Expand Up @@ -80,6 +80,11 @@ export default defineComponent({
webdavUrlCopied: false,
}
},
computed: {
webdavInfo() {
return t('simplesettings', '{productName} fully supports the WebDAV protocol and you can connect and synchronise with your {productName} files via WebDAV. Use this address to access your files via WebDAV.', { productName: window.oc_defaults.productName })
},
},
methods: {
t,
async copyCloudId() {
Expand Down
12 changes: 6 additions & 6 deletions translationfiles/templates/simplesettings.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Nextcloud 3.14159\n"
"Report-Msgid-Bugs-To: translations\\@example.com\n"
"POT-Creation-Date: 2024-11-26 11:40+0000\n"
"POT-Creation-Date: 2024-12-03 08:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -81,20 +81,20 @@ msgstr ""
msgid "Copy to clipboard"
msgstr ""

#. TRANSLATORS src/components/files/WebDavUrl.vue:50
#. TRANSLATORS src/components/files/WebDavUrl.vue:85
#: /var/www/html/apps-custom/simplesettings/specialVueFakeDummyForL10nScript.js:24
msgid ""
"EasyStorage fully supports the WebDAV protocol and you can connect and "
"synchronise with your EasyStorage files via WebDAV. Use this address to "
"{productName} fully supports the WebDAV protocol and you can connect and "
"synchronise with your {productName} files via WebDAV. Use this address to "
"access your files via WebDAV."
msgstr ""

#. TRANSLATORS src/components/files/WebDavUrl.vue:90
#. TRANSLATORS src/components/files/WebDavUrl.vue:95
#: /var/www/html/apps-custom/simplesettings/specialVueFakeDummyForL10nScript.js:26
msgid "Clipboard is not available"
msgstr ""

#. TRANSLATORS src/components/files/WebDavUrl.vue:96
#. TRANSLATORS src/components/files/WebDavUrl.vue:101
#: /var/www/html/apps-custom/simplesettings/specialVueFakeDummyForL10nScript.js:28
msgid "WebDAV URL copied to clipboard"
msgstr ""
Expand Down

0 comments on commit 810eaa9

Please sign in to comment.