From 647aa8f96ff4400890a94492f2be89132693721e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 31 Aug 2020 13:32:12 +0900 Subject: [PATCH] New translations translation.json (Norwegian) --- src/config/locales/no/translation.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/locales/no/translation.json b/src/config/locales/no/translation.json index cd3c0ee8..6837096b 100644 --- a/src/config/locales/no/translation.json +++ b/src/config/locales/no/translation.json @@ -327,6 +327,7 @@ "reblog": "Reblog", "fav": "Favourite", "detail": "Toot details", + "bookmark": "Bookmark", "pinned": "Pinned toot", "poll": { "vote": "Vote", @@ -423,6 +424,8 @@ "unreblog_error": "Failed to unreblog", "favourite_error": "Failed to favourite", "unfavourite_error": "Failed to unfavourite", + "bookmark_error": "Failed to bookmark", + "unbookmark_error": "Failed to remove bookmark", "delete_error": "Failed to delete the toot", "search_error": "Failed to search", "toot_error": "Failed to toot",