Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation changes for Hebrew #668

Merged
merged 29 commits into from
Nov 17, 2017
Merged
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8ff6d0b
I have added postcss-rtl as a dev dependency in package.json and in w…
Jul 14, 2017
2dc4a79
Fixed some format issues
Jul 14, 2017
885f12e
Merge from allure2 master
Jul 16, 2017
293c2a6
Changes according the last merged pull request by just-boris (#476)
Jul 16, 2017
f4b97d6
Added copy to clipboard translation
Jul 16, 2017
bf2f924
in app.js I have added the line document.dir = i18next.dir(); it chan…
Aug 7, 2017
c3ec1a6
I have fixed conflicts and the arrows positions in the system (RTL)
Aug 7, 2017
0242ee0
Added Fullscreen translation
Aug 7, 2017
c640558
trying to push
Aug 7, 2017
39cb394
no message
Aug 7, 2017
71a1fa8
Merge
Aug 8, 2017
8f98e41
Merge branch 'master' into master
eroshenkoam Aug 9, 2017
1d3b167
Merge
Aug 10, 2017
7672d4b
Merge branch 'master' of https://github.com/allure-framework/allure2
Aug 20, 2017
1f4999c
I have replaced the tabs with 2 spaces indent and the vendor prefixes.
Aug 20, 2017
cf13fd1
I have fixed the indents
Aug 20, 2017
03f5d62
Merge branch 'master' of https://github.com/allure-framework/allure2
Aug 22, 2017
5c6b9fb
Merge branch 'master' of github.com:allure-framework/allure2
Sep 15, 2017
5892524
Merge branch 'master' of github.com:allure-framework/allure2
Oct 11, 2017
ffc341c
I have fixed "If user click on a test items, other previously opened …
Oct 17, 2017
74f61c2
I have fixed a bug in the restore that I have created in the pull req…
Oct 20, 2017
f2d686c
Changed from tabs to spaces
Oct 20, 2017
bd0955f
Merge branch 'master' of github.com:allure-framework/allure2
Oct 23, 2017
b06d636
Merge branch 'master' into master
baev Nov 14, 2017
c4a90c5
Merge branch 'master' of github.com:allure-framework/allure2
Nov 14, 2017
4d33d0c
Added translation changes
Nov 14, 2017
9c9f50d
Back changes
Nov 14, 2017
6de747a
Merge branch 'master' of github.com:allure-framework/allure2
Nov 15, 2017
aae162d
Fixed
Nov 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion allure-generator/src/main/javascript/translations/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
"trend": {
"name": "מגמת ריצות"
},
"categoriesTrend": {
"name": "מגמת ריצה על קטגוריות"
},
"durationTrend": {
"name": "מגמת זמן ריצה"
},
"retryTrend": {
"name": "מגמת חזרות על ריצה"
},
"executors": {
"name": "כלי הרצה",
"unknown": "לא ידוע",
Expand Down Expand Up @@ -151,6 +160,7 @@
"tree": {
"filter": "מיין מקרי בדיקה על ידי סטטוס",
"groups": "הצג/הסתר את המידע על הקבוצות",
"download": "הורד קובץ CSV",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent

"empty": "לא קיימים פריטים",
"time": {
"total" : {
Expand Down Expand Up @@ -182,4 +192,4 @@
"hideCases": "הסתר תוצאות ריצה עם הסטטוס {{status}}"
}
}
}
}