From a93f1c9f263bc0f1576032c6c5fb245eb1e5cf63 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Wed, 9 Jan 2019 16:55:43 +0200 Subject: [PATCH] New translations en-US.json (Czech) --- src/config/locales/cs-CZ.json | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/src/config/locales/cs-CZ.json b/src/config/locales/cs-CZ.json index 9290dbfd2..41a4d2817 100644 --- a/src/config/locales/cs-CZ.json +++ b/src/config/locales/cs-CZ.json @@ -132,10 +132,38 @@ "success_rebloged": "Rebloged!", "already_rebloged": "You have already reblogged!", "warning": "Warning", - "invalid_pincode": "Invalid pin code, please check and try again." + "invalid_pincode": "Invalid pin code, please check and try again.", + "remove_alert": "Are you sure want to remove?", + "cancel": "Cancel", + "delete": "Delete" }, "post": { - "reblog_alert": "Are you sure you want to reblog?", - "reblog_cancel": "Cancel" + "reblog_alert": "Are you sure you want to reblog?" + }, + "drafts": { + "title": "Drafts", + "load_error": "Could not load drafts", + "empty_list": "Nothing here", + "deleted": "Draft deleted" + }, + "schedules": { + "title": "Scheduled Posts", + "empty_list": "Nothing here", + "deleted": "Scheduled post deleted", + "move": "Move to drafts", + "moved": "Moved to drafts" + }, + "bookmarks": { + "title": "Bookmarks", + "load_error": "Could not load bookmarks", + "empty_list": "Nothing here", + "deleted": "Bookmark removed", + "search": "Search in bookmarks" + }, + "favorites": { + "title": "Favorites", + "load_error": "Could not load favorites", + "empty_list": "Nothing here", + "search": "Search in favorites" } }