From e1bf24423625fde6d8003c120ac5c10473aa6fb2 Mon Sep 17 00:00:00 2001 From: Jonas Enge Date: Mon, 1 Jun 2020 19:29:06 +0200 Subject: [PATCH] Hebew translation --- data/he/choices.js | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data/he/choices.js b/data/he/choices.js index 12d0277..95e6418 100644 --- a/data/he/choices.js +++ b/data/he/choices.js @@ -1,54 +1,54 @@ module.exports = { plus: [ { - text: 'Very Inaccurate', + text: 'מאוד לא מדוייק', score: 1, color: 1 }, { - text: 'Moderately Inaccurate', + text: 'לא מדוייק', score: 2, color: 2 }, { - text: 'Neither Accurate Nor Inaccurate', + text: 'נייטרלי', score: 3, color: 3 }, { - text: 'Moderately Accurate', + text: 'מדוייק במידה סבירה', score: 4, color: 4 }, { - text: 'Very Accurate', + text: 'מאוד מדוייק', score: 5, color: 5 } ], minus: [ { - text: 'Very Inaccurate', + text: 'מאוד לא מדוייק', score: 5, color: 1 }, { - text: 'Moderately Inaccurate', + text: 'לא מדוייק', score: 4, color: 2 }, { - text: 'Neither Accurate Nor Inaccurate', + text: 'נייטרלי', score: 3, color: 3 }, { - text: 'Moderately Accurate', + text: 'מדוייק במידה סבירה', score: 2, color: 4 }, { - text: 'Very Accurate', + text: 'מאוד מדוייק', score: 1, color: 5 } diff --git a/package.json b/package.json index da0bd34..d0629b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alheimsins/b5-johnson-120-ipip-neo-pi-r", "description": "Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items", - "version": "5.0.4", + "version": "5.0.5", "license": "MIT", "publishConfig": { "access": "public"