abouttreesummaryrefslogcommitdiff
path: root/res/values-pt/strings.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26Make sure translation are in syncJules Aguillon1-0/+8
The new script makes sure that strings files don't contain obsolete strings but also ease the job of contributors by adding missing translations as comments. A Github Action ensures that translations stay in sync over time.
2022-11-13Allow switching quickly between two layoutsJules Aguillon1-2/+1
A new option allow to choose a secondary layout, the switching key is placed on the top edge of the space bar. The "Programming layout" option was basically doing that but it was possible to choose from a few layouts only. It is improved and renamed. The 'LayoutListPreference' allows setting the string for the first entry but otherwise share the rest of the array. Add nice icons from materialdesignicons.
2022-11-06Remove option "Lockable modifiers"Jules Aguillon1-2/+0
2022-09-03Brazilian portuguese translations (#187)igorSilCar1-0/+7
* Translations for new setting, lockable modifier keys Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>
2022-07-24Option "Lockable modifiers" is deprecatedJules Aguillon1-2/+0
Mark that it is planned to be removed, remove corresponding translations.
2022-06-24Revert "Remove the vibration settings"Jules Aguillon1-0/+2
Bring back the "Vibration" option. The duration option isn't added back because the vibration settings are still handled by Android. In fact, the option has no effect if the vibration are disabled in the system settings. This partially reverts commit ef03dfed5c802a855c4655204eee39a8769cfed7.
2022-06-06Remove the vibration settingsJules Aguillon1-4/+0
Instead of using the vibrator directly, use performHapticFeedback, which will integrate better with the system settings.
2022-06-06Remove the option "Show every accents"Jules Aguillon1-1/+0
This option cannot be implemented easily now that the set of "accents" (localized keys) isn't defined.
2022-04-30Strings PT: App partially renamed to improve globalization (#134)marciozomb131-3/+3
2022-04-16Update PT strings (#121)marciozomb131-6/+10
Tiny fixes and improvements.
2022-03-14Identify debug version in app nameJules Aguillon1-1/+0
Using the --product option of aapt. Remove the app name from translations because it is never translated. It is still possible to translate it by specifying 'product="default"'.
2022-03-09Brazilian portuguese translations (#100)igorSilCar1-0/+2
* Translations for new setting, lockable modifier keys Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>
2022-03-05Brazilian portuguese translations (#87)igorSilCar1-0/+48
* Added brazilian portuguese translations for app description and settings * making the swiping option more intelligible * fix typo on full_description pt-BR translation Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>