mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-09 14:37:15 +00:00
29 lines
1.3 KiB
YAML
29 lines
1.3 KiB
YAML
# encoding: utf-8
|
|
#
|
|
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
|
#
|
|
# To work with us on translations, join this project:
|
|
# https://www.transifex.com/projects/p/discourse-org/
|
|
|
|
cs:
|
|
js:
|
|
notifications:
|
|
alt:
|
|
solved:
|
|
accepted_notification: "přijato"
|
|
solved:
|
|
title: "Vyřešeno"
|
|
allow_accepted_answers: "Povolit vlastníkovi tématu a správcům označit odpověď jako řešení"
|
|
accept_answer: "Tato odpověď je řešením problému"
|
|
has_accepted_answer: "Toto téma má řešení"
|
|
has_no_accepted_answer: "Toto téma nemá žádné řešení"
|
|
unaccept_answer: "Tato odpověď již neřeší tento problém"
|
|
accepted_answer: "Řešení"
|
|
solution: "Řešení"
|
|
solution_summary:
|
|
one: "řešení <i class='fa fa-check-square'></i>"
|
|
few: "řešení <i class='fa fa-check-square'></i>"
|
|
other: "řešení <i class='fa fa-check-square'></i>"
|
|
accepted_html: "<i class='fa-check-square fa accepted'></i> Vyřešeno <span class='by'>uživatelem <a href data-user-card='{{username_lower}}'>{{username}}</a></span> v <a href='{{post_path}}'>příspěvku #{{post_number}}</a>"
|
|
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"
|