Skip to content

Commit

Permalink
Add Czech translation (thanks to [email protected])
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed May 1, 2024
1 parent 0369d25 commit 5c0e549
Show file tree
Hide file tree
Showing 2 changed files with 1,212 additions and 64 deletions.
145 changes: 81 additions & 64 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,93 +1,105 @@


# Default Collection

[![Icestudio](https://img.shields.io/badge/collection-icestudio-blue.svg)](https://github.com/FPGAwars/icestudio)
![Version](https://img.shields.io/badge/version-v0.3.3-orange.svg)
[![Icestudio][icestudio-image]][icestudio-url]
![Version][version-image]


Default collection in Icestudio


## License

Default collection in Icestudio.
Licensed under [GPL-2.0](https://opensource.org/licenses/GPL-2.0).

## Install

* Download the collection: [stable](https://github.com/FPGAwars/collection-default/archive/v0.3.3.zip) or [development](https://github.com/FPGAwars/collection-default/archive/master.zip)
For installing and using this colection in Icestudio follow these steps:

* Download the collection: [stable](https://github.com/FPGAwars/collection-default/archive/refs/tags/v0.3.3.zip) or [development](https://github.com/FPGAwars/collection-default/archive/refs/heads/main.zip)
* Install the collection: *Tools > Collections > Add*
* Load the collection: *Select > Collection*
* Select the collection: *Select > Collection*

## Translations
| Language | Locale | Translated strings |
|----------|--------|--------------------|
| English | en | ![](https://progress-bar.dev/100) |
| CZech | cs_CZ | ![](https://progress-bar.dev/100) |
| en | en | ![](https://progress-bar.dev/100) |
| Spanish | es_ES | ![](https://progress-bar.dev/100) |

## Blocks
* *Bit*
* **Bit**
* 0
* 1
* *Logic*
* *Combinational*
* **Logic**
* **Combinational**
* Mux 2:1
* *Gate*
* **Gate**
* AND
* NAND
* NOR
* NOT
* OR
* XNOR
* XOR
* *Sequential*
* **Sequential**
* Debouncer
* Flip-flop D
* Flip-flop T
* Prescaler22
* PrescalerN
* *Setup*
* **Setup**
* Pull-up
* Tri-state

## Examples
* *1\. Basic*
* 01\. One LED
* 02\. Two LEDs
* 03\. Three LEDs
* 04\. One LED blink
* 05\. Two LEDs alternate blink
* 06\. Pushbutton and LED
* *2\. Flip-flops*
* 01\. DFF manual load
* 02\. Chain of three DFFs
* 03\. Ring of four DFFs
* 04\. Toggle button
* 05\. Binary counter with three TFFs
* *3\. Gates*
* 01\. AND gate
* 02\. OR gate
* 03\. AND truth table
* 04\. OR truth table
* 05\. SR latch
* 06\. D latch
* 07\. D flip-flop
* 08\. Multiplexer 2:1
* 09\. Decoder 2:4
* 10\. One bit adder
* *4\. Muxes*
* 01\. Blinking fixed LED
* 02\. LED three states
* 03\. Multiplexer 4:1
* 04\. Shift register
* *5\. Markdown*
* 01\. Headers list fonts
* 02\. Links and images
* 03\. Tables
* 04\. Code task list
* 05\. Youtube videos
* *6\. Verilog*
* 01\. Four bits fixed binary value
* 02\. Four bits fixed hexadecimal value
* 03\. Eight bits fixed value buses
* 04\. Eight bits counter
* 05\. Split buses
* 06\. ROM 16x8
* 07\. ROM 16x8 file
* 08\. ROM 16x8 file generic
* 09\. ROM 16x8 table

## Languages
| Language | Translated strings |
|:--------:|:------------------:|
| en | ![Progress](http://progressed.io/bar/100) |
| es_ES | ![Progress](http://progressed.io/bar/100) |
* **1. Basic**
* 01. One LED
* 02. Two LEDs
* 03. Three LEDs
* 04. One LED blink
* 05. Two LEDs alternate blink
* 06. Pushbutton and LED
* **2. Flip-flops**
* 01. DFF manual load
* 02. Chain of three DFFs
* 03. Ring of four DFFs
* 04. Toggle button
* 05. Binary counter with three TFFs
* **3. Gates**
* 01. AND gate
* 02. OR gate
* 03. AND truth table
* 04. OR truth table
* 05. SR latch
* 06. D latch
* 07. D flip-flop
* 08. Multiplexer 2:1
* 09. Decoder 2:4
* 10. One bit adder
* **4. Muxes**
* 01. Blinking fixed LED
* 02. LED three states
* 03. Multiplexer 4:1
* 04. Shift register
* **5. Markdown**
* 01. Headers list fonts
* 02. Links and images
* 03. Tables
* 04. Code task list
* 05. Youtube videos
* **6. Verilog**
* 01. Four bits fixed binary value
* 02. Four bits fixed hexadecimal value
* 03. Eight bits fixed value buses
* 04. Eight bits counter
* 05. Split buses
* 06. ROM 16x8
* 07. ROM 16x8 file
* 08. ROM 16x8 file generic
* 09. ROM 16x8 table

## Authors
* [Jesús Arroyo Torrens](https://github.com/Jesus89)
Expand All @@ -96,6 +108,11 @@ Default collection in Icestudio.
* [Salvador E. Tropea](https://github.com/set-soft)


## License

Licensed under [GPL-2.0](https://opensource.org/licenses/GPL-2.0).
-------


<!-- Badges -->
[icestudio-image]: https://img.shields.io/badge/collection-icestudio-blue.svg
[icestudio-url]: https://github.com/FPGAwars/icestudio
[version-image]: https://img.shields.io/badge/version-v0.3.3-orange.svg
Loading

0 comments on commit 5c0e549

Please sign in to comment.