From 2478d8ebaef0e5977976d8aaf252e16718c24fe4 Mon Sep 17 00:00:00 2001 From: Arif Budiman Date: Fri, 11 Oct 2024 21:28:02 +0200 Subject: [PATCH 1/3] l10n/weblate: add Indonesian translation Co-authored-by: Arif Budiman --- locales/id.yml | 128 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 locales/id.yml diff --git a/locales/id.yml b/locales/id.yml new file mode 100644 index 00000000..d31dc36d --- /dev/null +++ b/locales/id.yml @@ -0,0 +1,128 @@ +abroot: + use: "" + long: "" + short: "" + verboseFlag: "" + msg: + help: "" + version: "" + usage: "" + aliases: "" + examples: "" + availableCommands: "" + additionalCommands: "" + flags: "" + globalFlags: "" + additionalHelpTopics: "" + moreInfo: "" + +kargs: + use: "" + long: "" + short: "" + unknownCommand: "" + rootRequired: "" + notChanged: "" + applyFailed: "" + +cnf: + use: "" + long: "" + short: "" + rootRequired: "" + editorFailed: "" + changed: "" + unchanged: "" + failed: "" + +rollback: + use: "" + long: "" + short: "" + rootRequired: "" + rollbackUnnecessary: "" + rollbackFailed: "" + rollbackSuccess: "" + canRollback: "" + cannotRollback: "" + checkOnlyFlag: "" + +pkg: + use: "" + long: "" + short: "" + unknownCommand: "" + rootRequired: "" + failedGettingPkgManagerInstance: "" + noPackageNameProvided: "" + addedMsg: "" + applyFailed: "" + removedMsg: "" + listMsg: "" + noChanges: "" + dryRunFlag: "" + forceEnableUserAgreementFlag: "" + agreementMsg: "" + agreementSignFailed: "" + agreementDeclined: "" + +status: + use: "" + long: "" + short: "" + jsonFlag: "" + dumpFlag: "" + rootRequired: "" + partitions: + title: "" + present: "" + future: "" + loadedConfig: "" + specs: + title: "" + cpu: "" + gpu: "" + memory: "" + abimage: + title: "" + digest: "" + timestamp: "" + image: "" + kargs: "" + packages: + title: "" + added: "" + removed: "" + unstaged: "" + agreementStatus: "" + unstagedFoundMsg: "" + dumpMsg: "" + +upgrade: + use: "" + long: "" + short: "" + forceFlag: "" + rootRequired: "" + checkingSystemUpdate: "" + checkingPackageUpdate: "" + systemUpdateAvailable: "" + packageUpdateAvailable: "" + noUpdateAvailable: "" + checkOnlyFlag: "" + dryRunFlag: "" + dryRunSuccess: "" + success: "" + added: "" + upgraded: "" + downgraded: "" + removed: "" + +updateInitramfs: + use: "" + long: "" + short: "" + rootRequired: "" + updateSuccess: "" + updateFailed: "" + dryRunFlag: "" From 68cda5a70d6b1bb1bd97cdf7b7359f0f6486d43a Mon Sep 17 00:00:00 2001 From: Prefill add-on Date: Fri, 11 Oct 2024 21:28:02 +0200 Subject: [PATCH 2/3] l10n/weblate: update Indonesian translation Currently translated at 100.0% (0 of 0 strings) Co-authored-by: Prefill add-on Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/id/ Translation: Vanilla OS/ABRoot --- locales/id.yml | 225 +++++++++++++++++++++++++------------------------ 1 file changed, 117 insertions(+), 108 deletions(-) diff --git a/locales/id.yml b/locales/id.yml index d31dc36d..837f59c5 100644 --- a/locales/id.yml +++ b/locales/id.yml @@ -1,128 +1,137 @@ abroot: - use: "" - long: "" - short: "" - verboseFlag: "" + use: "abroot" + long: "ABRoot provides full immutability and atomicity by performing transactions + between 2 root partitions (A<->B)" + short: "ABRoot provides full immutability and atomicity by performing transactions + between 2 root partitions (A<->B)" + verboseFlag: "show more detailed output" msg: - help: "" - version: "" - usage: "" - aliases: "" - examples: "" - availableCommands: "" - additionalCommands: "" - flags: "" - globalFlags: "" - additionalHelpTopics: "" - moreInfo: "" + help: "Show help for abroot." + version: "Show version for abroot." + usage: "Usage" + aliases: "Aliases" + examples: "Examples" + availableCommands: "Available Commands" + additionalCommands: "Additional Commands" + flags: "Flags" + globalFlags: "Global Flags" + additionalHelpTopics: "Additional help topics" + moreInfo: "Use %s for more information about a command" kargs: - use: "" - long: "" - short: "" - unknownCommand: "" - rootRequired: "" - notChanged: "" - applyFailed: "" + use: "kargs" + long: "Manage kernel parameters." + short: "Manage kernel parameters" + unknownCommand: "Unknown command '%s'. Run 'abroot kargs --help' for usage examples." + rootRequired: "You must be root to run this command." + notChanged: "No changes were made to kernel parameters." + applyFailed: "Apply command failed: %s\n" cnf: - use: "" - long: "" - short: "" - rootRequired: "" - editorFailed: "" - changed: "" - unchanged: "" - failed: "" + use: "cnf" + long: "Open an editor to edit the ABRoot configuration." + short: "Edit ABRoot configuration" + rootRequired: "You must be root to run this command." + editorFailed: "Failed to open the editor: %s\n" + changed: "Configuration changed." + unchanged: "No changes were made to the configuration." + failed: "An error occurred while interacting with the configuration: %s\n" rollback: - use: "" - long: "" - short: "" - rootRequired: "" - rollbackUnnecessary: "" - rollbackFailed: "" - rollbackSuccess: "" - canRollback: "" - cannotRollback: "" - checkOnlyFlag: "" + use: "rollback" + long: "Executes a system rollback, discarding changes made to the present root." + short: "Return the system to a previous state" + rootRequired: "You must be root to run this command." + rollbackUnnecessary: "Rollback is not necessary, current root is already the present + one." + rollbackFailed: "Rollback failed: %s\n" + rollbackSuccess: "Rollback completed successfully." + canRollback: "It is possible to rollback to the previous root." + cannotRollback: "It is not possible to rollback to the previous root." + checkOnlyFlag: "check if rollback to previous root is possible" pkg: - use: "" - long: "" - short: "" - unknownCommand: "" - rootRequired: "" - failedGettingPkgManagerInstance: "" - noPackageNameProvided: "" - addedMsg: "" - applyFailed: "" - removedMsg: "" - listMsg: "" - noChanges: "" - dryRunFlag: "" - forceEnableUserAgreementFlag: "" - agreementMsg: "" - agreementSignFailed: "" - agreementDeclined: "" + use: "pkg" + long: "Install and manage packages." + short: "Manage packages" + unknownCommand: "Unknown command '%s'. Run 'abroot pkg --help' for usage examples." + rootRequired: "You must be root to run this command." + failedGettingPkgManagerInstance: "Failed to get package manager instance: %s\n" + noPackageNameProvided: "You must provide at least one package name for this operation." + addedMsg: "Package(s) %s added.\n" + applyFailed: "Apply command failed: %s\n" + removedMsg: "Package(s) %s removed.\n" + listMsg: "Added packages:\n%s\nRemoved packages:\n%s\n" + noChanges: "No changes to apply." + dryRunFlag: "perform a dry run of the operation" + forceEnableUserAgreementFlag: "force enable user agreement, for embedded systems" + agreementMsg: "To utilize ABRoot's abroot pkg command, explicit user agreement is + required. This command facilitates package installations but introduces non-deterministic + elements, impacting system trustworthiness. By consenting, you acknowledge and + accept these implications, confirming your awareness of the command's potential + impact on system behavior. [y/N]: " + agreementSignFailed: "Failed to sign the agreement: %s\n" + agreementDeclined: "You declined the agreement. The feature will stay disabled until + you agree to it." status: - use: "" - long: "" - short: "" - jsonFlag: "" - dumpFlag: "" - rootRequired: "" + 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." partitions: - title: "" - present: "" - future: "" - loadedConfig: "" + title: "ABRoot Partitions:" + present: "Present: %s%s" + future: "Future: %s%s" + loadedConfig: "Loaded Configuration:" specs: - title: "" - cpu: "" - gpu: "" - memory: "" + title: "Device Specifications:" + cpu: "CPU: %s" + gpu: "GPU: %s" + memory: "Memory: %s" abimage: - title: "" - digest: "" - timestamp: "" - image: "" - kargs: "" + title: "ABImage:" + digest: "Digest: %s" + timestamp: "Timestamp: %s" + image: "Image: %s" + kargs: "Kernel Arguments:" packages: - title: "" - added: "" - removed: "" - unstaged: "" - agreementStatus: "" - unstagedFoundMsg: "" - dumpMsg: "" + title: "Packages:" + added: "Added: %s" + removed: "Removed: %s" + unstaged: "Unstaged: %s%s" + agreementStatus: "Package agreement:" + 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: "" - long: "" - short: "" - forceFlag: "" - rootRequired: "" - checkingSystemUpdate: "" - checkingPackageUpdate: "" - systemUpdateAvailable: "" - packageUpdateAvailable: "" - noUpdateAvailable: "" - checkOnlyFlag: "" - dryRunFlag: "" - dryRunSuccess: "" - success: "" - added: "" - upgraded: "" - downgraded: "" - removed: "" + use: "upgrade" + long: "Check for a new system image and apply it." + short: "Upgrade the system" + forceFlag: "force update even if the system is up to date" + rootRequired: "You must be root to run this command." + checkingSystemUpdate: "Checking for system updates..." + checkingPackageUpdate: "Checking for package updates..." + systemUpdateAvailable: "There is an update for your system." + packageUpdateAvailable: "There are %d package updates." + noUpdateAvailable: "No update available." + checkOnlyFlag: "check for updates but do not apply them" + dryRunFlag: "perform a dry run of the operation" + dryRunSuccess: "Dry run completed successfully." + success: "Upgrade completed successfully." + added: "Added" + upgraded: "Upgraded" + downgraded: "Downgraded" + removed: "Removed" updateInitramfs: - use: "" - long: "" - short: "" - rootRequired: "" - updateSuccess: "" - updateFailed: "" - dryRunFlag: "" + use: "update-initramfs" + long: "Update the initramfs of the future root." + short: "Update the initramfs" + rootRequired: "You must be root to run this command." + updateSuccess: "Updated initramfs of future root." + updateFailed: "Failed to update initramfs of future root.\n" + dryRunFlag: "perform a dry run of the operation" From b379d2e815589cface03a33239e972e55972572a Mon Sep 17 00:00:00 2001 From: Giljae Joo Date: Fri, 11 Oct 2024 21:28:02 +0200 Subject: [PATCH 3/3] l10n/weblate: update Korean translation Currently translated at 88.8% (96 of 108 strings) Co-authored-by: Giljae Joo Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/ko/ Translation: Vanilla OS/ABRoot --- locales/ko.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/ko.yml b/locales/ko.yml index 08813ab8..5c135a6b 100644 --- a/locales/ko.yml +++ b/locales/ko.yml @@ -7,15 +7,15 @@ abroot: msg: additionalCommands: 추가 명령 moreInfo: 명령에 대한 자세한 정보를 보려면 %s를 사용합니다 - aliases: Aliases + aliases: 별칭 additionalHelpTopics: 추가 도움말 항목 availableCommands: 사용 가능한 명령 - globalFlags: Global Flags + globalFlags: 전역 플래그 examples: 예시 usage: 사용법 version: abroot 버전 표시. help: abroot에 대한 도움말을 표시합니다. - flags: Flags + flags: 플래그 kargs: use: "kargs" long: "커널 매개변수를 관리합니다." @@ -72,7 +72,7 @@ status: loadedConfig: '로드된 구성:' packages: removed: '제거됨: %s' - unstaged: 'Unstaged: %s%s' + unstaged: '준비되지 않음: %s%s' title: '패키지:' added: '추가됨: %s' partitions: @@ -91,7 +91,7 @@ upgrade: rootRequired: 이 명령을 실행하려면 루트여야 합니다. use: upgrade long: 유지 보수 목적으로 부트 파티션을 업데이트합니다 (고급 사용자 전용). - short: 부트 파티션을 업데이트합니다 + short: 시스템을 업그레이드 합니다 noUpdateAvailable: 시스템에 대한 업데이트가 없습니다. checkOnlyFlag: 업데이트를 적용하지 않고 오직 확인합니다 removed: 제거된 항목