diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 00:23:38 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-18 00:23:38 +0900 |
| commit | 7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9 (patch) | |
| tree | 41fb3b76789553b0a1ab91d4bca6b36694333ba8 /src/docs/cs-CZ/theme.md | |
| parent | 12.77.0 (diff) | |
| download | sharkey-7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9.tar.gz sharkey-7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9.tar.bz2 sharkey-7c26fbbb2ea1d35b94dde809c2a2a3ae272163d9.zip | |
New Crowdin updates (#7451)
* New translations ja-JP.yml (English)
* New translations theme.md (English)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Traditional)
* New translations theme.md (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations mfm.md (Czech)
* New translations timelines.md (Czech)
* New translations theme.md (Czech)
* New translations reaction.md (Czech)
* New translations pages.md (Czech)
* New translations mute.md (Czech)
* New translations follow.md (Czech)
* New translations ja-JP.yml (Italian)
* New translations theme.md (German)
* New translations ja-JP.yml (German)
* New translations keyboard-shortcut.md (Czech)
* New translations custom-emoji.md (Czech)
* New translations ja-JP.yml (Spanish)
* New translations theme.md (French)
* New translations stream.md (French)
* New translations reversi-bot.md (French)
* New translations create-plugin.md (Czech)
* New translations aiscript.md (Czech)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Russian)
* New translations mute.md (Korean)
* New translations keyboard-shortcut.md (Korean)
* New translations follow.md (Korean)
* New translations custom-emoji.md (Korean)
* New translations create-plugin.md (Korean)
* New translations api.md (Korean)
* New translations ja-JP.yml (Korean)
* New translations reaction.md (Korean)
* New translations pages.md (Korean)
* New translations reversi-bot.md (Korean)
* New translations stream.md (Korean)
* New translations deck.md (Korean)
* New translations timelines.md (Korean)
* New translations theme.md (Korean)
Diffstat (limited to 'src/docs/cs-CZ/theme.md')
| -rw-r--r-- | src/docs/cs-CZ/theme.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/docs/cs-CZ/theme.md b/src/docs/cs-CZ/theme.md index a406f3433c..33eb614480 100644 --- a/src/docs/cs-CZ/theme.md +++ b/src/docs/cs-CZ/theme.md @@ -1,11 +1,11 @@ -# テーマ +# Vzhled -テーマを設定して、Misskeyクライアントの見た目を変更できます。 +Můžete si vybrat vzhled a změnit tím jak vypadá Misskey klient. -## テーマの設定 -設定 > テーマ +## Nastavení vzhledu +Nastavení > vzhled -## テーマを作成する +## Vytvořit vzhled テーマコードはJSON5で記述されたテーマオブジェクトです。 テーマは以下のようなオブジェクトです。 ``` js { @@ -33,9 +33,9 @@ ``` -* `id` ... テーマの一意なID。UUIDをおすすめします。 -* `name` ... テーマ名 -* `author` ... テーマの作者 +* `id` ... Unikátní ID vzhledu. UUID je povinné. +* `name` ... Jméno vzhledu +* `author` ... Autor vzhledu * `desc` ... テーマの説明(オプション) * `base` ... 明るいテーマか、暗いテーマか * `light`にすると明るいテーマになり、`dark`にすると暗いテーマになります。 |