summaryrefslogtreecommitdiffstats
path: root/lib/l10n/ast.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-12-05 02:30:14 +0000
committerNextcloud bot <bot@nextcloud.com>2021-12-05 02:30:14 +0000
commitf210a6a0e5852175dac0cebc24495355529bdb65 (patch)
treeafb38e013763a9ff68d44dca8838d98d9fab60ff /lib/l10n/ast.js
parent6804ba0143bcf6d08ea33cb37c977bb1dc74b8dd (diff)
downloadnextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.tar.gz
nextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r--lib/l10n/ast.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js
index 51f29bbbb69..c2b56cdf241 100644
--- a/lib/l10n/ast.js
+++ b/lib/l10n/ast.js
@@ -127,7 +127,6 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Esto davezu íguase dando'l permisu d'escritura nel direutoriu de configuración al sirvidor web. Mira %s",
"Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"",
- "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»",
"Setting locale to %s failed" : "Falló l'activación del idioma %s",
"Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web",
"PHP module %s not installed." : "Nun ta instaláu'l módulu PHP %s",
@@ -159,6 +158,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "Los ficheros nun puen compartise colos permisos de desaniciu",
"Files can’t be shared with create permissions" : "Los ficheros nun puen compartise colos permisos de creación",
"Can’t set expiration date more than %s days in the future" : "Nun pue afitase la data de caducidá más de %s díes nel futuru",
- "Can't read file" : "Nun ye a lleese'l ficheru"
+ "Can't read file" : "Nun ye a lleese'l ficheru",
+ "Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»"
},
"nplurals=2; plural=(n != 1);");