mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
backport SL-2329
This commit is contained in:
@@ -12,6 +12,10 @@ Components with the <wa-badge variant="warning" pill>Experimental</wa-badge> bad
|
||||
During the alpha period, things might break! We take breaking changes very seriously, but sometimes they're necessary to make the final product that much better. We appreciate your patience!
|
||||
:::
|
||||
|
||||
# Next
|
||||
|
||||
- Updated the Japanese translation
|
||||
|
||||
## 3.0.0-alpha.7
|
||||
|
||||
- Renamed applied.css to webawesome.css
|
||||
|
||||
@@ -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: '進行',
|
||||
|
||||
Reference in New Issue
Block a user