diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-05 00:19:53 +0000 |
commit | 02a6310b34a484537fa101edccebf73208fbe76f (patch) | |
tree | 520dbb72db127885217e27b1cd4828925bd2e4cf /apps/comments | |
parent | b90e597325bf0b974284a7635c06f84c8ee339ef (diff) | |
download | nextcloud-server-02a6310b34a484537fa101edccebf73208fbe76f.tar.gz nextcloud-server-02a6310b34a484537fa101edccebf73208fbe76f.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/ast.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/ast.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js index 0f31a050ee5..a9549eacdd6 100644 --- a/apps/comments/l10n/ast.js +++ b/apps/comments/l10n/ast.js @@ -9,6 +9,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s comentó en: %2$s", "{author} commented on {file}" : "{author} comentó en: {file}", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Mentáronte en «{file}», nun comentariu d'una cuenta que ta desaniciada", "{user} mentioned you in a comment on \"{file}\"" : "{user} mentóte nun comentariu de: «{file}»", "Files app plugin to add comments to files" : "Plugin de l'aplicación Ficheros p'amestar comentarios a los ficheros", "Edit comment" : "Editar el comentariu", @@ -31,6 +32,8 @@ OC.L10N.register( "An error occurred while trying to delete the comment" : "Prodúxose un error mentanto se tentaba de desaniciar el comentariu", "An error occurred while trying to create the comment" : "Prodúxose un error mentanto se tentaba de crear el comentariu", "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Un usuariu que ta desaniciáu mentóte nun comentariu de: {file}", + "Write a message …" : "Escribi un mensaxe…", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "«@» pa mentar, «.» p'amestar un fustaxe, «/» pa usar el selector intelixente", "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"] }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/ast.json b/apps/comments/l10n/ast.json index 9306bd65a07..f8a5010eef9 100644 --- a/apps/comments/l10n/ast.json +++ b/apps/comments/l10n/ast.json @@ -7,6 +7,7 @@ "%1$s commented on %2$s" : "%1$s comentó en: %2$s", "{author} commented on {file}" : "{author} comentó en: {file}", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Mentáronte en «{file}», nun comentariu d'una cuenta que ta desaniciada", "{user} mentioned you in a comment on \"{file}\"" : "{user} mentóte nun comentariu de: «{file}»", "Files app plugin to add comments to files" : "Plugin de l'aplicación Ficheros p'amestar comentarios a los ficheros", "Edit comment" : "Editar el comentariu", @@ -29,6 +30,8 @@ "An error occurred while trying to delete the comment" : "Prodúxose un error mentanto se tentaba de desaniciar el comentariu", "An error occurred while trying to create the comment" : "Prodúxose un error mentanto se tentaba de crear el comentariu", "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Un usuariu que ta desaniciáu mentóte nun comentariu de: {file}", + "Write a message …" : "Escribi un mensaxe…", + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "«@» pa mentar, «.» p'amestar un fustaxe, «/» pa usar el selector intelixente", "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"] },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |