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

Reworked update station files, version upgrade and traslation #57

Merged
merged 7 commits into from
Nov 4, 2024
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
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
Update Station
=========
==============

GhostBSD system update manager
GhostBSD update manager.


## Managing Translations
To create a translation file.
```shell
./setup.py create_translation --locale=fr
```

To update translation files
```shell
./setup.py update_translations
```
1 change: 1 addition & 0 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update-station
272 changes: 272 additions & 0 deletions po/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,272 @@
# French translations for PACKAGE package.
# Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Eric Turgeon <[email protected]>, 2024.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-02 22:45-0300\n"
"PO-Revision-Date: 2024-10-03 21:32-0300\n"
"Last-Translator: Eric Turgeon <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: update_station/confirm_update.py:65
msgid "Create boot environment backup"
msgstr "Créer une sauvegarde de l'environnement de démarrage"

#: update_station/confirm_update.py:78 update_station/message.py:59
#: update_station/message.py:148 update_station/message.py:182
#: update_station/message.py:224 update_station/message.py:258
#: update_station/message.py:292 update_station/message.py:328
#: update_station/system_tray.py:47
msgid "Close"
msgstr "Fermer"

#: update_station/confirm_update.py:82
msgid "Install update"
msgstr "Installer la mise à jour"

#: update_station/confirm_update.py:95
msgid "Update Manager"
msgstr "Gestionnaire de mise à jour"

#: update_station/confirm_update.py:107
msgid "Updates available!"
msgstr "Mises à jour disponibles !"

#: update_station/confirm_update.py:146
msgid "Installed packages to be REMOVED:"
msgstr "Paquets installés à SUPPRIMER:"

#: update_station/confirm_update.py:153
msgid "Installed packages to be UPGRADED"
msgstr "Packages installés à mettre à niveau"

#: update_station/confirm_update.py:160
msgid "New packages to be INSTALLED:"
msgstr "Nouveaux packages à INSTALLER:"

#: update_station/confirm_update.py:167
msgid "Installed packages to be REINSTALLED:"
msgstr "Packages installés à RÉINSTALLER:"

#: update_station/look_for_updated.py:50
msgid "Looking For Updates"
msgstr "À la recherche de mises à jour"

#: update_station/look_for_updated.py:89
msgid "Checking if the repository is online"
msgstr ""

#: update_station/look_for_updated.py:93
msgid "The repository is online"
msgstr ""

#: update_station/look_for_updated.py:97
msgid "The mirror is Syncing"
msgstr ""

#: update_station/look_for_updated.py:102
msgid "Updates are already running"
msgstr ""

#: update_station/look_for_updated.py:106
msgid "Checking for updates"
msgstr ""

#: update_station/look_for_updated.py:110
msgid "Getting the list of packages"
msgstr ""

#: update_station/look_for_updated.py:114
msgid "Open the update window"
msgstr ""

#: update_station/look_for_updated.py:118
msgid "No update found"
msgstr ""

#: update_station/look_for_updated.py:124
msgid "The Mirror is unreachable"
msgstr ""

#: update_station/look_for_updated.py:145
msgid "Major version upgrade"
msgstr ""

#: update_station/look_for_updated.py:152
#, python-brace-format
msgid ""
"Would you like to upgrade from {Data.current_abi} to {Data.new_abi}?\n"
"\n"
"If you select No, the upgrade will be skipped until the next boot."
msgstr ""

#: update_station/message.py:42
msgid "Update Failed"
msgstr ""

#: update_station/message.py:48
msgid ""
"Press \"Detail\" to get information about the failure.\n"
" Get help at https://forums.ghostbsd.org."
msgstr ""

#: update_station/message.py:57
msgid "Detail"
msgstr ""

#: update_station/message.py:92 update_station/message.py:136
msgid "Update Completed"
msgstr ""

#: update_station/message.py:97
msgid "The computer needs to restart to run on the updated software."
msgstr ""

#: update_station/message.py:105
msgid "Restart Now"
msgstr ""

#: update_station/message.py:107
msgid "Restart Later"
msgstr ""

#: update_station/message.py:141
msgid "All software on this system is up to date."
msgstr ""

#: update_station/message.py:167
msgid "No Update Available"
msgstr ""

#: update_station/message.py:175
msgid "No update available. This system is up to date."
msgstr ""

#: update_station/message.py:210
msgid "Update Station already started"
msgstr ""

#: update_station/message.py:218
msgid "Update Station already open."
msgstr ""

#: update_station/message.py:243 update_station/message.py:277
msgid "Server Unreachable"
msgstr ""

#: update_station/message.py:251
msgid "Packages mirrors are syncing with new packages"
msgstr ""

#: update_station/message.py:285
msgid ""
"The server is unreachable. Your internet could\n"
"be down or software package server is down."
msgstr ""

#: update_station/message.py:311
msgid "Something Is Wrong"
msgstr ""

#: update_station/message.py:320
msgid ""
"If you see this message it means that something is wrong.\n"
" Please look at pkg upgrade output."
msgstr ""

#: update_station/message.py:343
msgid "Software Station"
msgstr ""

#: update_station/message.py:349
msgid "You need to be root"
msgstr ""

#: update_station/message.py:355
msgid "OK"
msgstr ""

#: update_station/notification.py:23
msgid "Software updates are now available."
msgstr ""

#: update_station/notification.py:31
msgid "Major system version upgrade is now available."
msgstr ""

#: update_station/notification.py:33
msgid "System and software updates are now available."
msgstr ""

#: update_station/notification.py:35
msgid "Update Available"
msgstr ""

#: update_station/system_tray.py:45
msgid "Open Update"
msgstr ""

#: update_station/upgrade_progress.py:49
msgid "Installing Update"
msgstr ""

#: update_station/upgrade_progress.py:93
msgid "Cleaning old boot environment"
msgstr ""

#: update_station/upgrade_progress.py:99
msgid "Creating boot environment"
msgstr ""

#: update_station/upgrade_progress.py:106
msgid "Setting env and bootstrap pkg to upgrade"
msgstr ""

#: update_station/upgrade_progress.py:134
msgid "Downloading packages to upgrade"
msgstr ""

#: update_station/upgrade_progress.py:161
msgid "Packages to upgrade downloaded"
msgstr ""

#: update_station/upgrade_progress.py:164
msgid "Upgrading packages"
msgstr ""

#: update_station/upgrade_progress.py:222
msgid "Reinstalling"
msgstr ""

#: update_station/upgrade_progress.py:224
msgid "completed"
msgstr ""

#: update_station/upgrade_progress.py:236
msgid "Packages upgraded"
msgstr ""

#: update_station/upgrade_progress.py:245
msgid "Downloading packages depending on kernel"
msgstr ""

#: update_station/upgrade_progress.py:272
msgid "Packages depending on kernel downloaded"
msgstr ""

#: update_station/upgrade_progress.py:275
msgid "Reinstalling packages depending on kernel"
msgstr ""

#: update_station/upgrade_progress.py:302
msgid "Packages depending on kernel reinstalled"
msgstr ""
Loading