mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
add Russian translations (#607)
Co-authored-by: Denis Korablev <d.korablev@nominex.io>
This commit is contained in:
20
src/translations/ru.ts
Normal file
20
src/translations/ru.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'en',
|
||||
$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