Skip to content

Commit

Permalink
Add localizable strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bricklife committed Jun 6, 2023
1 parent bdaf21a commit 82182a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
"Cancel" = "Cancel";

"Not allowed to access this URL" = "Not allowed to access this URL";

"Are you sure you want to leave this page?" = "Are you sure you want to leave this page?";
"Stay" = "Stay";
"Leave" = "Leave";
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
"Cancel" = "キャンセル";

"Not allowed to access this URL" = "このURLへのアクセスは許可されていません";

"Are you sure you want to leave this page?" = "このページから移動してもよいですか?";
"Stay" = "移動しない";
"Leave" = "移動する";

0 comments on commit 82182a1

Please sign in to comment.