Translate gallery_app.pot in uk

100% translated source file: 'gallery_app.pot'
on 'uk'.
This commit is contained in:
transifex-integration[bot]
2023-10-14 18:56:45 +00:00
committed by GitHub
parent 8dcfd0a357
commit 18c7761a45

View File

@@ -0,0 +1,383 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020 Nextcloud GmbH
# This file is distributed under the same license as the Nextcloud latest User Manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Transifex Bot <>, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Nextcloud latest User Manual latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-28 07:41+0000\n"
"PO-Revision-Date: 2023-07-26 13:24+0000\n"
"Last-Translator: Transifex Bot <>, 2023\n"
"Language-Team: Ukrainian (https://app.transifex.com/nextcloud/teams/64236/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: uk\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
#: ../../files/gallery_app.rst:3
msgid "Gallery app"
msgstr ""
#: ../../files/gallery_app.rst:5
msgid ""
"The Pictures app has been rewritten and improved, and is now called the "
"Gallery app. It supports more image formats, sorting, zoom, and scrolling. "
"It also supports advanced customizations via a simple text file."
msgstr ""
#: ../../files/gallery_app.rst:9
msgid ""
"On your main Nextcloud Files page, click the little icon at the top right, "
"underneath your username, to open your Gallery. The Gallery app "
"automatically finds all images in your Nextcloud folders, and overlays the "
"thumbnails with the folder names. Click on the folder thumbnails to open the"
" folders. At the top left you have two sorting options, alphabetical and by "
"date."
msgstr ""
#: ../../files/gallery_app.rst:18
msgid ""
"After entering any folder, click on any image to open it in slideshow mode. "
"This has the following features: a download button at the top center, "
"forward and back buttons at the right and left sides, an automatic slideshow"
" button at the bottom right, and a close button at the top right."
msgstr ""
#: ../../files/gallery_app.rst:27
msgid "Custom configuration"
msgstr ""
#: ../../files/gallery_app.rst:29
msgid ""
"You may customize a Gallery album with a simple text file named "
"**gallery.cnf**, which contains parameters structured using the `Yaml "
"<https://en.wikipedia.org/wiki/YAML>`_ markup language. You may have "
"multiple **gallery.cnf** files; you need one in your own root Nextcloud "
"folder (your Home folder) that defines global features, and then you may "
"have individual per-album **gallery.cnf** files if you want to define "
"different behaviors in different albums."
msgstr ""
#: ../../files/gallery_app.rst:38
msgid "Features"
msgstr ""
#: ../../files/gallery_app.rst:40
msgid "The following general features are currently implemented:"
msgstr ""
#: ../../files/gallery_app.rst:42
msgid "Native SVG support."
msgstr ""
#: ../../files/gallery_app.rst:43
msgid "Access to external shares."
msgstr ""
#: ../../files/gallery_app.rst:45
msgid "The following album features are currently implemented:"
msgstr ""
#: ../../files/gallery_app.rst:47
msgid "Adding a link to a file containing a description."
msgstr ""
#: ../../files/gallery_app.rst:48
msgid ""
"Typing a simple copyright statement directly in the configuration file."
msgstr ""
#: ../../files/gallery_app.rst:49
msgid "Adding a link to a file containing a copyright statement."
msgstr ""
#: ../../files/gallery_app.rst:50
msgid "Defining a sort type and order."
msgstr ""
#: ../../files/gallery_app.rst:51
msgid "Defining the colour of the background."
msgstr ""
#: ../../files/gallery_app.rst:52
msgid "Defining if sub-albums will inherit the configuration."
msgstr ""
#: ../../files/gallery_app.rst:54
msgid "The following slideshow features are currently implemented:"
msgstr ""
#: ../../files/gallery_app.rst:56
msgid ""
"Showing a button which lets you pick which background, either black or "
"white, to use for the picture you are currently viewing (for images with "
"transparent backgrounds)."
msgstr ""
#: ../../files/gallery_app.rst:61
msgid "Setup"
msgstr ""
#: ../../files/gallery_app.rst:63
msgid ""
"The configuration file has to be named **gallery.cnf**. You may have "
"multiple per-album **gallery.cnf** files. To enable global features, place "
"one in your top-level folder, which is symbolised in the Web GUI by the home"
" icon. (This puts it in ``data/<user>/files/``.) See :ref:`an example below "
"<supported_variables_label>` in the **Global features** section."
msgstr ""
#: ../../files/gallery_app.rst:69
msgid ""
"You need to refresh your browser after changing your configuration to see "
"your changes."
msgstr ""
#: ../../files/gallery_app.rst:73
msgid "Format"
msgstr ""
#: ../../files/gallery_app.rst:75
msgid ""
"UTF-8, **without BOM**. A file created from within the Nextcloud Web GUI "
"works."
msgstr ""
#: ../../files/gallery_app.rst:78
msgid "Structure"
msgstr ""
#: ../../files/gallery_app.rst:80
msgid ""
"You should include a comment in the file, so that people stumbling upon the "
"file know what it's for. Comments start with #."
msgstr ""
#: ../../files/gallery_app.rst:83
msgid "Spacing is created using 2 spaces. **Do not use tabs.**"
msgstr ""
#: ../../files/gallery_app.rst:85
msgid ""
"Take a look at the `YAML Format documentation "
"<https://symfony.com/doc/current/components/yaml/yaml_format.html>`_ if you "
"are getting error messages."
msgstr ""
#: ../../files/gallery_app.rst:89
msgid "Here is an example `gallery.cnf`::"
msgstr ""
#: ../../files/gallery_app.rst:116
msgid "Supported variables"
msgstr ""
#: ../../files/gallery_app.rst:118
msgid "**Global Features**"
msgstr ""
#: ../../files/gallery_app.rst:120
msgid "Place this in your root Nextcloud folder, which is your Home folder."
msgstr ""
#: ../../files/gallery_app.rst:122
msgid ""
"**external_shares**: Set to **yes** in your root configuration file if you "
"want to load images stored on external locations, when using the "
"**files_external** app."
msgstr ""
#: ../../files/gallery_app.rst:125
msgid ""
"**native_svg**: Set to **yes** in your root configuration file to enable "
"rendering SVG images in your browser. This may represent a security risk if "
"you can't fully trust your SVG files."
msgstr ""
#: ../../files/gallery_app.rst:128
msgid ""
"**background_colour_toggle**: Set to **yes** in your root configuration file"
" to enable a button that toggles between black and white backgrounds on "
"transparent images."
msgstr ""
#: ../../files/gallery_app.rst:132
msgid ""
"External shares are 20-50 times slower than local shares. Be prepared to "
"wait a long time before being able to see all the images contained in a "
"shared album."
msgstr ""
#: ../../files/gallery_app.rst:136
msgid "**Album Configuration**"
msgstr ""
#: ../../files/gallery_app.rst:138
msgid ""
"Each album can be individually configured using the following configuration "
"sections. Use the **inherit** parameter to pass configurations on to sub-"
"albums."
msgstr ""
#: ../../files/gallery_app.rst:142
msgid "**Design**"
msgstr ""
#: ../../files/gallery_app.rst:144
msgid ""
"**background**: Defines the colour of the background of the photowall using "
"the RGB hexadecimal representation of that colour. For example: "
"**\"#ffa033\"**. You must use quotes around the value or it will be ignored."
" It is strongly recommended to use a custom theme, with a CSS loading "
"spinner if you intend to use this feature. You can use `this colour wheel "
"<http://paletton.com/>`_ to find a colour you like."
msgstr ""
#: ../../files/gallery_app.rst:150 ../../files/gallery_app.rst:163
#: ../../files/gallery_app.rst:175
msgid ""
"**inherit**: Set to **yes** if you want sub-folders to inherit this part of "
"the configuration."
msgstr ""
#: ../../files/gallery_app.rst:153
msgid "**Album Presentation**"
msgstr ""
#: ../../files/gallery_app.rst:155
msgid ""
"**description**: A markdown-formatted string which will be displayed in the "
"info box. It can spread over multiple lines using the Yaml markers."
msgstr ""
#: ../../files/gallery_app.rst:157
msgid ""
"**description_link**: A markdown file located within the album which will be"
" parsed and displayed in the info box instead of the description."
msgstr ""
#: ../../files/gallery_app.rst:159
msgid ""
"**copyright**: A markdown-formatted string. This supports links to external "
"resources."
msgstr ""
#: ../../files/gallery_app.rst:161
msgid ""
"**copyright_link**: Any file (e.g. copyright.html), in the album itself, "
"which will be downloaded when the user clicks on the link"
msgstr ""
#: ../../files/gallery_app.rst:166
msgid "See `<http://www.markitdown.net/markdown>`_ for the markdown syntax."
msgstr ""
#: ../../files/gallery_app.rst:168
msgid ""
"Do not add links to your `copyright` string if you use the "
"**copyright_link** variable."
msgstr ""
#: ../../files/gallery_app.rst:171
msgid "**Sorting**"
msgstr ""
#: ../../files/gallery_app.rst:173
msgid "**sorting**: **date** or **name**. **date** only works for files."
msgstr ""
#: ../../files/gallery_app.rst:174
msgid "**sort_order**: **asc** or **des** (Ascending or descending)."
msgstr ""
#: ../../files/gallery_app.rst:179
msgid "Notes"
msgstr ""
#: ../../files/gallery_app.rst:181
msgid ""
"When only the sort **type** variable has been set, the default sort order "
"will be used."
msgstr ""
#: ../../files/gallery_app.rst:183
msgid ""
"When only the sort **order** variable has been found, the sort configuration"
" will be ignored and the script will keep looking for a valid configuration "
"in upper folders."
msgstr ""
#: ../../files/gallery_app.rst:186
msgid ""
"To enable a feature such as native SVG in a public share, you need to create"
" in that folder a configuration file containing that feature."
msgstr ""
#: ../../files/gallery_app.rst:188
msgid ""
"If you share a folder publicly, don't forget to add all the files you link "
"to (e.g. ``description.md`` or ``copyright.md``) inside the shared folder as"
" the user won't have access to files stored in the parent folder."
msgstr ""
#: ../../files/gallery_app.rst:191
msgid ""
"Since people can download a whole folder as an archive, it's usually best to"
" include all files within a shared folder, rather than adding text directly "
"in the configuration file."
msgstr ""
#: ../../files/gallery_app.rst:196
msgid "Examples"
msgstr ""
#: ../../files/gallery_app.rst:198
msgid "**Sorting Only**"
msgstr ""
#: ../../files/gallery_app.rst:200
msgid "Applies to the current folder only::"
msgstr ""
#: ../../files/gallery_app.rst:207
msgid ""
"Short description and link to copyright document, applies to the current "
"folder and all of its sub-folders. This also shows you the syntax you can "
"use to spread a description over multiple lines::"
msgstr ""
#: ../../files/gallery_app.rst:220
msgid "**Load Images From External Clouds**"
msgstr ""
#: ../../files/gallery_app.rst:222
msgid "Features can only be defined in the root folder."
msgstr ""
#: ../../files/gallery_app.rst:224 ../../files/gallery_app.rst:234
msgid ""
"You can add standard configuration items to the same configuration file::"
msgstr ""
#: ../../files/gallery_app.rst:230
msgid "**Enabling native SVG**"
msgstr ""
#: ../../files/gallery_app.rst:232
msgid "Special features can only be defined in the root folder."
msgstr ""
#: ../../files/gallery_app.rst:241
msgid "Possible future extensions"
msgstr ""
#: ../../files/gallery_app.rst:243
msgid "Different sorting parameters for albums."
msgstr ""