Skip to content

Commit

Permalink
chickenpaint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jan 11, 2024
1 parent 6db35c7 commit fb72438
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 155 deletions.
5 changes: 4 additions & 1 deletion potiboard5/chickenpaint/js/chickenpaint.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ function ChickenPaint(options) {
CPRemoveLayer: {
action: function action() {
if (!that.artwork.removeLayer()) {
alert("Sorry, you can't remove the last remaining layer in the drawing.");
alert((0, _lang._)("Sorry, you can't remove the last remaining layer in the drawing."));
}
},
modifies: {
Expand Down Expand Up @@ -26600,6 +26600,9 @@ module.exports={
"Whoops! This layer's opacity is currently 0%": "レイヤーの不透明度が0%です",
"Whoops! You can't draw on a group": "レイヤーグループには描けません",
"Whoops! All of the selected pixels are transparent!": "レイヤーが空です",

"Sorry, you can't remove the last remaining layer in the drawing.": "レイヤーが1つしか残っていないため削除できません。",

"Are you sure you want to send your drawing to the server and finish drawing now?": "お絵かきをサーバーに送信します。終了してもよろしいですか?",
"Your drawing has unsaved changes! Are you sure to want to navigate away?": "お絵かきに未保存の変更があります。終了してもよろしいですか?",

Expand Down
6 changes: 3 additions & 3 deletions potiboard5/chickenpaint/js/chickenpaint.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit fb72438

Please sign in to comment.