-
-
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 (#142)
* Translated using Weblate (Polish) Currently translated at 37.5% (15 of 40 strings) Translated using Weblate (Polish) Currently translated at 30.0% (12 of 40 strings) Co-authored-by: Tomasz Dyńka <gramyteraz12@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/pl/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Indonesian) Currently translated at 30.0% (12 of 40 strings) Co-authored-by: Arif Budiman <arifpedia@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/id/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Esperanto) Currently translated at 52.5% (21 of 40 strings) Co-authored-by: phlostically <phlostically@mailinator.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/eo/ Translation: Vanilla OS/ABRoot * Translated using Weblate (Belarusian) Currently translated at 77.5% (31 of 40 strings) Co-authored-by: kopatych <maxklezovich@gmail.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/be/ Translation: Vanilla OS/ABRoot * Added translation using Weblate (Igbo) Co-authored-by: AhaNkem Obi <litoretura@gmail.com> * Translated using Weblate (Igbo) 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/ig/ Translation: Vanilla OS/ABRoot --------- Co-authored-by: Tomasz Dyńka <gramyteraz12@gmail.com> Co-authored-by: Arif Budiman <arifpedia@gmail.com> Co-authored-by: phlostically <phlostically@mailinator.com> Co-authored-by: kopatych <maxklezovich@gmail.com> Co-authored-by: AhaNkem Obi <litoretura@gmail.com> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org>
- Loading branch information
1 parent
741dc17
commit f448f17
Showing
5 changed files
with
106 additions
and
29 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
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,76 @@ | ||
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" | ||
|
||
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." | ||
|
||
pkg: | ||
use: "pkg" | ||
long: "Install and manage packages." | ||
short: "Manage packages" | ||
rootRequired: "You must be root to run this command." | ||
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" | ||
|
||
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 | ||
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: "Update the boot partition for maintenance purposes (for advanced users only)" | ||
short: "Update the boot partition" | ||
forceFlag: "force update the boot partition without asking for confirmation" | ||
rootRequired: "You must be root to run this command." | ||
updateAvailable: "There is an update for your system." | ||
noUpdateAvailable: "No update is available for your system." | ||
checkOnlyFlag: "check for updates but do not apply them" |
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