Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

translation.lang.yaml 749B

1234567891011121314151617181920
  1. # translation info file for our example language
  2. #
  3. # languages are made up of a few different files:
  4. # <locale>.lang.yaml - general info about the translation
  5. # <locale>-irc.lang.json - IRC strings to be translated
  6. # <locale>-help.lang.json - help entries to be translated
  7. #
  8. # we split up translations in this way so that they can be displayed more nicely on CrowdIn
  9. # name - this is the 'nice' or 'full' name of the language
  10. name: "English"
  11. # code - this is what the language will be referred to in our list of languages
  12. code: "en"
  13. # contributors - people who have contributed to this translation
  14. contributors: "Example Person <example@example.com>"
  15. # incomplete - whether to mark this language as incomplete
  16. incomplete: true