Skip to content

Instantly share code, notes, and snippets.

@Ismael-VC
Last active September 29, 2018 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Ismael-VC/3750f6442afa2c58ff8184be9d72b4d8 to your computer and use it in GitHub Desktop.
Save Ismael-VC/3750f6442afa2c58ff8184be9d72b4d8 to your computer and use it in GitHub Desktop.
Julia i18n.
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 ""
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"
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 "por"
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