diff --git a/electron-builder.yml b/electron-builder.yml index b51573a..d9585f7 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -35,7 +35,7 @@ dmg: win: icon: "build/icon.ico" - publisherName: "TPG Interactive, LLC" + publisherName: "TPGi Interactive, LLC" target: - target: nsis arch: diff --git a/src/views/js/about.js b/src/views/js/about.js index 12b1a28..77d6744 100644 --- a/src/views/js/about.js +++ b/src/views/js/about.js @@ -37,7 +37,7 @@ function translateHTML(i18n) { document.querySelector('h2#header-translations').textContent = i18n['Translations']; document.querySelector('h2#header-exLinks').textContent = i18n['External links']; const exLink_listitem = document.querySelectorAll('ul#list-exLinks > li > A'); - exLink_listitem[0].textContent = i18n['TPG Resources']; + exLink_listitem[0].textContent = i18n['TPGi Resources']; exLink_listitem[1].textContent = i18n['Github page']; exLink_listitem[2].textContent = i18n['Report an issue']; } diff --git a/src/views/translations/de.json b/src/views/translations/de.json index 9810093..c402936 100644 --- a/src/views/translations/de.json +++ b/src/views/translations/de.json @@ -163,7 +163,7 @@ "Version": "Version", "Developed by": "Entwickelt von", "External links": "Externe Links", - "TPG Resources": "TPG Resources", + "TPGi Resources": "TPGi Resources", "Github page": "Github Seite", "Report an issue": "Ein Problem melden", "Translations": "Übersetzungen" diff --git a/src/views/translations/en.json b/src/views/translations/en.json index 1961c64..f842b16 100644 --- a/src/views/translations/en.json +++ b/src/views/translations/en.json @@ -164,7 +164,7 @@ "Version": "Version", "Developed by": "Developed by", "External links": "External links", - "TPG Resources": "TPG Resources", + "TPGi Resources": "TPGi Resources", "Github page": "Github page", "Report an issue": "Report an issue", "Translations": "Translations" diff --git a/src/views/translations/es.json b/src/views/translations/es.json index a136f8c..6ea1a0e 100644 --- a/src/views/translations/es.json +++ b/src/views/translations/es.json @@ -164,7 +164,7 @@ "Version": "Version", "Developed by": "Desarrollado por", "External links": "Enlaces externos", - "TPG Resources": "Recursos TPG", + "TPGi Resources": "Recursos TPGi", "Github page": "Pagina Github", "Report an issue": "Reportar un problema", "Translations": "Traducciones" diff --git a/src/views/translations/fr.json b/src/views/translations/fr.json index 3977e15..244e3f0 100644 --- a/src/views/translations/fr.json +++ b/src/views/translations/fr.json @@ -150,7 +150,7 @@ "The funding for the original WCAG version of the Colour Contrast tool was provided by the Trace Center under grant #H133E030012 from the National Institute on Disability and Rehabilitation Research (NIDRR). However no endorsement of the work by NIDILR should be inferred.": "The funding for the original WCAG version of the Colour Contrast tool was provided by the Trace Center under grant #H133E030012 from the National Institute on Disability and Rehabilitation Research (NIDRR). However no endorsement of the work by NIDILR should be inferred.", "Translations": "Traductions", "External links": "Liens externes", - "TPGi Resources": "Ressources TPG", + "TPGi Resources": "Ressources TPGi", "Github page": "Page Github", "Report an issue": "Signaler un problème" }, diff --git a/src/views/translations/hu.json b/src/views/translations/hu.json index cd8184f..4b5e62a 100644 --- a/src/views/translations/hu.json +++ b/src/views/translations/hu.json @@ -164,7 +164,7 @@ "Version" : "Verzió", "Developed by" : "Fejlesztette a", "External links" : "Külső hivatkozások", - "TPG Resources" : "TPG források", + "TPGi Resources" : "TPGi források", "Github page" : "Github oldal", "Report an issue" : "Probléma bejelentése", "Translations" : "Fordítások" diff --git a/src/views/translations/it.json b/src/views/translations/it.json index 9a27680..70d0125 100644 --- a/src/views/translations/it.json +++ b/src/views/translations/it.json @@ -164,7 +164,7 @@ "Version": "Versione", "Developed by": "Sviluppato da", "External links": "Collegamenti esterni", - "TPG Resources": "Risorse TPG", + "TPGi Resources": "Risorse TPGi", "Github page": "Pagina Github", "Report an issue": "Segnala un problema", "Translations": "Traduzioni" diff --git a/src/views/translations/ja.json b/src/views/translations/ja.json index a371cc0..00a7ed9 100644 --- a/src/views/translations/ja.json +++ b/src/views/translations/ja.json @@ -164,7 +164,7 @@ "Version": "バージョン", "Developed by": "開発元: ", "External links": "関連リンク", - "TPG Resources": "TPGのWebサイト", + "TPGi Resources": "TPGのWebサイト", "Github page": "Githubページ", "Report an issue": "問題点の報告", "Translations": "翻訳" diff --git a/src/views/translations/ko.json b/src/views/translations/ko.json index 73453cf..53523c5 100644 --- a/src/views/translations/ko.json +++ b/src/views/translations/ko.json @@ -164,7 +164,7 @@ "Version": "버전", "Developed by": "개발사: ", "External links": "외부 링크", - "TPG Resources": "TPG 리소스", + "TPGi Resources": "TPGi 리소스", "Github page": "Github 페이지", "Report an issue": "오류 보고", "Translations": "번역" diff --git a/src/views/translations/nl.json b/src/views/translations/nl.json index f6fbd45..a572744 100644 --- a/src/views/translations/nl.json +++ b/src/views/translations/nl.json @@ -163,7 +163,7 @@ "Version": "Versie", "Developed by": "Ontwikkeld door", "External links": "Externe link", - "TPG Resources": "TPG Bronnen", + "TPGi Resources": "TPGi Bronnen", "Github page": "Pagina op GitHub", "Report an issue": "Meld een probleem", "Translations": "Vertalingen" diff --git a/src/views/translations/pl.json b/src/views/translations/pl.json index 3814b88..91e5eb8 100644 --- a/src/views/translations/pl.json +++ b/src/views/translations/pl.json @@ -165,7 +165,7 @@ "Version": "Wersja", "Developed by": "Opracowany przez", "External links": "Zewnętrzne linki", - "TPG Resources": "Zasoby TPG", + "TPGi Resources": "Zasoby TPGi", "Github page": "Strona CCA w Github", "Report an issue": "Zgłoś problem", "Translations": "Tłumaczenia" diff --git a/src/views/translations/ru.json b/src/views/translations/ru.json index 65d56a8..3f8bd6a 100644 --- a/src/views/translations/ru.json +++ b/src/views/translations/ru.json @@ -164,7 +164,7 @@ "Version": "Версия", "Developed by": "Разработчик: ", "External links": "Внешние ссылки", - "TPG Resources": "Ресурсы TPG", + "TPGi Resources": "Ресурсы TPGi", "Github page": "Страница на Github", "Report an issue": "Отправить предложение", "Translations": "Переводчики" diff --git a/src/views/translations/zh-CN.json b/src/views/translations/zh-CN.json index ae9bf7b..bea5fac 100644 --- a/src/views/translations/zh-CN.json +++ b/src/views/translations/zh-CN.json @@ -164,7 +164,7 @@ "Version": "版本", "Developed by": "开发人员", "External links": "外部链接", - "TPG Resources": "TPG 资源", + "TPGi Resources": "TPGi 资源", "Github page": "Github 页面", "Report an issue": "报告问题", "Translations": "翻译" diff --git a/src/views/translations/zh-TW.json b/src/views/translations/zh-TW.json index c3f9582..e84aab4 100644 --- a/src/views/translations/zh-TW.json +++ b/src/views/translations/zh-TW.json @@ -164,7 +164,7 @@ "Version": "版本", "Developed by": "開發人員", "External links": "外部鏈接", - "TPG Resources": "TPG 資源", + "TPGi Resources": "TPGi 資源", "Github page": "Github 頁面", "Report an issue": "報告問題", "Translations": "翻譯"