Skip to content

Commit

Permalink
feat(cookie-consent): added Polish translation (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Apr 19, 2024
1 parent 4797a16 commit 20b258e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 27 deletions.
54 changes: 27 additions & 27 deletions phpmyfaq/lang/cookie-consent/en.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"consentModal": {
"title": "phpMyFAQ use cookies!",
"description": "Hi, phpMyFAQ uses essential cookies to ensure its proper operation.",
"acceptAllBtn": "Accept all",
"acceptNecessaryBtn": "Reject all",
"showPreferencesBtn": "Let me choose",
"footer": "<a href=\"contact.html\" target=\"_blank\">Impressum</a><a href=\"privacy.html\" target=\"_blank\">Privacy Policy</a>"
},
"preferencesModal": {
"title": "Cookie preferences",
"acceptAllBtn": "Accept all",
"savePreferencesBtn": "Reject all",
"closeIconLabel": "Close",
"sections": [
{
"title": "Cookie usage 📢",
"description": "I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details relative to cookies and other sensitive data, please read the full <a href=\"./privacy.html\" class=\"cc-link\">privacy policy</a>."
},
{
"title": "Strictly necessary cookies",
"description": "These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly",
"linkedCategory": "necessary"
}
]
}
}
{
"consentModal": {
"title": "phpMyFAQ use cookies!",
"description": "Hi, phpMyFAQ uses essential cookies to ensure its proper operation.",
"acceptAllBtn": "Accept all",
"acceptNecessaryBtn": "Reject all",
"showPreferencesBtn": "Let me choose",
"footer": "<a href=\"contact.html\" target=\"_blank\">Imprint</a><a href=\"privacy.html\" target=\"_blank\">Privacy Policy</a>"
},
"preferencesModal": {
"title": "Cookie preferences",
"acceptAllBtn": "Accept all",
"savePreferencesBtn": "Reject all",
"closeIconLabel": "Close",
"sections": [
{
"title": "Cookie usage 📢",
"description": "I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details relative to cookies and other sensitive data, please read the full <a href=\"./privacy.html\" class=\"cc-link\">privacy policy</a>."
},
{
"title": "Strictly necessary cookies",
"description": "These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly",
"linkedCategory": "necessary"
}
]
}
}
27 changes: 27 additions & 0 deletions phpmyfaq/lang/cookie-consent/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"consentModal": {
"title": "phpMyFAQ używaj plików cookie!",
"description": "Hi, phpMyFAQ wykorzystuje niezbędne pliki cookie, aby zapewnić jego prawidłowe działanie oraz śledzące pliki cookie, aby zrozumieć, w jaki sposób z nim współdziałasz. Te ostatnie zostaną ustalone dopiero po uzyskaniu zgody. <button type=\"button\" data-cc=\"c-settings\" class=\"cc-link\">Pozwól mi wybrać</button>",
"acceptAllBtn": "Akceptuj wszystkie",
"acceptNecessaryBtn": "Odrzuć wszystko",
"showPreferencesBtn": "Let me choose",
"footer": "<a href=\"contact.html\" target=\"_blank\">Imprint</a><a href=\"privacy.html\" target=\"_blank\">Privacy Policy</a>"
},
"preferencesModal": {
"title": "Preferencje plików cookie",
"acceptAllBtn": "Akceptuj wszystkie",
"savePreferencesBtn": "Odrzuć wszystkie",
"closeIconLabel": "Zamknij",
"sections": [
{
"title": "Wykorzystanie plików cookie \uD83D\uDCE2",
"description": "Używamy plików cookie, aby zapewnić podstawowe funkcjonalności witryny i poprawić komfort korzystania z Internetu. Dla każdej kategorii możesz zdecydować się na włączenie/wyłączenie, kiedy tylko chcesz. Aby uzyskać więcej informacji na temat plików cookie i innych wrażliwych danych, przeczytaj całość <a href=\"./privacy.html\" class=\"cc-link\">polityki prywatności</a>."
},
{
"title": "Tylko niezbędne pliki cookie",
"description": "Te pliki cookie są niezbędne do prawidłowego funkcjonowania tej witryny. Bez tych plików cookie witryna nie będzie działać poprawnie.",
"linkedCategory": "necessary"
}
]
}
}

0 comments on commit 20b258e

Please sign in to comment.