mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-31 18:29:28 +01:00
fix: update project links to point to the new ArtStudies repository
feat: add new homelab project documentation with details on services and hardware fix: correct project code links for Monte Carlo Project and Schelling Segregation Model refactor: rename Studies Projects to ArtStudies for better clarity and consistency i18n: add project descriptions in English, Spanish, and French locales chore: update package name to artsite and adjust dependency versions style: add cover image for ArtLab project fix: update chat message labels for better readability and translation usage
This commit is contained in:
@@ -53,7 +53,7 @@ export interface ChatMessage {
|
||||
export const ChatMessages = [
|
||||
{
|
||||
id: 'interface',
|
||||
label: 'command.interface',
|
||||
label: 'Interface', // TODO: use translation : command.interface
|
||||
items: [
|
||||
{
|
||||
label: 'command.theme.label',
|
||||
@@ -73,7 +73,7 @@ export const ChatMessages = [
|
||||
},
|
||||
{
|
||||
id: 'actions',
|
||||
label: 'command.actions',
|
||||
label: 'Components',
|
||||
items: [
|
||||
{
|
||||
label: 'command.location.label',
|
||||
@@ -114,7 +114,7 @@ export const ChatMessages = [
|
||||
},
|
||||
{
|
||||
id: 'arthur',
|
||||
label: 'command.arthur',
|
||||
label: 'Arthur',
|
||||
items: [
|
||||
{
|
||||
label: 'command.credits.label',
|
||||
@@ -182,7 +182,7 @@ export const ChatMessages = [
|
||||
},
|
||||
{
|
||||
id: 'uses',
|
||||
label: 'command.uses',
|
||||
label: 'Uses',
|
||||
items: [
|
||||
{
|
||||
label: 'command.hardware.label',
|
||||
|
||||
Reference in New Issue
Block a user