feat: Added German localization files

This commit is contained in:
Nicolas Giard
2017-06-30 16:50:34 -04:00
parent d5c13c4061
commit 424d2bfa98
10 changed files with 280 additions and 23 deletions

View File

@@ -9,10 +9,7 @@
"passwordverify": "Verify Password",
"provider": "Provider",
"savechanges": "Save Changes",
"subtitle": "Profile and authentication info",
"tfa": "Two-Factor Authentication (2FA)",
"tfaenable": "Enable 2FA",
"tfadisable": "Disable 2FA"
"subtitle": "Profile and authentication info"
},
"stats": {
"subtitle": "General site-wide statistics",
@@ -39,16 +36,6 @@
"flushsessionstext": "All users will be logged out and forced to login again. Your current session will also be affected!",
"flushsessionsbtn": "Flush Sessions"
},
"system": {
"subtitle": "Information on Wiki.js and troubleshooting tools"
},
"theme": {
"subtitle": "Customize the appearance of your wiki",
"primarycolor": "Primary Color",
"altcolor": "Secondary Color",
"codeblock": "Code Blocks",
"footercolor": "Footer Color"
},
"users": {
"createauthorize": "Create / Authorize User",
"subtitle": "Manage users and access rights",
@@ -61,4 +48,4 @@
"edituser": "Edit User",
"uniqueid": "Unique ID"
}
}
}

View File

@@ -97,14 +97,10 @@
"nav": {
"home": "Home"
},
"profile": {
"tfaenabled": "Enabled",
"tfadisabled": "Disabled"
},
"search": {
"didyoumean": "Did you mean...?",
"nomatch": "No results matching your query",
"placeholder": "Search...",
"results": "Search Results"
}
}
}

View File

@@ -33,7 +33,6 @@
"settings": "Settings",
"source": "Source",
"stats": "Stats",
"sysinfo": "System Info",
"syssettings": "System Settings",
"theme": "Color Theme",
"users": "Users",
@@ -48,4 +47,4 @@
"source": "Loading source...",
"editor": "Loading editor..."
}
}
}