From 9a9eaacb222eef5754148714b513263bc7f5660f Mon Sep 17 00:00:00 2001 From: Amsyar Date: Sun, 25 Feb 2024 12:28:49 +0100 Subject: [PATCH 1/6] Added translation using Weblate (Malay) Co-authored-by: Amsyar --- locales/ms.yml | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 locales/ms.yml diff --git a/locales/ms.yml b/locales/ms.yml new file mode 100644 index 00000000..a4a3fb34 --- /dev/null +++ b/locales/ms.yml @@ -0,0 +1,91 @@ +abroot: + use: "" + long: "" + short: "" + verboseFlag: "" + +kargs: + use: "" + long: "" + short: "" + rootRequired: "" + notChanged: "" + applyFailed: "" + +cnf: + use: "" + long: "" + short: "" + rootRequired: "" + editorFailed: "" + changed: "" + unchanged: "" + failed: "" + +rollback: + use: "" + long: "" + short: "" + rootRequired: "" + rollbackUnnecessary: "" + rollbackFailed: "" + rollbackSuccess: "" + canRollback: "" + cannotRollback: "" + +pkg: + use: "" + long: "" + short: "" + rootRequired: "" + failedGettingPkgManagerInstance: "" + noPackageNameProvided: "" + addedMsg: "" + applyFailed: "" + removedMsg: "" + listMsg: "" + dryRunFlag: "" + forceEnableUserAgreementFlag: "" + agreementMsg: "" + agreementSignFailed: "" + agreementDeclined: "" + +status: + use: "" + long: "" + short: "" + jsonFlag: "" + dumpFlag: "" + rootRequired: "" + infoMsg: | + infoMsgAgreementStatus: "" + 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: "" From 965aa3df9d12bbacd8d5b55fc47317ab1eb83e36 Mon Sep 17 00:00:00 2001 From: Prefill add-on Date: Sun, 25 Feb 2024 12:28:49 +0100 Subject: [PATCH 2/6] Translated using Weblate (Malay) 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/ms/ Translation: Vanilla OS/ABRoot --- locales/ms.yml | 181 +++++++++++++++++++++++++++++-------------------- 1 file changed, 106 insertions(+), 75 deletions(-) diff --git a/locales/ms.yml b/locales/ms.yml index a4a3fb34..ca693632 100644 --- a/locales/ms.yml +++ b/locales/ms.yml @@ -1,91 +1,122 @@ 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" kargs: - use: "" - long: "" - short: "" - rootRequired: "" - notChanged: "" - applyFailed: "" + use: "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" 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: "" + 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." pkg: - use: "" - long: "" - short: "" - rootRequired: "" - failedGettingPkgManagerInstance: "" - noPackageNameProvided: "" - addedMsg: "" - applyFailed: "" - removedMsg: "" - listMsg: "" - dryRunFlag: "" - forceEnableUserAgreementFlag: "" - agreementMsg: "" - agreementSignFailed: "" - agreementDeclined: "" + use: "pkg" + long: "Install and manage packages." + short: "Manage packages" + 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" + 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." infoMsg: | - infoMsgAgreementStatus: "" - unstagedFoundMsg: "" - dumpMsg: "" + ABRoot Partitions: + - Present: %s ◄ + - Future: %s + + Loaded Configuration: %s + + Device Specifications: + - CPU: %s + - GPU:%s + - Memory: %s + + ABImage: + - Digest: %s + - Timestamp: %s + - Image: %s + + Kernel Arguments: %s + + Packages: + - Added: %s + - Removed: %s + - Unstaged: %s%s + infoMsgAgreementStatus: "\nPackage agreement: %t" + 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: "" + 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" From 57dc1e7b843c344b427d4a140efcb99345f15678 Mon Sep 17 00:00:00 2001 From: Marek Date: Sun, 25 Feb 2024 12:28:49 +0100 Subject: [PATCH 3/6] Translated using Weblate (Polish) Currently translated at 100.0% (76 of 76 strings) Translated using Weblate (Polish) Currently translated at 68.4% (52 of 76 strings) Translated using Weblate (Polish) Currently translated at 31.5% (24 of 76 strings) Co-authored-by: Marek Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/pl/ Translation: Vanilla OS/ABRoot --- locales/pl.yml | 141 +++++++++++++++++++++++++------------------------ 1 file changed, 71 insertions(+), 70 deletions(-) diff --git a/locales/pl.yml b/locales/pl.yml index 7e2e8370..14586446 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -11,87 +11,88 @@ kargs: long: "Zarządzaj parametrami jądra." short: "Zarządzaj parametrami jądra" rootRequired: "Musisz być rootem, aby uruchomić to polecenie." - notChanged: Nie dokonano żadnych zmian w parametrach jądra - applyFailed: "Apply command failed: %s\n" + notChanged: Nie wprowadzono żadnych zmian w parametrach jądra. + applyFailed: "Polecenie apply nie powiodło się: %s\n" rollback: use: "rollback" long: "Wykonuje rollback systemu, odrzucając zmiany wprowadzone do obecnego roota." - short: "Przywrócenie systemu do poprzedniego stanu." + short: "Przywróć system do poprzedniego stanu" rootRequired: "Musisz być rootem, aby uruchomić to polecenie." - rollbackFailed: "Rollback failed: %s\n" - rollbackSuccess: Rollback completed successfully. - rollbackUnnecessary: Rollback is not necessary, current root is already the present - one. - canRollback: It is possible to rollback to the previous root. - cannotRollback: It is not possible to rollback to the previous root. + rollbackFailed: "Rollback nie udał się: %s\n" + rollbackSuccess: Rollback zakończył się pomyślnie. + rollbackUnnecessary: Rollback nie jest wymagany, bieżący root jest już tym obecnym. + canRollback: Jest możliwe przywrócenie poprzedniego roota. + cannotRollback: Nie jest możliwe przywrócenie poprzedniego roota. pkg: use: pkg - long: Instaluj i zarządzaj pakietami - 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" - dryRunFlag: perform a dry run of the operation - agreementDeclined: You declined the agreement. The feature will stay disabled until - you agree to it. - 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" - forceEnableUserAgreementFlag: force enable user agreement, for embedded systems - failedGettingPkgManagerInstance: "Failed to get package manager instance: %s\n" + long: Instaluj i zarządzaj pakietami. + short: Zarządzaj pakietami + rootRequired: Musisz być rootem, aby uruchomić to polecenie. + addedMsg: "Pakiet(y) %s dodano.\n" + applyFailed: "Polecenie apply nie powiodło się: %s\n" + removedMsg: "Pakiet(y) %s usunięto.\n" + noPackageNameProvided: Dla tej operacji należy podać co najmniej jedną nazwę pakietu. + listMsg: "Dodano paczki:\n%s\nUsunięto paczki:\n%s\n" + dryRunFlag: przeprowadź operację na próbę + agreementDeclined: Nie zgodziłeś się. Funkcja pozostanie wyłączona do momentu wyrażenia + zgody. + agreementMsg: "Aby użyć polecenia ABRoota abroot pkg, wymagana jest wyraźna zgoda + użytkownika. Polecenie to ułatwia instalację pakietów, ale wprowadza elementy + niedeterministyczne, wpływając na wiarygodność systemu. Wyrażając zgodę, użytkownik + przyjmuje do wiadomości i akceptuje te następstwa, potwierdzając swoją świadomość + potencjalnego wpływu polecenia na zachowanie systemu. [y/N]: " + agreementSignFailed: "Nie udało się zapisać zgody: %s\n" + forceEnableUserAgreementFlag: wymuś domyślne zgadzanie się użytkownika, dla wbudowanych + systemów + failedGettingPkgManagerInstance: "Nie udało się pobrać instancji menedżera pakietów: + %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. - removed: Removed - downgraded: Downgraded - packageUpdateAvailable: There are %d package updates. - systemUpdateAvailable: There is an update for your system. - upgraded: Upgraded - added: Added - checkingPackageUpdate: Checking for package updates... - checkingSystemUpdate: Checking for system updates... - dryRunFlag: perform a dry run of the operation - dryRunSuccess: Dry run completed successfully. - success: Upgrade completed successfully. + noUpdateAvailable: Brak dostępnych aktualizacji. + checkOnlyFlag: Sprawdź dostępność aktualizacji bez aplikowania ich + long: Sprawdź dostępność nowych obrazów systemu i zaktualizuj je. + short: Zaktualizuj system + forceFlag: wymuś sprawdzanie aktualizacji nawet jeśli system jest aktualny + rootRequired: Musisz być rootem, aby uruchomić to polecenie. + removed: Usunięto + downgraded: Obniżono wersję + packageUpdateAvailable: Znaleziono %d pakietów do aktualizacji. + systemUpdateAvailable: Znaleziono aktualizacje dla Twojego systemu. + upgraded: Zaktualizowano + added: Dodano + checkingPackageUpdate: Sprawdzanie aktualizacji dla pakietów... + checkingSystemUpdate: Sprawdzanie dostępnych aktualizacji dla systemu... + dryRunFlag: przeprowadź operację na próbę + dryRunSuccess: Próba zakończyła się powodzeniem. + success: Zaktualizowano pomyślnie. 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" - infoMsgAgreementStatus: "\nPackage agreement: %t" + long: Wyświetl aktualny status ABRoota. + short: Wyświetl status + jsonFlag: Pokaż wyjście w formacie JSON + dumpFlag: Zrzuć status ABRoota do archiwum + rootRequired: Musisz być rootem, aby uruchomić to polecenie. + unstagedFoundMsg: "\n\t\tZnaleziono %d nie dodanych pakietów. Proszę użyj 'abroot + pkg apply' aby je dodać." + infoMsg: "Partycje ABRoota:\n - Aktualne: %s ◄\n - Przyszłe: %s\n\nZaładowana + Konfiguracja: %s\n\nSpecyfikacja Urządzenia:\n - CPU: %s\n - GPU:%s\n - Pamięć: + %s\n\nABImage:\n - Skrót: %s\n - Sygnatura czasowa: %s\n - Obraz: %s\n\nArgumenty + Jądra: %s\n\nPakiety:\n - Dodane: %s\n - Usunięte: %s\n - Nie oznaczone: %s%s\n" + dumpMsg: "Zrzucono status ABRoota do %s\n" + infoMsgAgreementStatus: "\nUmowa pakietowa: %t" updateInitramfs: - short: Update the initramfs - updateFailed: "Failed to update initramfs of future root.\n" - rootRequired: You must be root to run this command. - updateSuccess: Updated initramfs of future root. - long: Update the initramfs of the future root. + short: Zaktualizuj initramfs + updateFailed: "Nie udało się zaktualizować initramfs przyszłego roota.\n" + rootRequired: Musisz być rootem, aby uruchomić to polecenie. + updateSuccess: Zaktualizowano initramfs przyszłego roota. + long: Zaktualizuj initramfs przyszłego roota. use: update-initramfs cnf: - unchanged: No changes were made to the configuration. - editorFailed: "Failed to open the editor: %s\n" - long: Open an editor to edit the ABRoot configuration. - short: Edit ABRoot configuration + unchanged: Nie wprowadzono żadnych zmian w konfiguracji. + editorFailed: "Nie udało się uruchomić edytora: %s\n" + long: Uruchom edytor, aby edytować konfiguracje ABRoota. + short: Edytuj konfiguracje ABRoota use: cnf - changed: Configuration changed. - failed: "An error occurred while interacting with the configuration: %s\n" - rootRequired: You must be root to run this command. + changed: Zmieniono konfiguracje. + failed: "Wystąpił błąd podczas interakcji z konfiguracją: %s\n" + rootRequired: Musisz być rootem aby uruchomić to polecenie. From 0c0a1bf1f73b15527d6ba31a28aa2531f614c329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emin=20Tufan=20=C3=87etin?= Date: Sun, 25 Feb 2024 12:28:50 +0100 Subject: [PATCH 4/6] Translated using Weblate (Turkish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 100.0% (76 of 76 strings) Co-authored-by: Emin Tufan Çetin Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/tr/ Translation: Vanilla OS/ABRoot --- locales/tr.yml | 131 ++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 66 deletions(-) diff --git a/locales/tr.yml b/locales/tr.yml index 89adba69..6f099d23 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -8,90 +8,89 @@ abroot: kargs: use: "kargs" - long: "Çekirdek parametrelerini yönetin." - short: "Çekirdek parametrelerini yönetin." - rootRequired: "Bu komutu çalıştırmak için root olmanız gerekir." + long: "Çekirdek parametrelerini yönet." + short: "Çekirdek parametrelerini yönet" + rootRequired: "Bu komutu çalıştırmak için kök olmanız gerekir." notChanged: Çekirdek parametrelerinde herhangi bir değişiklik yapılmadı. applyFailed: "Komut uygulanamadı: %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." - rollbackFailed: "Rollback failed: %s\n" - rollbackSuccess: Rollback completed successfully. - rollbackUnnecessary: Rollback is not necessary, current root is already the present - one. - canRollback: It is possible to rollback to the previous root. - cannotRollback: It is not possible to rollback to the previous root. + long: "Şu anki 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 kök olmanız gerekir." + rollbackFailed: "Geri döndürme başarısız: %s\n" + rollbackSuccess: Geri döndürme başarıyla tamamlandı. + rollbackUnnecessary: Geri döndürme gerekmiyor, geçerli kök şu anki olan. + canRollback: Önceki köke geri döndürmek olasıdır. + cannotRollback: Önceki köke geri döndürmek olanaksızdır. pkg: listMsg: "Eklenen paketler:\n%s\nKaldırılan paketler:\n%s\n" use: pkg - long: Paketleri yükleyin ve yönetin + long: Paket kur ve yönet. short: Paketleri yönet - rootRequired: Bu komutu çalıştırmak için root olmanız gerekir. + rootRequired: Bu komutu çalıştırmak için kök olmanız gerekir. noPackageNameProvided: Bu işlem için en az bir paket adı sağlamalısınız. addedMsg: "Paket(ler) %s eklendi.\n" applyFailed: "Komut uygulanamadı: %s\n" - removedMsg: "Package(s) %s removed.\n" - dryRunFlag: perform a dry run of the operation - agreementDeclined: You declined the agreement. The feature will stay disabled until - you agree to it. - 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" - forceEnableUserAgreementFlag: force enable user agreement, for embedded systems - failedGettingPkgManagerInstance: "Failed to get package manager instance: %s\n" + removedMsg: "Paketler %s kaldırıldı.\n" + dryRunFlag: işlemin provasını gerçekleştir + agreementDeclined: Anlaşmayı reddettiniz. Kabul edene dek özellik devre dışı kalacak. + agreementMsg: "ABRoot'un abroot pkg komutundan yararlanmak için kullanıcının açık + anlaşması gereklidir. Bu komut, paket kurulumlarını kolaylaştırır ancak sistem + güvenirliğini etkileyen gerekirci olmayan ögeler açığa çıkarır. Uygun bularak, + komutun sistem davranışında olası etkilerini bildiğinizi onaylayarak bu etkileri + kabul edersiniz. [e/H]: " + agreementSignFailed: "Anlaşma imzalanamadı: %s\n" + forceEnableUserAgreementFlag: kullanıcı anlaşmasını etkinleştirmeye zorla, gömülü + sistemler için + failedGettingPkgManagerInstance: "Paket yönetici örneği alınamadı: %s\n" status: - use: durum - long: Mevcut ABRoot durumunu görüntüleyin. - rootRequired: Bu komutu çalıştırmak için root olmanız gerekir. + use: status + long: Şu anki ABRoot durumunu görüntüle. + rootRequired: Bu komutu çalıştırmak için kök olmanız gerekir. short: Durumu görüntüle jsonFlag: Çıktıyı JSON formatında göster dumpFlag: ABRoot durumunu bir arşive aktarı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." - dumpMsg: "Dumped ABRoot status to %s\n" - infoMsgAgreementStatus: "\nPackage agreement: %t" + infoMsg: "ABRoot Bölümleri:\n - Şu An: %s ◄\n - Gelecek: %s\n\nYüklü Yapılandırma: + %s\n\nAygıt Özellikleri:\n - MİB: %s\n - GİB:%s\n - Bellek: %s\n\nABImage:\n\ + \ - Özet: %s\n - Zaman Damgası: %s\n - Kalıp: %s\n\nÇekirdek Argümanları: %s\n\ + \nPaketler:\n - Eklendi: %s\n - Kaldırıldı: %s\n - Provasız: %s%s\n" + unstagedFoundMsg: "\n\t\tProvasız %d paket var. Uygulamak için lütfen 'abroot pkg + apply' çalıştırın." + dumpMsg: "ABRoot durumu şuna döküldü: %s\n" + infoMsgAgreementStatus: "\nPaket anlaşması: %t" 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. - checkOnlyFlag: check for updates but do not apply them - removed: Removed - downgraded: Downgraded - packageUpdateAvailable: There are %d package updates. - systemUpdateAvailable: There is an update for your system. - upgraded: Upgraded - added: Added - checkingPackageUpdate: Checking for package updates... - checkingSystemUpdate: Checking for system updates... - dryRunFlag: perform a dry run of the operation - dryRunSuccess: Dry run completed successfully. - success: Upgrade completed successfully. + long: Yeni sistem kalıbını denetle ve uygula. + short: Sistemi yükselt + forceFlag: sistem güncel olsa da güncellemeye zorla + rootRequired: Bu komutu çalıştırmak için kök olmalısınız. + noUpdateAvailable: Sisteminiz için güncelleme yok. + checkOnlyFlag: güncellemeleri denetle ancak uygulama + removed: Kaldırıldı + downgraded: Düşürüldü + packageUpdateAvailable: '%d paket güncellemesi var.' + systemUpdateAvailable: Sisteminiz için güncelleme var. + upgraded: Yükseltildi + added: Eklendi + checkingPackageUpdate: Paket güncellemeleri denetleniyor... + checkingSystemUpdate: Sistem güncellemeleri denetleniyor... + dryRunFlag: işlemin provasını gerçekleştir + dryRunSuccess: Prova başarıyla tamamlandı. + success: Yükseltme başarıyla tamamlandı. updateInitramfs: - short: Update the initramfs - updateFailed: "Failed to update initramfs of future root.\n" - rootRequired: You must be root to run this command. - updateSuccess: Updated initramfs of future root. - long: Update the initramfs of the future root. + short: initramfs'i güncelle + updateFailed: "Gelecek kökün initramfs'i güncellenemedi.\n" + rootRequired: Bu komutu çalıştırmak için kök olmalısınız. + updateSuccess: Gelecek kökün initramfs'i güncellendi. + long: Gelecek kökün initramfs'ini güncelle. use: update-initramfs cnf: - unchanged: No changes were made to the configuration. - editorFailed: "Failed to open the editor: %s\n" - long: Open an editor to edit the ABRoot configuration. - short: Edit ABRoot configuration + unchanged: Yapılandırmaya değişiklik yapılmadı. + editorFailed: "Düzenleyici açılamadı: %s\n" + long: ABRoot yapılandırmasını düzenlemek için düzenleyici aç. + short: ABRoot yapılandırmasını düzenle use: cnf - changed: Configuration changed. - failed: "An error occurred while interacting with the configuration: %s\n" - rootRequired: You must be root to run this command. + changed: Yapılandırma değiştirildi. + failed: "Yapılandırmayla etkileşime geçilirken hata oluştu: %s\n" + rootRequired: Bu komutu çalıştırmak için kök olmalısınız. From f8657f84e4edae2583e7b8844eeb5ec4d25aae6b Mon Sep 17 00:00:00 2001 From: Muhammad Bahaa Date: Sun, 25 Feb 2024 12:28:50 +0100 Subject: [PATCH 5/6] Translated using Weblate (Arabic) Currently translated at 25.0% (19 of 76 strings) Co-authored-by: Muhammad Bahaa Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/ar/ Translation: Vanilla OS/ABRoot --- locales/ar.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locales/ar.yml b/locales/ar.yml index 564fdc5e..5ed530f8 100644 --- a/locales/ar.yml +++ b/locales/ar.yml @@ -1,7 +1,6 @@ abroot: use: "abroot" - long: "ABRoot provides full immutability and atomicity by performing transactions - between 2 root partitions (A<->B)" + long: "يوفر ABRoot الثبات الكامل والذرية عن طريق إجراء المعاملات بين قسمين جذر (A<->B)" short: "ABRoot provides full immutability and atomicity by performing transactions between 2 root partitions (A<->B)" verboseFlag: "إظهار إخراج أكثر تفصيلاً" From 28fd3c9c57fd50a7b889c30fa4343c661dbeca6d Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 25 Feb 2024 12:28:50 +0100 Subject: [PATCH 6/6] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (76 of 76 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (76 of 76 strings) Co-authored-by: K.B.Dharun Krishna Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/tr/ Translation: Vanilla OS/ABRoot --- locales/pt_BR.yml | 2 +- locales/tr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pt_BR.yml b/locales/pt_BR.yml index 62688f93..4107b5ca 100644 --- a/locales/pt_BR.yml +++ b/locales/pt_BR.yml @@ -42,7 +42,7 @@ pkg: explícito do usuário. Esse comando facilita as instalações do pacote, mas introduz elementos não determinísticos, afetando a confiabilidade do sistema. Ao consentir, você reconhece e aceita essas implicações, confirmando sua consciência do impacto - potencial do comando no comportamento do sistema. [s/N]: " + potencial do comando no comportamento do sistema. [y/N]: " agreementSignFailed: "Falha ao assinar o acordo: %s\n" forceEnableUserAgreementFlag: forçar habilitação de contrato de usuário, para sistemas embarcados diff --git a/locales/tr.yml b/locales/tr.yml index 6f099d23..1d0955cd 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -39,7 +39,7 @@ pkg: anlaşması gereklidir. Bu komut, paket kurulumlarını kolaylaştırır ancak sistem güvenirliğini etkileyen gerekirci olmayan ögeler açığa çıkarır. Uygun bularak, komutun sistem davranışında olası etkilerini bildiğinizi onaylayarak bu etkileri - kabul edersiniz. [e/H]: " + kabul edersiniz. [y/N]: " agreementSignFailed: "Anlaşma imzalanamadı: %s\n" forceEnableUserAgreementFlag: kullanıcı anlaşmasını etkinleştirmeye zorla, gömülü sistemler için