Skip to content

Commit

Permalink
Modify ja.ts (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jz5 authored Jan 2, 2025
1 parent 85bc45e commit 7fd18d1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/translations/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ const translation: Translation = {
$dir: 'ltr',

carousel: 'カルーセル',
clearEntry: 'クリアエントリ',
clearEntry: 'クリア',
close: '閉じる',
copied: 'コピーされました',
copied: 'コピーしました',
copy: 'コピー',
currentValue: '現在の価値',
currentValue: '現在の値',
error: 'エラー',
goToSlide: (slide, count) => `${count} 枚中 ${slide} 枚のスライドに移動`,
hidePassword: 'パスワードを隠す',
loading: '読み込み中',
nextSlide: '次のスライド',
numOptionsSelected: num => {
if (num === 0) return 'オプションが選択されていません';
if (num === 1) return '1 つのオプションが選択されました';
return `${num} つのオプションが選択されました`;
if (num === 0) return '項目が選択されていません';
return `${num} 個の項目が選択されました`;
},
previousSlide: '前のスライド',
progress: '進行',
Expand Down

0 comments on commit 7fd18d1

Please sign in to comment.