Skip to content

Commit

Permalink
Merge pull request #66 from moriel5/master
Browse files Browse the repository at this point in the history
Hebrew Translation
  • Loading branch information
Litarvan authored Nov 16, 2019
2 parents e92bab1 + 5b6f2d8 commit 329df48
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,29 @@ const translations = {
trigger: 'Presiona Espacio o Enter para iniciar sesión',
password: 'Contraseña...'
},

// Hebrew (TODO)
'he': {
trigger: 'לחץ על רווח או Enter כדי להכנס',
password: 'ססמה...',

shutdown: 'מכבה...',
suspend: 'משהה...',
restart: 'מפעיל מחדש...',

setup: 'הגדרות',
disableSplash: 'בטל מסך קדמי (מסך "לחץ Enter")',
disableSplashText: 'בטל טקסט של מסך קדמי (רק שעון)',
disableIntro: 'בטל הקדמה (סמל מערגת הפעלה)',
disableFade: 'בטל עמעום לשחור בכניסה',
roundAvatar: 'יצגן עגול',
disableAvatar: 'בטל יצגן',
disableZoom: 'בטל מיקוד x2 (תיקון למסך גדול)',
clock12: 'תבנית שעון של 12 שעות',
capsLock: 'נעילת Caps פעילה',

primaryColor: 'צבע ראשי'
},

// More ? PR opens !
};
Expand Down

0 comments on commit 329df48

Please sign in to comment.