From c1bae261f59630587aa7f6bcf1937177ce453825 Mon Sep 17 00:00:00 2001 From: Arif Budiman Date: Sat, 5 Oct 2024 14:37:49 +0200 Subject: [PATCH] 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: ""