Figura icon indicating copy to clipboard operation
Figura copied to clipboard

Add Simplified Chinese

Open x-yingcan-x opened this issue 2 years ago • 13 comments

Now the translation is almost done, but there are some parts that I don't know what they mean. If you don't want to waste time here, you can use it for now until a better translation is available What do they mean? Max Init Instructions Max Tick Instructions Max Render Instructions Offscreen Rendering Toggle the transformations of first person hands Render Parts Pivot

x-yingcan-x avatar Jun 14 '22 02:06 x-yingcan-x

I wasn't familiar with the operation and probably did something really stupid

x-yingcan-x avatar Jun 14 '22 02:06 x-yingcan-x

Have you solved this issue yet?

In case you haven't:

Max Init Instructions: These are the maximum amount of instructions from init that a user can receive, init happens when the avatar first spawns into the world, (or when the avatar is first rendered, I am not quite sure).

Max Render Instructions: These are the maximum amount of instructions from render that a user can receive, render happens once every frame.

Max Tick Instructions: These are the maximum amount of instructions from tick that a user can receive, tick happens 20 times per second.

Offscreen Rendering: This basically tells your client if it should either render avatars when they are not in-screen or viceversa.

Transformation in First Person Hands: This basically tells your client if it should either modify the First Person hands when they are modified through code.

Render Parts Pivot: When using the hitbox view in Minecraft (F3 + B), The Pivots from the Render Parts are shown, this toggles that either on or off.

FlamesEC avatar Jun 14 '22 17:06 FlamesEC

In case this info is useful, init stands for "Initialization", at least if I remember correctly.

FlamesEC avatar Jun 14 '22 17:06 FlamesEC

I'm not sure if I understand "Transformation in First Person Hands" correctly, meaning that when I use a script to raise the hands by 3 pixels, if I turn on "Lock First Person Hands", the hands will still be in the same position If my understanding is correct, the translation is complete https://github.com/x-yingcan-x/Figura/blob/1.19/src/main/resources/assets/figura/lang/zh_cn.json

x-yingcan-x avatar Jun 15 '22 00:06 x-yingcan-x

A not important question, where else can I find something about scripting besides Discord. I just want to do a wing flap, but I don't know how to play the animation, ~~and I'm lazy to learn lua~~

x-yingcan-x avatar Jun 15 '22 08:06 x-yingcan-x

I mean, you can either use the discord, or check the wiki.

(To start an animation, you can do animation["animname"].start()).

I recommend doing a pull request if you want your asset to be added ^^

FlamesEC avatar Jun 15 '22 12:06 FlamesEC

<- Zero lua base Learning lua is hard for me I can't connect to discord, but curseforge, modrinth, github all can, discord I tried, can't connect at all

x-yingcan-x avatar Jun 15 '22 15:06 x-yingcan-x

Fair enough.

Hope your translation gets added :D

FlamesEC avatar Jun 15 '22 17:06 FlamesEC

But the wiki does not translate, I hope the wiki can provide templates, just replace some keywords can be used directly

x-yingcan-x avatar Jun 16 '22 05:06 x-yingcan-x

Yeah, the wiki is not actually done yet-

The wiki needs to be finished in order to make anything of that possible :P

FlamesEC avatar Jun 16 '22 12:06 FlamesEC

Anyway, if this is done, I would recommend closing this issue, so this does not clog up the issues page.

FlamesEC avatar Jun 16 '22 12:06 FlamesEC

I want to wait until the translation is added : P

x-yingcan-x avatar Jun 16 '22 13:06 x-yingcan-x

Fair enough.

FlamesEC avatar Jun 16 '22 13:06 FlamesEC