From 981ec55cb68eee5c3a9b8c2ea4bcc42d340a5e60 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Tue, 17 Dec 2024 22:36:24 +0300 Subject: [PATCH] move to submodule --- .github/github_pushback.sh | 31 ----- .github/workflows/build-canaryv3.yml | 11 -- .github/workflows/build-nestv3.yml | 11 -- .github/workflows/github-pushback.yml | 41 ------ .github/workflows/release-canaryv3.yml | 11 -- .github/workflows/release-nestv3.yml | 11 -- locales/de_DE.json | 179 ------------------------- locales/en_US.json | 179 ------------------------- 8 files changed, 474 deletions(-) delete mode 100755 .github/github_pushback.sh delete mode 100644 .github/workflows/github-pushback.yml delete mode 100644 locales/de_DE.json delete mode 100644 locales/en_US.json diff --git a/.github/github_pushback.sh b/.github/github_pushback.sh deleted file mode 100755 index 5de820f..0000000 --- a/.github/github_pushback.sh +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/bash - -mkdir -p ~/.ssh -ssh-keyscan -H pika-os.com >> ~/.ssh/known_hosts -ssh-keyscan -H git.pika-os.com >> ~/.ssh/known_hosts -#echo -e "Host git.pika-os.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config -#echo -e "Host git.pika-os.com\n\tIdentityFile ~/.ssh/id_rsa\n\tStrictHostKeyChecking no\n" > ~/.ssh/config -#ssh-agent -a $SSH_AUTH_SOCK > /dev/null -#ssh-add - <<< "$1" - -#export GIT_SSH_COMMAND="ssh -F ~/.ssh/config" - -#ssh -o StrictHostKeyChecking=no -vT git@git.pika-os.com -#ssh -vT git@git.pika-os.com - -# Commit changes to git -git config --global user.name 'Github Gitea Push Back Key - Cosmo' -git config --global user.email 'cosmo@pika-os.com' -#git config --global --add safe.directory /__w/gitea-pikman-update-manager/gitea-pikman-update-manager - -git clone git@git.pika-os.com:custom-gui-packages/pikman-update-manager - -rm -rfv ./gitea-pikman-update-manager/.git -cp -rfv ./pikman-update-manager/.git ./gitea-pikman-update-manager/ - -cd ./gitea-pikman-update-manager -git add . -git commit -am"Github Mirror Push Back" -#git config pull.rebase true -#git pull -git push diff --git a/.github/workflows/build-canaryv3.yml b/.github/workflows/build-canaryv3.yml index 255a0c8..bff3d86 100644 --- a/.github/workflows/build-canaryv3.yml +++ b/.github/workflows/build-canaryv3.yml @@ -17,17 +17,6 @@ jobs: options: --privileged -it steps: - - - name: Runner Origin Check - run: | - if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then - exit 1 - else - true - fi - env: - RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }} - - uses: actions/checkout@v3 - name: Install SSH key diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index f051808..3c9c34d 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -17,17 +17,6 @@ jobs: options: --privileged -it steps: - - - name: Runner Origin Check - run: | - if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then - exit 1 - else - true - fi - env: - RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }} - - uses: actions/checkout@v3 - name: Install SSH key diff --git a/.github/workflows/github-pushback.yml b/.github/workflows/github-pushback.yml deleted file mode 100644 index ea087b3..0000000 --- a/.github/workflows/github-pushback.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Github Push back to gitea - -on: - push: - branches: - - main - -jobs: - Push: - runs-on: ubuntu-latest - container: - image: ghcr.io/pikaos-linux/pikaos-builder:nestv3 - volumes: - - /proc:/proc - options: --privileged -it - - steps: - - - name: Runner Origin Check - run: | - if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then - true - else - exit 1 - fi - env: - RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }} - - - name: Install SSH key - uses: shimataro/ssh-key-action@v2 - with: - key: ${{ secrets.GITEA_SSH_KEY }} - name: id_rsa - known_hosts: ${{ secrets.KNOWN_HOSTS }} - if_key_exists: replace - - - name: Run - run: git clone https://github.com/PikaOS-Linux/gitea-pikman-update-manager - - - name: Run - run: ./gitea-pikman-update-manager/.github/github_pushback.sh diff --git a/.github/workflows/release-canaryv3.yml b/.github/workflows/release-canaryv3.yml index fa53734..436c8ff 100644 --- a/.github/workflows/release-canaryv3.yml +++ b/.github/workflows/release-canaryv3.yml @@ -17,17 +17,6 @@ jobs: options: --privileged -it steps: - - - name: Runner Origin Check - run: | - if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then - exit 1 - else - true - fi - env: - RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }} - - uses: actions/checkout@v3 - name: Install SSH key diff --git a/.github/workflows/release-nestv3.yml b/.github/workflows/release-nestv3.yml index 05ed7ce..ed42bb7 100644 --- a/.github/workflows/release-nestv3.yml +++ b/.github/workflows/release-nestv3.yml @@ -17,17 +17,6 @@ jobs: options: --privileged -it steps: - - - name: Runner Origin Check - run: | - if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then - exit 1 - else - true - fi - env: - RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }} - - uses: actions/checkout@v3 - name: Install SSH key diff --git a/locales/de_DE.json b/locales/de_DE.json deleted file mode 100644 index f1a13d8..0000000 --- a/locales/de_DE.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "application_name": "", - "developer_name": "", - "installed_version_badge_text": "", - "candidate_version_badge_text": "", - "arch_label_label": "", - "mark_for_update": "", - "description_button_label": "", - "extra_info_page_button_label": "", - "uris_page_button_label": "", - "changelog_page_button_label": "", - "extra_info_maintainer": "", - "extra_info_download_size": "", - "extra_info_installed_size": "", - "update_status_error_perms": "", - "apt_update_dialog_heading": "", - "apt_update_dialog_retry_label": "", - "select_button_deselect_all": "", - "select_button_select_all": "", - "update_button_label": "", - "installed_version_to_be_installed": "", - "apt_pkg_property_unknown": "", - "apt_update_dialog_status_failed": "", - "excluded_updates_alert_dialog_heading": "", - "excluded_updates_alert_dialog_body": "", - "excluded_updates_alert_dialog_cancel_label": "", - "excluded_updates_alert_continue_label": "", - "gui_changes_emu_msg_0": "", - "gui_changes_emu_msg_upgrading": "", - "gui_changes_emu_msg_installing": "", - "gui_changes_emu_msg_downgrading": "", - "gui_changes_emu_msg_removing": "", - "package_count_upgrade_badge_label": "", - "package_count_install_badge_label": "", - "package_count_downgrade_badge_label": "", - "package_count_remove_badge_label": "", - "total_download_size_badge_label": "", - "total_installed_size_badge_label": "", - "apt_confirm_dialog_heading": "", - "apt_confirm_dialog_body": "", - "apt_confirm_dialog_cancel_label": "", - "apt_confirm_dialog_confirm_label": "", - "apt_remove_confirm_dialog_heading": "", - "apt_remove_confirm_dialog_body": "", - "apt_remove_confirm_dialog_cancel_label": "", - "apt_remove_confirm_dialog_confirm_label": "", - "upgrade_status_error_perms": "", - "apt_upgrade_dialog_heading": "", - "apt_upgrade_dialog_ok_label": "", - "apt_upgrade_dialog_open_log_file_label": "", - "apt_upgrade_dialog_status_successful": "", - "apt_upgrade_dialog_status_failed": "", - "banner_text_no_internet": "", - "refresh_button_tooltip_text": "", - "apt_update_page_title": "", - "flatpak_update_page_title": "", - "apt_packages_no_viewport_page_title": "", - "summary_button_label": "", - "flatpak_extra_info_ref_name": "", - "flatpak_extra_info_download_size": "", - "flatpak_extra_info_installed_size": "", - "remote_label_label": "", - "flatpak_update_dialog_heading": "", - "flatpak_update_dialog_retry_label": "", - "flatpak_update_dialog_status_failed": "", - "flatpak_packages_no_viewport_page_title": "", - "flatpak_type_user": "", - "flatpak_type_system": "", - "flatpak_ref": "", - "flatpak_status": "", - "flatpak_transaction_bytes_transferred": "", - "flatpak_transaction_installed_size": "", - "flatpak_confirm_dialog_body": "", - "system_flatref_count_badge_label": "", - "user_flatref_count_badge_label": "", - "flatpak_confirm_dialog_heading": "", - "flatpak_confirm_dialog_cancel_label": "", - "flatpak_confirm_dialog_confirm_label": "", - "flatpak_transaction_dialog_heading": "", - "flatpak_transaction_dialog_ok_label": "", - "flatpak_transaction_dialog_open_log_file_label": "", - "flatpak_transaction_dialog_status_successful": "", - "flatpak_transaction_dialog_status_failed": "", - "apt_update_dialog_ignore_label": "", - "apt_ignored_viewport_page_title": "", - "flatpak_update_dialog_ignore_label": "", - "flatpak_ignored_viewport_page_title": "", - "apt_manage_page_title": "", - "system_mirror_label0_label": "", - "system_mirror_label1_label": "", - "unofficial_sources_label": "", - "unofficial_source_add_button_tooltip_text": "", - "unofficial_source_edit_button_tooltip_text": "", - "unofficial_source_remove_button_tooltip_text": "", - "unofficial_sources_label1_label": "", - "unofficial_sources_columnview_col0_title": "", - "unofficial_sources_columnview_col1_title": "", - "apt_repo_enabled": "", - "apt_repo_disabled": "", - "unofficial_source_add_dialog_heading": "", - "unofficial_source_add_dialog_add_label": "", - "unofficial_source_add_dialog_cancel_label": "", - "unofficial_source_add_prefrencespage_title": "", - "unofficial_source_add_prefrencespage_description": "", - "unofficial_source_add_name_prefrencesgroup_title": "", - "unofficial_source_add_uri_prefrencesgroup_title": "", - "unofficial_source_add_suites_prefrencesgroup_title": "", - "unofficial_source_add_components_prefrencesgroup_title": "", - "unofficial_source_add_signed_prefrencesgroup_title": "", - "unofficial_source_add_archs_prefrencesgroup_title": "", - "unofficial_source_add_is_source_label_label": "", - "unofficial_source_signed_keyring_checkbutton_label": "", - "unofficial_source_signed_file_checkbutton_label": "", - "unofficial_source_signed_url_checkbutton_label": "", - "key_download_error_dialog_heading": "", - "key_download_error_dialog_ok_label": "", - "apt_src_remove_warning_dialog_heading": "", - "apt_src_remove_warning_dialog_body": "", - "apt_src_remove_warning_dialog_cancel_label": "", - "apt_src_remove_warning_dialog_ok_label": "", - "unofficial_source_add_is_enabled_label_label": "", - "unofficial_source_edit_dialog_add_edit": "", - "unofficial_source_edit_dialog_heading": "", - "unofficial_source_add_legacy_options_prefrencesgroup_title": "", - "unofficial_source_add_is_legacy_source_label_label": "", - "apt_src_create_error_dialog_heading": "", - "apt_src_create_error_dialog_ok_label": "", - "flatpak_manage_page_title": "", - "system_mirror_save_button_tooltip_text": "", - "flatpak_remotes_columnview_col0_title": "", - "flatpak_remotes_columnview_col1_title": "", - "flatpak_remotes_columnview_col2_title": "", - "flatpak_remotes_columnview_col3_title": "", - "flatpak_remotes_label": "", - "flatpak_remotes_label1_label": "", - "flatpak_remotes_columnview_system": "", - "flatpak_remotes_columnview_user": "", - "flatpak_remote_add_dialog_heading": "", - "flatpak_remote_add_dialog_add_label": "", - "flatpak_remote_add_dialog_cancel_label": "", - "flatpak_remote_add_error_dialog_heading": "", - "flatpak_remote_add_error_dialog_ok_label": "", - "flatpak_remote_add_name_prefrencesgroup_title": "", - "flatpak_remote_add_url_prefrencesgroup_title": "", - "flatpak_remote_add_error_dialog_used_error_body": "", - "flatpak_remote_add_error_used_no_label": "", - "flatpak_remote_add_error_used_yes_label": "", - "flatpak_flatref_install_button_tooltip_text": "", - "flatpak_ref_install_flatref_path_file_dialog_title": "", - "flatpak_ref_install_flatref_path_file_dialog_accept_label": "", - "flatpak_ref_install_flatref_path_file_dialog_cancel_label": "", - "flatpak_ref_install_flatref_path_entry_open_file_dialog_text": "", - "flatpak_ref_install_label": "", - "flatpak_ref_install_flatref_path_prefrencesgroup_title": "", - "flatpak_ref_install_dialog_heading": "", - "flatpak_ref_install_dialog_add_label": "", - "flatpak_ref_install_dialog_cancel_label": "", - "pikman_indicator_apt_count_item_label": "", - "pikman_indicator_flatpak_count_item_label": "", - "pikman_indicator_flatpak_item_label_calculating": "", - "pikman_indicator_open_item_label": "", - "pikman_indicator_exit_item_label": "", - "apt_install_str_error": "", - "apt_update_str_hit": "", - "apt_update_str_fetch": "", - "apt_update_str_done": "", - "apt_update_str_fail": "", - "retry_interval_labal_label": "", - "retry_interval_spinrow_title": "", - "retry_interval_spinrow_subtitle": "", - "progress_bar_circle_center_text": "", - "main_update_page_title": "", - "update_button_main_label": "", - "update_badge_box_total_label": "", - "update_badge_box_apt_label": "", - "update_badge_box_flatpak_label": "", - "main_page_header_label_yes_label": "", - "main_page_header_label_no_label": "" -} diff --git a/locales/en_US.json b/locales/en_US.json deleted file mode 100644 index cafa5df..0000000 --- a/locales/en_US.json +++ /dev/null @@ -1,179 +0,0 @@ -{ - "application_name": "Pikman Update Manager", - "developer_name": "Cosmo", - "installed_version_badge_text": "Installed", - "candidate_version_badge_text": "Upgradable", - "arch_label_label": "Arch", - "mark_for_update": "Mark This Package for Upgrade", - "description_button_label": "Description", - "extra_info_page_button_label": "Additional Info", - "uris_page_button_label": "Download URIs", - "changelog_page_button_label": "Changelog (todo)", - "extra_info_maintainer": "Maintainer", - "extra_info_download_size": "Download Size", - "extra_info_installed_size": "Size on Disk", - "update_status_error_perms": "Unknown Error! (Likely Permission Denied)", - "apt_update_dialog_heading": "APT Cache Update", - "apt_update_dialog_retry_label": "Retry", - "select_button_deselect_all": "De-Select All", - "select_button_select_all": "Select All", - "update_button_label": "Commit Upgrade", - "installed_version_to_be_installed": "Not Installed Yet", - "apt_pkg_property_unknown": "Unknown", - "apt_update_dialog_status_failed": "APT Cache Update: Failed!", - "excluded_updates_alert_dialog_heading": "Alert: Partial Upgrade", - "excluded_updates_alert_dialog_body": "It seems you have deselected some upgrades.\nThis is generally not recommended, and APT partial update security systems might not respect your input.", - "excluded_updates_alert_dialog_cancel_label": "Cancel", - "excluded_updates_alert_continue_label": "Continue", - "gui_changes_emu_msg_0": "The following opreations will be sent to the root process:", - "gui_changes_emu_msg_upgrading": "Upgrading", - "gui_changes_emu_msg_installing": "Installing", - "gui_changes_emu_msg_downgrading": "Downgrading", - "gui_changes_emu_msg_removing": "Uninstalling", - "package_count_upgrade_badge_label": "Packages to Upgrade", - "package_count_install_badge_label": "New Packages to Install", - "package_count_downgrade_badge_label": "Packages to Downgrade", - "package_count_remove_badge_label": "Packages to Uninstall", - "total_download_size_badge_label": "Total Download Size", - "total_installed_size_badge_label": "Total Size on Disk", - "apt_confirm_dialog_heading": "APT Upgrade Transaction: Please Review", - "apt_confirm_dialog_body": "The following changes are going to be made:", - "apt_confirm_dialog_cancel_label": "Decline", - "apt_confirm_dialog_confirm_label": "Confirm & Accept", - "apt_remove_confirm_dialog_heading": "APT Removal Confirmation: Please Review", - "apt_remove_confirm_dialog_body": "The Upgrade wants to remove the following packages: (This Might be extremely Dangerous!)", - "apt_remove_confirm_dialog_cancel_label": "Cancel", - "apt_remove_confirm_dialog_confirm_label": "Allow & Confirm", - "upgrade_status_error_perms": "Unknown Error! (Likely Permission Denied)", - "apt_upgrade_dialog_heading": "APT Upgrade Transaction: Hang Tight!", - "apt_upgrade_dialog_ok_label": "OK", - "apt_upgrade_dialog_open_log_file_label": "Open Apt Log File", - "apt_upgrade_dialog_status_successful": "APT Upgrade Transaction Successful!", - "apt_upgrade_dialog_status_failed": "APT Upgrade Transaction Failed!", - "banner_text_no_internet": "Warning: No Internet Connection!", - "refresh_button_tooltip_text": "Refresh Opened Page", - "apt_update_page_title": "Native Updates (APT)", - "flatpak_update_page_title" : "Flatpak Updates", - "apt_packages_no_viewport_page_title": "All Native APT Packages are Up to date!", - "summary_button_label": "Summary", - "flatpak_extra_info_ref_name": "Ref Codename", - "flatpak_extra_info_download_size": "Download Size", - "flatpak_extra_info_installed_size": "Size on Disk", - "remote_label_label": "Remote", - "flatpak_update_dialog_heading": "Flatpak Appstream Sync", - "flatpak_update_dialog_retry_label": "Retry", - "flatpak_update_dialog_status_failed": "Flatpak Appstream Sync: Failed", - "flatpak_packages_no_viewport_page_title": "All Flatpak Packages are Up to date!", - "flatpak_type_user": "User", - "flatpak_type_system": "System", - "flatpak_ref": "Flatpak Ref", - "flatpak_status": "Status", - "flatpak_transaction_bytes_transferred": "Downloaded", - "flatpak_transaction_installed_size": "Saved to Disk", - "flatpak_confirm_dialog_body": "The following changes are going to be made:", - "system_flatref_count_badge_label": "System Flatpaks to Update", - "user_flatref_count_badge_label": "User Flatpaks to Update", - "flatpak_confirm_dialog_heading": "Flatpak Update Transaction: Please Review", - "flatpak_confirm_dialog_cancel_label": "Decline", - "flatpak_confirm_dialog_confirm_label": "Confirm & Accept", - "flatpak_transaction_dialog_heading": "Flatpak Update Transaction: Hang Tight!", - "flatpak_transaction_dialog_ok_label": "OK", - "flatpak_transaction_dialog_open_log_file_label": "Open Flatpak Log File", - "flatpak_transaction_dialog_status_successful": "Flatpak Update Transaction: Successful!", - "flatpak_transaction_dialog_status_failed": "Flatpak Update Transaction: Failed!", - "apt_update_dialog_ignore_label": "Ignore APT Updates", - "apt_ignored_viewport_page_title": "APT Updates Were Failed & Ignored", - "flatpak_update_dialog_ignore_label": "Ignore Flatpak Updates", - "flatpak_ignored_viewport_page_title": "Flatpak Updates Were Failed & Ignored", - "apt_manage_page_title": "APT Settings", - "system_mirror_label0_label": "System Repository Mirror", - "system_mirror_label1_label": "The Default URI/Mirror Used by the Base PikaOS System APT Repositories\n(Nest, Cockatiel, Canary, Pigeon, Parrot, Raven)", - "unofficial_sources_label": "Un-Official APT Sources", - "unofficial_source_add_button_tooltip_text": "Add a New Source", - "unofficial_source_edit_button_tooltip_text": "Edit Selected Source", - "unofficial_source_remove_button_tooltip_text": "Remove Selected Source", - "unofficial_sources_label1_label": "Un-Official Custom APT Sources Added by The User or Some User Run Script\nThese Sources May Result in ABI/Dep Hell or Security Risks, and Thus Making a \"package-request\" is Recommended Over These Sources", - "unofficial_sources_columnview_col0_title": "Apt Repository", - "unofficial_sources_columnview_col1_title": "Enabled", - "apt_repo_enabled": "Yes", - "apt_repo_disabled": "No", - "unofficial_source_add_dialog_heading": "Add Custom Un-Official APT Repository", - "unofficial_source_add_dialog_add_label": "Add", - "unofficial_source_add_dialog_cancel_label": "Cancel", - "unofficial_source_add_prefrencespage_title": "APT Repository Definitions", - "unofficial_source_add_prefrencespage_description": "Please Supply All The Required Information", - "unofficial_source_add_name_prefrencesgroup_title": "Name", - "unofficial_source_add_uri_prefrencesgroup_title": "URI", - "unofficial_source_add_suites_prefrencesgroup_title": "Suites", - "unofficial_source_add_components_prefrencesgroup_title": "Components", - "unofficial_source_add_signed_prefrencesgroup_title": "Signing Key", - "unofficial_source_add_archs_prefrencesgroup_title": "Architectures (Optional)", - "unofficial_source_add_is_source_label_label": "With Source Repository", - "unofficial_source_signed_keyring_checkbutton_label": "Signed By Keyring", - "unofficial_source_signed_file_checkbutton_label": "Signed By File", - "unofficial_source_signed_url_checkbutton_label": "Signed By URL", - "key_download_error_dialog_heading": "GPG Download Error", - "key_download_error_dialog_ok_label": "OK", - "apt_src_remove_warning_dialog_heading": "Are You Sure?", - "apt_src_remove_warning_dialog_body": "The Repositoy Will Be Deleted, And Any Packages Downloaded From It Might Get Overwritten", - "apt_src_remove_warning_dialog_cancel_label": "Cancel", - "apt_src_remove_warning_dialog_ok_label": "OK", - "unofficial_source_add_is_enabled_label_label": "Enabled", - "unofficial_source_edit_dialog_add_edit": "Save Changes", - "unofficial_source_edit_dialog_heading": "Editing", - "unofficial_source_add_legacy_options_prefrencesgroup_title": "Options", - "unofficial_source_add_is_legacy_source_label_label": "Is A Source Repository", - "apt_src_create_error_dialog_heading": "Could Not Save Changes: Error", - "apt_src_create_error_dialog_ok_label": "OK", - "flatpak_manage_page_title": "Flatpak Settings", - "system_mirror_save_button_tooltip_text": "Save Changes", - "flatpak_remotes_columnview_col0_title": "Remote Name", - "flatpak_remotes_columnview_col1_title": "Remote Title", - "flatpak_remotes_columnview_col2_title": "Remote URL", - "flatpak_remotes_columnview_col3_title": "Remote Installation Type", - "flatpak_remotes_label": "Flatpak Remotes", - "flatpak_remotes_label1_label": "These Remotes Are for Software Provided via Flatpak. They May Present a Security Risk. Only Add Remotes That You Trust.", - "flatpak_remotes_columnview_system": "System", - "flatpak_remotes_columnview_user": "User", - "flatpak_remote_add_dialog_heading": "Add Flatpak Remote from URL", - "flatpak_remote_add_dialog_add_label": "Add Remote", - "flatpak_remote_add_dialog_cancel_label": "Cancel", - "flatpak_remote_add_error_dialog_heading": "Flatpak Remote Changes Failed Error:", - "flatpak_remote_add_error_dialog_ok_label": "OK", - "flatpak_remote_add_name_prefrencesgroup_title": "Remote Name", - "flatpak_remote_add_url_prefrencesgroup_title": "Remote Ref URL (flatpakrepo)", - "flatpak_remote_add_error_dialog_used_error_body": "Should We Force Remove The Remote Alongside Everything Using It?", - "flatpak_remote_add_error_used_no_label": "No", - "flatpak_remote_add_error_used_yes_label": "Yes", - "flatpak_flatref_install_button_tooltip_text": "Install a Flatref File", - "flatpak_ref_install_flatref_path_file_dialog_title": "Open a Flatpak Repository Reference File", - "flatpak_ref_install_flatref_path_file_dialog_accept_label": "Open", - "flatpak_ref_install_flatref_path_file_dialog_cancel_label": "Cancel", - "flatpak_ref_install_flatref_path_entry_open_file_dialog_text": "Open File Chooser", - "flatpak_ref_install_label": "{NAME} Will be Installed and It Uses The remote \"{REMOTE}\" Which Will Be Installed\nOn Your System If It Isn't Already", - "flatpak_ref_install_flatref_path_prefrencesgroup_title": "The File Path to The Flatpak Reference File You Want to Install", - "flatpak_ref_install_dialog_heading": "Flatpak Reference File Installer", - "flatpak_ref_install_dialog_add_label": "Install", - "flatpak_ref_install_dialog_cancel_label": "Cancel", - "pikman_indicator_apt_count_item_label": "APT Updates: {NUM}", - "pikman_indicator_flatpak_count_item_label": "Flatpak Updates: {NUM}", - "pikman_indicator_flatpak_item_label_calculating": "calculating...", - "pikman_indicator_open_item_label": "Open", - "pikman_indicator_exit_item_label": "Exit", - "apt_install_str_error": "DPKG error in {PKGNAME}: {ERROR}", - "apt_update_str_hit": "Up-to-date: {DESC} {SHORT_DESC}", - "apt_update_str_fetch": "Fetching: {DESC} {SHORT_DESC}", - "apt_update_str_done": "Downloading: {DESC} {SHORT_DESC}", - "apt_update_str_fail": "Download Failed: {DESC} {SHORT_DESC}", - "retry_interval_labal_label": "Automatically Check for updates", - "retry_interval_spinrow_title": "Automatic Check Interval", - "retry_interval_spinrow_subtitle": "In Hours", - "progress_bar_circle_center_text": "Percent %", - "main_update_page_title": "Main Updates Page", - "update_button_main_label": "Commit APT & Flatpak Upgrades", - "update_badge_box_total_label": "Total Updates", - "update_badge_box_apt_label": "APT Updates", - "update_badge_box_flatpak_label": "Flatpak Updates", - "main_page_header_label_yes_label": "Updates Available!", - "main_page_header_label_no_label": "Up-to-date!" -}