diff options
author | Igor Hideki Trindade <igorhideki@gmail.com> | 2019-12-10 14:19:12 -0400 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-12-10 10:19:12 -0800 |
commit | 10e8ed7430653a50a9859301f1ac25894341c197 (patch) | |
tree | 32c69cbcf6adda6ebe9a7bdde3e5a7d0ccade086 | |
parent | cde56a7eee2cc07a3702d756592096e482d1b928 (diff) | |
download | qmk_firmware-10e8ed7430653a50a9859301f1ac25894341c197.tar.gz qmk_firmware-10e8ed7430653a50a9859301f1ac25894341c197.zip |
[Docs] add README translation in portuguese (#7016)
* add README translation in portuguese
* add lang in menu
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/README.md
* Update docs/pt-br/_summary.md
* Update sumary links
* Update README
Co-Authored-By: Álvaro A. Volpato <alvaro.volpato@usp.br>
-rw-r--r-- | docs/_langs.md | 1 | ||||
-rw-r--r-- | docs/index.html | 2 | ||||
-rw-r--r-- | docs/pt-br/README.md | 31 | ||||
-rw-r--r-- | docs/pt-br/_summary.md | 121 |
4 files changed, 155 insertions, 0 deletions
diff --git a/docs/_langs.md b/docs/_langs.md index 7fb4a29d3..f7b375fb9 100644 --- a/docs/_langs.md +++ b/docs/_langs.md | |||
@@ -4,5 +4,6 @@ | |||
4 | - [:es: Español](/es/) | 4 | - [:es: Español](/es/) |
5 | - [:fr: Français](/fr-fr/) | 5 | - [:fr: Français](/fr-fr/) |
6 | - [:he: עברית](/he-il/) | 6 | - [:he: עברית](/he-il/) |
7 | - [:brazil: Português](/pt-br/) | ||
7 | - [:ru: Русский](/ru-ru/) | 8 | - [:ru: Русский](/ru-ru/) |
8 | - [:jp: 日本語](/ja/) | 9 | - [:jp: 日本語](/ja/) |
diff --git a/docs/index.html b/docs/index.html index 5ca0fa6fa..20614c081 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -60,12 +60,14 @@ | |||
60 | '/es/': 'Buscar', | 60 | '/es/': 'Buscar', |
61 | '/zh-cn/': '搜索', | 61 | '/zh-cn/': '搜索', |
62 | '/ja/': '検索', | 62 | '/ja/': '検索', |
63 | '/pt-br/': 'Busca', | ||
63 | '/': 'Search' | 64 | '/': 'Search' |
64 | }, | 65 | }, |
65 | noData: { | 66 | noData: { |
66 | '/es/': '¡Ningún resultado!', | 67 | '/es/': '¡Ningún resultado!', |
67 | '/zh-cn/': '没有结果!', | 68 | '/zh-cn/': '没有结果!', |
68 | '/ja/': '見つかりません!', | 69 | '/ja/': '見つかりません!', |
70 | '/pt-br/': 'Nenhum resultado!', | ||
69 | '/': 'No results!' | 71 | '/': 'No results!' |
70 | }, | 72 | }, |
71 | depth: 6 | 73 | depth: 6 |
diff --git a/docs/pt-br/README.md b/docs/pt-br/README.md new file mode 100644 index 000000000..7cff6ce62 --- /dev/null +++ b/docs/pt-br/README.md | |||
@@ -0,0 +1,31 @@ | |||
1 | # Quantum Mechanical Keyboard Firmware | ||
2 | |||
3 | [](https://github.com/qmk/qmk_firmware/tags) | ||
4 | [](https://travis-ci.org/qmk/qmk_firmware) | ||
5 | [](https://discord.gg/Uq7gcHh) | ||
6 | [](https://docs.qmk.fm) | ||
7 | [](https://github.com/qmk/qmk_firmware/pulse/monthly) | ||
8 | [](https://github.com/qmk/qmk_firmware/) | ||
9 | |||
10 | ## O que é o firmware QMK? | ||
11 | QMK (*Quantum Mechanical Keyboard*) é uma comunidade de código aberto que mantém o QMK Firmware, o QMK Toolbox, qmk.fm e suas documentações. O QMK Firmware é um software embarcado ("firmware") de teclado baseado no [tmk\_keyboard](http://github.com/tmk/tmk_keyboard) com alguns recursos úteis para os controladores Atmel AVR e, mais especificamente, na [linha de produtos OLKB](http://olkb.com), o teclado [ErgoDox EZ](http://www.ergodox-ez.com) e a [linha de produtos Clueboard](http://clueboard.co/). Também foi portado para chips ARM usando o ChibiOS. Você pode usá-lo no seu próprio teclado com fio ou personalizado. | ||
12 | |||
13 | ## Como obter e usar o QMK | ||
14 | |||
15 | Se você planeja contribuir com um _keymap_ ("mapa de teclas"), teclado ou recursos para o QMK, o jeito mais fácil é [percorrer o repositório através do Github](https://github.com/qmk/qmk_firmware#fork-destination-box) e clonar seu repositório localmente para fazer suas alterações, dê um _push_ nelas e abra uma [_Pull request_](https://github.com/qmk/qmk_firmware/pulls) no seu fork. | ||
16 | |||
17 | Caso contrário, você pode cloná-lo diretamente com `git clone https://github.com/qmk/qmk_firmware`. Não faça o download dos arquivos zip ou tar; é necessário um repositório git para baixar os submódulos para compilar. | ||
18 | |||
19 | ## Como compilar | ||
20 | |||
21 | Antes de compilar, você precisará [instalar um ambiente específico](getting_started_build_tools.md) para o desenvolvimento em plataforma AVR e/ou ARM; vez que isto for feito, você usará o comando `make` para criar um teclado e um mapa de teclas com a seguinte notação: | ||
22 | |||
23 | make planck/rev4:default | ||
24 | |||
25 | Isso compilaria a revisão `rev4` do teclado ` planck` com o mapa de teclas `default`. Nem todos os teclados têm revisões (também chamadas de _subprojects_ ou _folders_); nesse caso, a revisão pode ser omitida: | ||
26 | |||
27 | make preonic:default | ||
28 | |||
29 | ## Como personalizar | ||
30 | |||
31 | O QMK tem muitos [recursos](features.md) para explorar e uma boa quantidade de [documentação de referência](http://docs.qmk.fm) para explorar. A maioria dos recursos é aproveitada modificando seu [keymap](keymap.md) e alterando os [keycodes](keycodes.md). | ||
diff --git a/docs/pt-br/_summary.md b/docs/pt-br/_summary.md new file mode 100644 index 000000000..27efd73ab --- /dev/null +++ b/docs/pt-br/_summary.md | |||
@@ -0,0 +1,121 @@ | |||
1 | * [Complete Newbs Guide](pt-br/newbs.md) | ||
2 | * [Getting Started](pt-br/newbs_getting_started.md) | ||
3 | * [Building Your First Firmware](pt-br/newbs_building_firmware.md) | ||
4 | * [Flashing Firmware](pt-br/newbs_flashing.md) | ||
5 | * [Testing and Debugging](pt-br/newbs_testing_debugging.md) | ||
6 | * [Git Best Practices](pt-br/newbs_best_practices.md) | ||
7 | * [Learning Resources](pt-br/newbs_learn_more_resources.md) | ||
8 | |||
9 | * [QMK Basics](pt-br/README.md) | ||
10 | * [QMK Introduction](pt-br/getting_started_introduction.md) | ||
11 | * [QMK CLI](pt-br/cli.md) | ||
12 | * [QMK CLI Config](pt-br/cli_configuration.md) | ||
13 | * [Contributing to QMK](pt-br/contributing.md) | ||
14 | * [How to Use Github](pt-br/getting_started_github.md) | ||
15 | * [Getting Help](pt-br/getting_started_getting_help.md) | ||
16 | |||
17 | * [Breaking Changes](pt-br/breaking_changes.md) | ||
18 | * [2019 Aug 30](pt-br/ChangeLog/20190830.md) | ||
19 | |||
20 | * [FAQ](faq.md) | ||
21 | * [General FAQ](pt-br/faq_general.md) | ||
22 | * [Build/Compile QMK](pt-br/faq_build.md) | ||
23 | * [Debugging/Troubleshooting QMK](pt-br/faq_debug.md) | ||
24 | * [Keymap](pt-br/faq_keymap.md) | ||
25 | * [Driver Installation with Zadig](pt-br/driver_installation_zadig.md) | ||
26 | |||
27 | * Detailed Guides | ||
28 | * [Install Build Tools](pt-br/getting_started_build_tools.md) | ||
29 | * [Vagrant Guide](pt-br/getting_started_vagrant.md) | ||
30 | * [Build/Compile Instructions](pt-br/getting_started_make_guide.md) | ||
31 | * [Flashing Firmware](pt-br/flashing.md) | ||
32 | * [Customizing Functionality](pt-br/custom_quantum_functions.md) | ||
33 | * [Keymap Overview](pt-br/keymap.md) | ||
34 | |||
35 | * [Hardware](hardware.md) | ||
36 | * [AVR Processors](pt-br/hardware_avr.md) | ||
37 | * [Drivers](pt-br/hardware_drivers.md) | ||
38 | |||
39 | * Reference | ||
40 | * [Keyboard Guidelines](pt-br/hardware_keyboard_guidelines.md) | ||
41 | * [Config Options](pt-br/config_options.md) | ||
42 | * [Keycodes](pt-br/keycodes.md) | ||
43 | * [Coding Conventions - C](pt-br/coding_conventions_c.md) | ||
44 | * [Coding Conventions - Python](pt-br/coding_conventions_python.md) | ||
45 | * [Documentation Best Practices](pt-br/documentation_best_practices.md) | ||
46 | * [Documentation Templates](pt-br/documentation_templates.md) | ||
47 | * [Glossary](pt-br/reference_glossary.md) | ||
48 | * [Unit Testing](pt-br/unit_testing.md) | ||
49 | * [Useful Functions](pt-br/ref_functions.md) | ||
50 | * [Configurator Support](pt-br/reference_configurator_support.md) | ||
51 | * [info.json Format](pt-br/reference_info_json.md) | ||
52 | * [Python CLI Development](pt-br/cli_development.md) | ||
53 | |||
54 | * [Features](pt-br/features.md) | ||
55 | * [Basic Keycodes](pt-br/keycodes_basic.md) | ||
56 | * [US ANSI Shifted Keys](pt-br/keycodes_us_ansi_shifted.md) | ||
57 | * [Quantum Keycodes](pt-br/quantum_keycodes.md) | ||
58 | * [Advanced Keycodes](pt-br/feature_advanced_keycodes.md) | ||
59 | * [Audio](pt-br/feature_audio.md) | ||
60 | * [Auto Shift](pt-br/feature_auto_shift.md) | ||
61 | * [Backlight](pt-br/feature_backlight.md) | ||
62 | * [Bluetooth](pt-br/feature_bluetooth.md) | ||
63 | * [Bootmagic](pt-br/feature_bootmagic.md) | ||
64 | * [Combos](pt-br/feature_combo.md) | ||
65 | * [Command](pt-br/feature_command.md) | ||
66 | * [Debounce API](pt-br/feature_debounce_type.md) | ||
67 | * [DIP Switch](pt-br/feature_dip_switch.md) | ||
68 | * [Dynamic Macros](pt-br/feature_dynamic_macros.md) | ||
69 | * [Encoders](pt-br/feature_encoders.md) | ||
70 | * [Grave Escape](pt-br/feature_grave_esc.md) | ||
71 | * [Haptic Feedback](pt-br/feature_haptic_feedback.md) | ||
72 | * [HD44780 LCD Controller](pt-br/feature_hd44780.md) | ||
73 | * [Key Lock](pt-br/feature_key_lock.md) | ||
74 | * [Layouts](pt-br/feature_layouts.md) | ||
75 | * [Leader Key](pt-br/feature_leader_key.md) | ||
76 | * [LED Matrix](pt-br/feature_led_matrix.md) | ||
77 | * [Macros](pt-br/feature_macros.md) | ||
78 | * [Mouse Keys](pt-br/feature_mouse_keys.md) | ||
79 | * [OLED Driver](pt-br/feature_oled_driver.md) | ||
80 | * [One Shot Keys](pt-br/feature_advanced_keycodes.md#one-shot-keys) | ||
81 | * [Pointing Device](pt-br/feature_pointing_device.md) | ||
82 | * [PS/2 Mouse](pt-br/feature_ps2_mouse.md) | ||
83 | * [RGB Lighting](pt-br/feature_rgblight.md) | ||
84 | * [RGB Matrix](pt-br/feature_rgb_matrix.md) | ||
85 | * [Space Cadet](pt-br/feature_space_cadet.md) | ||
86 | * [Split Keyboard](pt-br/feature_split_keyboard.md) | ||
87 | * [Stenography](pt-br/feature_stenography.md) | ||
88 | * [Swap Hands](pt-br/feature_swap_hands.md) | ||
89 | * [Tap Dance](pt-br/feature_tap_dance.md) | ||
90 | * [Terminal](pt-br/feature_terminal.md) | ||
91 | * [Thermal Printer](pt-br/feature_thermal_printer.md) | ||
92 | * [Unicode](pt-br/feature_unicode.md) | ||
93 | * [Userspace](pt-br/feature_userspace.md) | ||
94 | * [Velocikey](pt-br/feature_velocikey.md) | ||
95 | |||
96 | * For Makers and Modders | ||
97 | * [Hand Wiring Guide](pt-br/hand_wire.md) | ||
98 | * [ISP Flashing Guide](pt-br/isp_flashing_guide.md) | ||
99 | * [ARM Debugging Guide](pt-br/arm_debugging.md) | ||
100 | * [I2C Driver](pt-br/i2c_driver.md) | ||
101 | * [GPIO Controls](pt-br/internals_gpio_control.md) | ||
102 | * [Proton C Conversion](pt-br/proton_c_conversion.md) | ||
103 | |||
104 | * For a Deeper Understanding | ||
105 | * [How Keyboards Work](pt-br/how_keyboards_work.md) | ||
106 | * [Understanding QMK](pt-br/understanding_qmk.md) | ||
107 | |||
108 | * Other Topics | ||
109 | * [Using Eclipse with QMK](pt-br/other_eclipse.md) | ||
110 | * [Using VSCode with QMK](pt-br/other_vscode.md) | ||
111 | * [Support](pt-br/support.md) | ||
112 | * [How to add translations](pt-br/translating.md) | ||
113 | |||
114 | * QMK Internals (In Progress) | ||
115 | * [Defines](pt-br/internals_defines.md) | ||
116 | * [Input Callback Reg](pt-br/internals_input_callback_reg.md) | ||
117 | * [Midi Device](pt-br/internals_midi_device.md) | ||
118 | * [Midi Device Setup Process](pt-br/internals_midi_device_setup_process.md) | ||
119 | * [Midi Util](pt-br/internals_midi_util.md) | ||
120 | * [Send Functions](pt-br/internals_send_functions.md) | ||
121 | * [Sysex Tools](pt-br/internals_sysex_tools.md) | ||