added team permissions (#996)
This commit is contained in:
@@ -70,6 +70,10 @@
|
||||
<source>create-timesheet</source>
|
||||
<target>Zeit erfassen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="permissions">
|
||||
<source>permissions</source>
|
||||
<target>Team Berechtigungen</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
||||
@@ -70,6 +70,10 @@
|
||||
<source>create-timesheet</source>
|
||||
<target>Create timesheet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="permissions">
|
||||
<source>permissions</source>
|
||||
<target>Team permissions</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
||||
@@ -132,6 +132,10 @@
|
||||
<source>menu.admin_user</source>
|
||||
<target>Benutzer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="menu.admin_team">
|
||||
<source>menu.admin_team</source>
|
||||
<target>Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="menu.plugin">
|
||||
<source>menu.plugin</source>
|
||||
<target>Erweiterungen</target>
|
||||
@@ -256,6 +260,14 @@
|
||||
<source>label.email</source>
|
||||
<target>E-Mail</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.team">
|
||||
<source>label.team</source>
|
||||
<target>Team</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.teamlead">
|
||||
<source>label.teamlead</source>
|
||||
<target>Teamleiter</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.create_more">
|
||||
<source>label.create_more</source>
|
||||
<target>Weitere Einträge erstellen</target>
|
||||
@@ -280,6 +292,10 @@
|
||||
<source>action.save</source>
|
||||
<target>Speichern</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="action.reset">
|
||||
<source>action.reset</source>
|
||||
<target>Zurücksetzen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="action.back">
|
||||
<source>action.back</source>
|
||||
<target>Zurück</target>
|
||||
@@ -400,6 +416,10 @@
|
||||
<source>profile.roles</source>
|
||||
<target>Rollen</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profile.teams">
|
||||
<source>profile.teams</source>
|
||||
<target>Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profile.preferences">
|
||||
<source>profile.preferences</source>
|
||||
<target>Einstellungen</target>
|
||||
|
||||
@@ -132,6 +132,10 @@
|
||||
<source>menu.admin_user</source>
|
||||
<target>Users</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="menu.admin_team">
|
||||
<source>menu.admin_team</source>
|
||||
<target>Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="menu.plugin">
|
||||
<source>menu.plugin</source>
|
||||
<target>Plugins</target>
|
||||
@@ -256,6 +260,14 @@
|
||||
<source>label.email</source>
|
||||
<target>Email</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.team">
|
||||
<source>label.team</source>
|
||||
<target>Team</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.teamlead">
|
||||
<source>label.teamlead</source>
|
||||
<target>Teamlead</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.create_more">
|
||||
<source>label.create_more</source>
|
||||
<target>Create further entries</target>
|
||||
@@ -280,6 +292,10 @@
|
||||
<source>action.save</source>
|
||||
<target>Save</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="action.reset">
|
||||
<source>action.reset</source>
|
||||
<target>Reset</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="action.back">
|
||||
<source>action.back</source>
|
||||
<target>Back</target>
|
||||
@@ -400,6 +416,10 @@
|
||||
<source>profile.roles</source>
|
||||
<target>Roles</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profile.teams">
|
||||
<source>profile.teams</source>
|
||||
<target>Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profile.preferences">
|
||||
<source>profile.preferences</source>
|
||||
<target>Preferences</target>
|
||||
|
||||
23
translations/teams.de.xliff
Normal file
23
translations/teams.de.xliff
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en" target-language="de" datatype="plaintext" original="none">
|
||||
<body>
|
||||
<trans-unit id="teams.title">
|
||||
<source>teams.title</source>
|
||||
<target>Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="teams.subtitle">
|
||||
<source>teams.subtitle</source>
|
||||
<target>Mit Teams können Sie die Berechtigungen von Benutzergruppen für Kunden und Projekte steuern</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="teams.project_access">
|
||||
<source>teams.project_access</source>
|
||||
<target>Zugriff auf Projekte gewähren</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="teams.customer_access">
|
||||
<source>teams.customer_access</source>
|
||||
<target>Zugriff auf Kunden gewähren</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
23
translations/teams.en.xliff
Normal file
23
translations/teams.en.xliff
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file source-language="en" target-language="en" datatype="plaintext" original="none">
|
||||
<body>
|
||||
<trans-unit id="teams.title">
|
||||
<source>teams.title</source>
|
||||
<target>Teams</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="teams.subtitle">
|
||||
<source>teams.subtitle</source>
|
||||
<target>Teams allow you to control the permissions of user groups for customers and projects</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="teams.project_access">
|
||||
<source>teams.project_access</source>
|
||||
<target>Grant access to projects</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="teams.customer_access">
|
||||
<source>teams.customer_access</source>
|
||||
<target>Grant access to customers</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user