Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PO files #832

Merged
merged 1 commit into from
Oct 31, 2023
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
56 changes: 28 additions & 28 deletions web/po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-22 02:10+0000\n"
"POT-Creation-Date: 2023-10-29 02:08+0000\n"
"PO-Revision-Date: 2023-07-26 15:03+0000\n"
"Last-Translator: Ladislav Slezák <lslezak@suse.com>\n"
"Language-Team: Czech <https://l10n.opensuse.org/projects/agama/agama-web/cs/"
Expand All @@ -20,7 +20,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Weblate 4.9.1\n"

#: src/App.jsx:103
#: src/App.jsx:112
msgid "Diagnostic tools"
msgstr ""

Expand Down Expand Up @@ -323,8 +323,8 @@ msgstr ""
msgid "language"
msgstr ""

#. TRANSLATORS: page header
#. TRANSLATORS: page section
#. TRANSLATORS: page header
#: src/components/l10n/L10nPage.jsx:84
#: src/components/overview/L10nSection.jsx:82
msgid "Localization"
Expand Down Expand Up @@ -1094,7 +1094,7 @@ msgid "Edit file system"
msgstr ""

#: src/components/storage/ProposalVolumes.jsx:306
#: src/components/storage/VolumeForm.jsx:498
#: src/components/storage/VolumeForm.jsx:500
msgid "Mount point"
msgstr ""

Expand All @@ -1103,7 +1103,7 @@ msgid "Details"
msgstr ""

#: src/components/storage/ProposalVolumes.jsx:308
#: src/components/storage/VolumeForm.jsx:515
#: src/components/storage/VolumeForm.jsx:517
msgid "Size"
msgstr ""

Expand All @@ -1116,115 +1116,115 @@ msgid "File systems to create in your system"
msgstr ""

#. TRANSLATORS: item which affects the final computed partition size
#: src/components/storage/VolumeForm.jsx:96
#: src/components/storage/VolumeForm.jsx:97
msgid "the configuration of snapshots"
msgstr ""

#. TRANSLATORS: item which affects the final computed partition size
#. %s is replaced by a list of mount points like "/home, /boot"
#: src/components/storage/VolumeForm.jsx:101
#: src/components/storage/VolumeForm.jsx:102
#, c-format
msgid "the presence of the file system for %s"
msgstr ""

#. TRANSLATORS: conjunction for merging two list items
#: src/components/storage/VolumeForm.jsx:103
#: src/components/storage/VolumeForm.jsx:104
msgid ", "
msgstr ""

#. TRANSLATORS: the %s is replaced by the items which affect the computed size
#: src/components/storage/VolumeForm.jsx:106
#: src/components/storage/VolumeForm.jsx:107
#, c-format
msgid "The final size depends on %s."
msgstr ""

#. TRANSLATORS: conjunction for merging two texts
#: src/components/storage/VolumeForm.jsx:108
#: src/components/storage/VolumeForm.jsx:109
msgid " and "
msgstr ""

#. TRANSLATORS: the partition size is automatically computed
#: src/components/storage/VolumeForm.jsx:113
#: src/components/storage/VolumeForm.jsx:114
msgid "Automatically calculated size according to the selected product."
msgstr ""

#: src/components/storage/VolumeForm.jsx:133
#: src/components/storage/VolumeForm.jsx:134
msgid "Exact size for the file system."
msgstr ""

#. TRANSLATORS: requested partition size
#: src/components/storage/VolumeForm.jsx:145
#: src/components/storage/VolumeForm.jsx:146
msgid "Exact size"
msgstr ""

#. TRANSLATORS: units selector (like KiB, MiB, GiB...)
#: src/components/storage/VolumeForm.jsx:160
#: src/components/storage/VolumeForm.jsx:161
msgid "Size unit"
msgstr ""

#: src/components/storage/VolumeForm.jsx:188
#: src/components/storage/VolumeForm.jsx:189
msgid ""
"Limits for the file system size. The final size will be a value between the "
"given minimum and maximum. If no maximum is given then the file system will "
"be as big as possible."
msgstr ""

#. TRANSLATORS: the minimal partition size
#: src/components/storage/VolumeForm.jsx:195
#: src/components/storage/VolumeForm.jsx:196
msgid "Minimum"
msgstr ""

#. TRANSLATORS: the minium partition size
#: src/components/storage/VolumeForm.jsx:205
#: src/components/storage/VolumeForm.jsx:206
msgid "Minimum desired size"
msgstr ""

#: src/components/storage/VolumeForm.jsx:214
#: src/components/storage/VolumeForm.jsx:215
msgid "Unit for the minimum size"
msgstr ""

#. TRANSLATORS: the maximum partition size
#: src/components/storage/VolumeForm.jsx:225
#: src/components/storage/VolumeForm.jsx:226
msgid "Maximum"
msgstr ""

#. TRANSLATORS: the maximum partition size
#: src/components/storage/VolumeForm.jsx:236
#: src/components/storage/VolumeForm.jsx:237
msgid "Maximum desired size"
msgstr ""

#: src/components/storage/VolumeForm.jsx:244
#: src/components/storage/VolumeForm.jsx:245
msgid "Unit for the maximum size"
msgstr ""

#. TRANSLATORS: radio button label, fully automatically computed partition size, no user input
#: src/components/storage/VolumeForm.jsx:261
#: src/components/storage/VolumeForm.jsx:262
msgid "Auto"
msgstr ""

#. TRANSLATORS: radio button label, exact partition size requested by user
#: src/components/storage/VolumeForm.jsx:263
#: src/components/storage/VolumeForm.jsx:264
msgid "Fixed"
msgstr ""

#. TRANSLATORS: radio button label, automatically computed partition size within the user provided min and max limits
#: src/components/storage/VolumeForm.jsx:265
#: src/components/storage/VolumeForm.jsx:266
msgid "Range"
msgstr ""

#: src/components/storage/VolumeForm.jsx:468
#: src/components/storage/VolumeForm.jsx:470
msgid "A size value is required"
msgstr ""

#: src/components/storage/VolumeForm.jsx:473
#: src/components/storage/VolumeForm.jsx:475
msgid "Minimum size is required"
msgstr ""

#: src/components/storage/VolumeForm.jsx:477
#: src/components/storage/VolumeForm.jsx:479
msgid "Maximum must be greater than minimum"
msgstr ""

#: src/components/storage/VolumeForm.jsx:507
#: src/components/storage/VolumeForm.jsx:509
msgid "File system type"
msgstr ""

Expand Down
Loading