expressobits / inventory-system

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
MIT License
407 stars 26 forks source link

Add localization for other languages #81

Open scriptsengineer opened 8 months ago

scriptsengineer commented 8 months ago

@k25961918 Request from discussion #78

k25961918 commented 8 months ago

I really like this plugin ! I hope it can be used by more Chinese game developers. I have translated the existing entries of the plugin into Chinese. I hope it will be useful to you.

Types en zh_CN
editor Open a InventoryDatabase resource to see contents here 打开资产数据库资源查看这里的内容
     
New Database Start a New Database 新建数据库
  Open a Database 打开数据库
  Open... 打开...
  Open recent files 最近打开的文件
  Clear recent files 清除最近打开记录
     
New Inventory Item New Inventory Item 新建库存物品
  New Item With New Resource 新建物品资源
  New Item With Existing Resource 打开物品资源
     
New Recipe New Recipe 新建合成表
  New Recipe With New Resource 新建合成表资源
  New Recipe With Existing Resource 打开合成表资源
     
New Craft Station Type New Craft Station Type 新建制作站
  New Craft Station Type With New Resource 新建制作站资源
  New Craft Station Type With Existing Resource 打开制作站资源
     
New Item Category New Item Category 新建物品类型
  New Item Category With New Resource 新建物品类型资源
  New Item Category With Existing Resource 打开物品类型资源
     
Items Items 物品
  Search Items 搜索物品
  Item Resource 物品资源
  ID ID
  Item Name 物品名称
  Item Max Stack 物品最大堆叠
  Item Weight 物品重量
  Icon 图标
  Categories 类型
  Custom Properties 自定义属性
  New Property 新属性
  Place New Property Key Name Here... 在这里输入新属性名
  Add New Property 添加新属性
     
Recipes Recipes 合成表
  Search Product Items 搜索合成表名称
  Products 合成物品
  Add New Product 添加新合成物品
  Ingredients 材料
  Add New Ingredient 添加新材料
  Amount 数量
  Time To Craft 制作时间
  Craft Station Type 制作站
  SECS
     
Craft Station Craft Station 制作站
  Search Craft Station Types 搜索制作站
  Name 名称
  Icon 图标
     
Categories Categories 类型
  Search Item Categories Types 搜索物品类型
  Name 名称
  Color 颜色
  Icon 图标
k25961918 commented 8 months ago

Is it possible to add a function to export all created Resources and other textual information and KEY to facilitate the production of multi-language games?