Skip to content

Commit

Permalink
chore: update npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwforever committed Feb 7, 2024
1 parent e301651 commit f90c60b
Show file tree
Hide file tree
Showing 4 changed files with 1,546 additions and 1,544 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=http://registry.npmmirror.com
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodeLinker: node-modules
npmRegistryServer: https://registry.npmmirror.com
16 changes: 8 additions & 8 deletions src/renderer/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ export default {
},
image: {
sequence: {
title: '画像シーケンス',
label: '現在の画像シーケンス',
compare: '画像シーケンスを比較',
compareTip: '2 つ以上の画像シーケンスを連続して比較します',
selectTip: '少なくとも 2 つの画像シーケンスを選択してください',
createTip: '新しいシーケンス名を入力し、Enter キーを押して新しい画像シーケンスを作成します',
deleteTip: '画像シーケンスを削除',
differentSizeTip: '画像シーケンスのサイズは異なります'
title: 'Image sequence',
label: 'current sequence',
compare: 'compare sequences',
compareTip: 'Compare two or more image sequences in sequence (at least two image sequences are required)',
selectTip: 'Select at least two image sequences',
createTip: 'Enter the name of the new sequence and press Enter to create a new image sequence',
deleteTip: 'Delete this image sequence',
differentSizeTip: 'The sizes of the image sequences are different'
},
toolbar: {
openFolder: 'Open Folder',
Expand Down
Loading

0 comments on commit f90c60b

Please sign in to comment.