mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Add Japanese translation (#606)
* add Japanese translation * update label for Japanese
This commit is contained in:
20
src/translations/ja.ts
Normal file
20
src/translations/ja.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'ja',
|
||||
$name: '日本語',
|
||||
$dir: 'ltr',
|
||||
|
||||
close: '閉じる',
|
||||
copy: 'コピー',
|
||||
progress: '進行',
|
||||
scroll_to_end: '最後にスクロールする',
|
||||
scroll_to_start: '最初にスクロールする',
|
||||
select_a_color_from_the_screen: '画面から色を選択してください',
|
||||
toggle_color_format: '色のフォーマットを切り替える'
|
||||
};
|
||||
|
||||
registerTranslation(translation);
|
||||
|
||||
export default translation;
|
||||
Reference in New Issue
Block a user