Frontend: Improve descriptions for library settings

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-18 13:04:23 +02:00
parent 812e550d76
commit e03d3e0639
5 changed files with 27 additions and 13 deletions

Binary file not shown.

View file

@ -280,6 +280,14 @@ msgstr "Seitenverhältnis"
msgid "At least 6 characters." msgid "At least 6 characters."
msgstr "Mindestens 6 Zeichen." msgstr "Mindestens 6 Zeichen."
#: src/pages/settings/general.vue:131
msgid ""
"Automatically create JPEGs for other file types so that they can be "
"displayed in a browser."
msgstr ""
"RAW-Bilder und Videos müssen zu JPEGs konvertiert werden, damit sie in der "
"Suche angezeigt werden können."
#: src/pages/settings.vue:8 #: src/pages/settings.vue:8
msgid "Backup" msgid "Backup"
msgstr "Backup" msgstr "Backup"
@ -664,7 +672,7 @@ msgstr "Datei"
msgid "File Browser" msgid "File Browser"
msgstr "Datei Browser" msgstr "Datei Browser"
#: src/pages/library/index.vue:121 src/pages/settings/general.vue:131 #: src/pages/library/index.vue:121
msgid "" msgid ""
"File types like RAW might need to be converted so that they can be displayed " "File types like RAW might need to be converted so that they can be displayed "
"in a browser. JPEGs will be stored in the same folder next to the original " "in a browser. JPEGs will be stored in the same folder next to the original "
@ -741,10 +749,6 @@ msgstr "Grau"
msgid "Group by similarity" msgid "Group by similarity"
msgstr "Ähnlichkeit" msgstr "Ähnlichkeit"
#: src/pages/settings/general.vue:162
msgid "Group Sequential"
msgstr "Sequenzen gruppieren"
#: src/dialog/photo/files.vue:48 #: src/dialog/photo/files.vue:48
msgid "Hash" msgid "Hash"
msgstr "Prüfsumme" msgstr "Prüfsumme"
@ -1595,6 +1599,10 @@ msgstr "Quelle"
msgid "Spanish" msgid "Spanish"
msgstr "Spanisch" msgstr "Spanisch"
#: src/pages/settings/general.vue:162
msgid "Stack Sequences"
msgstr "Sequenzen gruppieren"
#: src/component/navigation.vue:86 #: src/component/navigation.vue:86
msgid "Stacks" msgid "Stacks"
msgstr "Bildstapel" msgstr "Bildstapel"
@ -1899,6 +1907,9 @@ msgstr ""
"Das Bewerben kommerzieller Produkte, Waren oder Dienstleistungen ist nur " "Das Bewerben kommerzieller Produkte, Waren oder Dienstleistungen ist nur "
"nach vorheriger, schriftlicher Genehmigung erlaubt." "nach vorheriger, schriftlicher Genehmigung erlaubt."
#~ msgid "Group Sequential"
#~ msgstr "Sequenzen gruppieren"
#~ msgid "OK" #~ msgid "OK"
#~ msgstr "OK" #~ msgstr "OK"

File diff suppressed because one or more lines are too long

View file

@ -284,6 +284,10 @@ msgstr ""
msgid "At least 6 characters." msgid "At least 6 characters."
msgstr "" msgstr ""
#: src/pages/settings/general.vue:131
msgid "Automatically create JPEGs for other file types so that they can be displayed in a browser."
msgstr ""
#: src/pages/settings.vue:8 #: src/pages/settings.vue:8
msgid "Backup" msgid "Backup"
msgstr "" msgstr ""
@ -720,7 +724,6 @@ msgid "File Browser"
msgstr "" msgstr ""
#: src/pages/library/index.vue:121 #: src/pages/library/index.vue:121
#: src/pages/settings/general.vue:131
msgid "File types like RAW might need to be converted so that they can be displayed in a browser. JPEGs will be stored in the same folder next to the original using the best possible quality." msgid "File types like RAW might need to be converted so that they can be displayed in a browser. JPEGs will be stored in the same folder next to the original using the best possible quality."
msgstr "" msgstr ""
@ -795,10 +798,6 @@ msgstr ""
msgid "Group by similarity" msgid "Group by similarity"
msgstr "" msgstr ""
#: src/pages/settings/general.vue:162
msgid "Group Sequential"
msgstr ""
#: src/dialog/photo/files.vue:48 #: src/dialog/photo/files.vue:48
msgid "Hash" msgid "Hash"
msgstr "" msgstr ""
@ -1701,6 +1700,10 @@ msgstr ""
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: src/pages/settings/general.vue:162
msgid "Stack Sequences"
msgstr ""
#: src/component/navigation.vue:86 #: src/component/navigation.vue:86
msgid "Stacks" msgid "Stacks"
msgstr "" msgstr ""

View file

@ -50,7 +50,7 @@
v-model="settings.index.convert" v-model="settings.index.convert"
color="secondary-dark" color="secondary-dark"
:label="$gettext('Convert to JPEG')" :label="$gettext('Convert to JPEG')"
:hint="$gettext('File types like RAW might need to be converted so that they can be displayed in a browser. JPEGs will be stored in the same folder next to the original using the best possible quality.')" :hint="$gettext('Automatically create JPEGs for other file types so that they can be displayed in a browser.')"
prepend-icon="photo_camera" prepend-icon="photo_camera"
persistent-hint persistent-hint
> >
@ -64,7 +64,7 @@
class="ma-0 pa-0 input-sequences" class="ma-0 pa-0 input-sequences"
v-model="settings.index.sequences" v-model="settings.index.sequences"
color="secondary-dark" color="secondary-dark"
:label="$gettext('Group Sequential')" :label="$gettext('Stack Sequences')"
:hint="$gettext('Files with sequential names like \'IMG_1234 (2)\' or \'IMG_1234 copy 2\' belong to the same photo.')" :hint="$gettext('Files with sequential names like \'IMG_1234 (2)\' or \'IMG_1234 copy 2\' belong to the same photo.')"
prepend-icon="photo_library" prepend-icon="photo_library"
persistent-hint persistent-hint