Skip to content

Commit

Permalink
feat: Add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed Oct 29, 2024
1 parent 58d2fe4 commit ca67780
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
10 changes: 9 additions & 1 deletion packages/renderer/src/modules/store/translation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,15 @@
"land": {
"title": "My Land",
"description": "The parcels that make up Decentraland's Genesis City map. Buy or rent your own in the Marketplace.",
"action": "Publish to Land"
"action": "Publish to Land",
"select_parcel": {
"select_parcel": "Select the LANDs that will host your Scene",
"place_scene": "Placing Scene at {coords}",
"actions": {
"publish": "Publish",
"reset": "Reset"
}
}
},
"alternative_servers": {
"title": "Publish to a different server",
Expand Down
14 changes: 11 additions & 3 deletions packages/renderer/src/modules/store/translation/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,17 @@
}
},
"land": {
"title": "My Land",
"description": "Findable in Genesis City map. \nUnlimited users can join concurrently.",
"action": "Publish to Land"
"title": "Mi Tierra",
"description": "Ubicable en el mapa de Genesis City. \nUsuarios ilimitados pueden unirse simultáneamente.",
"action": "Publicar una Tierra",
"select_parcel": {
"select_parcel": "Selecciona la Tierra que hospedara tu Escena",
"place_scene": "Colocando Escena en {coords}",
"actions": {
"publish": "Publicar",
"reset": "Reiniciar"
}
}
},
"alternative_servers": {
"title": "Servidores Alternativos",
Expand Down
10 changes: 9 additions & 1 deletion packages/renderer/src/modules/store/translation/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,15 @@
"land": {
"title": "我的地盘",
"description": "可在创世城地图中找到。 \n无限用户可以同时加入。",
"action": "发布到土地"
"action": "发布到土地",
"select_parcel": {
"select_parcel": "选择将承载场景的 LAND",
"place_scene": "将场景放置在 {coords}",
"actions": {
"publish": "发表",
"reset": "重置"
}
}
},
"alternative_servers": {
"title": "替代服务器",
Expand Down

0 comments on commit ca67780

Please sign in to comment.