Trailence
@if (fetchSourceService.canSearch$ | async) {
{{ i18n.texts.menu.search_trail }}
}
{{ i18n.texts.menu.planner }}
{{ i18n.texts.menu[traceRecorder.recording ? 'current_trace' : 'start_trace'] }}
{{ i18n.texts.my_selection }}
{{mySelectionCount}}
{{ i18n.texts.menu.collections }}
@if (collectionsOpen) { @for (collectionWithInfo of collections; track collectionWithInfo.collection.uuid) {
{{ collectionWithInfo.collection.name.length === 0 && collectionWithInfo.collection.type === 'MY_TRAILS' ? i18n.texts.my_trails : collectionWithInfo.collection.name }} @if (collectionWithInfo.nbTrails !== undefined) {
{{collectionWithInfo.nbTrails}}
}
}
{{ i18n.texts.all_collections }}
{{allCollectionsTrails}}
{{ i18n.texts.pages.trails.actions.new_collection }}
}
{{ i18n.texts.menu.shared_with_me }}
@if (sharedWithMeOpen) { @if (sharedWithMe.isEmpty()) {
{{i18n.texts.menu.nothing_shared_with_me}}
} @else { @for (shareWithInfo of sharedWithMe; track shareWithInfo.share) {
{{ shareWithInfo.share.name }} @if (shareWithInfo.nbTrails !== undefined) {
{{shareWithInfo.nbTrails}}
}
{{shareWithInfo.share.owner}}
} } }
{{ i18n.texts.menu.shared_by_me }}
@if (sharedByMeOpen) { @if (sharedByMe.isEmpty()) {
{{i18n.texts.menu.nothing_shared_by_me}}
} @else { @for (shareWithInfo of sharedByMe; track shareWithInfo.share) {
{{ shareWithInfo.share.name }} @if (shareWithInfo.nbTrails !== undefined) {
{{shareWithInfo.nbTrails}}
}
{{ emailsSplit(shareWithInfo.share.recipients) }}
} } }
@if (isAnonymous) {
{{ i18n.texts.menu.no_share_for_anonymous }}
} @if ((pubDraft && pubDraft.nbTrails) || (pubSubmit && pubSubmit.nbTrails) || (pubReject && pubReject.nbTrails) || myPublicTrails.length > 0) {
{{ i18n.texts.menu.my_publications }}
@if (publicationsOpen) { @if (pubDraft) {
{{ i18n.texts.publications.draft_name }} @if (pubDraft.nbTrails !== undefined) {
{{pubDraft.nbTrails}}
}
} @if (pubSubmit) {
{{ i18n.texts.publications.submit_name }} @if (pubSubmit.nbTrails !== undefined) {
{{pubSubmit.nbTrails}}
}
} @if (pubReject) {
{{ i18n.texts.publications.reject_name }} @if (pubReject.nbTrails !== undefined) {
{{pubReject.nbTrails}}
}
}
{{ i18n.texts.publications.my_public_trails_name }}
{{myPublicTrails.length}}
}
}
{{ i18n.texts.pages.stats.title }}
@if (isAdmin || isModerator) {
{{ i18n.texts.publications.moderation.menu_title }}
@if (moderationOpen) {
{{ i18n.texts.publications.moderation.menu_trails }}
{{ i18n.texts.publications.moderation.menu_comments }}
{{ i18n.texts.publications.moderation.menu_remove }}
}
@if (isAdmin && !isNative) {
{{ i18n.texts.administration }}
} }
{{ i18n.texts.pages.contact.title }}
{{ i18n.texts.pages.donation.title }}
@if (update.availableDownload) {
@if (update.availableDownload.badge) {
{{update.availableDownload.badge}}
} @else { }
{{i18n.texts.update[update.availableDownload.i18nText]}}
}
Trailence {{versionName}}
{{ i18n.texts.pages.privacy_policy.title }}