diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-17 00:20:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-17 00:20:49 +0000 |
commit | b3050337acf9af7bda2426dd00f75846825170a2 (patch) | |
tree | 04961b96628a9c4e045a5f1eb8bd645b9c4c3cb0 /apps/sharebymail | |
parent | 50f11fa75df4f8f2c23789f0ff18c4aa8a86c46c (diff) | |
download | nextcloud-server-b3050337acf9af7bda2426dd00f75846825170a2.tar.gz nextcloud-server-b3050337acf9af7bda2426dd00f75846825170a2.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/l10n/ast.js | 3 | ||||
-rw-r--r-- | apps/sharebymail/l10n/ast.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/sharebymail/l10n/ast.js b/apps/sharebymail/l10n/ast.js index 43703a9047b..8209b90de79 100644 --- a/apps/sharebymail/l10n/ast.js +++ b/apps/sharebymail/l10n/ast.js @@ -25,6 +25,7 @@ OC.L10N.register( "It is protected with the following password:" : "L'elementu ta protexíu cola contraseña siguiente:", "»%s« added a note to a file shared with you" : "«%s» amestó una nota a un ficheru compartíu contigo", "This is the password:" : "Esta ye la contraseña:", - "Could not find share" : "Nun se pudo atopar la compartición" + "Could not find share" : "Nun se pudo atopar la compartición", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "La compartición de «%1$s» falló porque esti elementu yá ta compartíu col usuariu «%2$s»" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/sharebymail/l10n/ast.json b/apps/sharebymail/l10n/ast.json index e010b5ec900..210be9e01dc 100644 --- a/apps/sharebymail/l10n/ast.json +++ b/apps/sharebymail/l10n/ast.json @@ -23,6 +23,7 @@ "It is protected with the following password:" : "L'elementu ta protexíu cola contraseña siguiente:", "»%s« added a note to a file shared with you" : "«%s» amestó una nota a un ficheru compartíu contigo", "This is the password:" : "Esta ye la contraseña:", - "Could not find share" : "Nun se pudo atopar la compartición" + "Could not find share" : "Nun se pudo atopar la compartición", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "La compartición de «%1$s» falló porque esti elementu yá ta compartíu col usuariu «%2$s»" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |