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

cleanup: update strings #111

Merged
merged 2 commits into from
Aug 22, 2023
Merged
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
34 changes: 13 additions & 21 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,26 @@ abroot:
\ 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"
verboseFlag: "Show more detailed output"

kargs:
use: "kargs"
long: "Manage kernel parameters."
short: "Manage kernel parameters."
short: "Manage kernel parameters"
rootRequired: "You must be root to run this command."
nextReboot: "Kernel parameters will be applied on next boot."
failedTransaction: "Failed to start transactional shell:"
stateRequired: "Please specify a state (present or future)"
params: "Current partition's parameters:\n%s\n"
futureParams: "Future partition's parameters:\n%s\n"
unknownParam: "Unknown parameter: %s\n"
notChanged: "No changes were made to kernel parameters."
transactionsLocked: "Another transaction has already been executed, you must reboot\
\ your system before starting a new transaction."

edit:
use: "edit"
long: "edit kernel parameters."
short: "edit kernel parameters."
rootRequired: "You must be root to run this command."
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."
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"
Expand All @@ -42,10 +32,11 @@ pkg:
listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n"

status:
long: ""
short: ""
jsonFlag: "show output in JSON format"
dumpFlag: "dump the ABRoot status to an archive"
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:
Expand Down Expand Up @@ -74,6 +65,7 @@ status:
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"
Expand Down