Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #112

Merged
merged 3 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 39 additions & 84 deletions locales/af.yml
Original file line number Diff line number Diff line change
@@ -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"
123 changes: 39 additions & 84 deletions locales/am.yml
Original file line number Diff line number Diff line change
@@ -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"
Loading