Skip to content

Commit

Permalink
Hebew translation
Browse files Browse the repository at this point in the history
  • Loading branch information
maccyber committed Jun 1, 2020
1 parent 1119eed commit e1bf244
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions 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
}
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit e1bf244

Please sign in to comment.