Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BlocksCAD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
BlocksCAD
Commits
7597cee3
Commit
7597cee3
authored
May 20, 2016
by
Jennie Yoder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added german translation.
parent
2f6aa0ff
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
228 additions
and
8 deletions
+228
-8
blockscad/msg/common.pyc
blockscad/msg/common.pyc
+0
-0
blockscad/msg/js/de.js
blockscad/msg/js/de.js
+219
-0
blockscad/msg/json/de.json
blockscad/msg/json/de.json
+4
-4
blockscad/style.css
blockscad/style.css
+1
-1
blockscad/utils.js
blockscad/utils.js
+4
-3
No files found.
blockscad/msg/common.pyc
View file @
7597cee3
No preview for this file type
blockscad/msg/js/de.js
0 → 100644
View file @
7597cee3
This diff is collapsed.
Click to expand it.
blockscad/msg/json/de.json
View file @
7597cee3
...
@@ -104,16 +104,16 @@
...
@@ -104,16 +104,16 @@
"MIRROR_ADVANCED"
:
"fancy mirror"
,
"MIRROR_ADVANCED"
:
"fancy mirror"
,
"AROUND"
:
"umschliessend"
,
"AROUND"
:
"umschliessend"
,
"RGB_COLOR_MODEL"
:
"RGB"
,
"RGB_COLOR_MODEL"
:
"RGB"
,
"HSV_COLOR_MODEL"
:
"HS
V
"
,
"HSV_COLOR_MODEL"
:
"HS
W
"
,
"COLOR_HUE"
:
"hue"
,
"COLOR_HUE"
:
"hue"
,
"COLOR_SATURATION"
:
"
S
ättigung"
,
"COLOR_SATURATION"
:
"
s
ättigung"
,
"COLOR_VALUE"
:
"
W
ert"
,
"COLOR_VALUE"
:
"
w
ert"
,
"TWIST"
:
"verdrehen"
,
"TWIST"
:
"verdrehen"
,
"IMPORT_STL"
:
"STL import"
,
"IMPORT_STL"
:
"STL import"
,
"BROWSE"
:
"browse"
,
"BROWSE"
:
"browse"
,
"CENTER"
:
"zentriert"
,
"CENTER"
:
"zentriert"
,
"BLOCK_TEXT_2D"
:
"2D Text"
,
"BLOCK_TEXT_2D"
:
"2D Text"
,
"BLOCK_TEXT_3D"
:
"3D Txt"
,
"BLOCK_TEXT_3D"
:
"3D T
e
xt"
,
"FONT_SIZE"
:
"Schriftgrösse"
,
"FONT_SIZE"
:
"Schriftgrösse"
,
"FONT_NAME"
:
"Schriftart"
,
"FONT_NAME"
:
"Schriftart"
,
"TEXT_THICKNESS"
:
"dicke"
,
"TEXT_THICKNESS"
:
"dicke"
,
...
...
blockscad/style.css
View file @
7597cee3
...
@@ -103,7 +103,7 @@ html, body {
...
@@ -103,7 +103,7 @@ html, body {
position
:
absolute
;
position
:
absolute
;
left
:
5px
;
left
:
5px
;
top
:
3px
;
top
:
3px
;
width
:
96
px
;
width
:
102
px
;
height
:
52px
;
height
:
52px
;
margin
:
0
auto
;
margin
:
0
auto
;
white-space
:
normal
;
white-space
:
normal
;
...
...
blockscad/utils.js
View file @
7597cee3
...
@@ -9,7 +9,8 @@ var BSUtils = BSUtils || {};
...
@@ -9,7 +9,8 @@ var BSUtils = BSUtils || {};
*/
*/
BSUtils
.
LANGUAGE_NAME
=
{
BSUtils
.
LANGUAGE_NAME
=
{
'
en
'
:
'
English
'
,
'
en
'
:
'
English
'
,
'
fr
'
:
'
French
'
'
de
'
:
'
Deutsch
'
,
'
fr
'
:
'
Français
'
// 'es': 'Español'
// 'es': 'Español'
};
};
// BSUtils.LANGUAGE_NAME = {
// BSUtils.LANGUAGE_NAME = {
...
@@ -19,12 +20,12 @@ BSUtils.LANGUAGE_NAME = {
...
@@ -19,12 +20,12 @@ BSUtils.LANGUAGE_NAME = {
// 'ca': 'Català',
// 'ca': 'Català',
// 'cs': 'Česky',
// 'cs': 'Česky',
// 'da': 'Dansk',
// 'da': 'Dansk',
// 'de': 'Deutsch',
// 'el': 'Ελληνικά',
// 'el': 'Ελληνικά',
// 'en': 'English',
// 'en': 'English',
// 'es': 'Español',
// 'es': 'Español',
// 'fa': 'فارسی',
// 'fa': 'فارسی',
// 'fr': 'Français',
// 'he': 'עברית',
// 'he': 'עברית',
// 'hrx': 'Hunsrik',
// 'hrx': 'Hunsrik',
// 'hu': 'Magyar',
// 'hu': 'Magyar',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment