Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
books/_index
|
0% | 2 | 4 | ||||
|
|||||||
books/porters-handbook/porting-samplem/chapter
|
0% | 21 | 474 | 1 | |||
|
|||||||
articles/contributors/contrib-corealumni
|
0% | 55 | 236 | ||||
|
|||||||
articles/contributors/contrib-committers
|
0% | 402 | 402 | ||||
|
|||||||
articles/contributors/contrib-portmgralumni
|
0% | 22 | 88 | ||||
|
|||||||
books/developers-handbook/l10n/chapter
|
0% | 55 | 1,398 | 3 | 3 | ||
|
|||||||
books/arch-handbook/vm/chapter
|
0% | 36 | 1,761 | 1 | 1 | ||
|
|||||||
books/handbook/partv
|
0% | 2 | 4 | 1 | 1 | ||
|
|||||||
books/developers-handbook/testing/chapter
|
0% | 86 | 1,717 | 1 | 1 | ||
|
|||||||
books/developers-handbook/sockets/chapter
|
0% | 271 | 6,807 | 9 | 10 | ||
|
Translation Information
Project website | docs.freebsd.org/en |
---|---|
Translation process |
|
Translation license | BSD 2-Clause "Simplified" License |
Filemask | documentation/content/*/books/arch-handbook/newbus/chapter.po |
Translation file |
Download
documentation/content/pt_BR/books/arch-handbook/newbus/chapter.po
|
/*
* src/sys/sys/bus.h
*/
typedef enum device_state {
DS_NOTPRESENT, /* not probed or probe failed */
DS_ALIVE, /* probe succeeded */
DS_ATTACHED, /* attach method called */
DS_BUSY /* device is open */
} device_state_t;
* src/sys/sys/bus.h
*/
typedef enum device_state {
DS_NOTPRESENT, /* not probed or probe failed */
DS_ALIVE, /* probe succeeded */
DS_ATTACHED, /* attach method called */
DS_BUSY /* device is open */
} device_state_t;
/*
* src/sys/sys/bus.h
*/
typedef enum device_state {
DS_NOTPRESENT, /* not probed or probe failed */
DS_ALIVE, /* probe succeeded */
DS_ATTACHED, /* attach method called */
DS_BUSY /* device is open */
} device_state_t;
* src/sys/sys/bus.h
*/
typedef enum device_state {
DS_NOTPRESENT, /* not probed or probe failed */
DS_ALIVE, /* probe succeeded */
DS_ATTACHED, /* attach method called */
DS_BUSY /* device is open */
} device_state_t;
65 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
65 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF with gettext extensions | XLIFF 1.1 | XLSX |
65 | Strings needing action, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF with gettext extensions | XLIFF 1.1 | XLSX |
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 65 | 1,597 | 10,451 | ||
Translated | 0% | 0 | 0 | 0 | |
Needs editing | 6% | 4 | 57 | 444 | |
Failing checks | 6% | 4 | 57 | 444 |
Last activity
Last change | April 8, 2021, 2:54 p.m. | |||
---|---|---|---|---|
Last author | Anonymous |
* src/sys/sys/bus.h
*/
typedef enum device_state {
DS_NOTPRESENT, /* not probed or probe failed */
DS_ALIVE, /* probe succeeded */
DS_ATTACHED, /* attach method called */
DS_BUSY /* device is open */
} device_state_t;
* src/sys/sys/bus.h
*/
typedef enum device_state {
DS_NOTPRESENT, /* not probed or probe failed */
DS_ALIVE, /* probe succeeded */
DS_ATTACHED, /* attach method called */
DS_BUSY /* device is open */
} device_state_t;