mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Added Dutch translation (#614)
This commit is contained in:
committed by
GitHub
parent
59830a4793
commit
5ec633192f
20
src/translations/nl.ts
Normal file
20
src/translations/nl.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
import { registerTranslation } from '../utilities/localize';
|
||||
import type { Translation } from '../utilities/localize';
|
||||
|
||||
const translation: Translation = {
|
||||
$code: 'nl',
|
||||
$name: 'Dutch',
|
||||
$dir: 'ltr',
|
||||
|
||||
close: 'Sluiten',
|
||||
copy: 'Kopiëren',
|
||||
progress: 'Voortgang',
|
||||
scroll_to_end: 'Scroll naar einde',
|
||||
scroll_to_start: 'Scroll naar begin',
|
||||
select_a_color_from_the_screen: 'Selecteer een kleur van het scherm',
|
||||
toggle_color_format: 'Wissel kleurnotatie'
|
||||
};
|
||||
|
||||
registerTranslation(translation);
|
||||
|
||||
export default translation;
|
||||
Reference in New Issue
Block a user