diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/es_MX.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/es_MX.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index ecc09b852f1..a10175a03ea 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -103,6 +103,7 @@ OC.L10N.register( "the link expired" : "la liga expiró", "sharing is disabled" : "compartir está deshabilitado", "For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga.", + "shared by %s" : "compartido por %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", "Download" : "Descargar", "Download %s" : "Descargar %s", diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index d740af70840..9bc4fda0c3d 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -101,6 +101,7 @@ "the link expired" : "la liga expiró", "sharing is disabled" : "compartir está deshabilitado", "For more info, please ask the person who sent this link." : "Para mayores informes, contacta a la persona que le envió esta liga.", + "shared by %s" : "compartido por %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", "Download" : "Descargar", "Download %s" : "Descargar %s", diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index b459355c7c5..759d5eb9301 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -103,6 +103,7 @@ OC.L10N.register( "the link expired" : "链接过期", "sharing is disabled" : "分享已禁用", "For more info, please ask the person who sent this link." : "欲知详情,请联系发给你链接的人。", + "shared by %s" : "共享者 %s", "Add to your Nextcloud" : "添加到你的 Nextcloud", "Download" : "下载", "Download %s" : "下载 %s", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 5c1f8b31499..68f5c68c138 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -101,6 +101,7 @@ "the link expired" : "链接过期", "sharing is disabled" : "分享已禁用", "For more info, please ask the person who sent this link." : "欲知详情,请联系发给你链接的人。", + "shared by %s" : "共享者 %s", "Add to your Nextcloud" : "添加到你的 Nextcloud", "Download" : "下载", "Download %s" : "下载 %s", |