-
-
Save neomatrixcode/8217de1180e6b9dc82a26251b23919f9 to your computer and use it in GitHub Desktop.
Julia i18n.
This file contains hidden or 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
| msgid "" | |
| msgstr "" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" | |
| "Language: en\n" | |
| "Plural-Forms: nplurals=2; plural=(n > 1);\n" | |
| msgid "true" | |
| msgstr "" | |
| msgid "false" | |
| msgstr "" | |
| msgid "begin" | |
| msgstr "" | |
| msgid "while" | |
| msgstr "" | |
| msgid "if" | |
| msgstr "" | |
| msgid "for" | |
| msgstr "" | |
| msgid "try" | |
| msgstr "" | |
| msgid "return" | |
| msgstr "" | |
| msgid "break" | |
| msgstr "" | |
| msgid "continue" | |
| msgstr "" | |
| msgid "function" | |
| msgstr "" | |
| msgid "stagedfunction" | |
| msgstr "" | |
| msgid "quote" | |
| msgstr "" | |
| msgid "let" | |
| msgstr "" | |
| msgid "abstract" | |
| msgstr "" | |
| msgid "typealias" | |
| msgstr "" | |
| msgid "type" | |
| msgstr "" | |
| msgid "bitstype" | |
| msgstr "" | |
| msgid "immutable" | |
| msgstr "" | |
| msgid "ccall" | |
| msgstr "" | |
| msgid "do" | |
| msgstr "" | |
| msgid "macro" | |
| msgstr "" | |
| msgid "global" | |
| msgstr "" | |
| msgid "local" | |
| msgstr "" | |
| msgid "module" | |
| msgstr "" | |
| msgid "baremodule" | |
| msgstr "" | |
| msgid "using" | |
| msgstr "" | |
| msgid "import" | |
| msgstr "" | |
| msgid "export" | |
| msgstr "" | |
| msgid "importall" | |
| msgstr "" | |
| msgid "else" | |
| msgstr "" | |
| msgid "elseif" | |
| msgstr "" | |
| msgid "end" | |
| msgstr "" | |
| msgid "catch" | |
| msgstr "" | |
| msgid "finally" | |
| msgstr "" |
This file contains hidden or 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
| msgid "" | |
| msgstr "" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" | |
| "Language: eo\n" | |
| "Plural-Forms: nplurals=2; plural=(n > 1);\n" | |
| msgid "true" | |
| msgstr "veraj" | |
| msgid "false" | |
| msgstr "falsa" | |
| msgid "begin" | |
| msgstr "komencos" | |
| msgid "while" | |
| msgstr "dum" | |
| msgid "if" | |
| msgstr "se" | |
| msgid "for" | |
| msgstr "por" | |
| msgid "try" | |
| msgstr "provu" | |
| msgid "return" | |
| msgstr "reveno" | |
| msgid "break" | |
| msgstr "paŭzo" | |
| msgid "continue" | |
| msgstr "daŭrigi" | |
| msgid "function" | |
| msgstr "función" | |
| msgid "stagedfunction" | |
| msgstr "funciónetapas" | |
| msgid "quote" | |
| msgstr "citilio" | |
| msgid "let" | |
| msgstr "lasu" | |
| msgid "abstract" | |
| msgstr "abstrakta" | |
| msgid "typealias" | |
| msgstr "aliastipo" | |
| msgid "type" | |
| msgstr "tipo" | |
| msgid "bitstype" | |
| msgstr "tipobitoj" | |
| msgid "immutable" | |
| msgstr "neŝanĝebla" | |
| msgid "ccall" | |
| msgstr "alvokoc" | |
| msgid "do" | |
| msgstr "faras" | |
| msgid "macro" | |
| msgstr "makro" | |
| msgid "global" | |
| msgstr "tutmonda" | |
| msgid "local" | |
| msgstr "loka" | |
| msgid "module" | |
| msgstr "modulo" | |
| msgid "baremodule" | |
| msgstr "nudajnmodulo" | |
| msgid "using" | |
| msgstr "uzante" | |
| msgid "import" | |
| msgstr "importado" | |
| msgid "export" | |
| msgstr "eksportado" | |
| msgid "importall" | |
| msgstr "importadoĉiuj" | |
| msgid "else" | |
| msgstr "alia" | |
| msgid "elseif" | |
| msgstr "aliese" | |
| msgid "end" | |
| msgstr "fino" | |
| msgid "catch" | |
| msgstr "kaptaĵo" | |
| msgid "finally" | |
| msgstr "fine" |
This file contains hidden or 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
| msgid "" | |
| msgstr "" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" | |
| "Language: es\n" | |
| "Plural-Forms: nplurals=2; plural=(n > 1);\n" | |
| msgid "true" | |
| msgstr "cierto" | |
| msgid "false" | |
| msgstr "falso" | |
| msgid "begin" | |
| msgstr "empezar" | |
| msgid "while" | |
| msgstr "mientras" | |
| msgid "if" | |
| msgstr "si" | |
| msgid "for" | |
| msgstr "para" | |
| msgid "try" | |
| msgstr "intentar" | |
| msgid "return" | |
| msgstr "retornar" | |
| msgid "break" | |
| msgstr "frenar" | |
| msgid "continue" | |
| msgstr "continuar" | |
| msgid "function" | |
| msgstr "función" | |
| msgid "stagedfunction" | |
| msgstr "funciónetapas" | |
| msgid "quote" | |
| msgstr "comilla" | |
| msgid "let" | |
| msgstr "sea" | |
| msgid "abstract" | |
| msgstr "abstracto" | |
| msgid "typealias" | |
| msgstr "aliastipo" | |
| msgid "type" | |
| msgstr "tipo" | |
| msgid "bitstype" | |
| msgstr "tipobits" | |
| msgid "immutable" | |
| msgstr "inmutable" | |
| msgid "ccall" | |
| msgstr "llamarc" | |
| msgid "do" | |
| msgstr "hacer" | |
| msgid "macro" | |
| msgstr "" | |
| msgid "global" | |
| msgstr "" | |
| msgid "local" | |
| msgstr "" | |
| msgid "module" | |
| msgstr "módulo" | |
| msgid "baremodule" | |
| msgstr "módulorazo" | |
| msgid "using" | |
| msgstr "usando" | |
| msgid "import" | |
| msgstr "importar" | |
| msgid "export" | |
| msgstr "exportar" | |
| msgid "importall" | |
| msgstr "importartodo" | |
| msgid "else" | |
| msgstr "sino" | |
| msgid "elseif" | |
| msgstr "osi" | |
| msgid "end" | |
| msgstr "fin" | |
| msgid "catch" | |
| msgstr "atrapar" | |
| msgid "finally" | |
| msgstr "finalmente" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment