diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 8d0d2c107..5b11285a5 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1016,5 +1016,28 @@ "crowdfunding_popup_no": "Not now", "crowdfunding_popup_never": "Don't ask me again", "markdown_toc": "Contents", - "fm_expirablePad": "This pad will expire on {0}" + "fm_expirablePad": "This pad will expire on {0}", + "admin_authError": "Only administrators can access this page", + "admin_cat_general": "General", + "admin_cat_stats": "Statistics", + "adminPage": "Administration", + "admin_activeSessionsTitle": "Active connections", + "admin_activeSessionsHint": "Number of active websocket connections (and unique IP addresses connected)", + "admin_activePadsTitle": "Active pads", + "admin_activePadsHint": "Number of unique documents currently being viewed or edited", + "admin_registeredTitle": "Registered users", + "admin_registeredHint": "Number of users registered on your instance", + "admin_updateLimitTitle": "Update user quotas", + "admin_updateLimitHint": "Forcing an update of user storage limits can be done any time, but is only necessary in the event of an error", + "admin_updateLimitButton": "Update quotas", + "admin_updateLimitDone": "Update completed successfully", + "admin_flushCacheTitle": "Flush HTTP Cache", + "admin_flushCacheHint": "Force users to download the latest clientside assets (only if your server is in fresh mode)", + "admin_flushCacheButton": "Flush cache", + "admin_flushCacheDone": "Cache flushed successfully", + "footer_product": "Product", + "footer_team": "The team", + "footer_donate": "Donate", + "footer_legal": "Legal", + "footer_tos": "Terms" }