2019-09-30 13:48:47 +02:00
|
|
|
## `msgid`s in this file come from POT (.pot) files.
|
|
|
|
##
|
|
|
|
## Do not add, change, or remove `msgid`s manually here as
|
|
|
|
## they're tied to the ones in the corresponding POT file
|
|
|
|
## (with the same domain).
|
|
|
|
##
|
|
|
|
## Use `mix gettext.extract --merge` or `mix gettext.merge`
|
|
|
|
## to merge POT files into PO files.
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2022-06-07 14:22:25 +02:00
|
|
|
"PO-Revision-Date: 2022-06-07 18:17+0000\n"
|
2021-12-03 22:25:24 +01:00
|
|
|
"Last-Translator: Jiri Podhorecky <j.podhorecky@gmail.com>\n"
|
|
|
|
"Language-Team: Czech <https://weblate.framasoft.org/projects/mobilizon/"
|
|
|
|
"backend-errors/cs/>\n"
|
2019-09-30 13:48:47 +02:00
|
|
|
"Language: cs\n"
|
2021-12-03 22:25:24 +01:00
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2021-12-07 01:59:28 +01:00
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
2021-12-03 22:25:24 +01:00
|
|
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
2022-06-07 14:22:25 +02:00
|
|
|
"X-Generator: Weblate 4.12\n"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/mobilizon/discussions/discussion.ex:69
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen
|
2019-09-30 13:48:47 +02:00
|
|
|
msgid "can't be blank"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "nemůže být prázdný"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "has already been taken"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "již byla přijata"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "is invalid"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "je neplatný"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be accepted"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "musí být přijat"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "has invalid format"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "má neplatný formát"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "has an invalid entry"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "má neplatný záznam"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "is reserved"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "je rezervován"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "does not match confirmation"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "neodpovídá potvrzení"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "is still associated with this entry"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "je stále spojen s tímto záznamem"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "are still associated with this entry"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "jsou stále spojeny s tímto záznamem"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should be %{count} character(s)"
|
|
|
|
msgid_plural "should be %{count} character(s)"
|
2021-12-10 01:53:51 +01:00
|
|
|
msgstr[0] "by měl být %{count} znak"
|
|
|
|
msgstr[1] "by měly být %{count} znaky"
|
|
|
|
msgstr[2] "by mělo být %{count} znaků"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should have %{count} item(s)"
|
|
|
|
msgid_plural "should have %{count} item(s)"
|
2021-12-10 01:53:51 +01:00
|
|
|
msgstr[0] "by měl mít %{count} položku"
|
|
|
|
msgstr[1] "by měl mít %{count} položky"
|
|
|
|
msgstr[2] "by měl mít %{count} položky"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should be at least %{count} character(s)"
|
|
|
|
msgid_plural "should be at least %{count} character(s)"
|
2021-12-10 01:53:51 +01:00
|
|
|
msgstr[0] "by mělo mít alespoň %{count} znak"
|
|
|
|
msgstr[1] "by mělo mít alespoň %{count} znaky"
|
|
|
|
msgstr[2] "by mělo mít alespoň %{count} znaků"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should have at least %{count} item(s)"
|
|
|
|
msgid_plural "should have at least %{count} item(s)"
|
2021-12-10 01:53:51 +01:00
|
|
|
msgstr[0] "by měl mít alespoň %{count} položku"
|
|
|
|
msgstr[1] "by měl mít alespoň %{count} položky"
|
|
|
|
msgstr[2] "by měl mít alespoň %{count} položek"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should be at most %{count} character(s)"
|
|
|
|
msgid_plural "should be at most %{count} character(s)"
|
2021-12-10 01:53:51 +01:00
|
|
|
msgstr[0] "by mělo být maximálně %{count} znak"
|
|
|
|
msgstr[1] "by mělo být maximálně %{count} znaky"
|
|
|
|
msgstr[2] "by mělo být maximálně %{count} znaků"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "should have at most %{count} item(s)"
|
|
|
|
msgid_plural "should have at most %{count} item(s)"
|
2021-12-10 01:53:51 +01:00
|
|
|
msgstr[0] "by měl mít nejvýše %{count} položku"
|
|
|
|
msgstr[1] "by měl mít nejvýše %{count} položky"
|
|
|
|
msgstr[2] "by měl mít nejvýše %{count} položek"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be less than %{number}"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "musí být menší než %{number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be greater than %{number}"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "musí být větší než %{number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be less than or equal to %{number}"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "musí být menší nebo rovno %{number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be greater than or equal to %{number}"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "musí být větší nebo rovno %{number}"
|
2019-09-30 13:48:47 +02:00
|
|
|
|
|
|
|
msgid "must be equal to %{number}"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "se musí rovnat %{number}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:115
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Cannot refresh the token"
|
2021-12-03 22:25:24 +01:00
|
|
|
msgstr "Nelze obnovit token"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:276
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Current profile is not a member of this group"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Aktuální profil není členem této skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:280
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Current profile is not an administrator of the selected group"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Aktuální profil není správcem vybrané skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:627
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while saving user settings"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Chyba při ukládání uživatelských nastavení"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-03-24 16:43:04 +01:00
|
|
|
#: lib/graphql/error.ex:101
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:273
|
|
|
|
#: lib/graphql/resolvers/group.ex:305
|
|
|
|
#: lib/graphql/resolvers/group.ex:342
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:377
|
|
|
|
#: lib/graphql/resolvers/group.ex:426
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/member.ex:81
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Group not found"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Skupina nebyla nalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:98
|
|
|
|
#: lib/graphql/resolvers/group.ex:102
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Group with ID %{id} not found"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Skupina s ID %{id} nebyla nalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:93
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Impossible to authenticate, either your email or password are invalid."
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Nelze ověřit, váš e-mail nebo heslo jsou neplatné."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:339
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:346
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Member not found"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Člen nebyl nalezen"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:94
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No profile found for the moderator user"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Pro uživatele moderátora nebyl nalezen žádný profil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:283
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No user to validate with this email was found"
|
|
|
|
msgstr ""
|
2021-12-07 01:59:28 +01:00
|
|
|
"Nebyl nalezen žádný uživatel, kterého by bylo možné ověřit pomocí tohoto "
|
|
|
|
"e-mailu"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:314
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:313
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No user with this email was found"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Nebyl nalezen žádný uživatel s tímto e-mailem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2020-11-19 17:06:28 +01:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:28
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/participant.ex:32
|
|
|
|
#: lib/graphql/resolvers/participant.ex:210
|
|
|
|
#: lib/graphql/resolvers/person.ex:236
|
|
|
|
#: lib/graphql/resolvers/person.ex:353
|
2022-05-06 13:06:41 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:389
|
|
|
|
#: lib/graphql/resolvers/person.ex:396
|
|
|
|
#: lib/graphql/resolvers/person.ex:425
|
|
|
|
#: lib/graphql/resolvers/person.ex:440
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile is not owned by authenticated user"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Profil není vlastněn ověřeným uživatelem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:167
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Registrations are not open"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Registrace nejsou otevřeny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:444
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The current password is invalid"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Aktuální heslo je neplatné"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:336
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:487
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The new email doesn't seem to be valid"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Nový e-mail se nezdá být platný"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:339
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:490
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The new email must be different"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Nový e-mail musí být jiný"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:447
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The new password must be different"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Nové heslo se musí lišit"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:494
|
|
|
|
#: lib/graphql/resolvers/user.ex:556
|
|
|
|
#: lib/graphql/resolvers/user.ex:559
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The password provided is invalid"
|
2021-12-07 01:59:28 +01:00
|
|
|
msgstr "Zadané heslo je neplatné"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:451
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The password you have chosen is too short. Please make sure your password contains at least 6 characters."
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Zvolené heslo je příliš krátké. Ujistěte se, že heslo obsahuje alespoň 6 "
|
|
|
|
"znaků."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:306
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This user can't reset their password"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento uživatel nemůže obnovit své heslo"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:89
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This user has been disabled"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento uživatel byl deaktivován"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:261
|
|
|
|
#: lib/graphql/resolvers/user.ex:266
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Unable to validate user"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nelze ověřit uživatele"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:537
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User already disabled"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Uživatel je již deaktivován"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:602
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User requested is not logged-in"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Požadovaný uživatel není přihlášen"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:311
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are already a member of this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Jste již členem této skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:350
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You can't leave this group because you are the only administrator"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tuto skupinu nemůžete opustit, protože jste jediným správcem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:308
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot join this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "K této skupině se nemůžete připojit"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:132
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You may not list groups unless moderator."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Skupiny můžete uvádět pouze jako moderátor."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:502
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to change your email"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro změnu e-mailu musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:459
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to change your password"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro změnu hesla musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:285
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li skupinu odstranit, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:564
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete your account"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li odstranit svůj účet, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:316
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to join a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li se připojit ke skupině, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:355
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to leave a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li opustit skupinu, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:249
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li aktualizovat skupinu, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:120
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to have an existing token to get a refresh token"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li získat token pro obnovení, musíte mít existující token"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:289
|
|
|
|
#: lib/graphql/resolvers/user.ex:316
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You requested again a confirmation email too soon"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Znovu jste si vyžádali potvrzovací e-mail příliš brzy"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:170
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Your email is not on the allowlist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Váš e-mail není na seznamu povolených položek"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:100
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while performing background task"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při provádění úlohy na pozadí"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:32
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No profile found with this ID"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nebyl nalezen žádný profil s tímto ID"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/actor.ex:61
|
|
|
|
#: lib/graphql/resolvers/actor.ex:97
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No remote profile found with this ID"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nebyl nalezen žádný vzdálený profil s tímto ID"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:72
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Only moderators and administrators can suspend a profile"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil mohou pozastavit pouze moderátoři a správci"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:105
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Only moderators and administrators can unsuspend a profile"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil mohou zrušit pouze moderátoři a správci"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:29
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Only remote profiles may be refreshed"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Aktualizovat lze pouze vzdálené profily"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/actor.ex:64
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile already suspended"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil již byl pozastaven"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:96
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "A valid email is required by your instance"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Vaše instance vyžaduje platný e-mail"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2021-10-04 18:59:41 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:90
|
|
|
|
#: lib/graphql/resolvers/participant.ex:143
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Anonymous participation is not enabled"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Anonymní účast není povolena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:210
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Cannot remove the last administrator of a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nelze odebrat posledního správce skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:207
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Cannot remove the last identity of a user"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nelze odstranit poslední identitu uživatele"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:126
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Comment is already deleted"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Komentář je již smazán"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-03-24 16:43:04 +01:00
|
|
|
#: lib/graphql/error.ex:103
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:69
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Discussion not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Diskuse nebyla nalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/report.ex:71
|
|
|
|
#: lib/graphql/resolvers/report.ex:90
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while saving report"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při ukládání zprávy"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:110
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Error while updating report"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při aktualizaci hlášení"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:131
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Event id not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Id události nebylo nalezeno"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-03-24 16:43:04 +01:00
|
|
|
#: lib/graphql/error.ex:100
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:337
|
|
|
|
#: lib/graphql/resolvers/event.ex:389
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Event not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Událost nebyla nalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2021-10-04 18:59:41 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:87
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/participant.ex:128
|
|
|
|
#: lib/graphql/resolvers/participant.ex:155
|
2021-10-11 17:41:02 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:336
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Event with this ID %{id} doesn't exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Událost s tímto ID %{id} neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:103
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Internal Error"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Interní chyba"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:219
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No discussion with ID %{id}"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Žádná diskuse s ID %{id}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/todos.ex:80
|
|
|
|
#: lib/graphql/resolvers/todos.ex:107
|
|
|
|
#: lib/graphql/resolvers/todos.ex:179
|
|
|
|
#: lib/graphql/resolvers/todos.ex:208
|
|
|
|
#: lib/graphql/resolvers/todos.ex:237
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No profile found for user"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro uživatele nebyl nalezen žádný profil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:64
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "No such feed token"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Žádný takový token"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:259
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Participant already has role %{role}"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Účastník již má roli %{role}"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2021-10-04 18:59:41 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:187
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/participant.ex:220
|
|
|
|
#: lib/graphql/resolvers/participant.ex:263
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Participant not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Účastník nebyl nalezen"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:32
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Person with ID %{id} not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Osoba s ID %{id} nebyla nalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:56
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Person with username %{username} not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Osoba s uživatelským jménem %{username} nenalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/post.ex:169
|
|
|
|
#: lib/graphql/resolvers/post.ex:203
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Post ID is not a valid ID"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "ID příspěvku není platné ID"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/post.ex:172
|
|
|
|
#: lib/graphql/resolvers/post.ex:206
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Post doesn't exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Příspěvek neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:84
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile invited doesn't exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pozvaný profil neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/member.ex:93
|
|
|
|
#: lib/graphql/resolvers/member.ex:97
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile is already a member of this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil je již členem této skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/post.ex:133
|
|
|
|
#: lib/graphql/resolvers/post.ex:175
|
|
|
|
#: lib/graphql/resolvers/post.ex:209
|
|
|
|
#: lib/graphql/resolvers/resource.ex:90
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:135
|
|
|
|
#: lib/graphql/resolvers/resource.ex:168
|
|
|
|
#: lib/graphql/resolvers/resource.ex:202
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/todos.ex:58
|
|
|
|
#: lib/graphql/resolvers/todos.ex:83
|
|
|
|
#: lib/graphql/resolvers/todos.ex:110
|
|
|
|
#: lib/graphql/resolvers/todos.ex:182
|
|
|
|
#: lib/graphql/resolvers/todos.ex:214
|
|
|
|
#: lib/graphql/resolvers/todos.ex:246
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile is not member of group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil není členem skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/actor.ex:67
|
|
|
|
#: lib/graphql/resolvers/person.ex:233
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Profile not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil nebyl nalezen"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:48
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Report not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Zpráva nebyla nalezena"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:172
|
|
|
|
#: lib/graphql/resolvers/resource.ex:199
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Resource doesn't exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Zdroj neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:124
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The event has already reached its maximum capacity"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Kapacita akce již byla naplněna na maximum"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:282
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This token is invalid"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento token je neplatný"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/todos.ex:176
|
|
|
|
#: lib/graphql/resolvers/todos.ex:243
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Todo doesn't exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Seznam úkolů neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/todos.ex:77
|
|
|
|
#: lib/graphql/resolvers/todos.ex:211
|
2021-09-30 09:25:23 +02:00
|
|
|
#: lib/graphql/resolvers/todos.ex:240
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Todo list doesn't exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Seznam úkolů neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:73
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Token does not exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Token neexistuje"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:67
|
|
|
|
#: lib/graphql/resolvers/feed_token.ex:70
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Token is not a valid UUID"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Token není platný UUID"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:98
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "User not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Uživatel nebyl nalezen"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:310
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You already have a profile for this user"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro tohoto uživatele již máte profil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:134
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are already a participant of this event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Jste již účastníkem této akce"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:87
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not a member of this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nejste členem této skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/member.ex:157
|
|
|
|
#: lib/graphql/resolvers/member.ex:173
|
2021-12-13 17:45:29 +01:00
|
|
|
#: lib/graphql/resolvers/member.ex:188
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not a moderator or admin for this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nejste moderátorem ani správcem této skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:59
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to create a comment if not connected"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pokud nejste připojeni, nemůžete vytvořit komentář"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:41
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to create a feed token if not connected"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pokud nejste připojeni, nemůžete vytvořit token feedu"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:134
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to delete a comment if not connected"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pokud nejste připojeni, nemůžete komentář smazat"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:82
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to delete a feed token if not connected"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pokud nejste připojeni, nemůžete odstranit token kanálu"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:93
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You are not allowed to update a comment if not connected"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pokud nejste připojeni, nemůžete komentář aktualizovat"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2021-10-04 18:59:41 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:181
|
|
|
|
#: lib/graphql/resolvers/participant.ex:214
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You can't leave event because you're the only event creator participant"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Nemůžete opustit událost, protože jste jediným účastníkem, který ji vytvořil"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:192
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You can't set yourself to a lower member role for this group because you are the only administrator"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Pro tuto skupinu si nemůžete nastavit nižší roli člena, protože jste jediným "
|
|
|
|
"správcem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:122
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot delete this comment"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento komentář nelze smazat"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:385
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot delete this event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tuto událost nelze odstranit"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:90
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You cannot invite to this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Do této skupiny nelze zvát"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/feed_token.ex:76
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You don't have permission to delete this token"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nemáte oprávnění tento token odstranit"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:56
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to list action logs"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Abyste mohli vypsat protokoly akcí, musíte být přihlášeni a být moderátorem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:36
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to list reports"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Abyste mohli vypisovat hlášení, musíte být přihlášeni a být moderátorem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:115
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to update a report"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li aktualizovat zprávu, musíte být přihlášeni a být moderátorem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:53
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and a moderator to view a report"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro zobrazení zprávy musíte být přihlášeni a být moderátorem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:252
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and an administrator to access admin settings"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro přístup k nastavení správce musíte být přihlášeni jako správce"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:236
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and an administrator to access dashboard statistics"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Pro přístup ke statistikám ovládacího panelu musíte být přihlášeni jako "
|
|
|
|
"správce"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:278
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in and an administrator to save admin settings"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Chcete-li uložit nastavení správce, musíte být přihlášeni a být správcem"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:84
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to access discussions"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro přístup do diskuzí musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:96
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to access resources"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro přístup ke zdrojům musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:295
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create events"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li vytvářet události, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:141
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create posts"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro vytváření příspěvků musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/report.ex:87
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create reports"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li vytvářet hlášení, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:140
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to create resources"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li vytvářet zdroje, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:394
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete an event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li odstranit událost, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:214
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete posts"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro mazání příspěvků musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:207
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to delete resources"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li odstranit zdroje, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:108
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to join an event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li se připojit k události, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:225
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to leave an event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li opustit událost, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:351
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update an event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li aktualizovat událost, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/post.ex:180
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update posts"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro aktualizaci příspěvků musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:177
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to update resources"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li aktualizovat zdroje, musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:236
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "You need to be logged-in to view a resource preview"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro zobrazení náhledu zdroje musíte být přihlášeni"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:132
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "Parent resource doesn't belong to this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nadřazený prostředek nepatří do této skupiny"
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/mobilizon/users/user.ex:114
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The chosen password is too short."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Zvolené heslo je příliš krátké."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/mobilizon/users/user.ex:142
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "The registration token is already in use, this looks like an issue on our side."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Registrační token je již používán, vypadá to na problém na naší straně."
|
2020-09-29 09:53:48 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/mobilizon/users/user.ex:108
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-09-29 09:53:48 +02:00
|
|
|
msgid "This email is already used."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento e-mail je již použit."
|
2020-10-01 15:07:15 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:99
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-01 15:07:15 +02:00
|
|
|
msgid "Post not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Příspěvek nebyl nalezen"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:86
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Invalid arguments passed"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Neplatné předané argumenty"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:92
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Invalid credentials"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Neplatné pověření"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:90
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Reset your password to login"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Obnovení hesla pro přihlášení"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-03-24 16:43:04 +01:00
|
|
|
#: lib/graphql/error.ex:97
|
|
|
|
#: lib/graphql/error.ex:102
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Resource not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Zdroj nebyl nalezen"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:104
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Something went wrong"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Něco se pokazilo"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:85
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "Unknown Resource"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Neznámý zdroj"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:95
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "You don't have permission to do this"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "K tomu nemáte oprávnění"
|
2020-10-02 09:52:47 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/error.ex:87
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 09:52:47 +02:00
|
|
|
msgid "You need to be logged in"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Musíte být přihlášeni"
|
2020-10-02 16:19:15 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:118
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 16:19:15 +02:00
|
|
|
msgid "You can't accept this invitation with this profile."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "S tímto profilem nemůžete pozvánku přijmout."
|
2020-10-02 16:19:15 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:139
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-02 16:19:15 +02:00
|
|
|
msgid "You can't reject this invitation with this profile."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "S tímto profilem nemůžete pozvánku odmítnout."
|
2020-10-09 19:29:12 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/media.ex:71
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-09 19:29:12 +02:00
|
|
|
msgid "File doesn't have an allowed MIME type."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Soubor nemá povolený typ MIME."
|
2020-10-09 19:29:12 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:244
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-09 19:29:12 +02:00
|
|
|
msgid "Profile is not administrator for the group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil není správcem skupiny"
|
2020-10-09 19:29:12 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:340
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-09 19:29:12 +02:00
|
|
|
msgid "You can't edit this event."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tuto událost nelze upravovat."
|
2020-10-09 19:29:12 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:343
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-09 19:29:12 +02:00
|
|
|
msgid "You can't attribute this event to this profile."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tuto událost nelze přiřadit k tomuto profilu."
|
2020-10-28 11:36:16 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:142
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-28 11:36:16 +01:00
|
|
|
msgid "This invitation doesn't exist."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tato pozvánka neexistuje."
|
2020-10-28 11:36:16 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:217
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-28 11:36:16 +01:00
|
|
|
msgid "This member already has been rejected."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento člen již byl odmítnut."
|
2020-10-28 11:36:16 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:241
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-10-28 11:36:16 +01:00
|
|
|
msgid "You don't have the right to remove this member."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nemáte oprávnění tohoto člena odstranit."
|
2020-11-17 19:14:55 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/mobilizon/actors/actor.ex:377
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-11-17 19:14:55 +01:00
|
|
|
msgid "This username is already taken."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Toto uživatelské jméno je již obsazeno."
|
2020-11-19 17:06:28 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:81
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-11-19 17:06:28 +01:00
|
|
|
msgid "You must provide either an ID or a slug to access a discussion"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Pro přístup do diskuse je nutné zadat ID nebo slug"
|
2020-11-20 12:23:25 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:290
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-11-20 12:23:25 +01:00
|
|
|
msgid "Organizer profile is not owned by the user"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil organizátora není ve vlastnictví uživatele"
|
2020-11-20 12:23:25 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:93
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2020-11-20 12:23:25 +01:00
|
|
|
msgid "Profile ID provided is not the anonymous profile one"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Poskytnuté ID profilu není anonymní ID profilu"
|
2021-01-19 11:24:21 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:181
|
|
|
|
#: lib/graphql/resolvers/group.ex:223
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/person.ex:148
|
|
|
|
#: lib/graphql/resolvers/person.ex:182
|
|
|
|
#: lib/graphql/resolvers/person.ex:304
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-01-19 11:24:21 +01:00
|
|
|
msgid "The provided picture is too heavy"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Poskytnutý obrázek je příliš velký"
|
2021-03-09 19:39:54 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:129
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-03-25 15:31:33 +01:00
|
|
|
msgid "Error while creating resource"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při vytváření prostředku"
|
2021-03-25 15:31:33 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:520
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-03-25 15:31:33 +01:00
|
|
|
msgid "Invalid activation token"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Neplatný aktivační token"
|
2021-03-25 15:31:33 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:226
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-03-25 15:31:33 +01:00
|
|
|
msgid "Unable to fetch resource details from this URL."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Z této adresy URL nelze načíst podrobnosti o prostředku."
|
2021-04-28 16:13:38 +02:00
|
|
|
|
2022-01-14 18:10:50 +01:00
|
|
|
#: lib/graphql/resolvers/event.ex:164
|
|
|
|
#: lib/graphql/resolvers/participant.ex:253
|
2021-10-11 17:41:02 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:328
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-04-28 16:13:38 +02:00
|
|
|
msgid "Provided profile doesn't have moderator permissions on this event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Za předpokladu, že profil nemá oprávnění moderátora této události"
|
2021-08-02 19:31:16 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:276
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-08-02 19:31:16 +02:00
|
|
|
msgid "Organizer profile doesn't have permission to create an event on behalf of this group"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Profil organizátora nemá oprávnění k vytvoření události jménem této skupiny"
|
2021-08-02 19:31:16 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:331
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-08-02 19:31:16 +02:00
|
|
|
msgid "This profile doesn't have permission to update an event on behalf of this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento profil nemá oprávnění aktualizovat událost jménem této skupiny"
|
2021-08-08 19:46:39 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:174
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-08-08 19:46:39 +02:00
|
|
|
msgid "Your e-mail has been denied registration or uses a disallowed e-mail provider"
|
|
|
|
msgstr ""
|
2021-12-07 23:10:50 +01:00
|
|
|
"Váš e-mail byl odmítnut k registraci nebo používá nepovoleného poskytovatele "
|
|
|
|
"e-mailu"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:129
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Comment not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Komentář nebyl nalezen"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/discussion.ex:123
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Error while creating a discussion"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při vytváření diskuse"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:641
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Error while updating locale"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při aktualizaci locale"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/person.ex:307
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Error while uploading pictures"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chyba při nahrávání obrázků"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:190
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Failed to leave the event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nepodařilo se opustit událost"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:236
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Failed to update the group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nepodařilo se aktualizovat skupinu"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:333
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:484
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Failed to update user email"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nepodařilo se aktualizovat e-mail uživatele"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:516
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Failed to validate user email"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nepodařilo se ověřit e-mail uživatele"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:146
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "The anonymous actor ID is invalid"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Anonymní ID aktéra je neplatné"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/resource.ex:165
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "Unknown error while updating resource"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Neznámá chyba při aktualizaci prostředku"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/comment.ex:84
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "You are not the comment creator"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nejste autorem komentáře"
|
2021-09-30 09:25:23 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:441
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-09-30 09:25:23 +02:00
|
|
|
msgid "You cannot change your password."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Heslo nelze změnit."
|
2021-10-04 18:59:41 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:321
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-04 18:59:41 +02:00
|
|
|
msgid "Format not supported"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Formát není podporován"
|
2021-10-04 18:59:41 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:305
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-04 18:59:41 +02:00
|
|
|
msgid "A dependency needed to export to %{format} is not installed"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Závislost potřebná k exportu do %{format} není nainstalována"
|
2021-10-04 18:59:41 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/participant.ex:313
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-04 18:59:41 +02:00
|
|
|
msgid "An error occured while saving export"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Při ukládání exportu došlo k chybě"
|
2021-10-04 18:59:41 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/web/controllers/export_controller.ex:30
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-04 18:59:41 +02:00
|
|
|
msgid "Export to format %{format} is not enabled on this instance"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Export do formátu %{format} není v této instanci povolen"
|
2021-10-11 17:41:02 +02:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/group.ex:187
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-11 17:41:02 +02:00
|
|
|
msgid "Only admins can create groups"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Skupiny mohou vytvářet pouze správci"
|
2021-10-11 17:41:02 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:283
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-11 17:41:02 +02:00
|
|
|
msgid "Only groups can create events"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Události mohou vytvářet pouze skupiny"
|
2021-10-11 17:41:02 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/event.ex:269
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-11 17:41:02 +02:00
|
|
|
msgid "Unknown error while creating event"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Neznámá chyba při vytváření události"
|
2021-10-11 17:41:02 +02:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:497
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-10-11 17:41:02 +02:00
|
|
|
msgid "User cannot change email"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Uživatel nemůže změnit e-mail"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:399
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "Follow does not match your account"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Sledování neodpovídá vašemu účtu"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:403
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "Follow not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Sledování nebylo nalezeno"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:362
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "Profile with username %{username} not found"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Profil s uživatelským jménem %{username} nebyl nalezen"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/user.ex:357
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "This profile does not belong to you"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento profil vám nepatří"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:373
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "You are already following this group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tuto skupinu již sledujete"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:382
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "You need to be logged-in to follow a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li sledovat skupinu, musíte být přihlášeni"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:431
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "You need to be logged-in to unfollow a group"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li zrušit sledování skupiny, musíte být přihlášeni"
|
2021-11-10 16:36:32 +01:00
|
|
|
|
2022-10-31 13:06:07 +01:00
|
|
|
#: lib/graphql/resolvers/group.ex:408
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-10 16:36:32 +01:00
|
|
|
msgid "You need to be logged-in to update a group follow"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li aktualizovat sledování skupiny, musíte být přihlášeni"
|
2021-11-12 17:16:06 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:210
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-12 17:16:06 +01:00
|
|
|
msgid "This member does not exist"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Tento člen neexistuje"
|
2021-11-12 17:16:06 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:234
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-12 17:16:06 +01:00
|
|
|
msgid "You don't have the role needed to remove this member."
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Nemáte roli potřebnou k odebrání tohoto člena."
|
2021-11-12 17:16:06 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/resolvers/member.ex:252
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-12 17:16:06 +01:00
|
|
|
msgid "You must be logged-in to remove a member"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Chcete-li odebrat člena, musíte být přihlášeni"
|
2021-11-17 16:25:21 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/user.ex:164
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2021-11-17 16:25:21 +01:00
|
|
|
msgid "Your email seems to be using an invalid format"
|
2021-12-07 23:10:50 +01:00
|
|
|
msgstr "Váš e-mail zřejmě používá nesprávný formát"
|
2022-01-14 18:10:50 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:382
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2022-01-14 18:10:50 +01:00
|
|
|
msgid "Can't confirm an already confirmed user"
|
2022-01-27 23:45:54 +01:00
|
|
|
msgstr "Nelze potvrdit již potvrzeného uživatele"
|
2022-01-14 18:10:50 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:386
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2022-01-14 18:10:50 +01:00
|
|
|
msgid "Deconfirming users is not supported"
|
2022-01-27 23:45:54 +01:00
|
|
|
msgstr "Zrušení potvrzení uživatelů není podporováno"
|
2022-01-14 18:10:50 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:358
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2022-01-14 18:10:50 +01:00
|
|
|
msgid "The new role must be different"
|
2022-01-27 23:45:54 +01:00
|
|
|
msgstr "Nová role musí být jiná"
|
2022-01-14 18:10:50 +01:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:309
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2022-01-14 18:10:50 +01:00
|
|
|
msgid "You need to be logged-in and an administrator to edit an user's details"
|
|
|
|
msgstr ""
|
2022-01-27 23:45:54 +01:00
|
|
|
"Chcete-li upravit údaje uživatele, musíte být přihlášeni jako administrátor"
|
2022-03-24 16:43:04 +01:00
|
|
|
|
2022-04-05 14:13:20 +02:00
|
|
|
#: lib/graphql/api/groups.ex:33
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2022-03-24 16:43:04 +01:00
|
|
|
msgid "A profile or group with that name already exists"
|
2022-04-03 02:04:48 +02:00
|
|
|
msgstr "Profil nebo skupina s tímto názvem již existuje"
|
2022-05-06 13:06:41 +02:00
|
|
|
|
2022-10-18 16:26:41 +02:00
|
|
|
#: lib/graphql/resolvers/admin.ex:519
|
2022-06-07 14:22:25 +02:00
|
|
|
#, elixir-autogen, elixir-format
|
2022-05-06 13:06:41 +02:00
|
|
|
msgid "Unable to find an instance to follow at this address"
|
|
|
|
msgstr ""
|
2022-06-07 14:22:25 +02:00
|
|
|
"Na této adrese se nepodařilo najít instanci, kterou by bylo možné sledovat"
|
2022-10-18 16:26:41 +02:00
|
|
|
|
|
|
|
#: lib/mobilizon/actors/actor.ex:396
|
|
|
|
#, elixir-autogen, elixir-format
|
|
|
|
msgid "Username must only contain alphanumeric lowercased characters and underscores."
|
|
|
|
msgstr ""
|
2022-10-31 13:06:07 +01:00
|
|
|
|
|
|
|
#: lib/graphql/resolvers/user.ex:286
|
|
|
|
#: lib/graphql/resolvers/user.ex:309
|
|
|
|
#, elixir-autogen, elixir-format, fuzzy
|
|
|
|
msgid "This email doesn't seem to be valid"
|
|
|
|
msgstr "Nový e-mail se nezdá být platný"
|