mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
feat: add Contributors panel to display developer avatars (#605)
Added a new "Contributors" panel to the Settings, showcasing the avatars of developers who have contributed to this project.
This commit is contained in:
@@ -228,6 +228,9 @@
|
||||
"disclaimer1": "VRCX is not endorsed by VRChat and does not reflect the views or opinions of VRChat or anyone officially involved in producing or managing VRChat properties. VRChat and all associated properties are trademarks or registered trademarks of VRChat Inc. VRChat © VRChat Inc.",
|
||||
"disclaimer2": "pypy & Natsumi are not responsible for any problems caused by VRCX. Use at your own risk!",
|
||||
"open_source_software_notice": "Open Source Software Notice"
|
||||
},
|
||||
"contributors": {
|
||||
"header": "Contributors"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
|
||||
@@ -217,6 +217,9 @@
|
||||
"disclaimer1": "VRCX n'est pas soutenu par VRChat et ne reflète pas les points de vue ou les opinions de VRChat ou de toute personne officiellement impliquée dans la production ou la gestion des propriétés de VRChat. VRChat et toutes les propriétés associées sont des marques commerciales ou des marques déposées de VRChat Inc. VRChat © VRChat Inc.",
|
||||
"disclaimer2": "pypy & Natsumi ne sont pas responsables des problèmes causés par VRCX. Utilisez-le à vos risques et périls !",
|
||||
"open_source_software_notice": "Mentions relatives aux logiciels libres"
|
||||
},
|
||||
"contributors": {
|
||||
"header": "Contributeurs"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
|
||||
@@ -228,6 +228,9 @@
|
||||
"disclaimer1": "VRCXはVRChatによって承認されておらず、VRChatまたはVRChatの開発もしくは管理に公式に関与する者の見解や意見が反映されたものではありません。VRChatおよび関連するすべての財産はVRChat株式会社の商標または登録商標です。",
|
||||
"disclaimer2": "pypyとNatsumiはVRCXの使用によって発生したいかなる問題にも責任を負いません。自己責任でご使用ください!",
|
||||
"open_source_software_notice": "オープンソースソフトウェアに関する注意事項"
|
||||
},
|
||||
"contributors": {
|
||||
"header": "貢献者"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
|
||||
@@ -228,6 +228,9 @@
|
||||
"disclaimer1": "VRCX는 VRChat이 보증하지 않고, VRChat 개발/운영에 공식적으로 관련한 사람의 견해나 의견을 반영하지 않습니다. VRChat은 VRChat Inc.의 상표입니다. VRChat © VRChat Inc",
|
||||
"disclaimer2": "pypy 혹은 Natsumi는 VRCX로 인한 문제의 책임을 지지 않습니다. 본인의 책임하에 사용하시기 바랍니다!",
|
||||
"open_source_software_notice": "오픈 소스 소프트웨어 공지"
|
||||
},
|
||||
"contributors": {
|
||||
"header": "기여자들"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
|
||||
@@ -217,6 +217,9 @@
|
||||
"disclaimer1": "VRCX 不受 VRChat 的认可,也不反映 VRChat &任何正式参与制作或管理 VRChat 的人员/团体的观点或意见。VRChat 是 VRChat Inc. 的商标。 VRChat © VRChat Inc.",
|
||||
"disclaimer2": "pypy 和 Natsumi 不对使用 VRCX 引起的任何问题负责。使用时请自负风险!",
|
||||
"open_source_software_notice": "开放源代码软件许可"
|
||||
},
|
||||
"contributors": {
|
||||
"header": "贡献者"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
|
||||
@@ -215,6 +215,9 @@
|
||||
"disclaimer1": "VRCX 不受 VRChat 的認可,也不反應 VRChat 或任何正式參與製作或管理 VRChat 的觀點或意見。VRChat 是 VRChat Inc. 的商標。 VRChat © VRChat Inc.",
|
||||
"disclaimer2": "pypy 和 Natsumi 將不對使用 VRCX 引起的任何問題負責。使用時請自負風險!",
|
||||
"open_source_software_notice": "開放原始碼軟體授權條款"
|
||||
},
|
||||
"contributors": {
|
||||
"header": "貢獻者"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
|
||||
@@ -97,6 +97,11 @@ mixin settingsTab()
|
||||
{ label: "Join Me or Busy", translationKey: "view.settings.general.automation.auto_state_change_join_me_or_busy" },
|
||||
{ label: "Ask Me or Busy", translationKey: "view.settings.general.automation.auto_state_change_ask_me_or_busy" },
|
||||
], "saveAutomationOptions")
|
||||
//- General | Contributors
|
||||
div.options-container
|
||||
span.header {{ $t("view.settings.general.contributors.header" )}}
|
||||
div.options-container-item
|
||||
img(src="https://contrib.rocks/image?repo=vrcx-team/VRCX", alt="Contributors" @click="openExternalLink('https://github.com/vrcx-team/VRCX/graphs/contributors')" style="cursor: pointer")
|
||||
//- General | Legal Notice
|
||||
div.options-container(style="margin-top:45px;border-top:1px solid #eee;padding-top:30px")
|
||||
span.header {{ $t("view.settings.general.legal_notice.header" )}}
|
||||
|
||||
Reference in New Issue
Block a user