diff --git a/locales/af.yml b/locales/af.yml index 4c35b67f..0de25ff9 100644 --- a/locales/af.yml +++ b/locales/af.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - 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." +upgrade: + 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 + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition +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: + long: Display the current ABRoot status. + use: 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/am.yml b/locales/am.yml index 4c35b67f..8869f32a 100644 --- a/locales/am.yml +++ b/locales/am.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - 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. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 +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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/an.yml b/locales/an.yml index 615d7e17..5dcbe580 100644 --- a/locales/an.yml +++ b/locales/an.yml @@ -11,8 +11,43 @@ 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." +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 + rootRequired: You must be root to run this command. + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + updateAvailable: There is an update for your system. + noUpdateAvailable: No update is available for your system. + forceFlag: force update the boot partition without asking for confirmation + checkOnlyFlag: check for updates but do not apply them +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" diff --git a/locales/ar.yml b/locales/ar.yml index 615d7e17..f469a006 100644 --- a/locales/ar.yml +++ b/locales/ar.yml @@ -11,8 +11,43 @@ 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." +status: + use: status + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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" +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 diff --git a/locales/ar_MA.yml b/locales/ar_MA.yml index 615d7e17..1879243d 100644 --- a/locales/ar_MA.yml +++ b/locales/ar_MA.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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. + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +pkg: + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\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" + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 diff --git a/locales/arn.yml b/locales/arn.yml index 615d7e17..9359b796 100644 --- a/locales/arn.yml +++ b/locales/arn.yml @@ -11,8 +11,43 @@ 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: + short: Display status + use: status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + long: Display the current ABRoot status. + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them + rootRequired: You must be root to run this command. + updateAvailable: There is an update for your system. diff --git a/locales/as.yml b/locales/as.yml index 615d7e17..9c5903eb 100644 --- a/locales/as.yml +++ b/locales/as.yml @@ -11,8 +11,43 @@ 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." +status: + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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. +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 +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" diff --git a/locales/ast.yml b/locales/ast.yml index 615d7e17..7ada8fa4 100644 --- a/locales/ast.yml +++ b/locales/ast.yml @@ -11,8 +11,43 @@ 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: + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + use: pkg + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/az.yml b/locales/az.yml index 615d7e17..544874a2 100644 --- a/locales/az.yml +++ b/locales/az.yml @@ -11,8 +11,43 @@ 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." +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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + long: Display the current ABRoot status. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + short: Update the boot partition + use: upgrade + 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. + long: Update the boot partition for maintenance purposes (for advanced users only) + forceFlag: force update the boot partition without asking for confirmation + checkOnlyFlag: check for updates but do not apply them +pkg: + long: Install and manage packages. + short: Manage packages + use: pkg + 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" diff --git a/locales/be.yml b/locales/be.yml index 615d7e17..e3618f9f 100644 --- a/locales/be.yml +++ b/locales/be.yml @@ -11,8 +11,43 @@ 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. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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. + noUpdateAvailable: No update is available for your system. + updateAvailable: There is an update for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/bg.yml b/locales/bg.yml index 615d7e17..838ef719 100644 --- a/locales/bg.yml +++ b/locales/bg.yml @@ -11,8 +11,43 @@ 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: + short: Manage packages + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + use: pkg + long: Install and manage packages. + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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 + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 diff --git a/locales/bn.yml b/locales/bn.yml index 615d7e17..54ae6fdd 100644 --- a/locales/bn.yml +++ b/locales/bn.yml @@ -11,8 +11,43 @@ 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: + 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" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + removedMsg: "Package(s) %s removed.\n" + use: pkg + long: Install and manage packages। + short: Manage packages +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/bo.yml b/locales/bo.yml index 615d7e17..a7c1e534 100644 --- a/locales/bo.yml +++ b/locales/bo.yml @@ -11,8 +11,43 @@ 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/br.yml b/locales/br.yml index 615d7e17..9b0dda43 100644 --- a/locales/br.yml +++ b/locales/br.yml @@ -11,8 +11,43 @@ 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: + long: Install and manage packages. + removedMsg: "Package(s) %s removed.\n" + short: Manage packages + use: pkg + 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" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + use: status + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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 diff --git a/locales/bs.yml b/locales/bs.yml index 615d7e17..a5cf6b18 100644 --- a/locales/bs.yml +++ b/locales/bs.yml @@ -11,8 +11,43 @@ 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: + addedMsg: "Package(s) %s added.\n" + 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. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + long: Display the current ABRoot status. + use: 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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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. + checkOnlyFlag: check for updates but do not apply them + noUpdateAvailable: No update is available for your system. diff --git a/locales/ca.yml b/locales/ca.yml index 615d7e17..8aa3cff8 100644 --- a/locales/ca.yml +++ b/locales/ca.yml @@ -11,8 +11,43 @@ 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." +upgrade: + short: Update the boot partition + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +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 + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" diff --git a/locales/ca@valencia.yml b/locales/ca@valencia.yml index 615d7e17..7b50a932 100644 --- a/locales/ca@valencia.yml +++ b/locales/ca@valencia.yml @@ -11,8 +11,43 @@ 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: + long: Display the current ABRoot status. + short: Display status + use: 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/ce.yml b/locales/ce.yml index 615d7e17..7548025a 100644 --- a/locales/ce.yml +++ b/locales/ce.yml @@ -11,8 +11,43 @@ 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." +upgrade: + short: Update the boot partition + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +pkg: + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + use: pkg + addedMsg: "Package(s) %s added.\n" + long: Install and manage packages. + short: Manage packages + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + use: status + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/ckb.yml b/locales/ckb.yml index 615d7e17..5d3e1416 100644 --- a/locales/ckb.yml +++ b/locales/ckb.yml @@ -11,8 +11,43 @@ 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." +upgrade: + use: upgrade + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/co.yml b/locales/co.yml index 615d7e17..4ae63413 100644 --- a/locales/co.yml +++ b/locales/co.yml @@ -11,8 +11,43 @@ 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 + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +status: + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + dumpFlag: Dump the ABRoot status to an archive + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + long: Display the current ABRoot status. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + 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 + 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. diff --git a/locales/crh.yml b/locales/crh.yml index 615d7e17..7986c337 100644 --- a/locales/crh.yml +++ b/locales/crh.yml @@ -11,8 +11,43 @@ 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." +upgrade: + 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 + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + rootRequired: You must be root to run this command. + forceFlag: force update the boot partition without asking for confirmation +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: + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + use: status + long: Display the current ABRoot status. + dumpMsg: "Dumped ABRoot status to %s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." diff --git a/locales/csb.yml b/locales/csb.yml index 615d7e17..2f30c970 100644 --- a/locales/csb.yml +++ b/locales/csb.yml @@ -11,8 +11,43 @@ 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." +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 +pkg: + applyFailed: "Apply command failed: %s\n" + 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" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + long: Display the current ABRoot status. + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/cv.yml b/locales/cv.yml index 615d7e17..c49c14c3 100644 --- a/locales/cv.yml +++ b/locales/cv.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + use: status + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format +pkg: + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\n" + use: pkg + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +upgrade: + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + forceFlag: force update the boot partition without asking for confirmation + short: Update the boot partition + 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 diff --git a/locales/cy.yml b/locales/cy.yml index 615d7e17..90900cb5 100644 --- a/locales/cy.yml +++ b/locales/cy.yml @@ -11,8 +11,43 @@ 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: + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +status: + use: status + long: Display the current ABRoot status. + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + short: Display status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + short: Update the boot partition + updateAvailable: There is an update for your system. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + noUpdateAvailable: No update is available for your system. + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/da.yml b/locales/da.yml index 615d7e17..5e420846 100644 --- a/locales/da.yml +++ b/locales/da.yml @@ -11,8 +11,43 @@ 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." +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + use: status + long: Display the current ABRoot status. + 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 + 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 + long: Update the boot partition for maintenance purposes (for advanced users only) +pkg: + use: pkg + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" diff --git a/locales/de.yml b/locales/de.yml index 9814b694..6b94fc58 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -11,9 +11,44 @@ kargs: long: "Verwalten von Kernel-Parametern." short: "Verwalten von Kernel-Parametern." rootRequired: "Sie müssen als Root angemeldet sein, um diesen Befehl auszuführen." + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" long: "Führt ein System-Rollback aus, wobei Änderungen an der aktuellen Root verworfen werden." short: "Versetzt das System in einen früheren Zustand." rootRequired: "Sie müssen root sein, um diesen Befehl auszuführen." +pkg: + short: Manage packages + addedMsg: "Package(s) %s added.\n" + use: pkg + applyFailed: "Apply command failed: %s\n" + long: Install and manage packages. + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +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. + use: upgrade + 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 +status: + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/dv.yml b/locales/dv.yml index 615d7e17..dd9f8a1d 100644 --- a/locales/dv.yml +++ b/locales/dv.yml @@ -11,8 +11,43 @@ 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: + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" +status: + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 diff --git a/locales/el.yml b/locales/el.yml index 615d7e17..1bf1ac78 100644 --- a/locales/el.yml +++ b/locales/el.yml @@ -11,8 +11,43 @@ 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 + 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" + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 + noUpdateAvailable: No update is available for your system. + 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. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/en_AU.yml b/locales/en_AU.yml index c2b45af9..9c962c69 100644 --- a/locales/en_AU.yml +++ b/locales/en_AU.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transaction" - short: "Show modifications from latest transaction." - 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: + removedMsg: "Package(s) %s removed.\n" + use: pkg + short: Manage packages + addedMsg: "Package(s) %s added.\n" + long: Install and manage packages. + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + short: Display status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + long: Update the boot partition for maintenance purposes (for advanced users only) + use: upgrade + 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 diff --git a/locales/en_CA.yml b/locales/en_CA.yml index 615d7e17..36d46cf2 100644 --- a/locales/en_CA.yml +++ b/locales/en_CA.yml @@ -11,8 +11,43 @@ 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: + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +status: + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + use: status +upgrade: + updateAvailable: There is an update for your system. + use: upgrade + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/en_GB.yml b/locales/en_GB.yml index 615d7e17..3522900a 100644 --- a/locales/en_GB.yml +++ b/locales/en_GB.yml @@ -11,8 +11,43 @@ 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: + applyFailed: "Apply command failed: %s\n" + short: Manage packages + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and 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" +status: + rootRequired: You must be root to run this command. + 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 + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + rootRequired: You must be root to run this command. + 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 + 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 diff --git a/locales/eo.yml b/locales/eo.yml index 615d7e17..5906f02f 100644 --- a/locales/eo.yml +++ b/locales/eo.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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. +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 diff --git a/locales/es.yml b/locales/es.yml index 615d7e17..20db2d50 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -11,8 +11,43 @@ 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 + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + long: Install and manage packages. + short: Manage packages + 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: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + updateAvailable: There is an update for your system. + 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. + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/et.yml b/locales/et.yml index 615d7e17..387a5326 100644 --- a/locales/et.yml +++ b/locales/et.yml @@ -11,8 +11,43 @@ 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: + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/eu.yml b/locales/eu.yml index 615d7e17..bcb414da 100644 --- a/locales/eu.yml +++ b/locales/eu.yml @@ -11,8 +11,43 @@ 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 + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + long: Display the current ABRoot status. + short: Display status + use: 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + updateAvailable: There is an update for your system. + noUpdateAvailable: No update is available for your system. + 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. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/fa.yml b/locales/fa.yml index 615d7e17..f6fa1dd8 100644 --- a/locales/fa.yml +++ b/locales/fa.yml @@ -11,8 +11,43 @@ 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." +status: + use: status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +pkg: + use: pkg + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + long: Install and manage packages. + short: Manage packages + 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" +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 diff --git a/locales/fa_AF.yml b/locales/fa_AF.yml index 615d7e17..b8816f73 100644 --- a/locales/fa_AF.yml +++ b/locales/fa_AF.yml @@ -11,8 +11,43 @@ 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: + applyFailed: "Apply command failed: %s\n" + 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" + use: pkg + long: Install and manage packages. + short: Manage packages + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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 + dumpMsg: "Dumped ABRoot status to %s\n" + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + use: upgrade + 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 + 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 diff --git a/locales/fi.yml b/locales/fi.yml index 615d7e17..2d670ddd 100644 --- a/locales/fi.yml +++ b/locales/fi.yml @@ -11,8 +11,43 @@ 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." +status: + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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. +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 +pkg: + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" diff --git a/locales/fil.yml b/locales/fil.yml index 615d7e17..6f23a455 100644 --- a/locales/fil.yml +++ b/locales/fil.yml @@ -11,8 +11,43 @@ 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." +status: + long: Display the current ABRoot status. + use: status + short: Display status + dumpFlag: Dump the ABRoot status to an archive + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + long: Install and manage packages. + short: Manage packages + use: pkg + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 diff --git a/locales/fo.yml b/locales/fo.yml index 615d7e17..3f151f19 100644 --- a/locales/fo.yml +++ b/locales/fo.yml @@ -11,8 +11,43 @@ 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." +status: + use: status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + short: Display status + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +upgrade: + checkOnlyFlag: check for updates but do not apply them + short: Update the boot partition + long: Update the boot partition for maintenance purposes (for advanced users only) + use: upgrade + 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. +pkg: + use: pkg + long: Install and manage packages. + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + short: Manage packages + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" diff --git a/locales/fr.yml b/locales/fr.yml index 8d3dc1d7..3e362eb9 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -11,8 +11,43 @@ kargs: long: "Gérer les paramètres du noyau." short: "Gérer les paramètres du noyau." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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." +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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" +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 diff --git a/locales/fr_CA.yml b/locales/fr_CA.yml index 615d7e17..1dc1449f 100644 --- a/locales/fr_CA.yml +++ b/locales/fr_CA.yml @@ -11,8 +11,43 @@ 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: + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\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 +status: + use: status + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + short: Display status + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/frp.yml b/locales/frp.yml index 615d7e17..0264baec 100644 --- a/locales/frp.yml +++ b/locales/frp.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +pkg: + 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" + use: pkg + long: Install and manage packages. + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 diff --git a/locales/fur.yml b/locales/fur.yml index 615d7e17..edf98f94 100644 --- a/locales/fur.yml +++ b/locales/fur.yml @@ -11,8 +11,43 @@ 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: + 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" + use: pkg + long: Install and manage packages. + 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 + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + dumpFlag: Dump the ABRoot status to an archive + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. +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 diff --git a/locales/fy.yml b/locales/fy.yml index 615d7e17..ba03b981 100644 --- a/locales/fy.yml +++ b/locales/fy.yml @@ -11,8 +11,43 @@ 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. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + 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" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + short: Display status + use: status + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format +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 diff --git a/locales/ga.yml b/locales/ga.yml index 615d7e17..236af13b 100644 --- a/locales/ga.yml +++ b/locales/ga.yml @@ -11,8 +11,43 @@ 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." +status: + 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 + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + 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. + 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 + checkOnlyFlag: check for updates but do not apply them +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" diff --git a/locales/gd.yml b/locales/gd.yml index 615d7e17..e0f35377 100644 --- a/locales/gd.yml +++ b/locales/gd.yml @@ -11,8 +11,43 @@ 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: + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + use: pkg + noPackageNameProvided: You must provide at least one package name for this operation. + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/gl.yml b/locales/gl.yml index 615d7e17..e39436ae 100644 --- a/locales/gl.yml +++ b/locales/gl.yml @@ -11,8 +11,43 @@ 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." +status: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format +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 +pkg: + addedMsg: "Package(s) %s added.\n" + rootRequired: You must be root to run this command. + use: pkg + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" diff --git a/locales/gu.yml b/locales/gu.yml index 615d7e17..9023fcce 100644 --- a/locales/gu.yml +++ b/locales/gu.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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 + applyFailed: "Apply command failed: %s\n" + addedMsg: "Package(s) %s added.\n" + 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. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + dumpMsg: "Dumped ABRoot status to %s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 diff --git a/locales/gv.yml b/locales/gv.yml index 615d7e17..c94afbe2 100644 --- a/locales/gv.yml +++ b/locales/gv.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + rootRequired: You must be root to run this command. + 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 + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + use: upgrade + short: Update the boot partition + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +pkg: + use: pkg + removedMsg: "Package(s) %s removed.\n" + long: Install and manage packages. + short: Manage packages + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" diff --git a/locales/he.yml b/locales/he.yml index 615d7e17..e1163557 100644 --- a/locales/he.yml +++ b/locales/he.yml @@ -11,8 +11,43 @@ 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: + noPackageNameProvided: You must provide at least one package name for this operation. + use: pkg + long: Install and manage packages. + rootRequired: You must be root to run this command. + 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" + short: Manage packages +status: + long: Display the current ABRoot status. + short: Display status + dumpFlag: Dump the ABRoot status to an archive + use: status + rootRequired: You must be root to run this command. + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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. + use: upgrade + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/hi.yml b/locales/hi.yml index 615d7e17..b7c61d50 100644 --- a/locales/hi.yml +++ b/locales/hi.yml @@ -11,8 +11,43 @@ 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: + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + rootRequired: You must be root to run this command। + noPackageNameProvided: You must provide at least one package name for this operation। + long: Install and manage packages। + applyFailed: "Apply command failed: %s\n" + short: Manage packages + addedMsg: "Package(s) %s added.\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। + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them।" + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + rootRequired: You must be root to run this command। + updateAvailable: There is an update for your system। + forceFlag: force update the boot partition without asking for confirmation + noUpdateAvailable: No update is available for your system। + short: Update the boot partition + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/hr.yml b/locales/hr.yml index 615d7e17..e15a88b6 100644 --- a/locales/hr.yml +++ b/locales/hr.yml @@ -11,8 +11,43 @@ 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." +status: + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +upgrade: + 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 + 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 +pkg: + rootRequired: You must be root to run this command. + 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" + use: pkg + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. diff --git a/locales/ht.yml b/locales/ht.yml index 615d7e17..267f00ed 100644 --- a/locales/ht.yml +++ b/locales/ht.yml @@ -11,8 +11,43 @@ 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." +upgrade: + short: Update the boot partition + long: Update the boot partition for maintenance purposes (for advanced users only) + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + use: upgrade + 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 +pkg: + noPackageNameProvided: You must provide at least one package name for this operation. + short: Manage packages + use: pkg + long: Install and manage packages. + rootRequired: You must be root to run this command. + 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: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + use: status + short: Display status + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" diff --git a/locales/hu.yml b/locales/hu.yml index c37f324a..79e12df4 100644 --- a/locales/hu.yml +++ b/locales/hu.yml @@ -11,9 +11,44 @@ kargs: long: "A rendszermag paramétereinek kezelése." short: "A rendszermag paramétereinek kezelése." rootRequired: "A parancs futtatásához root rendszergazdának kell lennie." + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" long: "Rendszer-visszaállítás végrehajtása, a jelenlegi gyökérben végrehajtott változtatások elvetésével." short: "Visszaállítja a rendszert egy korábbi állapotra." rootRequired: "A parancs futtatásához root rendszergazdának kell lennie." +upgrade: + 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. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + checkOnlyFlag: check for updates but do not apply them +pkg: + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" diff --git a/locales/hy.yml b/locales/hy.yml index 615d7e17..2672647c 100644 --- a/locales/hy.yml +++ b/locales/hy.yml @@ -11,8 +11,43 @@ 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." +status: + rootRequired: You must be root to run this command. + use: status + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +pkg: + long: Install and 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" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + short: Manage packages + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" +upgrade: + 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. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/ia.yml b/locales/ia.yml index 615d7e17..b54bdebc 100644 --- a/locales/ia.yml +++ b/locales/ia.yml @@ -11,8 +11,43 @@ 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." +status: + short: Display status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + long: Display the current ABRoot 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +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" +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 diff --git a/locales/id.yml b/locales/id.yml index 615d7e17..0e8cd46a 100644 --- a/locales/id.yml +++ b/locales/id.yml @@ -11,8 +11,43 @@ 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: + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + 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 + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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. + 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 diff --git a/locales/is.yml b/locales/is.yml index 615d7e17..b73ac3e6 100644 --- a/locales/is.yml +++ b/locales/is.yml @@ -11,8 +11,43 @@ 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." +status: + jsonFlag: Show output in JSON format + long: Display the current ABRoot status. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + short: Display status + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + use: pkg + long: Install and manage packages. + short: Manage packages + addedMsg: "Package(s) %s added.\n" + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\n" + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 diff --git a/locales/it.yml b/locales/it.yml index f927e2a5..d937451e 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -11,9 +11,44 @@ kargs: long: "Gestisci i parametri del kernel." short: "Gestisci i parametri del kernel." rootRequired: "Per eseguire questo comando è necessario essere root." + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" long: "Esegue un rollback del sistema, scartando le modifiche apportate alla root attuale." short: "Riporta il sistema a uno stato precedente." rootRequired: "Per eseguire questo comando è necessario essere root." +pkg: + short: Manage packages + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + use: pkg + long: Install and manage packages. + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/ja.yml b/locales/ja.yml index 615d7e17..a44be167 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -11,8 +11,43 @@ 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: + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +status: + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + jsonFlag: Show output in JSON format + long: Display the current ABRoot status. + short: Display status + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + updateAvailable: There is an update for your system. + short: Update the boot partition + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/jv.yml b/locales/jv.yml index 615d7e17..927067ac 100644 --- a/locales/jv.yml +++ b/locales/jv.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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 + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +status: + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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 diff --git a/locales/ka.yml b/locales/ka.yml index 615d7e17..5f76efe5 100644 --- a/locales/ka.yml +++ b/locales/ka.yml @@ -11,8 +11,43 @@ 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." +status: + use: status + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +pkg: + use: pkg + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + long: Install and manage packages. + short: Manage packages + 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" +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 diff --git a/locales/kab.yml b/locales/kab.yml index 615d7e17..c516b2e8 100644 --- a/locales/kab.yml +++ b/locales/kab.yml @@ -11,8 +11,43 @@ 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." +status: + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + long: Display the current ABRoot status. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +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" +upgrade: + use: upgrade + rootRequired: You must be root to run this command. + 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 + 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 diff --git a/locales/kk.yml b/locales/kk.yml index 615d7e17..acd8c3de 100644 --- a/locales/kk.yml +++ b/locales/kk.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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." +status: + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + use: status + short: Display status + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + 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" + short: Manage packages + use: pkg + long: Install and manage packages. + rootRequired: You must be root to run this command. +upgrade: + 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 + long: Update the boot partition for maintenance purposes (for advanced users only) + use: upgrade + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation diff --git a/locales/km.yml b/locales/km.yml index 615d7e17..ef2eacb2 100644 --- a/locales/km.yml +++ b/locales/km.yml @@ -11,8 +11,43 @@ 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: + 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" + use: pkg + long: Install and manage packages. + short: Manage packages + listMsg: "Added packages:\n%s\nRemoved packages:\n%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 +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/kmr.yml b/locales/kmr.yml index 615d7e17..8af1cda1 100644 --- a/locales/kmr.yml +++ b/locales/kmr.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + 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" + 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. +status: + use: status + long: Display the current ABRoot status. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + long: Update the boot partition for maintenance purposes (for advanced users only) + rootRequired: You must be root to run this command. + use: upgrade + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + 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 diff --git a/locales/kn.yml b/locales/kn.yml index 615d7e17..59e0d1a3 100644 --- a/locales/kn.yml +++ b/locales/kn.yml @@ -11,8 +11,43 @@ 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: + applyFailed: "Apply command failed: %s\n" + 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" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + use: status + jsonFlag: Show output in JSON format + short: Display status + long: Display the current ABRoot status. + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/ko.yml b/locales/ko.yml index 615d7e17..2211794c 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -11,8 +11,43 @@ 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: + addedMsg: "Package(s) %s added.\n" + 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. + 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 + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + 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 diff --git a/locales/kw.yml b/locales/kw.yml index 615d7e17..60c33fc3 100644 --- a/locales/kw.yml +++ b/locales/kw.yml @@ -11,8 +11,43 @@ 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 + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + rootRequired: You must be root to run this command. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/ky.yml b/locales/ky.yml index 615d7e17..2fd1e568 100644 --- a/locales/ky.yml +++ b/locales/ky.yml @@ -11,8 +11,43 @@ 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." +upgrade: + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + use: upgrade + 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 +pkg: + short: Manage packages + 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" + use: pkg + long: Install and manage packages. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + rootRequired: You must be root to run this command. +status: + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/lb.yml b/locales/lb.yml index 615d7e17..1798868d 100644 --- a/locales/lb.yml +++ b/locales/lb.yml @@ -11,8 +11,43 @@ 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." +status: + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +upgrade: + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + rootRequired: You must be root to run this command. + checkOnlyFlag: check for updates but do not apply them + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + updateAvailable: There is an update for your system. + noUpdateAvailable: No update is available for your system. +pkg: + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" diff --git a/locales/ln.yml b/locales/ln.yml index 615d7e17..61bfa423 100644 --- a/locales/ln.yml +++ b/locales/ln.yml @@ -11,8 +11,43 @@ 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 + applyFailed: "Apply command failed: %s\n" + 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" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +upgrade: + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +status: + dumpMsg: "Dumped ABRoot status to %s\n" + 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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" diff --git a/locales/lo.yml b/locales/lo.yml index 615d7e17..f4c5b5e4 100644 --- a/locales/lo.yml +++ b/locales/lo.yml @@ -11,8 +11,43 @@ 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." +status: + short: Display status + use: status + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +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 + use: upgrade + rootRequired: You must be root to run this command. + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them + updateAvailable: There is an update for your system. +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" diff --git a/locales/lt.yml b/locales/lt.yml index 615d7e17..d3a630a8 100644 --- a/locales/lt.yml +++ b/locales/lt.yml @@ -11,8 +11,43 @@ 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." +status: + use: status + short: Display status + long: Display the current ABRoot 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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" +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. + checkOnlyFlag: check for updates but do not apply them + noUpdateAvailable: No update is available for your system. diff --git a/locales/lv.yml b/locales/lv.yml index 615d7e17..9c109827 100644 --- a/locales/lv.yml +++ b/locales/lv.yml @@ -11,8 +11,43 @@ 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." +status: + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 +pkg: + use: pkg + 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" + long: Install and manage packages. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" diff --git a/locales/mg.yml b/locales/mg.yml index 615d7e17..62dc4df7 100644 --- a/locales/mg.yml +++ b/locales/mg.yml @@ -11,8 +11,43 @@ 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." +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 +status: + rootRequired: You must be root to run this command. + 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 + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +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" diff --git a/locales/mhr.yml b/locales/mhr.yml index 615d7e17..441af60e 100644 --- a/locales/mhr.yml +++ b/locales/mhr.yml @@ -11,8 +11,43 @@ 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." +status: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + use: status + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + use: pkg + long: Install and manage packages. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + short: Manage packages + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +upgrade: + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + rootRequired: You must be root to run this command. + forceFlag: force update the boot partition without asking for confirmation + 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 diff --git a/locales/mi.yml b/locales/mi.yml index 615d7e17..4c7f58ee 100644 --- a/locales/mi.yml +++ b/locales/mi.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + checkOnlyFlag: check for updates but do not apply them + 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. +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" diff --git a/locales/mjw.yml b/locales/mjw.yml index 615d7e17..b9905e86 100644 --- a/locales/mjw.yml +++ b/locales/mjw.yml @@ -11,8 +11,43 @@ 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: + dumpFlag: Dump the ABRoot status to an archive + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + use: status + long: Display the current ABRoot status. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/mk.yml b/locales/mk.yml index 615d7e17..2a85c3f2 100644 --- a/locales/mk.yml +++ b/locales/mk.yml @@ -11,8 +11,43 @@ 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: + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + use: pkg + long: Install and manage packages. + short: Manage packages + 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: + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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 +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 diff --git a/locales/ml.yml b/locales/ml.yml index 615d7e17..71f7d95d 100644 --- a/locales/ml.yml +++ b/locales/ml.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + 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 +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" diff --git a/locales/mn.yml b/locales/mn.yml index 615d7e17..f2ce8a8b 100644 --- a/locales/mn.yml +++ b/locales/mn.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + applyFailed: "Apply command failed: %s\n" + 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" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + short: Display status + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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 diff --git a/locales/mnw.yml b/locales/mnw.yml index 615d7e17..27bd8c08 100644 --- a/locales/mnw.yml +++ b/locales/mnw.yml @@ -11,8 +11,43 @@ 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: + 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" + use: pkg + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + use: status + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + short: Display status + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + rootRequired: You must be root to run this command. +upgrade: + use: upgrade + 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 + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition diff --git a/locales/mr.yml b/locales/mr.yml index 615d7e17..62a71683 100644 --- a/locales/mr.yml +++ b/locales/mr.yml @@ -11,8 +11,43 @@ 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." +status: + jsonFlag: Show output in JSON format + use: status + long: Display the current ABRoot status. + short: Display status + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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" +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 diff --git a/locales/ms.yml b/locales/ms.yml index 615d7e17..14c4e01f 100644 --- a/locales/ms.yml +++ b/locales/ms.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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 + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/my.yml b/locales/my.yml index 615d7e17..a5870a78 100644 --- a/locales/my.yml +++ b/locales/my.yml @@ -11,8 +11,43 @@ 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." +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 +status: + short: Display status + jsonFlag: Show output in JSON format + use: status + long: Display the current ABRoot status. + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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" diff --git a/locales/nb_NO.yml b/locales/nb_NO.yml index 615d7e17..72465e59 100644 --- a/locales/nb_NO.yml +++ b/locales/nb_NO.yml @@ -11,8 +11,43 @@ 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." +status: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + use: status + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + long: Install and manage packages. + short: Manage packages + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + use: pkg + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +upgrade: + short: Update the boot partition + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 diff --git a/locales/nds.yml b/locales/nds.yml index 615d7e17..61fbab3a 100644 --- a/locales/nds.yml +++ b/locales/nds.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + short: Display status +upgrade: + short: Update the boot partition + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +pkg: + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + addedMsg: "Package(s) %s added.\n" + use: pkg + long: Install and manage packages. + short: Manage packages + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" diff --git a/locales/ne.yml b/locales/ne.yml index 615d7e17..db62b8ae 100644 --- a/locales/ne.yml +++ b/locales/ne.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + short: Manage packages + use: pkg + long: Install and manage packages. + addedMsg: "Package(s) %s added.\n" + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + 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 + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + short: Display status + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 diff --git a/locales/nl.yml b/locales/nl.yml index 3f80c6ad..d8d27957 100644 --- a/locales/nl.yml +++ b/locales/nl.yml @@ -1,103 +1,54 @@ abroot: use: "abroot" - long: "ABRoot biedt volledige onveranderlijkheid en atomiciteit door transacties\ - \ uit te voeren tussen 2 root-partities (A<->B)" - short: "ABRoot biedt volledige onveranderlijkheid en atomiciteit door transacties\ - \ uit te voeren tussen 2 root-partities (A<->B)" + long: "ABRoot biedt volledige onveranderlijkheid en atomiciteit door transacties + uit te voeren tussen 2 root-partities (A<->B)" + short: "ABRoot biedt volledige onveranderlijkheid en atomiciteit door transacties + uit te voeren tussen 2 root-partities (A<->B)" verboseFlag: "Gedetailleerdere uitvoer tonen" -update: - use: "_update-boot" - long: "De opstartpartitie bijwerken voor onderhoudsdoeleinden (alleen voor geavanceerde\ - \ gebruikers)" - short: "Opstartpartitie bijwerken" - forceUpdateFlag: "Opstartpartitie geforceerd bijwerken zonder om bevestiging te\ - \ vragen" - confirm: "Weet u zeker dat u wilt doorgaan?\nDe opstartpartitie wordt normaal gesproken\ - \ alleen worden bijgewerkt als een transactie is geslaagd. Deze opdracht is bedoeld\ - \ voor geavanceerde gebruikers voor onderhoudsdoeleinden." - rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - -get: - use: "get" - long: "Toont de huidige of toekomstige status van de rootpartitie (A of B)" - short: "Toont de huidige of toekomstige status van de rootpartitie (A of B)" - rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - kargs: use: "kargs" long: "Kernel-parameters beheren" short: "Kernel-parameters beheren" rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - nextReboot: "Kernel-parameters worden toegepast bij de volgende opstart" - failedTransaction: "Transactionele shell starten mislukt:" - stateRequired: "Geef een toestand aan (huidig of toekomstig)" - params: "Parameters van huidige partitie:\n%s\n" - futureParams: "Parameters van toekomstige partitie:\n%s\n" - unknownState: "Onbekende toestand: %s\n" - unknownParam: "Onbekende parameter: %s\n" - transactionsLocked: "Er is al een andere transactie uitgevoerd, u moet uw systeem\ - \ opnieuw opstarten voordat u een nieuwe transactie start." - -edit: - use: "edit" - long: "Kernel-parameters bewerken" - short: "Kernel-parameters bewerken" - rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - -exec: - use: "exec" - long: "Opdracht uitvoeren in een transactionele shell in de toekomstige root en\ - \ ernaar overschakelen bij de volgende opstart" - short: "Opdracht uitvoeren in een transactionele shell in de toekomstige root en\ - \ ernaar overschakelen bij de volgende opstart" - rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - skipDiffFlag: "De diff-controle aan het eind van de transactie overslaan" - forceRunFlag: "De opdracht geforceerd uitvoeren zonder om bevestiging te vragen" - confirm: "\n===============================================================================\n\ - LEES AANDACHTIG ALVORENS VERDER TE GAAN\n===============================================================================\n\ - Wijzigingen die succesvol in de shell zijn aangebracht, worden bij de volgende\ - \ opstart toegepast op de toekomstige root.\nHet uitvoeren van een commando in\ - \ een transactionele shell is bedoeld voor geavanceerde gebruikers voor onderhoudsdoeleinden.\n\ - \nAls u hier terecht bent gekomen terwijl u een app probeerde te installeren,\ - \ overweeg dan om Flatpak, AppImage, of Apx (apx install package) te gebruiken.\n\ - \nLees meer over ABRoot op [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nWeet u zeker dat u verder wilt gaan?" - start: "Nieuwe transactie gestart. Dit kan even duren…\nHerstart of annuleer de\ - \ transactie niet totdat deze klaar is." - success: "Transactie succesvol afgerond. Herstart om wijzigingen toe te passen." - failed: "Transactionele shell starten mislukt:" - -shell: - use: "shell" - long: "Transactionele shell in de toekomstige rootpartitie binnengaan en hiernaar\ - \ wisselen bij de volgende opstart" - short: "Transactionele shell binnengaan" - rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - forceOpenFlag: "Shell geforceerd openen zonder om bevestiging te vragen" - confirm: "\n===============================================================================\n\ - LEES AANDACHTIG ALVORENS VERDER TE GAAN\n===============================================================================\n\ - Wijzigingen die succesvol in de shell zijn aangebracht, worden bij de volgende\ - \ opstart toegepast op de toekomstige root.\nHet uitvoeren van een commando in\ - \ een transactionele shell is bedoeld voor geavanceerde gebruikers voor onderhoudsdoeleinden.\n\ - \nAls u hier terecht bent gekomen terwijl u een app probeerde te installeren,\ - \ overweeg dan om Flatpak, AppImage, of Apx (apx install package) te gebruiken.\n\ - \nLees meer over ABRoot op [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nWeet u zeker dat u verder wilt gaan?" - start: "Nieuwe transactie gestart. Dit kan even duren…\nHerstart of annuleer de\ - \ transactie niet totdat deze klaar is." - success: "Transactie succesvol afgerond. Herstart om wijzigingen toe te passen." - failed: "Transactionele shell starten mislukt:" - -diff: - use: "diff" - long: "Lijst tonen van wijzigingen aan het bestandssysteem in de laatste transactie" - short: "Wijzigingen van de laatste transactie tonen" - rootRequired: "U dient root te zijn om deze opdracht uit te voeren" - + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" - long: "Voert een systeem-rollback uit, waarbij wijzigingen in de huidige root worden\ - \ verwijderd" + long: "Voert een systeem-rollback uit, waarbij wijzigingen in de huidige root worden + verwijderd" short: "Systeem terugbrengen naar vorige toestand" rootRequired: "U dient root te zijn om deze opdracht uit te voeren" +pkg: + long: Install and manage packages. + addedMsg: "Package(s) %s added.\n" + short: Manage packages + rootRequired: You must be root to run this command. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + noPackageNameProvided: You must provide at least one package name for this operation. +status: + use: status + long: Display the current ABRoot status. + dumpFlag: Dump the ABRoot status to an archive + jsonFlag: Show output in JSON format + short: Display status + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/nn.yml b/locales/nn.yml index 615d7e17..dad17a1c 100644 --- a/locales/nn.yml +++ b/locales/nn.yml @@ -11,8 +11,43 @@ 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: + addedMsg: "Package(s) %s added.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" +status: + use: status + long: Display the current ABRoot status. + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + short: Display status + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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 diff --git a/locales/oc.yml b/locales/oc.yml index 615d7e17..92415b1e 100644 --- a/locales/oc.yml +++ b/locales/oc.yml @@ -11,8 +11,43 @@ 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: + short: Display status + use: status + long: Display the current ABRoot 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 + updateAvailable: There is an update for your system. + rootRequired: You must be root to run this command. + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/os.yml b/locales/os.yml index 615d7e17..21af10e5 100644 --- a/locales/os.yml +++ b/locales/os.yml @@ -11,8 +11,43 @@ 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." +upgrade: + 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. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them +pkg: + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" +status: + use: status + long: Display the current ABRoot status. + short: Display status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" diff --git a/locales/pa.yml b/locales/pa.yml index 615d7e17..42f500e2 100644 --- a/locales/pa.yml +++ b/locales/pa.yml @@ -11,8 +11,43 @@ 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: + rootRequired: You must be root to run this command. + applyFailed: "Apply command failed: %s\n" + use: pkg + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + long: Install and manage packages. + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" +status: + rootRequired: You must be root to run this command. + use: status + long: Display the current ABRoot status. + short: Display status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 + updateAvailable: There is an update for your system. + rootRequired: You must be root to run this command. + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/pam.yml b/locales/pam.yml index 615d7e17..c03ea28a 100644 --- a/locales/pam.yml +++ b/locales/pam.yml @@ -11,8 +11,43 @@ 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: + short: Manage packages + long: Install and manage packages. + use: pkg + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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 diff --git a/locales/pl.yml b/locales/pl.yml index 43be0f54..0871e310 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -11,8 +11,43 @@ kargs: long: "Zarządzaj parametrami jądra." short: "Zarządzaj parametrami jądra." rootRequired: "Musisz być rootem, aby uruchomić to polecenie." + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" long: "Wykonuje rollback systemu, odrzucając zmiany wprowadzone do obecnego roota." short: "Przywrócenie systemu do poprzedniego stanu." rootRequired: "Musisz być rootem, aby uruchomić to polecenie." +pkg: + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +upgrade: + use: upgrade + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them + 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. +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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/pms.yml b/locales/pms.yml index 615d7e17..6c596b2b 100644 --- a/locales/pms.yml +++ b/locales/pms.yml @@ -11,8 +11,43 @@ 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 + short: Manage packages + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + long: Install and manage packages. + 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: + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + short: Display status + long: Display the current ABRoot status. + use: status + 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 diff --git a/locales/ps.yml b/locales/ps.yml index 615d7e17..a49bbafe 100644 --- a/locales/ps.yml +++ b/locales/ps.yml @@ -11,8 +11,43 @@ 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: + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" +status: + use: status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + long: Display the current ABRoot status. + short: Display status + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + 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 + use: upgrade + short: Update the boot partition + long: Update the boot partition for maintenance purposes (for advanced users only) diff --git a/locales/pt.yml b/locales/pt.yml index 615d7e17..9e546fe1 100644 --- a/locales/pt.yml +++ b/locales/pt.yml @@ -11,8 +11,43 @@ 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." +upgrade: + 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. + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them +pkg: + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/pt_BR.yml b/locales/pt_BR.yml index aa883f0f..798aa64a 100644 --- a/locales/pt_BR.yml +++ b/locales/pt_BR.yml @@ -11,9 +11,44 @@ kargs: long: "Gerenciar os parâmetros do kernel." short: "Gerenciar os parâmetros do kernel." rootRequired: "Você deve ser um administrador (root) para executar este comando." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. rollback: use: "rollback" long: "Executa um rollback do sistema, descartando as alterações feitas na raiz atual." short: "Retorna o sistema a um estado anterior." rootRequired: "Você deve ser um administrador (root) para executar este comando." +pkg: + rootRequired: You must be root to run this command. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + noPackageNameProvided: You must provide at least one package name for this operation. + use: pkg + long: Install and manage packages. + short: Manage packages + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" +status: + long: Display the current ABRoot status. + short: Display status + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 diff --git a/locales/ro.yml b/locales/ro.yml index 76f9a713..1be8dc13 100644 --- a/locales/ro.yml +++ b/locales/ro.yml @@ -11,6 +11,8 @@ kargs: long: "Gestionează parametrii de kernel." short: "Gestionează parametrii de kernel." rootRequired: "Trebuie să fiți utilizatorul root pentru a executa această comandă." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. rollback: use: "rollback" long: "Execută un rollback al sistemului, eliminând modificările făcute la rădăcina @@ -25,3 +27,30 @@ pkg: addedMsg: "Pachet(e) %s adăugate.\n" removedMsg: "Pachet(e) %s șterse.\n" listMsg: "Pachete adăugate:\n%s\nPachete șsterse:\n%s\n" + applyFailed: "Apply command failed: %s\n" + use: pkg + long: Install and manage packages. + short: Manage packages +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 + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/ru.yml b/locales/ru.yml index 03d9596b..92438e31 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + 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. + use: pkg + 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: + short: Display status + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +upgrade: + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + rootRequired: You must be root to run this command. + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + 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 diff --git a/locales/sa.yml b/locales/sa.yml index 615d7e17..50dc3cdd 100644 --- a/locales/sa.yml +++ b/locales/sa.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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." +status: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + short: Display status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + use: status + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + rootRequired: You must be root to run this command. + use: pkg + long: Install and manage packages. + 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" +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 diff --git a/locales/sc.yml b/locales/sc.yml index 615d7e17..f0cfabc7 100644 --- a/locales/sc.yml +++ b/locales/sc.yml @@ -11,8 +11,43 @@ 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: + removedMsg: "Package(s) %s removed.\n" + rootRequired: You must be root to run this command. + use: pkg + long: Install and manage packages. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + short: Manage packages + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %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. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 diff --git a/locales/sd.yml b/locales/sd.yml index 615d7e17..8fde6129 100644 --- a/locales/sd.yml +++ b/locales/sd.yml @@ -11,8 +11,43 @@ 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: + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + long: Install and manage packages. + use: pkg + short: Manage packages + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + removedMsg: "Package(s) %s removed.\n" +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. +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 diff --git a/locales/se.yml b/locales/se.yml index 615d7e17..322850d4 100644 --- a/locales/se.yml +++ b/locales/se.yml @@ -11,8 +11,43 @@ 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." +status: + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + short: Display status + jsonFlag: Show output in JSON format + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +upgrade: + checkOnlyFlag: check for updates but do not apply them + 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 + updateAvailable: There is an update for your system. + noUpdateAvailable: No update is available for your system. + rootRequired: You must be root to run this command. +pkg: + use: pkg + long: Install and manage packages. + short: Manage packages + 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" + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. diff --git a/locales/shn.yml b/locales/shn.yml index 615d7e17..33d690a5 100644 --- a/locales/shn.yml +++ b/locales/shn.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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." +status: + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format +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 +pkg: + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + removedMsg: "Package(s) %s removed.\n" + use: pkg + long: Install and manage packages. + short: Manage packages + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" diff --git a/locales/si.yml b/locales/si.yml index 615d7e17..dfcbba84 100644 --- a/locales/si.yml +++ b/locales/si.yml @@ -11,8 +11,43 @@ 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: + long: Install and manage packages. + rootRequired: You must be root to run this command. + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + addedMsg: "Package(s) %s added.\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + short: Manage packages +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + use: status +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 diff --git a/locales/sk.yml b/locales/sk.yml index 615d7e17..714f9117 100644 --- a/locales/sk.yml +++ b/locales/sk.yml @@ -11,8 +11,43 @@ 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: + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" + use: pkg + noPackageNameProvided: You must provide at least one package name for this operation. + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +upgrade: + use: upgrade + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + 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 +status: + long: Display the current ABRoot status. + short: Display status + use: 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." diff --git a/locales/sl.yml b/locales/sl.yml index 615d7e17..75ac3763 100644 --- a/locales/sl.yml +++ b/locales/sl.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/sq.yml b/locales/sq.yml index 615d7e17..a7c1e534 100644 --- a/locales/sq.yml +++ b/locales/sq.yml @@ -11,8 +11,43 @@ 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/sr.yml b/locales/sr.yml index 615d7e17..097ce5a6 100644 --- a/locales/sr.yml +++ b/locales/sr.yml @@ -11,8 +11,43 @@ 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." +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" + 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. +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 +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" diff --git a/locales/sr_Latn.yml b/locales/sr_Latn.yml index 615d7e17..61dee82f 100644 --- a/locales/sr_Latn.yml +++ b/locales/sr_Latn.yml @@ -11,8 +11,43 @@ 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 + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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. + 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 + rootRequired: You must be root to run this command. + updateAvailable: There is an update for your system. + checkOnlyFlag: check for updates but do not apply them + noUpdateAvailable: No update is available for your system. + 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 diff --git a/locales/sv.yml b/locales/sv.yml index acd8041a..20384b51 100644 --- a/locales/sv.yml +++ b/locales/sv.yml @@ -11,9 +11,44 @@ kargs: long: "Hantera kärnparametrar." short: "Hantera kärnparametrar." rootRequired: "Du måste vara root för att köra detta kommando." + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" long: "Utför en systemåterställning och kasserar ändringar som gjorts i den nuvarande rooten." short: "Återställ systemet till ett tidigare tillstånd." rootRequired: "Du måste vara root för att köra detta kommando." +status: + long: Display the current ABRoot status. + short: Display status + use: 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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" +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 diff --git a/locales/szl.yml b/locales/szl.yml index 615d7e17..75123f3b 100644 --- a/locales/szl.yml +++ b/locales/szl.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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" +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 +status: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/ta.yml b/locales/ta.yml index 615d7e17..e159a465 100644 --- a/locales/ta.yml +++ b/locales/ta.yml @@ -11,8 +11,43 @@ 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 + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + long: Install and manage packages. + applyFailed: "Apply command failed: %s\n" + 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" +status: + dumpMsg: "Dumped ABRoot status to %s\n" + 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 + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +upgrade: + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + use: upgrade + rootRequired: You must be root to run this command. + forceFlag: force update the boot partition without asking for confirmation + 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 diff --git a/locales/te.yml b/locales/te.yml index 615d7e17..b27cd083 100644 --- a/locales/te.yml +++ b/locales/te.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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." +status: + dumpFlag: Dump the ABRoot status to an archive + use: status + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + rootRequired: You must be root to run this command. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and manage packages. + short: Manage packages + 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" +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 diff --git a/locales/tg.yml b/locales/tg.yml index 615d7e17..0ecba16c 100644 --- a/locales/tg.yml +++ b/locales/tg.yml @@ -11,8 +11,43 @@ 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." +upgrade: + use: upgrade + short: Update the boot partition + forceFlag: force update the boot partition without asking for confirmation + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 +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: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" diff --git a/locales/th.yml b/locales/th.yml index 615d7e17..b74a87d1 100644 --- a/locales/th.yml +++ b/locales/th.yml @@ -11,8 +11,43 @@ 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." +status: + short: Display status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + long: Display the current ABRoot status. + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +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 +pkg: + use: pkg + long: Install and manage packages. + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + short: Manage packages + rootRequired: You must be root to run this command. + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" diff --git a/locales/tk.yml b/locales/tk.yml index 615d7e17..1c24ba40 100644 --- a/locales/tk.yml +++ b/locales/tk.yml @@ -11,8 +11,43 @@ 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." +status: + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + use: status +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 +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" diff --git a/locales/tl.yml b/locales/tl.yml index 615d7e17..25af799d 100644 --- a/locales/tl.yml +++ b/locales/tl.yml @@ -11,8 +11,43 @@ 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." +status: + short: Display status + use: status + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" +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" +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 diff --git a/locales/tr.yml b/locales/tr.yml index 5e8f6c4f..327c3561 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -11,8 +11,43 @@ kargs: long: "Çekirdek parametrelerini yönetin." short: "Çekirdek parametrelerini yönetin." rootRequired: "Bu komutu çalıştırmak için root olmanız gerekir." + notChanged: No changes were made to kernel parameters. + applyFailed: "Apply command failed: %s\n" rollback: use: "rollback" long: "Mevcut kökte yapılan değişiklikleri iptal ederek, sistemi geri alır." short: "Sistemi önceki duruma döndür." rootRequired: "Bu komutu çalıştırmak için root olmanız gerekir." +pkg: + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +status: + use: status + long: Display the current ABRoot status. + rootRequired: You must be root to run this command. + short: Display status + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/trv.yml b/locales/trv.yml index 615d7e17..57f070c0 100644 --- a/locales/trv.yml +++ b/locales/trv.yml @@ -11,8 +11,43 @@ 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." +status: + short: Display status + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + rootRequired: You must be root to run this command. + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + use: status + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" +pkg: + short: Manage packages + rootRequired: You must be root to run this command. + use: pkg + long: Install and manage packages. + 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" +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 + use: upgrade + 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 diff --git a/locales/tt.yml b/locales/tt.yml index 4c35b67f..473a9595 100644 --- a/locales/tt.yml +++ b/locales/tt.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - rootRequired: "You must be root to run this command." - + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + noPackageNameProvided: You must provide at least one package name for this operation. + addedMsg: "Package(s) %s added.\n" + removedMsg: "Package(s) %s removed.\n" + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + applyFailed: "Apply command failed: %s\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" +status: + rootRequired: You must be root to run this command. + use: status + short: Display status + long: Display the current ABRoot status. + jsonFlag: Show output in JSON format + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 + rootRequired: You must be root to run this command. + updateAvailable: There is an update for your system. + 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 + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them diff --git a/locales/ug.yml b/locales/ug.yml index 4c35b67f..6ceaf2e7 100644 --- a/locales/ug.yml +++ b/locales/ug.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - 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." +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. + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." +pkg: + addedMsg: "Package(s) %s added.\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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. + applyFailed: "Apply command failed: %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 diff --git a/locales/uk.yml b/locales/uk.yml index 4c35b67f..889fed74 100644 --- a/locales/uk.yml +++ b/locales/uk.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - 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: + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + 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. + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + addedMsg: "Package(s) %s added.\n" +status: + use: status + long: Display the current ABRoot status. + short: Display status + dumpFlag: Dump the ABRoot status to an archive + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + dumpMsg: "Dumped ABRoot status to %s\n" +upgrade: + use: upgrade + short: Update the boot partition + long: Update the boot partition for maintenance purposes (for advanced users only) + 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 diff --git a/locales/ur.yml b/locales/ur.yml index 615d7e17..19a65a1c 100644 --- a/locales/ur.yml +++ b/locales/ur.yml @@ -11,8 +11,43 @@ 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 + 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" + long: Install and manage packages. +status: + use: status + dumpFlag: Dump the ABRoot status to an archive + long: Display the current ABRoot status. + short: Display status + jsonFlag: Show output in JSON format + rootRequired: You must be root to run this command. + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/uroc.yml b/locales/uroc.yml index 615d7e17..c042f8e6 100644 --- a/locales/uroc.yml +++ b/locales/uroc.yml @@ -11,8 +11,43 @@ 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." +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + dumpMsg: "Dumped ABRoot status to %s\n" + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + long: Display the current ABRoot status. +upgrade: + noUpdateAvailable: No update is available for your system. + checkOnlyFlag: check for updates but do not apply them + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + 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. + short: Update the boot partition +pkg: + noPackageNameProvided: You must provide at least one package name for this operation. + use: pkg + long: Install and manage packages. + short: Manage packages + rootRequired: You must be root to run this command. + 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" diff --git a/locales/uz.yml b/locales/uz.yml index 615d7e17..a7c1e534 100644 --- a/locales/uz.yml +++ b/locales/uz.yml @@ -11,8 +11,43 @@ 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/vec.yml b/locales/vec.yml index 615d7e17..06123aff 100644 --- a/locales/vec.yml +++ b/locales/vec.yml @@ -11,8 +11,43 @@ kargs: long: "Manage kernel parameters." short: "Manage kernel parameters." rootRequired: "You must be root to run this command." + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. 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: + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/vi.yml b/locales/vi.yml index 4c35b67f..23541f33 100644 --- a/locales/vi.yml +++ b/locales/vi.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - 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." +status: + rootRequired: You must be root to run this command. + 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 + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + infoMsg: "ABRoot Partitions:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +upgrade: + updateAvailable: There is an update for your system. + checkOnlyFlag: check for updates but do not apply them + noUpdateAvailable: No update is available for your system. + use: upgrade + short: Update the boot partition + long: Update the boot partition for maintenance purposes (for advanced users only) + forceFlag: force update the boot partition without asking for confirmation + rootRequired: You must be root to run this command. +pkg: + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" diff --git a/locales/xh.yml b/locales/xh.yml index 615d7e17..7b120af1 100644 --- a/locales/xh.yml +++ b/locales/xh.yml @@ -11,8 +11,43 @@ 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 + short: Manage packages + rootRequired: You must be root to run this command. + 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" + long: Install and manage packages. + noPackageNameProvided: You must provide at least one package name for this operation. +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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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 diff --git a/locales/zh_Hans.yml b/locales/zh_Hans.yml index 34bb9dbf..35362e0e 100644 --- a/locales/zh_Hans.yml +++ b/locales/zh_Hans.yml @@ -4,79 +4,48 @@ abroot: short: "ABRoot 藉由在两个根分区(A<->B)间执行事务以提供完全的不变性及原子性" verboseFlag: "显示更详细的输出" -update: - use: "_update-boot" - long: "出于维护目的更新引导分区(仅适用于高级用户)" - short: "更新引导分区" - forceUpdateFlag: "强制更新引导分区而不要求确认" - confirm: "您确定要继续吗?\n引导分区仅应当在事务成功执行时更新。\n此命令仅应由高级用户出于维护目的执行。" - rootRequired: "必须是 root 用户才能运行此命令。" - -get: - use: "get" - long: "输出当前或将来(A或B)根分区的状态" - short: "输出当前或将来(A或B)根分区的状态" - rootRequired: "必须是 root 用户才能运行此命令。" - kargs: use: "kargs" long: "管理内核参数。" short: "管理内核参数。" rootRequired: "必须是 root 用户才能运行此命令。" - nextReboot: "内核参数将在下次启动时应用。" - failedTransaction: "无法启动事务 shell:" - stateRequired: "请指定状态(当前或将来)" - params: "当前分区的参数:\n%s\n" - futureParams: "将来分区的参数:\n%s\n" - unknownState: "未知的状态:%s\n" - unknownParam: "未知的参数:%s\n" - transactionsLocked: "另一个事务已经执行,您必须重新启动系统才能开始新事务。" - -edit: - use: "edit" - long: "编辑内核参数。" - short: "编辑内核参数。" - rootRequired: "必须是 root 用户才能运行此命令。" - -exec: - use: "exec" - long: "在将来根分区的事务 shell 中执行命令,并在下次启动时切换到该分区" - short: "在将来根分区的事务 shell 中执行命令,并在下次启动时切换到该分区" - rootRequired: "必须是 root 用户才能运行此命令。" - skipDiffFlag: "跳过事务结束时的差异检查" - forceRunFlag: "强制运行命令而不要求确认" - confirm: "\n===============================================================================\n\ - 请在继续操作前仔细阅读!\n===============================================================================\n\ - 在 shell 内执行的更改将会在事务成功时在下一次启动时应用至将来根分区。\n\n在事务 shell 内执行命令只应出于维护目的由高级用户执行。\n\n\ - 若您接下来的操作只是想安装程序,请考虑使用 Flatpak/Appimage\n或者Apx(只需执行 apx install <包名>)。\n\n更多有关ABRoot的信息,参见\ - \ [https://documentation.vanillaos.org/docs/ABRoot/]。\n\n您确定要继续吗?" - start: "新事务已开始。这可能需要一些时间…\n在事务结束前,请勿重新启动或取消事务。" - success: "事务成功完成。重新启动以应用更改。" - failed: "无法启动事务 shell:" - -shell: - use: "shell" - long: "进入将来根分区的事务 shell,并在下次启动时切换根分区" - short: "进入事务 shell" - rootRequired: "必须是 root 用户才能运行此命令。" - forceOpenFlag: "强制打开 shell 而不要求确认" - confirm: "\n===============================================================================\n\ - 请在继续操作前仔细阅读!\n===============================================================================\n\ - 在 shell 内执行的更改将会在事务成功时在下一次启动时应用至将来根分区。\n\n在事务 shell 内执行命令只应出于维护目的由高级用户执行。\n\n\ - 若您接下来的操作只是想安装程序,请考虑使用 Flatpak/Appimage\n或者Apx(只需执行 apx install <包名>)。\n\n更多有关ABRoot的信息,参见\ - \ [https://documentation.vanillaos.org/docs/ABRoot/]。\n\n您确定要继续吗?" - start: "新事务已开始。这可能需要一些时间…\n在事务结束前,请勿重新启动或取消事务。" - success: "事务成功完成。重新启动以应用更改。" - failed: "无法启动事务 shell:" - -diff: - use: "diff" - long: "列出最近一次事务对文件系统做出的修改" - short: "显示最近一次事务的修改。" - rootRequired: "必须是 root 用户才能运行此命令。" - + applyFailed: "Apply command failed: %s\n" + notChanged: No changes were made to kernel parameters. rollback: use: "rollback" long: "执行系统回滚,丢弃对当前根分区的修改。" short: "将系统恢复到先前的状态。" rootRequired: "必须是 root 用户才能运行此命令。" +pkg: + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + use: pkg + long: Install and manage packages. + noPackageNameProvided: You must provide at least one package name for this operation. + short: Manage packages + rootRequired: You must be root to run this command. + addedMsg: "Package(s) %s added.\n" +status: + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%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 diff --git a/locales/zh_Hant.yml b/locales/zh_Hant.yml index 615d7e17..3465da99 100644 --- a/locales/zh_Hant.yml +++ b/locales/zh_Hant.yml @@ -11,8 +11,43 @@ 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." +status: + use: status + unstagedFoundMsg: "\n\t\tThere are %d unstaged packages. Please run 'abroot pkg + apply' to apply them." + dumpMsg: "Dumped ABRoot status to %s\n" + 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" +pkg: + use: pkg + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + 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" +upgrade: + use: upgrade + long: Update the boot partition for maintenance purposes (for advanced users only) + short: Update the boot partition + checkOnlyFlag: check for updates but do not apply them + 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. diff --git a/locales/zh_Hant_HK.yml b/locales/zh_Hant_HK.yml index 4c35b67f..a74974c3 100644 --- a/locales/zh_Hant_HK.yml +++ b/locales/zh_Hant_HK.yml @@ -1,98 +1,53 @@ 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)" + 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" -update: - use: "_update-boot" - long: "Update the boot partition for maintenance purposes (for advanced users only)" - short: "Update the boot partition" - forceUpdateFlag: "force update the boot partition without asking for confirmation" - confirm: "Are you sure you want to proceed?\nThe boot partition should be updated\ - \ only if a transaction succeeded. This\ncommand should be used by advanced users\ - \ for maintenance purposes." - rootRequired: "You must be root to run this command." - -get: - use: "get" - long: "Outputs the present or future root partition state (A or B)" - short: "Outputs the present or future root partition state (A or B)" - rootRequired: "You must be root to run this command." - kargs: use: "kargs" long: "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" - unknownState: "Unknown state: %s\n" - unknownParam: "Unknown parameter: %s\n" - 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." - -exec: - use: "exec" - long: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - short: "Execute a command in a transactional shell in the future root and switch\ - \ to it on next boot" - rootRequired: "You must be root to run this command." - skipDiffFlag: "Skip the diff check at the end of the transaction" - forceRunFlag: "Force run the command without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -shell: - use: "shell" - long: "Enter a transactional shell in the future root partition and switch root\ - \ on the next boot" - short: "Enter a transactional shell" - rootRequired: "You must be root to run this command." - forceOpenFlag: "Force open the shell without asking for confirmation" - confirm: "\n===============================================================================\n\ - PLEASE READ CAREFULLY BEFORE PROCEEDING\n===============================================================================\n\ - Changes made in the shell will be applied to the future root on next boot on\n\ - successful.\nRunning a command in a transactional shell is meant to be used by\ - \ advanced users\nfor maintenance purposes.\n\nIf you ended up here trying to\ - \ install an application, consider using\nFlatpak/Appimage or Apx (apx install\ - \ package) instead.\n\nRead more about ABRoot at [https://documentation.vanillaos.org/docs/ABRoot/].\n\ - \nAre you sure you want to proceed?" - start: "New transaction started. This may take a while...\nDo not reboot or cancel\ - \ the transaction until it is finished." - success: "Transaction completed successfully. Reboot to apply changes." - failed: "Failed to start transactional shell:" - -diff: - use: "diff" - long: "List modifications made to the filesystem in the latest transiction" - short: "Show modifications from latest transaction." - 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: + long: Display the current ABRoot status. + use: 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:\n - Present: %s ◄\n - Future: %s\n\nLoaded configuration: + %s\n\nPC Specs:\n - CPU: %s\n - GPU:%s\n - Memory: %s\n\nABImage:\n - Digest: + %s\n - Timestamp: %s\n - Image: %s\n\nKernel Arguments: %s\n\nPackages:\n - + Added: %s\n - Removed: %s\n - Unstaged: %s%s\n" + 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