diff options
author | Jonathan Baird <jonathan@smithbox.com> | 2020-04-01 14:37:49 -0600 |
---|---|---|
committer | Jonathan Baird <jonathan@smithbox.com> | 2020-04-01 14:47:53 -0600 |
commit | fcb1def355d4a94cc76ca401a23fdea1d02c6337 (patch) | |
tree | 50b8a3de2a6e988837e5e2d088452b38c14e0a6a /i18n/tr.i18n.json | |
parent | 9819c9f801128d07374b0703b482bdb83a672297 (diff) | |
parent | 56667112d7fd146a9847794207e9a2224b1115d7 (diff) | |
download | wekan-fcb1def355d4a94cc76ca401a23fdea1d02c6337.tar.gz wekan-fcb1def355d4a94cc76ca401a23fdea1d02c6337.tar.bz2 wekan-fcb1def355d4a94cc76ca401a23fdea1d02c6337.zip |
Merge upstream/master
* commit '56667112d7fd146a9847794207e9a2224b1115d7':
Update ChangeLog.
Minicard labels on the top and title on bottom.
Update translations.
Update translations.
Add translations for Notification drawer like Trello.
Add translations for Board Settings / Allow Rename Board/Swimlane/Card.
Update ChangeLog.
Fix start-wekan.sh MongoDB port to 27017.
v3.87
Update translations.
Update ChangeLog.
Improvements on card details visualization.
Update ChangeLog.
Move "Rules" from "Board View" to "Board Settings".
Update ChangeLog.
Fix richer editor submit did not clear edit area.
Update ChangeLog.
Fix Browser always reload the whole page when I change one of the card color. Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325).
Diffstat (limited to 'i18n/tr.i18n.json')
-rw-r--r-- | i18n/tr.i18n.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n/tr.i18n.json b/i18n/tr.i18n.json index 74f2ccf5..39bb822b 100644 --- a/i18n/tr.i18n.json +++ b/i18n/tr.i18n.json @@ -759,5 +759,11 @@ "show-on-card": "Show on Card", "new": "New", "editUserPopup-title": "Edit User", - "newUserPopup-title": "New User" + "newUserPopup-title": "New User", + "notifications": "Bildirim", + "view-all": "View All", + "filter-by-unread": "Filter by Unread", + "mark-all-as-read": "Mark all as read", + "allow-rename": "Allow Rename", + "allowRenamePopup-title": "Allow Rename" } |