Skip to content

Commit

Permalink
chore(webdav): adds info paragraph and translation
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Aug 9, 2024
1 parent 7bb31e8 commit c9ee46c
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 66 deletions.
1 change: 1 addition & 0 deletions l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ OC.L10N.register(
"simplesettings",
{
"Create new app password" : "Neues App-Passwort hinzufügen",
"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." : "EasyStorage unterstützt das WebDAV-Protokoll vollständig, und Sie können sich mit Ihren EasyStorage-Dateien über WebDAV verbinden und synchronisieren. Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen.",
"New app password" : "Neues App-Passwort",
"Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Verwenden sie die untenstehenden Zugangsdaten um Ihre App oder Ihr Gerät einzurichten. Aus Sicherheitsgründen wird das Passwort nur ein Mal an gezeigt."
},
Expand Down
1 change: 1 addition & 0 deletions l10n/de.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ "translations": {
"Create new app password" : "Neues App-Passwort hinzufügen",
"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." : "EasyStorage unterstützt das WebDAV-Protokoll vollständig, und Sie können sich mit Ihren EasyStorage-Dateien über WebDAV verbinden und synchronisieren. Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen.",
"New app password" : "Neues App-Passwort",
"Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Verwenden sie die untenstehenden Zugangsdaten um Ihre App oder Ihr Gerät einzurichten. Aus Sicherheitsgründen wird das Passwort nur ein Mal an gezeigt."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
Expand Down
7 changes: 7 additions & 0 deletions src/components/files/WebDavUrl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<Clipboard :size="20" />
</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.') }}
</p>
</div>
</template>

Expand Down Expand Up @@ -103,4 +106,8 @@ export default defineComponent({
ol {
margin: 10px 30px;
}

p#webdav-info {
margin: 10px 0;
}
</style>
5 changes: 5 additions & 0 deletions translationfiles/de/simplesettings.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ msgstr ""
msgid "Create new app password"
msgstr "Neues App-Passwort hinzufügen"

#. TRANSLATORS src/components/files/WebDavUrl.vue:50
#: /var/www/html/apps-custom/simplesettings/specialVueFakeDummyForL10nScript.js:18
msgid "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."
msgstr "EasyStorage unterstützt das WebDAV-Protokoll vollständig, und Sie können sich mit Ihren EasyStorage-Dateien über WebDAV verbinden und synchronisieren. Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen."

#. TRANSLATORS src/components/security/AuthTokenSetupDialog.vue:24
#: /var/www/html/apps-custom/simplesettings/specialVueFakeDummyForL10nScript.js:78
msgid "New app password"
Expand Down
Loading

0 comments on commit c9ee46c

Please sign in to comment.