diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index 947bc4f8..a0cd86c5 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -124,23 +124,23 @@ "description": "Loading messsage" }, "generalIssueOption": { - "message": "General issue (requires notes)", + "message": "Allgemeines Problem (erfordert Anmerkungen)", "description": "The option text for a general issue" }, "scrollbarIssueOption": { - "message": "Scrollbar related", + "message": "Scrollbar bezogen", "description": "The option text for a scrollbar issue" }, "modalIssueOption": { - "message": "Modal related", + "message": "Modal bezogen", "description": "The option text for a modal issue" }, "scrollbarIssueDescription": { - "message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.", + "message": "Wählen Sie diese Option, um ein Problem auf dieser Seite im Zusammenhang mit dem Scrollen zu kennzeichnen - wie zum Beispiel \"die Seite zeigt keine Scrollleiste\".", "description": "Explanation of what a scrollbar issue is" }, "modalIssueDescription": { - "message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.", + "message": "Wählen Sie diese Option, um ein Problem auf dieser Seite im Zusammenhang mit einem Modal zu kennzeichnen - wie \"es gibt eine Pop-Up-Box, die die Interaktion blockiert\".", "description": "Explanation of what a modal issue is" } } diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index c9b293aa..44882e13 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -68,11 +68,11 @@ "description": "Title for the options page." }, "optionsWhitelist": { - "message": "Liste de tous les sites sur liste blanche, un site par ligne:", + "message": "Liste de tous les sites sur liste blanche, un site par ligne :", "description": "Options text for whitelist box." }, "optionStatusIndicators": { - "message": "indicateur de statut", + "message": "Indicateurs de statut", "description": "Option text for enabling the status indicator" }, "optionsButton": { @@ -80,7 +80,7 @@ "description": "Options text for SAVE button." }, "reportGithub": { - "message": "Signaler via Github", + "message": "Signaler via GitHub", "description": "Menu item to report using Github" }, "reportAnon": { diff --git a/src/_locales/ko/messages.json b/src/_locales/ko/messages.json new file mode 100644 index 00000000..55d22953 --- /dev/null +++ b/src/_locales/ko/messages.json @@ -0,0 +1,146 @@ +{ + "extensionName": { + "message": "I still don't care about cookies", + "description": "Name of the extension." + }, + "extensionDescription": { + "message": "Community version of the extension `I don't care about cookies` (no Avast)", + "description": "Description of the extension." + }, + "reportSkippedTitle": { + "message": "Extension is disabled on $HOSTNAME$.", + "description": "Tells the user it cannot report a whitelisted domain.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "reportSkippedMessage": { + "message": "You have disabled the extension on this website. Please enable it and check if you see the cookie warning before reporting.", + "description": "Tells the user it cannot report a whitelisted domain." + }, + "reportConfirm": { + "message": "Would you like to report a cookie warning on $HOSTNAME$?", + "description": "Ask for confirmation before reporting a website. Don't use quotes here.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "menuEnable": { + "message": "Enable extension on $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "menuDisable": { + "message": "Disable extension on $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "menuIdle": { + "message": "Extension doesn't work on this website", + "description": "Menu option visible when enabling/disabling doesn't work." + }, + "menuReport": { + "message": "Report a cookie warning", + "description": "Menu option." + }, + "menuSupport": { + "message": "Support this project", + "description": "Menu option." + }, + "optionsTitle": { + "message": "Settings", + "description": "Title for the options page." + }, + "optionsWhitelist": { + "message": "List of all whitelisted websites, one website per line:", + "description": "Options text for whitelist box." + }, + "optionStatusIndicators": { + "message": "status indicators", + "description": "Option text for enabling the status indicator" + }, + "optionsButton": { + "message": "Save settings", + "description": "Options text for SAVE button." + }, + "reportGithub": { + "message": "Report using Github", + "description": "Menu item to report using Github" + }, + "reportAnon": { + "message": "Report anonymously", + "description": "Menu item to report anonymously" + }, + "reportAnonTitle": { + "message": "Report", + "description": "Translation of 'report' it will be shown like 'Report example.com'" + }, + "reportAnonNotes": { + "message": "Notes: ", + "description": "Notes for the report" + }, + "reportNotesPlaceholder": { + "message": "Things like:\nVideoplayback not working\nBroken scrollbar\ngray overlay", + "description": "Placeholder for the notes (\n) is a new line & keep it 4 lines" + }, + "reportAnonSend": { + "message": "Send report", + "description": "Button to send the report" + }, + "reportAnonCancel": { + "message": "Cancel", + "description": "Button to cCancel the report" + }, + "genericErrorTitle": { + "message": "Something went wrong", + "description": "Genereric error title" + }, + "genericErrorTryAgain": { + "message": "Try again later..", + "description": "Try again later message" + }, + "genericErrorBack": { + "message": "Back", + "description": "Back button after error" + }, + "menuLoadingText": { + "message": "Loading...", + "description": "Loading messsage" + }, + "generalIssueOption": { + "message": "General issue (requires notes)", + "description": "The option text for a general issue" + }, + "scrollbarIssueOption": { + "message": "Scrollbar related", + "description": "The option text for a scrollbar issue" + }, + "modalIssueOption": { + "message": "Modal related", + "description": "The option text for a modal issue" + }, + "scrollbarIssueDescription": { + "message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.", + "description": "Explanation of what a scrollbar issue is" + }, + "modalIssueDescription": { + "message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.", + "description": "Explanation of what a modal issue is" + } +} diff --git a/src/_locales/pt/messages.json b/src/_locales/pt/messages.json index acc11a47..efb5b8fc 100644 --- a/src/_locales/pt/messages.json +++ b/src/_locales/pt/messages.json @@ -22,7 +22,7 @@ "description": "Tells the user it cannot report a whitelisted domain." }, "reportConfirm": { - "message": "Gostaria de reportar um aviso de cookies no website $HOSTNAME$?", + "message": "Gostaria de reportar um aviso de cookies em $HOSTNAME$?", "description": "Ask for confirmation before reporting a website. Don't use quotes here.", "placeholders": { "hostname": { @@ -92,11 +92,11 @@ "description": "Translation of 'report' it will be shown like 'Report example.com'" }, "reportAnonNotes": { - "message": "Notas: ", + "message": "Observações: ", "description": "Notes for the report" }, "reportNotesPlaceholder": { - "message": "Coisas como:\nPlayback de vídeo não funciona\nBarra de scroll avariada\noverlay cinzento", + "message": "Coisas como:\nA reprodução de vídeo não está a funcionar\nBarra de deslocamento quebrada\nsobreposição cinzenta", "description": "Placeholder for the notes (\n) is a new line & keep it 4 lines" }, "reportAnonSend": { @@ -116,7 +116,7 @@ "description": "Try again later message" }, "genericErrorBack": { - "message": "Para trás", + "message": "Voltar", "description": "Back button after error" }, "menuLoadingText": { @@ -124,23 +124,23 @@ "description": "Loading messsage" }, "generalIssueOption": { - "message": "General issue (requires notes)", + "message": "Problema geral (requer observações)", "description": "The option text for a general issue" }, "scrollbarIssueOption": { - "message": "Scrollbar related", + "message": "Relacionado com a barra de deslocamento", "description": "The option text for a scrollbar issue" }, "modalIssueOption": { - "message": "Modal related", + "message": "Relacionado com modal", "description": "The option text for a modal issue" }, "scrollbarIssueDescription": { - "message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.", + "message": "Seleccione esta opção para indicar um problema nesta página relacionado com a barra de deslocamento - como \"o site não está a mostrar uma barra de deslocamento\".", "description": "Explanation of what a scrollbar issue is" }, "modalIssueDescription": { - "message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.", + "message": "Seleccione esta opção para indicar um problema nesta página relacionado com um modal - como \"há uma caixa pop-up a bloquear a interação\".", "description": "Explanation of what a modal issue is" } } diff --git a/src/_locales/tr/messages.json b/src/_locales/tr/messages.json new file mode 100644 index 00000000..55d22953 --- /dev/null +++ b/src/_locales/tr/messages.json @@ -0,0 +1,146 @@ +{ + "extensionName": { + "message": "I still don't care about cookies", + "description": "Name of the extension." + }, + "extensionDescription": { + "message": "Community version of the extension `I don't care about cookies` (no Avast)", + "description": "Description of the extension." + }, + "reportSkippedTitle": { + "message": "Extension is disabled on $HOSTNAME$.", + "description": "Tells the user it cannot report a whitelisted domain.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "reportSkippedMessage": { + "message": "You have disabled the extension on this website. Please enable it and check if you see the cookie warning before reporting.", + "description": "Tells the user it cannot report a whitelisted domain." + }, + "reportConfirm": { + "message": "Would you like to report a cookie warning on $HOSTNAME$?", + "description": "Ask for confirmation before reporting a website. Don't use quotes here.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "menuEnable": { + "message": "Enable extension on $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "menuDisable": { + "message": "Disable extension on $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname": { + "content": "$1", + "example": "example.com" + } + } + }, + "menuIdle": { + "message": "Extension doesn't work on this website", + "description": "Menu option visible when enabling/disabling doesn't work." + }, + "menuReport": { + "message": "Report a cookie warning", + "description": "Menu option." + }, + "menuSupport": { + "message": "Support this project", + "description": "Menu option." + }, + "optionsTitle": { + "message": "Settings", + "description": "Title for the options page." + }, + "optionsWhitelist": { + "message": "List of all whitelisted websites, one website per line:", + "description": "Options text for whitelist box." + }, + "optionStatusIndicators": { + "message": "status indicators", + "description": "Option text for enabling the status indicator" + }, + "optionsButton": { + "message": "Save settings", + "description": "Options text for SAVE button." + }, + "reportGithub": { + "message": "Report using Github", + "description": "Menu item to report using Github" + }, + "reportAnon": { + "message": "Report anonymously", + "description": "Menu item to report anonymously" + }, + "reportAnonTitle": { + "message": "Report", + "description": "Translation of 'report' it will be shown like 'Report example.com'" + }, + "reportAnonNotes": { + "message": "Notes: ", + "description": "Notes for the report" + }, + "reportNotesPlaceholder": { + "message": "Things like:\nVideoplayback not working\nBroken scrollbar\ngray overlay", + "description": "Placeholder for the notes (\n) is a new line & keep it 4 lines" + }, + "reportAnonSend": { + "message": "Send report", + "description": "Button to send the report" + }, + "reportAnonCancel": { + "message": "Cancel", + "description": "Button to cCancel the report" + }, + "genericErrorTitle": { + "message": "Something went wrong", + "description": "Genereric error title" + }, + "genericErrorTryAgain": { + "message": "Try again later..", + "description": "Try again later message" + }, + "genericErrorBack": { + "message": "Back", + "description": "Back button after error" + }, + "menuLoadingText": { + "message": "Loading...", + "description": "Loading messsage" + }, + "generalIssueOption": { + "message": "General issue (requires notes)", + "description": "The option text for a general issue" + }, + "scrollbarIssueOption": { + "message": "Scrollbar related", + "description": "The option text for a scrollbar issue" + }, + "modalIssueOption": { + "message": "Modal related", + "description": "The option text for a modal issue" + }, + "scrollbarIssueDescription": { + "message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.", + "description": "Explanation of what a scrollbar issue is" + }, + "modalIssueDescription": { + "message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.", + "description": "Explanation of what a modal issue is" + } +}