Skip to content

Commit

Permalink
adding missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Dec 15, 2019
1 parent 6379bf8 commit 67754ec
Show file tree
Hide file tree
Showing 7 changed files with 2,328 additions and 2,246 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<form #settingsForm="ngForm" class="form-horizontal">
<div class="card mb-4">
<h5 class="card-header">
{{Name}}
<ng-container *ngIf="changed">*</ng-container>
{{Name}}<ng-container *ngIf="changed">*</ng-container>
</h5>
<div class="card-body">
<div [hidden]="!error" class="alert alert-danger" role="alert"><strong>Error: </strong>{{error}}</div>
Expand All @@ -22,8 +21,7 @@ <h5 class="card-header">
*ngSwitchCase="TaskTriggerType.scheduled">{{schedule.trigger.time | date:"medium"}}</ng-container>
<ng-container *ngSwitchCase="TaskTriggerType.never" i18n>never</ng-container>
</ng-container>
<button class="btn btn-danger button-delete"
(click)="remove(i)" i18n><span class="oi oi-trash"></span>
<button class="btn btn-danger button-delete" (click)="remove(i)"><span class="oi oi-trash"></span>
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ <h5 class="card-header">
<button class="btn btn-success float-left ml-0"
*ngIf="Progress == null"
[disabled]="inProgress"
title="Indexes the folders"
title="Generates all thumbnails now"
i18n-title
(click)="startTask()">
<ng-container i18n>Convert photos now</ng-container>
<ng-container i18n>Generate thumbnails now</ng-container>
<span class="oi oi-media-play ml-2"></span>
</button>
<button class="btn btn-secondary float-left ml-0"
*ngIf="Progress != null"
[disabled]="inProgress || Progress.state !== TaskState.running"
(click)="cancelTask()" i18n>Cancel converting
(click)="cancelTask()" i18n>Cancel thumbnail generation
</button>


Expand Down
913 changes: 465 additions & 448 deletions src/frontend/translate/messages.en.xlf

Large diffs are not rendered by default.

913 changes: 465 additions & 448 deletions src/frontend/translate/messages.fr.xlf

Large diffs are not rendered by default.

910 changes: 463 additions & 447 deletions src/frontend/translate/messages.hu.xlf

Large diffs are not rendered by default.

913 changes: 465 additions & 448 deletions src/frontend/translate/messages.ro.xlf

Large diffs are not rendered by default.

913 changes: 465 additions & 448 deletions src/frontend/translate/messages.ru.xlf

Large diffs are not rendered by default.

0 comments on commit 67754ec

Please sign in to comment.