From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- .../instance/nocookies/_locales/cs/messages.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 backend/instance/nocookies/_locales/cs/messages.json (limited to 'backend/instance/nocookies/_locales/cs') diff --git a/backend/instance/nocookies/_locales/cs/messages.json b/backend/instance/nocookies/_locales/cs/messages.json new file mode 100644 index 0000000..e2e642d --- /dev/null +++ b/backend/instance/nocookies/_locales/cs/messages.json @@ -0,0 +1,95 @@ +{ + "extensionName": { + "message": "I don't care about cookies", + "description": "Name of the extension." + }, + + "extensionDescription": { + "message": "Rozlučte se s oznámeními.", + "description": "Description of the extension." + }, + + "reportSkippedTitle": { + "message": "Rozšíření je pro $HOSTNAME$ zakázáno.", + "description": "Tells the user it cannot report a whitelisted domain.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "reportSkippedMessage": { + "message": "Na tomto webu jste rozšíření zakázali. Povolte jej a znovu zkontrolujte správnou funkčnost rozšíření.", + "description": "Tells the user it cannot report a whitelisted domain." + }, + + "reportConfirm": { + "message": "Chtele nahlásit oznámení o cookies na $HOSTNAME$?", + "description": "Ask for confirmation before reporting a website. Don't use quotes here.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "menuEnable": { + "message": "Povolit rozšíření pro $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "menuDisable": { + "message": "Zakázat rozšíření pro $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "menuIdle": { + "message": "Rozšíření na tomto webu nefunguje", + "description": "Menu option visible when enabling/disabling doesn't work." + }, + + "menuReport": { + "message": "Nahlásit oznámení o cookies", + "description": "Menu option." + }, + + "menuSupport": { + "message": "Podpořit tento projekt", + "description": "Menu option." + }, + + "optionsTitle": { + "message": "Nastavení", + "description": "Title for the options page." + }, + + "optionsWhitelist": { + "message": "Seznam všech povolených webů, jeden web na řádek:", + "description": "Options text for whitelist box." + }, + + "optionsButton": { + "message": "Uložit nastavení", + "description": "Options text for SAVE button." + }, + + "optionsSaved": { + "message": "Nastavení bylo uloženo.", + "description": "Message after saving options." + } +} \ No newline at end of file -- cgit v1.2.3