From 074dd23a4e8d1ed1535126481d3392639560ab2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Arroyo=20Torrens?= Date: Mon, 8 Jan 2018 11:02:48 +0100 Subject: [PATCH] Update README --- README.md | 9 +++++++++ locale/translation.js | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README.md b/README.md index b77b776..8e5d71e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ Generic collection. * *Bit* * 0 * 1 +* *Signal* + * *Filtering* + * add + * filteringcell + * fir1 + * fir2 + * gain + * iir + * zpowerminus1 ## Examples * *1\. Basic* diff --git a/locale/translation.js b/locale/translation.js index 16ec99a..a5ba3a6 100644 --- a/locale/translation.js +++ b/locale/translation.js @@ -8,10 +8,29 @@ // 2. Press "Update" to update from sources gettext('Bit'); +gettext('Signal'); gettext('0'); gettext('Assign 0 to the output wire'); gettext('1'); gettext('Assign 1 to the output wire'); +gettext('Filtering'); +gettext('source'); +gettext('add'); +gettext('Simple adder'); +gettext('filteringcell'); +gettext('Elementary cell for FIR filters'); +gettext('AND logic gate'); +gettext('Simple 64-bit Buffer'); +gettext('Multiply by K'); +gettext('fir1'); +gettext('Finite impulse response filter, first order'); +gettext('fir2'); +gettext('Finite impulse response filter, second order'); +gettext('gain'); +gettext('iir'); +gettext('Infinite impulse response filter, two-poles two-zeros'); +gettext('zpowerminus1'); +gettext('images'); gettext('1. Basic'); gettext('01. One LED'); gettext('Turn on a LED');