| Strings Words Characters | |||
|---|---|---|---|
| 43 818 6,442 |
|
All strings | Browse Translate Zen |
| 25 371 2,373 |
|
Translated strings | Browse Translate Zen |
| 18 447 4,069 |
|
Unfinished strings | Browse Translate Zen |
| 5 96 935 |
|
Untranslated strings | Browse Translate Zen |
| 13 351 3,134 |
|
Strings marked for edit | Browse Translate Zen |
| 8 209 1,961 |
|
Strings with suggestions | Browse Translate Zen |
| 11 264 2,302 |
|
Unfinished strings without suggestions | Browse Translate Zen |
| 15 363 2,968 |
|
Strings with any failing checks | Browse Translate Zen |
| 5 51 387 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 6 68 527 |
|
Failing check: Inconsistent | Browse Translate Zen |
| 7 199 1,516 |
|
Failing check: Has been translated | Browse Translate Zen |
| 3 106 1,042 |
|
Failing check: Mismatching line breaks | Browse Translate Zen |
| 3 93 629 |
|
Failing check: Placeholders | Browse Translate Zen |
Summary
| Project website | pagure.io/fedora-docs-l10n/fedora-coreos | |
|---|---|---|
| Instructions for translators | Mailing list for translators: trans@lists.fedoraproject.org |
|
| Translation license | Creative Commons Attribution Share Alike 3.0 Unported | |
| Translation process |
|
|
| Source code repository |
ssh://pagure.io/fedora-docs-l10n/fedora-coreos.git
|
|
| Repository branch | master | |
| Last remote commit |
automatic update of pot/po files
ad798f207
♪ I'm a bot, bot, bot ♪ authored 01/17/2026 |
|
| Last commit in Weblate |
Added translation using Weblate (Chinese (Simplified) (zh_CN))
8b1f86f00
Languages add-on authored 01/22/2026 |
|
| Weblate repository |
https://translate.fedoraproject.org/git/fedora-docs-l10n-fedora-coreos/nav/
|
|
| File mask |
po/*/master/pages/provisioning-ibmcloud.po
|
|
| Translation file |
Download
po/pt_BR/master/pages/provisioning-ibmcloud.po
|
|
| Last change | Dec. 20, 2025, 10:55 a.m. | |
| Last change made by | Weblate Translation Memory | |
| Language | Portuguese (Brazil) | |
| Language code | pt_BR | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 200,247,320 | |
| Number of plurals | 2 | |
| Plural type | One/other | |
| Plurals | Singular | 0, 1 | Plural | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … |
| Plural formula |
n > 1
|
|
01/21/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 43 | 818 | 6,442 | |||
| Translated | 58% | 25 | 45% | 371 | 36% | 2,373 |
| Needs editing | 30% | 13 | 42% | 351 | 48% | 3,134 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 34% | 15 | 44% | 363 | 46% | 2,968 |
| Strings with suggestions | 18% | 8 | 25% | 209 | 30% | 1,961 |
| Untranslated strings | 11% | 5 | 11% | 96 | 14% | 935 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+58%
—
Contributors
—
|
Suggestion added |
|
|
Suggestion added |
|
|
Suggestion added |
|
|
Suggestion added |
|
None
Resource updated |
The “
po/pt_BR/master/pages/provisioning-ibmcloud.po” file was changed.
09/22/2025
|
None
String added in the repository |
|
None
String added in the repository |
|
None
Source string changed |
|
None
Resource updated |
The “
po/pt_BR/master/pages/provisioning-ibmcloud.po” file was changed.
04/01/2025
|
None
String added in the repository |
|
| 43 | File in original format as translated in the repository | gettext PO file | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 43 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
| 18 | Unfinished strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
None
ZONE="${REGION}-1" # view more with `ibmcloud is zones`
PROFILE='bx2-2x8' # view more with `ibmcloud is instance-profiles`
VPC='r014-c9c65cc4-cfd3-44de-ad54-865aac182ea1' # `ibmcloud is vpcs`
IMAGE='r014-1823b4cf-9c63-499e-8a27-b771be714ad8' # `ibmcloud is images --visibility private`
SUBNET='0777-bf99cbf4-bc82-4c46-895a-5b7304201182' # `ibmcloud is subnets`
SSHKEY='r014-b44c37d0-5c21-4c2b-aba2-438a5b0a228d' # `ibmcloud is keys`
ibmcloud is instance-create $INSTANCE_NAME $VPC $ZONE $PROFILE $SUBNET \
--allow-ip-spoofing=true --image $IMAGE --keys $SSHKEY --user-data @example.ign
ZONE="${REGION}-1" # view more with `ibmcloud is zones`
PROFILE='bx2-2x8' # view more with `ibmcloud is instance-profiles`
VPC='r014-c9c65cc4-cfd3-44de-ad54-865aac182ea1' # `ibmcloud is vpcs`
IMAGE='r014-1823b4cf-9c63-499e-8a27-b771be714ad8' # `ibmcloud is images --visibility private`
SUBNET='0777-bf99cbf4-bc82-4c46-895a-5b7304201182' # `ibmcloud is subnets`
SSHKEY='r014-b44c37d0-5c21-4c2b-aba2-438a5b0a228d' # `ibmcloud is keys`
ibmcloud is instance-create $NAME $VPC $ZONE $PROFILE $SUBNET --image-id $IMAGE --key-ids $SSHKEY --user-data @example.ign