Skip to content

Commit 3b70a81

Browse files
authored
Merge pull request #69 from nextmcloud/nmc/5768-sharing-translation-for-show-sharing-options
nmc/5768-sharing-translation-for-show-sharing-options
2 parents 5848414 + 90901ae commit 3b70a81

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

l10n/de.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
OC.L10N.register(
22
'nmcsharing',
33
{
4+
'Show sharing options': 'Freigabeoptionen anzeigen',
45
'Sharing': 'Teilen',
56
'Add link': 'Link erstellen',
67
'Add new link': 'Neuen Link erstellen',

l10n/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"translations": {
3+
"Show sharing options": "Freigabeoptionen anzeigen",
34
"Sharing": "Teilen",
45
"Manage shares": "Freigaben verwalten",
56
"Add link": "Link erstellen",

l10n/de_DE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"translations": {
3+
"Show sharing options": "Freigabeoptionen anzeigen",
34
"Sharing": "Teilen",
45
"Manage shares": "Zugriff verwalten",
56
"Add link": "Link erstellen",

src/actions/sharingPopupAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const action = new FileAction({
2121
},
2222

2323
title(nodes) {
24-
return t('files_sharing', 'Show sharing options')
24+
return t('nmcsharing', 'Show sharing options')
2525
},
2626

2727
iconSvgInline() {

src/actions/sharingPopupMenuAction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const action = new FileAction({
88
},
99

1010
title(nodes) {
11-
return t('files_sharing', 'Show sharing options')
11+
return t('nmcsharing', 'Show sharing options')
1212
},
1313

1414
iconSvgInline() {

0 commit comments

Comments
 (0)