26 changed files with 1542 additions and 125 deletions
@ -0,0 +1,77 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。", |
||||
"adblock_call": "感谢您停用广告拦截功能并开始个性化设置。", |
||||
"reload": "重新加载页面", |
||||
|
||||
"alertBigScroll": "继续划屏,", |
||||
"alertBigClick": "继续浏览,", |
||||
"alertBig": "即表示您同意第三方服务安装cookie", |
||||
|
||||
"alertBigPrivacy": "这个网站使用cookie, 并让您可以控制想要激活的内容。", |
||||
"alertSmall": "服务管理", |
||||
"acceptAll": "好的,全部接受", |
||||
"personalize": "个性化", |
||||
"close": "关闭", |
||||
|
||||
"privacyUrl": "保密政策", |
||||
|
||||
"all": "所有服务的偏好设置", |
||||
|
||||
"disclaimer": "通过授权这些第三方服务,您同意存储和读取cookie,并使用其正常运行所需的跟踪技术。", |
||||
"allow": "允许", |
||||
"deny": "禁用", |
||||
"noCookie": "此服务不存储任何cookie。", |
||||
"useCookie": "此服务可以存储", |
||||
"useCookieCurrent": "此服务已存储", |
||||
"useNoCookie": "此服务未存储任何cookie。", |
||||
"more": "了解更多", |
||||
"source": "查看官网", |
||||
"credit": "通过tarteaucitron.js管理cookie", |
||||
|
||||
"toggleInfoBox": "显示/隐藏cookie存储信息。", |
||||
"title": "Cookie管理面板", |
||||
"cookieDetail": "Cookie详情", |
||||
"ourSite": "显示在我们的网站上", |
||||
"newWindow": "(新建窗口)", |
||||
"allowAll": "允许", |
||||
"denyAll": "禁用", |
||||
|
||||
"fallback": "已禁用。", |
||||
|
||||
"ads": { |
||||
"title": "广告组", |
||||
"details": "广告组通过营销网站上的广告空间来产生收入." |
||||
}, |
||||
"analytic": { |
||||
"title": "受众测量", |
||||
"details": "受众测量服务可以生成对站点改进有用的访问统计数据。" |
||||
}, |
||||
"social": { |
||||
"title": "社交网络", |
||||
"details": "社交网络有助于提高网站的用户友好性,并通过分享帮助推广。" |
||||
}, |
||||
"video": { |
||||
"title": "视频", |
||||
"details": "视频共享服务丰富网站的多媒体内容,提高网站知名度。" |
||||
}, |
||||
"comment": { |
||||
"title": "评论", |
||||
"details": "评论管理器使您的评论更容易提交,并避免垃圾邮件。" |
||||
}, |
||||
"support": { |
||||
"title": "支持", |
||||
"details": "支持服务使您能够与网站团队联系并帮助改进网站." |
||||
}, |
||||
"api": { |
||||
"title": "API", |
||||
"details": "API允许加载脚本:地理位置、搜索引擎、翻译……" |
||||
}, |
||||
"other": { |
||||
"title": "其他", |
||||
"details": "旨在显示网页内容的服务。" |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,80 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Hej! Dette sted er gennemsigtigt og giver dig mulighed for at vælge de tredjeparts tjenester, du vil tillade.", |
||||
"adblock_call": "Deaktiver venligst din adblocker for at begynde tilpasningen.", |
||||
"reload": "Opdater siden", |
||||
|
||||
"alertBigScroll": "Ved at fortsætte med at scrolle,", |
||||
"alertBigClick": "Hvis du fortsætter med at bruge dette websted,", |
||||
"alertBig": "tillader du alle tredjeparts tjenester", |
||||
|
||||
"alertBigPrivacy": "Dette websted bruger cookies og giver dig kontrol over, hvad du vil aktivere", |
||||
"alertSmall": "Administrer tjenester", |
||||
"personalize": "Tilpas", |
||||
"acceptAll": "OK, accepter alle", |
||||
"close": "Luk", |
||||
|
||||
"privacyUrl": "Fortrolighedspolitik", |
||||
|
||||
"all": "Præference for alle tjenester", |
||||
|
||||
"info": "Beskyttelse af dit privatliv", |
||||
"disclaimer": "Ved at tillade disse tredjeparts tjenester accepterer du deres cookies og brugen af sporingsteknologier, der er nødvendige for, at de fungerer korrekt.", |
||||
"allow": "Tillad", |
||||
"deny": "Afvis ", |
||||
"noCookie": "Denne service bruger ikke cookies", |
||||
"useCookie": "Denne service kan installere", |
||||
"useCookieCurrent": "Denne service er installeret", |
||||
"useNoCookie": "Denne service har ikke installeret nogen cookie.", |
||||
"more": "Læs mere", |
||||
"source": "Se det officielle websted", |
||||
"credit": "Cookies manager af tarteaucitron.js", |
||||
"noServices": "Dette websted bruger ikke nogen cookie, der kræver dit samtykke.", |
||||
|
||||
"toggleInfoBox": "Vis / skjul informationer om opbevaring af cookies", |
||||
"title": "CCookie-styringspanel", |
||||
"cookieDetail": "Cookie detaljer for", |
||||
"ourSite": "på vores side", |
||||
"newWindow": "(nyt vindue)", |
||||
"allowAll": "Tillad alle cookies", |
||||
"denyAll": "Afvis alle cookies", |
||||
|
||||
"fallback": "er deaktiveret.", |
||||
|
||||
"ads": { |
||||
"title": "Annonceringsnetværk", |
||||
"details": "Annoncenetværk kan generere indtægter ved at sælge annonceplads på webstedet." |
||||
}, |
||||
"analytic": { |
||||
"title": "Måling af målgruppen", |
||||
"details": "Målingstjenesterne bruges til at generere nyttig statistisk til at forbedre webstedet." |
||||
}, |
||||
"social": { |
||||
"title": "Sociale netværk", |
||||
"details": "Sociale netværk kan forbedre anvendeligheden af webstedet og hjælpe med at markedsføre det via aktierne." |
||||
}, |
||||
"video": { |
||||
"title": "Videoer", |
||||
"details": "Videodelingstjenester hjælper med at tilføje rige medier på webstedet og øger dets synlighed." |
||||
}, |
||||
"comment": { |
||||
"title": "Kommentarer", |
||||
"details": "Kommentarledere letter arkiveringen af kommentarer og bekæmper spam." |
||||
}, |
||||
"support": { |
||||
"title": "Support", |
||||
"details": "Supporttjenester giver dig mulighed for at komme i kontakt med webstedsteamet og hjælpe med at forbedre det." |
||||
}, |
||||
"api": { |
||||
"title": "APIer", |
||||
"details": "AAPI'er bruges til at indlæse scripts: geolokalisation, søgemaskiner, oversættelser, ..." |
||||
}, |
||||
"other": { |
||||
"title": "Andet", |
||||
"details": "Tjenester til visning af webindhold." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,83 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Hei! Tämä sivusto antaa sinun valita ja hallita kolmansien osapuolten asettamia evästeitä.", |
||||
"adblock_call": "Estä adblocker muuttaaksesi asetuksia.", |
||||
"reload": "Päivitä sivu", |
||||
|
||||
"alertBigScroll": "Jatkamalla selailua,", |
||||
"alertBigClick": "Jatkamalla tämän sivuston selailua,", |
||||
"alertBig": "hyväksyt kolmansien osapuolien tarjoamia palveluita", |
||||
|
||||
"alertBigPrivacy": "Tämä sivusto käyttää evästeitä ja antaa sinun hallita niitä.", |
||||
"alertSmall": "Hallinnoi palveluja", |
||||
"acceptAll": "OK, hyväksy kaikki", |
||||
"personalize": "Personoi", |
||||
"close": "Sulje", |
||||
|
||||
"privacyUrl": "Tietosuoja", |
||||
|
||||
"all": "Kaikkien palveluiden valinta", |
||||
|
||||
"info": "Yksityisyyden suojaaminen", |
||||
"disclaimer": "Hyväksymällä kolmansien osapuolten palvelut, hyväksyt toiminnan kannalta tarpeellisten evästeiden ja seurantateknologioiden käytön.", |
||||
"allow": "Hyväksy", |
||||
"deny": "Kiellä", |
||||
"noCookie": "Tämä palvelu ei käytä evästeitä", |
||||
"useCookie": "Tämä palvelu voidaan asentaa", |
||||
"useCookieCurrent": "Tämä palvelu on asennettu", |
||||
"useNoCookie": "Tämä palvelu ei ole asentanut evästeitä", |
||||
"more": "Lue lisää", |
||||
"source": "Katso virallinen nettisivu", |
||||
"credit": "Evästeiden hallinta: tarteaucitron.js", |
||||
"noServices": "Tämä sivusto ei käytä evästeitä, jotka vaativat suostumustasi.", |
||||
|
||||
"toggleInfoBox": "Näytä/piilota tiedot evästeistä ja niiden säilytyksestä", |
||||
"title": "Evästeiden hallintapaneeli", |
||||
"cookieDetail": "Evästetiedot", |
||||
"ourSite": "sivustollamme", |
||||
"newWindow": "uusi ikkuna", |
||||
"allowAll": "Hyväksy kaikki evästeet", |
||||
"denyAll": "Kiellä kaikki evästeet", |
||||
|
||||
"fallback": "hylätty.", |
||||
|
||||
"ads": { |
||||
"title": "Mainosverkosto", |
||||
"details": "Mainosverkostot saattavat saada tuloja myymällä mainostilaa sivustolla." |
||||
}, |
||||
"analytic": { |
||||
"title": "Yleisön mittaaminen", |
||||
"details": "Les services de mesure d'audience permettent de générer des statistiques de fréquentation utiles à l'amélioration du site." |
||||
}, |
||||
"social": { |
||||
"title": "Sosiaaliset verkostot", |
||||
"details": "Sosiaaliset verkostot voivat helpottaa sivuston käytettävyyttä ja mainontaa" |
||||
}, |
||||
"video": { |
||||
"title": "Videot", |
||||
"details": "Videoiden toistopalvelut auttavat rikastamaan sivuston markkinointia ja kasvattaa sen näkyvyyttä" |
||||
}, |
||||
|
||||
"comment": { |
||||
|
||||
"title": "Kommentit", |
||||
|
||||
"details": "Kommentoinnin ylläpito helpottaa kommenttien arkistointia ja roskapostin hallintaa." |
||||
}, |
||||
"support": { |
||||
"title": "Tuki", |
||||
"details": "Ohjelmointirajapintoja käytetään eri ohjelmistojen, kuten hakukoneiden, sijaintien tai käännösten, lataamiseen." |
||||
}, |
||||
"api": { |
||||
"title": "Ohjelmointirajapinnat", |
||||
"details": "Ohjelmointirajapintoja käytetään eri ohjelmistojen, kuten hakukoneiden, sijaintien tai käännösten, lataamiseen,..." |
||||
}, |
||||
"other": { |
||||
"title": "Muut", |
||||
"details": "Palvelut web-sisältöjen näyttämiseen." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,80 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Ahoj! Táto stránka je transparentná a umožňuje vám vybrať služby tretích strán, ktoré chcete povoliť.", |
||||
"adblock_call": "Prosím, vypnite blokovanie reklám k začatiu prispôsobovania", |
||||
"reload": "Obnovte stránku", |
||||
|
||||
"alertBigScroll": "Pokračovaním v posúvaní,", |
||||
"alertBigClick": "Ak budete pokračovať v prehliadaní tejto webovej stránky,", |
||||
"alertBig": "povoľujete všetky služby tretích strán", |
||||
|
||||
"alertBigPrivacy": "Táto stránka používa cookies a dáva vám kontrolu nad tým, čo chcete aktivovať", |
||||
"alertSmall": "Spravovať služby", |
||||
"personalize": "Prispôsobiť", |
||||
"acceptAll": "OK, prijať všetko", |
||||
"close": "Zatvoriť", |
||||
|
||||
"privacyUrl": "Zásady ochrany osobných údajov", |
||||
|
||||
"all": "Prednosť pre všetky služby", |
||||
|
||||
"info": "Ochrana vášho súkromia", |
||||
"disclaimer": "Povolením týchto služieb tretích strán, prijímate ich cookies a používanie sledovacích technológií potrebných pre ich správne fungovanie.", |
||||
"allow": "Povoliť", |
||||
"deny": "Odmietnúť", |
||||
"noCookie": "Táto služba nepoužíva cookies.", |
||||
"useCookie": "Túto službu je možné nainštalovať", |
||||
"useCookieCurrent": "Táto služba je nainštalovaná", |
||||
"useNoCookie": "Táto služba nenainštalovala žiadny súbor cookie.", |
||||
"more": "Čítaj viac", |
||||
"source": "Pozrite si oficiálnu webovú stránku", |
||||
"credit": "Správca súborov cookie od tarteaucitron.js", |
||||
"noServices": "Táto webová stránka nepoužíva žiadny súbor cookie, ktorý vyžaduje váš súhlas.", |
||||
|
||||
"toggleInfoBox": "Zobraziť/skryť informácie o ukladaní súborov cookie", |
||||
"title": "Panel riadenia súborov cookie", |
||||
"cookieDetail": "Podrobnosti súboru cookie pre", |
||||
"ourSite": "na našich stránkach", |
||||
"newWindow": "(nové okno)", |
||||
"allowAll": "Povoľte všetky súbory cookie", |
||||
"denyAll": "Odmietnuť všetky súbory cookie", |
||||
|
||||
"fallback": "je zakázané.", |
||||
|
||||
"ads": { |
||||
"title": "Reklamná sieť", |
||||
"details": "Reklamné siete môžu generovať príjmy predajom reklamného priestoru na webe." |
||||
}, |
||||
"analytic": { |
||||
"title": "Meranie publika", |
||||
"details": "Služby merania publika používané na generovanie užitočnej štatistickej účasti na zlepšenie stránky." |
||||
}, |
||||
"social": { |
||||
"title": "Sociálne siete", |
||||
"details": "Sociálne siete môžu zlepšiť použiteľnosť stránky a pomôcť ju propagovať prostredníctvom akcií." |
||||
}, |
||||
"video": { |
||||
"title": "Videá", |
||||
"details": "Služby zdieľania videa pomáhajú pridať na web bohatý obsah a zvýšiť jeho viditeľnosť." |
||||
}, |
||||
"comment": { |
||||
"title": "Komentáre", |
||||
"details": "Manažéri komentárov uľahčujú zadávanie komentárov a bojujú proti spamu." |
||||
}, |
||||
"support": { |
||||
"title": "Podpora", |
||||
"details": "Podporné služby vám umožňujú skontaktovať sa s tímom stránok a pomôcť vám ich vylepšiť." |
||||
}, |
||||
"api": { |
||||
"title": "APIs", |
||||
"details": "Rozhrania API sa používajú na načítanie skriptov: geolokácia, vyhľadávače, preklady, ..." |
||||
}, |
||||
"other": { |
||||
"title": "Ostatné", |
||||
"details": "Služby na zobrazovanie webového obsahu." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,80 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Hello! This site is transparent and lets you chose the 3rd party services you want to allow.", |
||||
"adblock_call": "Please disable your adblocker to start customizing.", |
||||
"reload": "Refresh the page", |
||||
|
||||
"alertBigScroll": "By continuing to scroll,", |
||||
"alertBigClick": "If you continue to browse this website,", |
||||
"alertBig": "you are allowing all third-party services", |
||||
|
||||
"alertBigPrivacy": "当サイトはクッキーを利用しております。お客様自身でクッキー利用の設定および管理ができます。", |
||||
"alertSmall": "Manage services", |
||||
"personalize": "カスタマイズする", |
||||
"acceptAll": "全てに同意する", |
||||
"close": "Close", |
||||
|
||||
"privacyUrl": "プライバシーポリシー", |
||||
|
||||
"all": "Preference for all services", |
||||
|
||||
"info": "Protecting your privacy", |
||||
"disclaimer": "これらの第三者によるサービスを許可することで、サイトの動作に必要なクッキーや他のトラッキング・テクノロジーの使用に同意するものとみなします。", |
||||
"allow": "許可", |
||||
"deny": "拒否", |
||||
"noCookie": "This service does not use cookie.", |
||||
"useCookie": "This service can install", |
||||
"useCookieCurrent": "このサービスは2つのクッキーを利用します", |
||||
"useNoCookie": "This service has not installed any cookie.", |
||||
"more": "もっと読む", |
||||
"source": "公式サイトで閲覧する", |
||||
"credit": "Cookies manager by tarteaucitron.js", |
||||
"noServices": "This website does not use any cookie requiring your consent.", |
||||
|
||||
"toggleInfoBox": "Show/hide informations about cookie storage", |
||||
"title": "クッキー利用の管理について", |
||||
"cookieDetail": "Cookie detail for", |
||||
"ourSite": "on our site", |
||||
"newWindow": "(new window)", |
||||
"allowAll": "すべてのクッキーを許可する", |
||||
"denyAll": "すべてのクッキーを拒否する", |
||||
|
||||
"fallback": "is disabled.", |
||||
|
||||
"ads": { |
||||
"title": "Advertising network", |
||||
"details": "Ad networks can generate revenue by selling advertising space on the site." |
||||
}, |
||||
"analytic": { |
||||
"title": "Audience measurement", |
||||
"details": "The audience measurement services used to generate useful statistics attendance to improve the site." |
||||
}, |
||||
"social": { |
||||
"title": "Social networks", |
||||
"details": "Social networks can improve the usability of the site and help to promote it via the shares." |
||||
}, |
||||
"video": { |
||||
"title": "Videos", |
||||
"details": "Video sharing services help to add rich media on the site and increase its visibility." |
||||
}, |
||||
"comment": { |
||||
"title": "Comments", |
||||
"details": "Comments managers facilitate the filing of comments and fight against spam." |
||||
}, |
||||
"support": { |
||||
"title": "Support", |
||||
"details": "Support services allow you to get in touch with the site team and help to improve it." |
||||
}, |
||||
"api": { |
||||
"title": "APIs", |
||||
"details": "APIs are used to load scripts: geolocation, search engines, translations, ..." |
||||
}, |
||||
"other": { |
||||
"title": "Other", |
||||
"details": "Services to display web content." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,81 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
|
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Bonjorn! Aqueste site jòga la transparéncia e vos dòna la possibilitat de causir los servicis tèrces a activar.", |
||||
"adblock_call": "Mercés de desactivar vòstre adblocker per començar la personalizacion.", |
||||
"reload": "Recargar la pagina", |
||||
|
||||
"alertBigScroll": "En contunhant de desfilar,", |
||||
"alertBigClick": "En seguissent vòstra navigacion,", |
||||
"alertBig": "acceptatz l'utilizacion de servicis tèrces que pòdon installar de cookies", |
||||
|
||||
"alertBigPrivacy": "Aqueste site utiliza de cookies e vos dòna lo contraròtle sus çò que volètz activar", |
||||
"alertSmall": "Gestion dels servicis", |
||||
"acceptAll": "OK, tot acceptar", |
||||
"personalize": "Personalizar", |
||||
"close": "Tampar", |
||||
|
||||
"privacyUrl": "Politica de confidencialitat", |
||||
|
||||
"all": "Preferéncias per totes los servicis", |
||||
|
||||
"info": "Proteccion de vòstra vida privada", |
||||
"disclaimer": "En autorizant aquestes servicis tèrces, acceptatz lo depaus e la lectura de cookies e l'utilizacion de tecnologias de seguiment necessaris a lor bon foncionament.", |
||||
"allow": "Autorizar", |
||||
"deny": "Interdire", |
||||
"noCookie": "Aqueste servici daissa pas cap de cookies.", |
||||
"useCookie": "Aqueste servici pòt daissar", |
||||
"useCookieCurrent": "Aqueste servici a daissat", |
||||
"useNoCookie": "Aqueste servici a pas daissat cap de cookies.", |
||||
"more": "Ne saber mai", |
||||
"source": "Veire lo site oficial", |
||||
"credit": "Gestion dels cookies per tarteaucitron.js", |
||||
"noServices": "Aqueste site utiliza pas cap de cookies que demandan vòstre consentiment.", |
||||
|
||||
"toggleInfoBox": "Mostrar/amagar las informacions sus l'emmagazinatge dels cookies", |
||||
"title": "Panèl de gestion dels cookies", |
||||
"cookieDetail": "Detalh dels cookies", |
||||
"ourSite": "sus nòstre site", |
||||
"newWindow": "(novèla fenèstra)", |
||||
"allowAll": "Autorizar totes los cookies", |
||||
"denyAll": "Interdire totes los cookies", |
||||
|
||||
"fallback": "es desactivat.", |
||||
|
||||
"ads": { |
||||
"title": "Regias publicitàrias", |
||||
"details": "Las regias publicitàrias permeton de gerir de revenguts en comercialisant los espacis publicitaris del site." |
||||
}, |
||||
"analytic": { |
||||
"title": "Mesura d'audiéncia", |
||||
"details": "Los servicis de mesura d'audiénce permeton de generar d'estatisticas de frequentacion utilas per melhorar lo site." |
||||
}, |
||||
"social": { |
||||
"title": "Malhums socials", |
||||
"details": "Los malhums socials permeton de melhorar la convivéncia del site e d'ajudar sa promocion via los partatges." |
||||
}, |
||||
"video": { |
||||
"title": "Vidèos", |
||||
"details": "Los servicis de partatge de vidèo permeton d'enriquir lo site de contengut multimèdia e aumentan sa visibilitat." |
||||
}, |
||||
"comment": { |
||||
"title": "Comentaris", |
||||
"details": "Los gestionaris de comentaris facilitan lo depaus de vòstres comentaris e lutan contra los messatges indesirables." |
||||
}, |
||||
"support": { |
||||
"title": "Assiténcia", |
||||
"details": "Los servicis d'assisténcia vos permeton de dintrar en contacte amb l'equipa del site e d'ajudar a son melhorament." |
||||
}, |
||||
"api": { |
||||
"title": "APIs", |
||||
"details": "Las APIs permeton de cargar de scripts : geolocalizacion, motors de recèrca, traduccions, ..." |
||||
}, |
||||
"other": { |
||||
"title": "Autre", |
||||
"details": "Servicis que cèrcan a afichar de contengut web." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Cookies necessaris", |
||||
"mandatoryText": "Aqueste site utiliza de cookies necessaris pel seu pròpri foncionament que pòdon pas èsser desactivats." |
||||
}; |
@ -0,0 +1,79 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Buna! Acest site este transparent și vă permite să alegeți serviciile terță parte pe care doriți să le permiteți.", |
||||
"adblock_call": "Dezactivați-vă adblocker-ul pentru a începe personalizarea.", |
||||
"reload": "Reincarca Pagina", |
||||
|
||||
"alertBigScroll": "Continuând să defilați,", |
||||
"alertBigClick": "Dacă continuați să răsfoiți acest site,", |
||||
"alertBig": "permiteți tuturor serviciilor terță parte", |
||||
|
||||
"alertBigPrivacy": "Acest site utilizează cookie-uri și vă oferă control asupra a ceea ce doriți să activați", |
||||
"alertSmall": "Gestionați serviciile", |
||||
"personalize": "Personalizați", |
||||
"acceptAll": "OK, acceptați-le pe toate", |
||||
"close": "Închide", |
||||
|
||||
"privacyUrl": "Politica de confidentialitate", |
||||
|
||||
"all": "Preferință pentru toate serviciile", |
||||
|
||||
"info": "Protejați-vă confidențialitatea", |
||||
"disclaimer": "Permițând acestor servicii terțe părți să acceptați cookie-urile și utilizarea tehnologiilor de urmărire necesare pentru buna funcționare a acestora.", |
||||
"allow": "Permite", |
||||
"deny": "Refuza", |
||||
"noCookie": "Acest serviciu nu utilizează modul cookie.", |
||||
"useCookie": "Acest serviciu se poate instala", |
||||
"useCookieCurrent": "Acest serviciu a fost instalat", |
||||
"useNoCookie": "Acest serviciu nu a instalat niciun cookie.", |
||||
"more": "Citeste mai mult", |
||||
"source": "Vizualizați site-ul oficial", |
||||
"credit": "Cookie manager de către tarteaucitron.js", |
||||
|
||||
"toggleInfoBox": "Afișați / ascundeți informații despre stocarea modulelor cookie", |
||||
"title": "Panoul de gestionare a panourilor cookie", |
||||
"cookieDetail": "Detaliile cookie pentru", |
||||
"ourSite": "pe site-ul nostru", |
||||
"newWindow": "(fereastră nouă)", |
||||
"allowAll": "Permiteți toate cookie-urile", |
||||
"denyAll": "Respinge toate cookie-urile", |
||||
|
||||
"fallback": "este dezactivat.", |
||||
|
||||
"ads": { |
||||
"title": "Rețea de publicitate", |
||||
"details": "Rețelele publicitare pot genera venituri prin vânzarea de spațiu publicitar pe site." |
||||
}, |
||||
"analytic": { |
||||
"title": "Măsurarea audienței", |
||||
"details": "Serviciile de măsurare a audienței utilizate pentru a genera participarea la statistici utile pentru îmbunătățirea site-ului." |
||||
}, |
||||
"social": { |
||||
"title": "Retele sociale", |
||||
"details": "Rețelele sociale pot îmbunătăți gradul de utilizare a site-ului și pot ajuta să îl promoveze prin intermediul acțiunilor." |
||||
}, |
||||
"video": { |
||||
"title": "Videoclipuri", |
||||
"details": "Serviciile de partajare video ajută la adăugarea de materiale media pe site și la creșterea vizibilității acestora." |
||||
}, |
||||
"comment": { |
||||
"title": "Comentarii", |
||||
"details": "Managerii de comentarii facilitează depunerea de comentarii și lupta împotriva spamului." |
||||
}, |
||||
"support": { |
||||
"title": "Susţinere", |
||||
"details": "Serviciile de asistență vă permit să contactați echipa site-ului și să vă ajutați să îl îmbunătățiți." |
||||
}, |
||||
"api": { |
||||
"title": "APIs", |
||||
"details": "API-urile sunt folosite pentru a încărca scripturi: geolocație, motoare de căutare, traduceri, ..." |
||||
}, |
||||
"other": { |
||||
"title": "Alte", |
||||
"details": "Servicii pentru afișarea conținutului web." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,80 @@
|
||||
/*global tarteaucitron */ |
||||
tarteaucitron.lang = { |
||||
"middleBarHead": "☝ 🍪", |
||||
"adblock": "Hej! Denna webbplats är transparent och låter dig välja de tredjeparts tjänster du vill tillåta.", |
||||
"adblock_call": "Inaktivera din adblock för att börja anpassa.", |
||||
"reload": "Uppdatera sidan", |
||||
|
||||
"alertBigScroll": "Genom att fortsätta rulla,", |
||||
"alertBigClick": "Om du fortsätter att surfa på denna webbplats,", |
||||
"alertBig": "du tillåter alla tjänster från tredje part", |
||||
|
||||
"alertBigPrivacy": "Denna webbplats använder cookies och ger dig kontroll över vad du vill aktivera", |
||||
"alertSmall": "Hantera tjänster", |
||||
"personalize": "Personifiera", |
||||
"acceptAll": "OK, acceptera allt", |
||||
"close": "Stänga", |
||||
|
||||
"privacyUrl": "Integritetspolicy", |
||||
|
||||
"all": "Preferens för alla tjänster", |
||||
|
||||
"info": "Skydda din integritet", |
||||
"disclaimer": "Genom att tillåta dessa tjänster från tredje part accepterar du deras cookies och användningen av spårningsteknologier som är nödvändiga för att de ska fungera korrekt.", |
||||
"allow": "Tillåta", |
||||
"deny": "Förneka", |
||||
"noCookie": "Den här tjänsten använder inte cookie.", |
||||
"useCookie": "Den här tjänsten kan installeras", |
||||
"useCookieCurrent": "Den här tjänsten har installerats", |
||||
"useNoCookie": "Den här tjänsten har inte installerat någon cookie.", |
||||
"more": "Läs mer", |
||||
"source": "Visa den officiella webbplatsen", |
||||
"credit": "Cookies manager av tarteaucitron.js", |
||||
|
||||
"toggleInfoBox": "Visa / dölj information om lagring av cookies", |
||||
"title": "Cookie- hanteringspanel", |
||||
"cookieDetail": "cookie- detalj för", |
||||
"ourSite": "på vår webbplats", |
||||
"newWindow": "(nytt fönster)", |
||||
"allowAll": "Tillåt alla cookie", |
||||
"denyAll": "Neka alla cookies", |
||||
|
||||
"fallback": "är ur funktion.", |
||||
|
||||
"ads": { |
||||
"title": "Annonsnätverk", |
||||
"details": "Annonsnätverk kan generera intäkter genom att sälja annonsutrymme på webbplatsen." |
||||
}, |
||||
"analytic": { |
||||
"title": "Publikmätning", |
||||
"details": "Publikmätningstjänster som används för att generera användbar statistik närvaro för att förbättra webbplatsen." |
||||
}, |
||||
|
||||
"social": { |
||||
"title": "Sociala nätverk", |
||||
"details": "Sociala nätverk kan förbättra användbarheten på webbplatsen och bidra till att marknadsföra den via aktierna." |
||||
}, |
||||
"video": { |
||||
"title": "videoklipp", |
||||
"details": "Videodelningstjänster hjälper till att lägga till rika medier på webbplatsen och öka synligheten." |
||||
}, |
||||
"comment": { |
||||
"title": "Коментари", |
||||
"details": "Kommentarhanterare underlättar inlämning av kommentarer och bekämpar skräppost." |
||||
}, |
||||
"support": { |
||||
"title": "Stöd", |
||||
"details": "Supporttjänster gör att du kan komma i kontakt med webbplatsteamet och hjälpa dig att förbättra det." |
||||
}, |
||||
"api": { |
||||
"title": "APIs", |
||||
"details": "APIs: er används för att ladda skript: geolocation, sökmotorer, översättningar, ..." |
||||
}, |
||||
"other": { |
||||
"title": "Övrig", |
||||
"details": "Tjänster för att visa webbinnehåll." |
||||
}, |
||||
|
||||
"mandatoryTitle": "Mandatory cookies", |
||||
"mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated." |
||||
}; |
@ -0,0 +1,156 @@
|
||||
/*global tarteaucitron */ |
||||
|
||||
tarteaucitron.lang = { |
||||
|
||||
"middleBarHead": "☝ 🍪", |
||||
|
||||
"adblock": "Ahoj! Táto stránka je transparentná a umožňuje vám vybrať služby tretích strán, ktoré chcete povoliť.", |
||||
|
||||
"adblock_call": "Prosím, vypnite blokovanie reklám k začatiu prispôsobovania", |
||||
|
||||
"reload": "Obnovte stránku", |
||||
|
||||
|
||||
|
||||
"alertBigScroll": "Pokračovaním v posúvaní,", |
||||
|
||||
"alertBigClick": "Ak budete pokračovať v prehliadaní tejto webovej stránky,", |
||||
|
||||
"alertBig": "povoľujete všetky služby tretích strán", |
||||
|
||||
|
||||
|
||||
"alertBigPrivacy": "Táto stránka používa cookies a dáva vám kontrolu nad tým, čo chcete aktivovať", |
||||
|
||||
"alertSmall": "Spravovať služby", |
||||
|
||||
"personalize": "Prispôsobiť", |
||||
|
||||
"acceptAll": "OK, prijať všetko", |
||||
|
||||
"close": "Zatvoriť", |
||||
|
||||
|
||||
|
||||
"privacyUrl": "Zásady ochrany osobných údajov", |
||||
|
||||
|
||||
|
||||
"all": "Prednosť pre všetky služby", |
||||
|
||||
|
||||
|
||||
"info": "Ochrana vášho súkromia", |
||||
|
||||
"disclaimer": "Povolením týchto služieb tretích strán \\ prijímate ich cookies a používanie sledovacích technológií potrebných pre ich správne fungovanie.", |
||||
|
||||
"allow": "Povoliť", |
||||
|
||||
"deny": "Odmietnúť", |
||||
|
||||
"noCookie": "Táto služba nepoužíva cookies.", |
||||
|
||||
"useCookie": "Túto službu je možné nainštalovať", |
||||
|
||||
"useCookieCurrent": "Táto služba je nainštalovaná", |
||||
|
||||
"useNoCookie": "Táto služba nenainštalovala žiadny súbor cookie.", |
||||
|
||||
"more": "Čítaj viac", |
||||
|
||||
"source": "Pozrite si oficiálnu webovú stránku", |
||||
|
||||
"credit": "Správca súborov cookie od tarteaucitron.js", |
||||
|
||||
"noServices": "Táto webová stránka nepoužíva žiadny súbor cookie, ktorý vyžaduje váš súhlas.", |
||||
|
||||
|
||||
|
||||
"toggleInfoBox": " Zobraziť/skryť informácie o ukladaní súborov cookie", |
||||
|
||||
"title": "Panel riadenia súborov cookie", |
||||
|
||||
"cookieDetail": "Podrobnosti súboru cookie pre", |
||||
|
||||
"ourSite": "na našich stránkach", |
||||
|
||||
"newWindow": "(nové okno)", |
||||
|
||||
"allowAll": "Povoľte všetky súbory cookie", |
||||
|
||||
"denyAll": "Odmietnuť všetky súbory cookie", |
||||
|
||||
|
||||
|
||||
"fallback": "je zakázané.", |
||||
|
||||
|
||||
|
||||
"ads": { |
||||
|
||||
"title": "Reklamná sieť", |
||||
|
||||
"details": "Reklamné siete môžu generovať príjmy predajom reklamného priestoru na webe." |
||||
|
||||
}, |
||||
|
||||
"analytic": { |
||||
|
||||
"title": "Meranie publika", |
||||
|
||||
"details": "Služby merania publika používané na generovanie užitočnej štatistickej účasti na zlepšenie stránky." |
||||
|
||||
}, |
||||
|
||||
"social": { |
||||
|
||||
"title": "Sociálne siete", |
||||
|
||||
"details": "Sociálne siete môžu zlepšiť použiteľnosť stránky a pomôcť ju propagovať prostredníctvom akcií." |
||||
|
||||
}, |
||||
|
||||
"video": { |
||||
|
||||
"title": "Videá", |
||||
|
||||
"details": "Služby zdieľania videa pomáhajú pridať na web bohatý obsah a zvýšiť jeho viditeľnosť." |
||||
|
||||
}, |
||||
|
||||
"comment": { |
||||
|
||||
"title": "Komentáre", |
||||
|
||||
|