mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Merge branch 'next' of https://github.com/shoelace-style/shoelace into next
This commit is contained in:
20
src/translations/he.ts
Normal file
20
src/translations/he.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'he',
|
||||
$name: 'עברית',
|
||||
$dir: 'rtl',
|
||||
|
||||
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