1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08: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"> <form #settingsForm="ngForm" class="form-horizontal">
<div class="card mb-4"> <div class="card mb-4">
<h5 class="card-header"> <h5 class="card-header">
{{Name}} {{Name}}<ng-container *ngIf="changed">*</ng-container>
<ng-container *ngIf="changed">*</ng-container>
</h5> </h5>
<div class="card-body"> <div class="card-body">
<div [hidden]="!error" class="alert alert-danger" role="alert"><strong>Error: </strong>{{error}}</div> <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> *ngSwitchCase="TaskTriggerType.scheduled">{{schedule.trigger.time | date:"medium"}}</ng-container>
<ng-container *ngSwitchCase="TaskTriggerType.never" i18n>never</ng-container> <ng-container *ngSwitchCase="TaskTriggerType.never" i18n>never</ng-container>
</ng-container> </ng-container>
<button class="btn btn-danger button-delete" <button class="btn btn-danger button-delete" (click)="remove(i)"><span class="oi oi-trash"></span>
(click)="remove(i)" i18n><span class="oi oi-trash"></span>
</button> </button>
</div> </div>
</div> </div>

View File

@ -78,16 +78,16 @@
<button class="btn btn-success float-left ml-0" <button class="btn btn-success float-left ml-0"
*ngIf="Progress == null" *ngIf="Progress == null"
[disabled]="inProgress" [disabled]="inProgress"
title="Indexes the folders" title="Generates all thumbnails now"
i18n-title i18n-title
(click)="startTask()"> (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> <span class="oi oi-media-play ml-2"></span>
</button> </button>
<button class="btn btn-secondary float-left ml-0" <button class="btn btn-secondary float-left ml-0"
*ngIf="Progress != null" *ngIf="Progress != null"
[disabled]="inProgress || Progress.state !== TaskState.running" [disabled]="inProgress || Progress.state !== TaskState.running"
(click)="cancelTask()" i18n>Cancel converting (click)="cancelTask()" i18n>Cancel thumbnail generation
</button> </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