diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-11 02:27:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-11 02:27:07 +0000 |
commit | 7484abb6c07f2296abc2040ecd747ddf1d65e98e (patch) | |
tree | 2213166834ea943b6b4f3d71120d43bfac91beb3 /apps/comments/l10n | |
parent | 5faba45e6343455f6e3471dbf9a9d116ed679058 (diff) | |
download | nextcloud-server-7484abb6c07f2296abc2040ecd747ddf1d65e98e.tar.gz nextcloud-server-7484abb6c07f2296abc2040ecd747ddf1d65e98e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/nl.json | 1 | ||||
-rw-r--r-- | apps/comments/l10n/tr.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/tr.json | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index 04391582904..26a2e0a5972 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -10,6 +10,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s", "{author} commented on {file}" : "{author} reageerde op {file}", "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Je werd vermeld op \"{file}\" in een reactie door een sindsdien verwijderde gebruiker", "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", "Edit comment" : "Bewerk reactie", "Delete comment" : "Verwijder reactie", diff --git a/apps/comments/l10n/nl.json b/apps/comments/l10n/nl.json index 77305ee1cbe..97c8fed8858 100644 --- a/apps/comments/l10n/nl.json +++ b/apps/comments/l10n/nl.json @@ -8,6 +8,7 @@ "%1$s commented on %2$s" : "%1$s heeft gereageerd op %2$s", "{author} commented on {file}" : "{author} reageerde op {file}", "<strong>Comments</strong> for files" : "<strong>Reacties</strong> voor bestanden", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Je werd vermeld op \"{file}\" in een reactie door een sindsdien verwijderde gebruiker", "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", "Edit comment" : "Bewerk reactie", "Delete comment" : "Verwijder reactie", diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index 584cc1e7007..e491617a07b 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -10,6 +10,8 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı", "{author} commented on {file}" : "{author}, {file} hakkında yorum yaptı", "<strong>Comments</strong> for files" : "Dosyalar için <strong>yorumlar</strong>", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "\"{file}\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız", + "{user} mentioned you in a comment on \"{file}\"" : "{user}, \"{file}\" hakkındaki bir yorumda sizi andı", "Files app plugin to add comments to files" : "Dosyalara notlar eklenmesini sağlayan dosyalar uygulaması eki", "Edit comment" : "Yorumu düzenle", "Delete comment" : "Yorumu sil", diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json index 4c2a249a5bd..dfcd6c2aeef 100644 --- a/apps/comments/l10n/tr.json +++ b/apps/comments/l10n/tr.json @@ -8,6 +8,8 @@ "%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı", "{author} commented on {file}" : "{author}, {file} hakkında yorum yaptı", "<strong>Comments</strong> for files" : "Dosyalar için <strong>yorumlar</strong>", + "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "\"{file}\" hakkında bir yorumda silinmiş bir kullanıcı tarafından anıldınız", + "{user} mentioned you in a comment on \"{file}\"" : "{user}, \"{file}\" hakkındaki bir yorumda sizi andı", "Files app plugin to add comments to files" : "Dosyalara notlar eklenmesini sağlayan dosyalar uygulaması eki", "Edit comment" : "Yorumu düzenle", "Delete comment" : "Yorumu sil", |