fix various minor english grammar translations (#1002)
This commit is contained in:
@@ -28,7 +28,7 @@ class PluginControllerTest extends ControllerBaseTest
|
|||||||
{
|
{
|
||||||
$client = $this->getClientForAuthenticatedUser(User::ROLE_SUPER_ADMIN);
|
$client = $this->getClientForAuthenticatedUser(User::ROLE_SUPER_ADMIN);
|
||||||
$this->assertAccessIsGranted($client, '/admin/plugins/');
|
$this->assertAccessIsGranted($client, '/admin/plugins/');
|
||||||
$this->assertCalloutWidgetWithMessage($client, 'You have no plugin installed yet');
|
$this->assertCalloutWidgetWithMessage($client, 'You have no plugins installed yet');
|
||||||
$this->assertPageActions($client, ['shop' => 'https://www.kimai.org/store/']);
|
$this->assertPageActions($client, ['shop' => 'https://www.kimai.org/store/']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -118,7 +118,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="menu.admin_customer">
|
<trans-unit id="menu.admin_customer">
|
||||||
<source>menu.admin_customer</source>
|
<source>menu.admin_customer</source>
|
||||||
<target>Customer</target>
|
<target>Customers</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="menu.admin_project">
|
<trans-unit id="menu.admin_project">
|
||||||
<source>menu.admin_project</source>
|
<source>menu.admin_project</source>
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="menu.admin_user">
|
<trans-unit id="menu.admin_user">
|
||||||
<source>menu.admin_user</source>
|
<source>menu.admin_user</source>
|
||||||
<target>User</target>
|
<target>Users</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="menu.plugin">
|
<trans-unit id="menu.plugin">
|
||||||
<source>menu.plugin</source>
|
<source>menu.plugin</source>
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="dashboard.all">
|
<trans-unit id="dashboard.all">
|
||||||
<source>dashboard.all</source>
|
<source>dashboard.all</source>
|
||||||
<target>All user</target>
|
<target>All users</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@@ -455,7 +455,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="admin_timesheet.subtitle">
|
<trans-unit id="admin_timesheet.subtitle">
|
||||||
<source>admin_timesheet.subtitle</source>
|
<source>admin_timesheet.subtitle</source>
|
||||||
<target>Records of all user</target>
|
<target>Records of all users</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@@ -467,13 +467,13 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="admin_project.subtitle">
|
<trans-unit id="admin_project.subtitle">
|
||||||
<source>admin_project.subtitle</source>
|
<source>admin_project.subtitle</source>
|
||||||
<target>A project combines activities for a customer in a group</target>
|
<target>A project combines activities for a customer into a group</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="admin_project.short_stats">
|
<trans-unit id="admin_project.short_stats">
|
||||||
<source>admin_project.short_stats</source>
|
<source>admin_project.short_stats</source>
|
||||||
<target>
|
<target>
|
||||||
Currently the project %project% for the customer %customer% has %activities%
|
Currently the project %project% for the customer %customer% has %activities%
|
||||||
activities and %records% time-records, which count up to a total of %duration%.
|
activities and %records% time-records, which sum up to a total of %duration%.
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
@@ -492,7 +492,7 @@
|
|||||||
<source>admin_activity.short_stats</source>
|
<source>admin_activity.short_stats</source>
|
||||||
<target>
|
<target>
|
||||||
Currently the activity %activity% in the project %project% for the customer %customer%
|
Currently the activity %activity% in the project %project% for the customer %customer%
|
||||||
has %records% time-records, which count up to a total of %duration%.
|
has %records% time-records, which sum up to a total of %duration%.
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
@@ -505,7 +505,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="admin_customer.subtitle">
|
<trans-unit id="admin_customer.subtitle">
|
||||||
<source>admin_customer.subtitle</source>
|
<source>admin_customer.subtitle</source>
|
||||||
<target>Your customer are the base for creating projects and activities</target>
|
<target>Your customers are the base for creating projects and activities</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="label.number">
|
<trans-unit id="label.number">
|
||||||
<source>label.number</source>
|
<source>label.number</source>
|
||||||
@@ -558,13 +558,13 @@
|
|||||||
<trans-unit id="admin_customer.short_stats">
|
<trans-unit id="admin_customer.short_stats">
|
||||||
<source>admin_customer.short_stats</source>
|
<source>admin_customer.short_stats</source>
|
||||||
<target>
|
<target>
|
||||||
Currently the customer %customer% has %project% projects with %activity% activities, which count up
|
Currently the customer %customer% has %project% projects with %activity% activities, which sum up
|
||||||
in %records% time-records to a total of %duration%.
|
in %records% time-records to a total of %duration%.
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Admin: User
|
Admin: Users
|
||||||
-->
|
-->
|
||||||
<trans-unit id="admin_user.title">
|
<trans-unit id="admin_user.title">
|
||||||
<source>admin_user.title</source>
|
<source>admin_user.title</source>
|
||||||
@@ -572,7 +572,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="admin_user.subtitle">
|
<trans-unit id="admin_user.subtitle">
|
||||||
<source>admin_user.subtitle</source>
|
<source>admin_user.subtitle</source>
|
||||||
<target>All registered user of your Kimai installation</target>
|
<target>All registered users of your Kimai installation</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="label.alias">
|
<trans-unit id="label.alias">
|
||||||
<source>label.alias</source>
|
<source>label.alias</source>
|
||||||
@@ -597,7 +597,7 @@
|
|||||||
<trans-unit id="admin_user.short_stats">
|
<trans-unit id="admin_user.short_stats">
|
||||||
<source>admin_user.short_stats</source>
|
<source>admin_user.short_stats</source>
|
||||||
<target>
|
<target>
|
||||||
Currently the user %user% has %records% time-records which count up to a total of %duration%.
|
Currently the user %user% has %records% time-records which sum up to a total of %duration%.
|
||||||
</target>
|
</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
@@ -678,7 +678,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="stats.amountTotal">
|
<trans-unit id="stats.amountTotal">
|
||||||
<source>stats.amountTotal</source>
|
<source>stats.amountTotal</source>
|
||||||
<target>Revenue total</target>
|
<target>Total revenue</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="stats.userActiveToday">
|
<trans-unit id="stats.userActiveToday">
|
||||||
<source>stats.userActiveToday</source>
|
<source>stats.userActiveToday</source>
|
||||||
@@ -706,19 +706,19 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="stats.userTotal">
|
<trans-unit id="stats.userTotal">
|
||||||
<source>stats.userTotal</source>
|
<source>stats.userTotal</source>
|
||||||
<target>Amount users</target>
|
<target>Users</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="stats.activityTotal">
|
<trans-unit id="stats.activityTotal">
|
||||||
<source>stats.activityTotal</source>
|
<source>stats.activityTotal</source>
|
||||||
<target>Amount activities</target>
|
<target>Activities</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="stats.projectTotal">
|
<trans-unit id="stats.projectTotal">
|
||||||
<source>stats.projectTotal</source>
|
<source>stats.projectTotal</source>
|
||||||
<target>Amount projects</target>
|
<target>Projects</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="stats.customerTotal">
|
<trans-unit id="stats.customerTotal">
|
||||||
<source>stats.customerTotal</source>
|
<source>stats.customerTotal</source>
|
||||||
<target>Amount customers</target>
|
<target>Customers</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@@ -730,7 +730,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="admin_invoice_template.subtitle">
|
<trans-unit id="admin_invoice_template.subtitle">
|
||||||
<source>admin_invoice_template.subtitle</source>
|
<source>admin_invoice_template.subtitle</source>
|
||||||
<target>Administrate your invoice templates which can be used to data export.</target>
|
<target>Administrate your invoice templates which can be used to export data.</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="invoice.title">
|
<trans-unit id="invoice.title">
|
||||||
<source>invoice.title</source>
|
<source>invoice.title</source>
|
||||||
@@ -826,11 +826,11 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="invoice.signature_user">
|
<trans-unit id="invoice.signature_user">
|
||||||
<source>invoice.signature_user</source>
|
<source>invoice.signature_user</source>
|
||||||
<target>Confirmation: Date / Name Consultant / Signature</target>
|
<target>Confirmation: Date / Consultant's name / Signature</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="invoice.signature_customer">
|
<trans-unit id="invoice.signature_customer">
|
||||||
<source>invoice.signature_customer</source>
|
<source>invoice.signature_customer</source>
|
||||||
<target>Confirmation: Date / Name Customer / Signature</target>
|
<target>Confirmation: Date / Customer's name / Signature</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="invoice.total_working_time">
|
<trans-unit id="invoice.total_working_time">
|
||||||
<source>invoice.total_working_time</source>
|
<source>invoice.total_working_time</source>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="plugin.none_installed">
|
<trans-unit id="plugin.none_installed">
|
||||||
<source>plugin.none_installed</source>
|
<source>plugin.none_installed</source>
|
||||||
<target>You have no plugin installed yet.</target>
|
<target>You have no plugins installed yet.</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="plugin.marketplace">
|
<trans-unit id="plugin.marketplace">
|
||||||
<source>plugin.marketplace</source>
|
<source>plugin.marketplace</source>
|
||||||
|
|||||||
@@ -16,11 +16,11 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="form_customer">
|
<trans-unit id="form_customer">
|
||||||
<source>form_customer</source>
|
<source>form_customer</source>
|
||||||
<target>Create customer - default values</target>
|
<target>Create customer—default values</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="form_user">
|
<trans-unit id="form_user">
|
||||||
<source>form_user</source>
|
<source>form_user</source>
|
||||||
<target>User - default values</target>
|
<target>User—default values</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="theme">
|
<trans-unit id="theme">
|
||||||
<source>theme</source>
|
<source>theme</source>
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="label.timesheet.mode_duration_fixed_begin">
|
<trans-unit id="label.timesheet.mode_duration_fixed_begin">
|
||||||
<source>label.timesheet.mode_duration_fixed_begin</source>
|
<source>label.timesheet.mode_duration_fixed_begin</source>
|
||||||
<target>[Duration] Configurable fixed start-time, only duration can be changed</target>
|
<target>[Duration] configurable fixed start-time, only duration can be changed</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="label.timesheet.mode_punch">
|
<trans-unit id="label.timesheet.mode_punch">
|
||||||
<source>label.timesheet.mode_punch</source>
|
<source>label.timesheet.mode_punch</source>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="tags.subtitle">
|
<trans-unit id="tags.subtitle">
|
||||||
<source>tags.subtitle</source>
|
<source>tags.subtitle</source>
|
||||||
<target>Tags allow, to freely combine timesheet records into a resultset</target>
|
<target>Tags allow for the free combination of timesheet records into a result-set</target>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
</body>
|
</body>
|
||||||
</file>
|
</file>
|
||||||
|
|||||||
Reference in New Issue
Block a user