Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Portuguese language #623

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/translations-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
upload_translations: false

download_translations: true
download_translations_args: '--language=it --language=es-ES --language=ko --language=zh-CN --language=ru --language=el --language=fr --language=uk --language=id --language=de --language=da'
download_translations_args: '--language=it --language=es-ES --language=ko --language=zh-CN --language=ru --language=el --language=fr --language=uk --language=id --language=de --language=da --language=pt-PT'
localization_branch_name: update-translations-crowdin
push_translations: true
commit_message: 'Update translations'
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
{
"value": "da",
"label": "Dansk (Danish)"
},
{
"value": "pt",
"label": "Português (Portuguese)"
}
]
6 changes: 3 additions & 3 deletions src/i18n/locales/de/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
"Settings": "Einstellungen",
"LanguageSelector": "Sprachauswahl",
"CurrentLanguage": "Aktuelle Sprache",
"ExpertMode": "Expert Mode",
"ApplicationOptions": "Application Options",
"ExpertModeDescription": "Enable Expert Mode to unlock advanced features including additional firmware sources, the ability to build firmware with manual user-defined parameters, and access to serial monitor screen for detailed diagnostics."
"ExpertMode": "Expertenmodus",
"ApplicationOptions": "Anwendungsoptionen",
"ExpertModeDescription": "Aktiviere den Expertenmodus um erweiterte Funktionen zu entsperren, einschließlich zusätzlicher Firmware-Quellen, die Möglichkeit zur Erstellung von Firmware mit manuell definierten Parametern und Zugriff auf ein serielles terminal für detaillierte Diagnosen."
},
"SupportView": {
"Support": "Hilfe",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"PlatformioDependencyError": "Errore di dipendenza PlatformIO",
"BuildError": "Errore di compilazione",
"FlashError": "Errore di flash",
"TargetMismatch": "La destinazione che stai cercando di flashare non corrisponde al dispositivo corrente, se sei sicuro di procedere, fai clic su Forza Flash qui sotto",
"TargetMismatch": "La selezione che stai cercando di flashare non corrisponde al dispositivo corrente, se sei sicuro di procedere, fai clic su Forza Flash qui sotto",
"Success": "Successo!",
"ErrorDetails": "Si è verificato un errore, controlla il log per il messaggio di errore. Se non l'hai già fatto, visita <ExpresslrsLink>Expresslrs.org</ExpresslrsLink> e leggi la <FlashingGuideLink>Guida Flash</FlashingGuideLink> per il tuo particolare dispositivo e la <TroubleshootingGuideLink>Guida alla risoluzione dei problemi</TroubleshootingGuideLink>. Se hai ancora problemi dopo aver letto la documentazione, copia il log di compilazione su un sito online tipo pastebin, justpaste e sul canale #help-and-support del <ExpressLRSDiscordLink>ExpressLRS Discord</ExpressLRSDiscordLink> posta il link al log e altre informazioni rilevanti sul tuo dispositivo, quale metodo di flash hai usato e quali passaggi hai già fatto per risolvere il problema."
},
Expand Down Expand Up @@ -133,7 +133,7 @@
},
"WifiDeviceList": {
"Name": "Nome",
"Target": "Destinazione",
"Target": "Selezione",
"Version": "Versione",
"Type": "Tipo",
"DNS": "DNS",
Expand Down
Loading
Loading