diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-24 00:20:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-24 00:20:11 +0000 |
commit | 271f70b66a3e794f162ed58a4a15dde145c778fd (patch) | |
tree | eea4e71ac06f79e7bac5a823b80268a3cf69e302 /apps/comments | |
parent | 338c9e4a8d718472c45936776db53d65ff541cbf (diff) | |
download | nextcloud-server-271f70b66a3e794f162ed58a4a15dde145c778fd.tar.gz nextcloud-server-271f70b66a3e794f162ed58a4a15dde145c778fd.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/tr.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/tr.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js index 02ff153022c..2a45e55fae0 100644 --- a/apps/comments/l10n/tr.js +++ b/apps/comments/l10n/tr.js @@ -15,7 +15,8 @@ OC.L10N.register( "Edit comment" : "Yorumu düzenle", "Delete comment" : "Yorumu sil", "Cancel edit" : "Düzenlemeyi iptal et", - "New comment" : "Yorum kle", + "New comment" : "Yorum ekle", + "Write a comment …" : "Bir yorum yazın…", "Post comment" : "Yorum gönder", "@ for mentions, : for emoji, / for smart picker" : "Anmalar için @, emojiler için :, akıllı seçici için /", "Could not reload comments" : "Yorumlar yeniden yüklenemedi", diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json index 948caa9c357..ef4e6cb1aff 100644 --- a/apps/comments/l10n/tr.json +++ b/apps/comments/l10n/tr.json @@ -13,7 +13,8 @@ "Edit comment" : "Yorumu düzenle", "Delete comment" : "Yorumu sil", "Cancel edit" : "Düzenlemeyi iptal et", - "New comment" : "Yorum kle", + "New comment" : "Yorum ekle", + "Write a comment …" : "Bir yorum yazın…", "Post comment" : "Yorum gönder", "@ for mentions, : for emoji, / for smart picker" : "Anmalar için @, emojiler için :, akıllı seçici için /", "Could not reload comments" : "Yorumlar yeniden yüklenemedi", |