1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-28 08:58:49 +02:00

adding missing translations

This commit is contained in:
Patrik J. Braun 2019-12-15 22:21:25 +01:00
parent 6379bf8147
commit 67754ecea6
7 changed files with 2433 additions and 2351 deletions

View File

@ -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>
@ -22,8 +21,7 @@
*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>

View File

@ -78,16 +78,16 @@
<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>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff