mirror of https://github.com/go-gitea/gitea.git
[skip ci] Updated translations via Crowdin
This commit is contained in:
parent
43c7a2e7b1
commit
7adf8d7727
|
@ -93,6 +93,7 @@ remove_all=Odstranit vše
|
||||||
remove_label_str=Odstranit položku „%s“
|
remove_label_str=Odstranit položku „%s“
|
||||||
edit=Upravit
|
edit=Upravit
|
||||||
view=Zobrazit
|
view=Zobrazit
|
||||||
|
test=Test
|
||||||
|
|
||||||
enabled=Povolený
|
enabled=Povolený
|
||||||
disabled=Zakázané
|
disabled=Zakázané
|
||||||
|
@ -3223,6 +3224,10 @@ config.cache_adapter=Adaptér mezipaměti
|
||||||
config.cache_interval=Interval mezipaměti
|
config.cache_interval=Interval mezipaměti
|
||||||
config.cache_conn=Připojení mezipaměti
|
config.cache_conn=Připojení mezipaměti
|
||||||
config.cache_item_ttl=Čas vypršení položky v mezipaměti
|
config.cache_item_ttl=Čas vypršení položky v mezipaměti
|
||||||
|
config.cache_test=Otestovat cache
|
||||||
|
config.cache_test_failed=Test cache se nezdařil: %v.
|
||||||
|
config.cache_test_slow=Test cache byl úspěšný, ale reakce je pomalá: %s.
|
||||||
|
config.cache_test_succeeded=Test mezipaměti byl úspěšný, odpověď za %s.
|
||||||
|
|
||||||
config.session_config=Nastavení relace
|
config.session_config=Nastavení relace
|
||||||
config.session_provider=Poskytovatel relace
|
config.session_provider=Poskytovatel relace
|
||||||
|
|
|
@ -93,6 +93,7 @@ remove_all=Remover tudo
|
||||||
remove_label_str=`Remover item "%s"`
|
remove_label_str=`Remover item "%s"`
|
||||||
edit=Editar
|
edit=Editar
|
||||||
view=Ver
|
view=Ver
|
||||||
|
test=Teste
|
||||||
|
|
||||||
enabled=Habilitado
|
enabled=Habilitado
|
||||||
disabled=Desabilitado
|
disabled=Desabilitado
|
||||||
|
@ -3224,6 +3225,10 @@ config.cache_adapter=Adaptador de cache
|
||||||
config.cache_interval=Intervalo de cache
|
config.cache_interval=Intervalo de cache
|
||||||
config.cache_conn=Conexão de cache
|
config.cache_conn=Conexão de cache
|
||||||
config.cache_item_ttl=TTL do item de cache
|
config.cache_item_ttl=TTL do item de cache
|
||||||
|
config.cache_test=Teste da cache
|
||||||
|
config.cache_test_failed=Fahou ao sondar a cache: %v.
|
||||||
|
config.cache_test_slow=O teste da cache foi bem sucedido, mas a resposta é lenta: %s.
|
||||||
|
config.cache_test_succeeded=O teste da cache foi bem sucedido, obtive resposta em %s.
|
||||||
|
|
||||||
config.session_config=Configuração de sessão
|
config.session_config=Configuração de sessão
|
||||||
config.session_provider=Fornecedor da sessão
|
config.session_provider=Fornecedor da sessão
|
||||||
|
|
Loading…
Reference in New Issue