-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translations update from Hosted Weblate (#223)
* Added translation using Weblate (Malay) Co-authored-by: Amsyar <amsyarminer555@gmail.com> * Translated using Weblate (Malay) Currently translated at 100.0% (0 of 0 strings) Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/ms/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Polish) Currently translated at 100.0% (76 of 76 strings) Translated using Weblate (Polish) Currently translated at 68.4% (52 of 76 strings) Translated using Weblate (Polish) Currently translated at 31.5% (24 of 76 strings) Co-authored-by: Marek <uroda.mar@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/pl/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Turkish) Currently translated at 100.0% (76 of 76 strings) Co-authored-by: Emin Tufan Çetin <etcetin@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/tr/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Arabic) Currently translated at 25.0% (19 of 76 strings) Co-authored-by: Muhammad Bahaa <muhammad.bahaa1@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/ar/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (76 of 76 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (76 of 76 strings) Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/tr/ Translation: Vanilla OS/ABRoot --------- Co-authored-by: Amsyar <amsyarminer555@gmail.com> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Marek <uroda.mar@gmail.com> Co-authored-by: Emin Tufan Çetin <etcetin@gmail.com> Co-authored-by: Muhammad Bahaa <muhammad.bahaa1@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
- Loading branch information
1 parent
71ca119
commit a019ccd
Showing
5 changed files
with
260 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
abroot: | ||
use: "abroot" | ||
long: "ABRoot provides full immutability and atomicity by performing transactions | ||
between 2 root partitions (A<->B)" | ||
short: "ABRoot provides full immutability and atomicity by performing transactions | ||
between 2 root partitions (A<->B)" | ||
verboseFlag: "show more detailed output" | ||
|
||
kargs: | ||
use: "kargs" | ||
long: "Manage kernel parameters." | ||
short: "Manage kernel parameters" | ||
rootRequired: "You must be root to run this command." | ||
notChanged: "No changes were made to kernel parameters." | ||
applyFailed: "Apply command failed: %s\n" | ||
|
||
cnf: | ||
use: "cnf" | ||
long: "Open an editor to edit the ABRoot configuration." | ||
short: "Edit ABRoot configuration" | ||
rootRequired: "You must be root to run this command." | ||
editorFailed: "Failed to open the editor: %s\n" | ||
changed: "Configuration changed." | ||
unchanged: "No changes were made to the configuration." | ||
failed: "An error occurred while interacting with the configuration: %s\n" | ||
|
||
rollback: | ||
use: "rollback" | ||
long: "Executes a system rollback, discarding changes made to the present root." | ||
short: "Return the system to a previous state" | ||
rootRequired: "You must be root to run this command." | ||
rollbackUnnecessary: "Rollback is not necessary, current root is already the present | ||
one." | ||
rollbackFailed: "Rollback failed: %s\n" | ||
rollbackSuccess: "Rollback completed successfully." | ||
canRollback: "It is possible to rollback to the previous root." | ||
cannotRollback: "It is not possible to rollback to the previous root." | ||
|
||
pkg: | ||
use: "pkg" | ||
long: "Install and manage packages." | ||
short: "Manage packages" | ||
rootRequired: "You must be root to run this command." | ||
failedGettingPkgManagerInstance: "Failed to get package manager instance: %s\n" | ||
noPackageNameProvided: "You must provide at least one package name for this operation." | ||
addedMsg: "Package(s) %s added.\n" | ||
applyFailed: "Apply command failed: %s\n" | ||
removedMsg: "Package(s) %s removed.\n" | ||
listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" | ||
dryRunFlag: "perform a dry run of the operation" | ||
forceEnableUserAgreementFlag: "force enable user agreement, for embedded systems" | ||
agreementMsg: "To utilize ABRoot's abroot pkg command, explicit user agreement is | ||
required. This command facilitates package installations but introduces non-deterministic | ||
elements, impacting system trustworthiness. By consenting, you acknowledge and | ||
accept these implications, confirming your awareness of the command's potential | ||
impact on system behavior. [y/N]: " | ||
agreementSignFailed: "Failed to sign the agreement: %s\n" | ||
agreementDeclined: "You declined the agreement. The feature will stay disabled until | ||
you agree to it." | ||
|
||
status: | ||
use: "status" | ||
long: "Display the current ABRoot status." | ||
short: "Display status" | ||
jsonFlag: "Show output in JSON format" | ||
dumpFlag: "Dump the ABRoot status to an archive" | ||
rootRequired: "You must be root to run this command." | ||
infoMsg: | | ||
ABRoot Partitions: | ||
- Present: %s ◄ | ||
- Future: %s | ||
Loaded Configuration: %s | ||
Device Specifications: | ||
- CPU: %s | ||
- GPU:%s | ||
- Memory: %s | ||
ABImage: | ||
- Digest: %s | ||
- Timestamp: %s | ||
- Image: %s | ||
Kernel Arguments: %s | ||
Packages: | ||
- Added: %s | ||
- Removed: %s | ||
- Unstaged: %s%s | ||
infoMsgAgreementStatus: "\nPackage agreement: %t" | ||
unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg | ||
apply' to apply them." | ||
dumpMsg: "Dumped ABRoot status to %s\n" | ||
|
||
upgrade: | ||
use: "upgrade" | ||
long: "Check for a new system image and apply it." | ||
short: "Upgrade the system" | ||
forceFlag: "force update even if the system is up to date" | ||
rootRequired: "You must be root to run this command." | ||
checkingSystemUpdate: "Checking for system updates..." | ||
checkingPackageUpdate: "Checking for package updates..." | ||
systemUpdateAvailable: "There is an update for your system." | ||
packageUpdateAvailable: "There are %d package updates." | ||
noUpdateAvailable: "No update available." | ||
checkOnlyFlag: "check for updates but do not apply them" | ||
dryRunFlag: "perform a dry run of the operation" | ||
dryRunSuccess: "Dry run completed successfully." | ||
success: "Upgrade completed successfully." | ||
added: "Added" | ||
upgraded: "Upgraded" | ||
downgraded: "Downgraded" | ||
removed: "Removed" | ||
|
||
updateInitramfs: | ||
use: "update-initramfs" | ||
long: "Update the initramfs of the future root." | ||
short: "Update the initramfs" | ||
rootRequired: "You must be root to run this command." | ||
updateSuccess: "Updated initramfs of future root." | ||
updateFailed: "Failed to update initramfs of future root.\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.