Skip to content

Commit

Permalink
feat: Add user avatar block translate (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtaizigvy authored Jul 13, 2023
1 parent 4e77e2d commit 43c1c04
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion editor/extensions/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1050,5 +1050,6 @@
"widget.addImageFromCustoms": "add image [COSTUME] at x [X] y [Y] width [WIDTH] height [HEIGHT] aspect ratio [ASPECT] as [NAME]",
"widget.addImageFromUrl": "add image from URL [URL] at x [X] y [Y] width [WIDTH] height [HEIGHT] aspect ratio [ASPECT] as [NAME]",
"widget.image.keep": "keep",
"widget.image.stretch": "stretch"
"widget.image.stretch": "stretch",
"d3object_d3_adduseravatar": "add user avatar [MODELNAME] height [HEIGHT] as [NAME]"
}
3 changes: 2 additions & 1 deletion editor/extensions/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,5 +1046,6 @@
"widget.addImageFromCustoms": "agregar imagen [COSTUME] en x [X] y [Y] ancho [WIDHT] alto [HEIGHT] relación de aspecto [ASPECT] como [NAME]",
"widget.addImageFromUrl": "agregar imagen de URL [URL] en x [X] y [Y] ancho [WIDTH] alto [HEIGHT] relación de aspecto [ASPECT] como [NAME]",
"widget.image.keep": "mantener",
"widget.image.stretch": "estirar"
"widget.image.stretch": "estirar",
"d3object_d3_adduseravatar": "agregar avatar de usuario [MODELNAME] height [HEIGHT] como [NAME]"
}
3 changes: 2 additions & 1 deletion editor/extensions/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,5 +1047,6 @@
"widget.addImageFromCustoms": "ajouter une image [COSTUME] à x [X] y [Y] largeur [WIDTH] hauteur [HEIGHT] format d'image [ASPECT] comme [NAME]",
"widget.addImageFromUrl": "ajouter une image à partir de l'URL [URL] à x [X] y [Y] largeur [WIDTH] hauteur [HEIGHT] format d'image [ASPECT] as [NAME]",
"widget.image.keep": "donjon",
"widget.image.stretch": "extensible"
"widget.image.stretch": "extensible",
"d3object_d3_adduseravatar": "ajouter l’avatar de l’utilisateur [MODELNAME] height [HEIGHT] comme [NAME]"
}
3 changes: 2 additions & 1 deletion editor/extensions/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,5 +1047,6 @@
"widget.addImageFromCustoms": "在 x [X] y [Y] 宽度 [WIDTH] 高度 [HEIGHT] 宽高比 [ASPECT] 处添加图像 [COSTUME] 作为 [NAME]",
"widget.addImageFromUrl": "从 URL [URL] 添加图像 x [X] y [Y] 宽度 [WIDTH] 高度 [HEIGHT] 宽高比 [ASPECT] 作为 [NAME]",
"widget.image.keep": "保持",
"widget.image.stretch": "拉紧"
"widget.image.stretch": "拉紧",
"d3object_d3_adduseravatar": "将用户头像 [MODELNAME] 高度 [HEIGHT] 添加为 [NAME]"
}
3 changes: 2 additions & 1 deletion editor/extensions/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -1041,5 +1041,6 @@
"widget.addImageFromCustoms": "在 x [X] y [Y] 寬度 [WIDTH] 高度 [HEIGHT] 寬高比 [ASPECT] 處添加圖像 [COSTUME] 作為 [NAME]",
"widget.addImageFromUrl": "從 URL [URL] 添加圖像 x [X] y [Y] 寬度 [WIDTH] 高度 [HEIGHT] 寬高比 [ASPECT] 作為 [NAME]",
"widget.image.keep": "保持",
"widget.image.stretch": "拉緊"
"widget.image.stretch": "拉緊",
"d3object_d3_adduseravatar": "将用户头像 [MODELNAME] 高度 [HEIGHT] 添加为 [NAME]"
}

0 comments on commit 43c1c04

Please sign in to comment.