diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-20 00:20:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-20 00:20:33 +0000 |
commit | 2b7d9c1c9db85581a4b37a5a5e483b64ddd60a4b (patch) | |
tree | da265059441ecea7a95b34e22a4057cb4394dcc2 /apps/comments/l10n | |
parent | 3b795cde79946cb9b41ed823c78111ea040cbfa2 (diff) | |
download | nextcloud-server-2b7d9c1c9db85581a4b37a5a5e483b64ddd60a4b.tar.gz nextcloud-server-2b7d9c1c9db85581a4b37a5a5e483b64ddd60a4b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/pl.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/pl.json | 2 | ||||
-rw-r--r-- | apps/comments/l10n/pt_PT.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/pt_PT.json | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index 0dcf19de938..3f1e64f486d 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -7,7 +7,7 @@ OC.L10N.register( "You commented on %1$s" : "Skomentowałeś w %1$s", "You commented on {file}" : "Skomentowałeś w {file}", "%1$s commented on %2$s" : "%1$s skomentował %2$s", - "{author} commented on {file}" : "{author} skomentował w {file}", + "{author} commented on {file}" : "{author} skomentował w {file}", "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", "Files" : "Pliki", "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Wspomniano o Tobie w „{file}” w komentarzu konta, które zostało już usunięte", diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index 2876c38d6ca..42a63267b43 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -5,7 +5,7 @@ "You commented on %1$s" : "Skomentowałeś w %1$s", "You commented on {file}" : "Skomentowałeś w {file}", "%1$s commented on %2$s" : "%1$s skomentował %2$s", - "{author} commented on {file}" : "{author} skomentował w {file}", + "{author} commented on {file}" : "{author} skomentował w {file}", "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", "Files" : "Pliki", "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Wspomniano o Tobie w „{file}” w komentarzu konta, które zostało już usunięte", diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js index 24dff00038b..0ff8e9e0139 100644 --- a/apps/comments/l10n/pt_PT.js +++ b/apps/comments/l10n/pt_PT.js @@ -9,13 +9,13 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s comentou %2$s", "{author} commented on {file}" : "{author} comentou em {file}", "<strong>Comments</strong> for files" : "<strong>Comentários</strong> aos ficheiros", + "Files" : "Ficheiros", "Files app plugin to add comments to files" : "Plugin de aplicação de ficheiros para adicionar comentários aos ficheiros", "Edit comment" : "Editar comentário", "Delete comment" : "Eliminar comentário", "No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!", "Retry" : "Repetir", "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários","{unread} novos comentários"], - "Comment" : "Comentário", - "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler","%n comentários por ler"] + "Comment" : "Comentário" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json index cf2cb0af30e..071e9efeb6e 100644 --- a/apps/comments/l10n/pt_PT.json +++ b/apps/comments/l10n/pt_PT.json @@ -7,13 +7,13 @@ "%1$s commented on %2$s" : "%1$s comentou %2$s", "{author} commented on {file}" : "{author} comentou em {file}", "<strong>Comments</strong> for files" : "<strong>Comentários</strong> aos ficheiros", + "Files" : "Ficheiros", "Files app plugin to add comments to files" : "Plugin de aplicação de ficheiros para adicionar comentários aos ficheiros", "Edit comment" : "Editar comentário", "Delete comment" : "Eliminar comentário", "No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!", "Retry" : "Repetir", "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários","{unread} novos comentários"], - "Comment" : "Comentário", - "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler","%n comentários por ler"] + "Comment" : "Comentário" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |