-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: \n" | ||
"POT-Creation-Date: 2017-05-23 08:05+0200\n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"Language: es_ES\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Poedit 1.8.7.1\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Poedit-Basepath: ..\n" | ||
"X-Poedit-SearchPath-0: translation.js\n" | ||
|
||
#: translation.js:12 | ||
msgid "Bit" | ||
msgstr "Bit" | ||
|
||
#: translation.js:13 | ||
msgid "Gate" | ||
msgstr "Puerta" | ||
|
||
#: translation.js:14 | ||
msgid "0" | ||
msgstr "0" | ||
|
||
#: translation.js:15 | ||
msgid "Assign 0 to the output wire" | ||
msgstr "Asignar 0 al cable de salida" | ||
|
||
#: translation.js:16 | ||
msgid "1" | ||
msgstr "1" | ||
|
||
#: translation.js:17 | ||
msgid "Assign 1 to the output wire" | ||
msgstr "Asignar 1 al cable de salida" | ||
|
||
#: translation.js:18 | ||
msgid "1 bit" | ||
msgstr "1 bit" | ||
|
||
#: translation.js:19 | ||
msgid "2 bit" | ||
msgstr "2 bit" | ||
|
||
#: translation.js:20 | ||
msgid "3 bit" | ||
msgstr "3 bit" | ||
|
||
#: translation.js:21 | ||
msgid "NOT" | ||
msgstr "NOT" | ||
|
||
#: translation.js:22 | ||
msgid "NOT logic gate" | ||
msgstr "Puerta lógica NOT" | ||
|
||
#: translation.js:23 translation.js:35 | ||
msgid "AND" | ||
msgstr "AND" | ||
|
||
#: translation.js:24 | ||
msgid "AND logic gate" | ||
msgstr "Puerta lógica AND" | ||
|
||
#: translation.js:25 translation.js:36 | ||
msgid "NAND" | ||
msgstr "NAND" | ||
|
||
#: translation.js:26 | ||
msgid "NAND logic gate" | ||
msgstr "Puerta lógica NAND" | ||
|
||
#: translation.js:27 translation.js:37 | ||
msgid "NOR" | ||
msgstr "NOR" | ||
|
||
#: translation.js:28 | ||
msgid "NOR logic gate" | ||
msgstr "Puerta lógica NOR" | ||
|
||
#: translation.js:29 translation.js:38 | ||
msgid "OR" | ||
msgstr "OR" | ||
|
||
#: translation.js:30 | ||
msgid "OR logic gate" | ||
msgstr "Puerta lógica OR" | ||
|
||
#: translation.js:31 | ||
msgid "XNOR" | ||
msgstr "XNOR" | ||
|
||
#: translation.js:32 | ||
msgid "XNOR logic gate" | ||
msgstr "Puerta lógica XNOR" | ||
|
||
#: translation.js:33 | ||
msgid "XOR" | ||
msgstr "XOR" | ||
|
||
#: translation.js:34 | ||
msgid "XOR logic gate" | ||
msgstr "Puerta lógica XOR" |