diff --git a/frontend/src/component/p-navigation.vue b/frontend/src/component/p-navigation.vue index 63045d95a..1c5a7ab3a 100644 --- a/frontend/src/component/p-navigation.vue +++ b/frontend/src/component/p-navigation.vue @@ -315,10 +315,10 @@ - + - Files + Originals {{ config.count.files }} diff --git a/frontend/src/dialog/p-upload-dialog.vue b/frontend/src/dialog/p-upload-dialog.vue index 7148fc6a9..69f8842cd 100644 --- a/frontend/src/dialog/p-upload-dialog.vue +++ b/frontend/src/dialog/p-upload-dialog.vue @@ -23,14 +23,14 @@ item-text="Title" item-value="UID" :allow-overflow="false" - label="Select albums or create a new one" + :label="labels.album" return-object > - Upload failed + Upload failed - Uploading {{current}} of {{total}}... + Uploading {{current}} of {{total}}... - Upload complete. Indexing... - Done. + Upload complete. Indexing... + Done.

@@ -62,12 +62,12 @@

- Please don't upload photos containing offensive content. Uploads - that may contain such images will be rejected automatically. + Please don't upload photos containing offensive content. Uploads + that may contain such images will be rejected automatically.

- Low-quality photos require a review before they appear in search results. + Low-quality photos require a review before they appear in search results.

Approve - Apply + Apply - OK + OK done @@ -437,6 +437,23 @@ after: this.$gettext("Taken after"), language: this.$gettext("Language"), timezone: this.$gettext("Time Zone"), + title: this.$gettext("Title"), + localtime: this.$gettext("Local Time"), + utctime: this.$gettext("UTC Time"), + utcdate: this.$gettext("UTC Date"), + latitude: this.$gettext("Latitude"), + longitude: this.$gettext("Longitude"), + altitude: this.$gettext("Altitude (m)"), + exposure: this.$gettext("Exposure"), + fnumber: this.$gettext("F Number"), + focallength: this.$gettext("Focal Length"), + subject: this.$gettext("Subject"), + artist: this.$gettext("Artist"), + copyright: this.$gettext("Copyright"), + license: this.$gettext("License"), + description: this.$gettext("Description"), + keywords: this.$gettext("Keywords"), + notes: this.$gettext("Notes"), }, showDatePicker: false, showTimePicker: false, diff --git a/frontend/src/dialog/photo/info.vue b/frontend/src/dialog/photo/info.vue index 7cbd83795..2d5b819c7 100644 --- a/frontend/src/dialog/photo/info.vue +++ b/frontend/src/dialog/photo/info.vue @@ -4,27 +4,27 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/frontend/src/pages/settings/general.vue b/frontend/src/pages/settings/general.vue index 5d2a6cc58..57fb4060a 100644 --- a/frontend/src/pages/settings/general.vue +++ b/frontend/src/pages/settings/general.vue @@ -196,8 +196,8 @@ class="ma-0 pa-0 input-files" v-model="settings.features.files" color="secondary-dark" - :label="labels.files" - :hint="hints.files" + :label="labels.originals" + :hint="hints.originals" prepend-icon="insert_drive_file" persistent-hint > @@ -383,7 +383,7 @@ private: this.$gettext("Hide Private"), review: this.$gettext("Quality Filter"), places: this.$gettext("Places"), - files: this.$gettext("Files"), + originals: this.$gettext("Originals"), moments: this.$gettext("Moments"), labels: this.$gettext("Labels"), import: this.$gettext("Import"), @@ -401,7 +401,7 @@ group: this.$gettext("Files with sequential names like 'IMG_1234 (2)' or 'IMG_1234 copy 2' belong to the same photo."), move: this.$gettext("Move files from import to originals to save storage. Unsupported file types will never be deleted, they remain in their current location."), places: this.$gettext("Search and display photos on a map."), - files: this.$gettext("Browse indexed files in Library."), + originals: this.$gettext("Display indexed files in Originals"), moments: this.$gettext("Let PhotoPrism create albums from past events."), labels: this.$gettext("Browse and edit image classification labels."), import: this.$gettext("Imported files will be sorted by date and given a unique name."),
UIDUID {{ model.UID | uppercase }}
Document IDDocument ID {{ model.DocumentID | uppercase }}
TypeType {{ model.Type | capitalize }}
PathPath {{ model.Path }}
NameName {{ model.Name }}
Original NameOriginal Name
TitleTitle {{ model.Title }}
Title SourceTitle Source {{ model.TitleSrc | capitalize }}
YearYear
MonthMonth
Quality ScoreQuality Score
ResolutionResolution {{ model.Resolution }} MP
Camera SerialCamera Serial {{ model.CameraSerial }}
FavoriteFavorite
PrivatePrivate
CreatedCreated {{ model.CreatedAt | luxon:format('http') }}
UpdatedUpdated {{ model.UpdatedAt | luxon:format('http') }}
EditedEdited {{ model.EditedAt | luxon:format('http') }}
MaintainedMaintained {{ model.MaintainedAt | luxon:format('http') }}
ArchivedArchived {{ model.DeletedAt | luxon:format('http') }}