Skip to content

Commit

Permalink
Add hungarian translation (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzsa committed Oct 27, 2022
1 parent 4db0aec commit a8de02b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/translations/hu.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import { registerTranslation } from '../utilities/localize';
import type { Translation } from '../utilities/localize';

const translation: Translation = {
$code: 'hu',
$name: 'Magyar',
$dir: 'ltr',

clearEntry: 'Bejegyzés törlése',
close: 'Bezárás',
copy: 'Másolás',
currentValue: 'Aktuális érték',
hidePassword: 'Jelszó elrejtése',
loading: 'Betöltés',
progress: 'Folyamat',
remove: 'Eltávolítás',
resize: 'Átméretezés',
scrollToEnd: 'Görgessen a végére',
scrollToStart: 'Görgessen az elejére',
selectAColorFromTheScreen: 'Szín választása a képernyőről',
showPassword: 'Jelszó megjelenítése',
toggleColorFormat: 'Színformátum változtatása'
};

registerTranslation(translation);

export default translation;

0 comments on commit a8de02b

Please sign in to comment.