Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
style="border: none;"
[src]="citaceProURL"
></iframe>
<p class="text-muted small mt-1 mb-4">
<em>{{ 'item.page.citace-pro.disclaimer' | translate }}</em>
</p>
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
DomSanitizer,
SafeResourceUrl,
} from '@angular/platform-browser';
import { TranslateModule } from '@ngx-translate/core';
import {
BehaviorSubject,
combineLatest,
Expand All @@ -27,6 +28,7 @@ import { getFirstCompletedRemoteData } from '../../../../../core/shared/operator
standalone: true,
imports: [
CommonModule,
TranslateModule,
],
})
export class ItemPageCitationFieldComponent implements OnInit {
Expand Down
3 changes: 3 additions & 0 deletions src/assets/i18n/cs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4388,6 +4388,9 @@
// "item.page.authors": "Authors",
"item.page.authors": "Autoři",

// "item.page.citace-pro.disclaimer": "These citations were generated by software and may contain errors. The citation provided does not comply with the ČSN ISO 690:2011 standard.",
"item.page.citace-pro.disclaimer": "Tyto citace vytvořil software a mohou obsahovat chyby. Uvedená citace není v souladu s normou ČSN ISO 690:2011.",

// "item.page.citation": "Citation",
"item.page.citation": "Citace",

Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2925,6 +2925,8 @@

"item.page.authors": "Authors",

"item.page.citace-pro.disclaimer": "These citations were generated by software and may contain errors. The citation provided does not comply with the ČSN ISO 690:2011 standard.",

"item.page.citation": "Citation",

"item.page.collections": "Collections",
Expand Down
Loading