There are 3 fixes and 1 addition for Japanese support.
This commit is contained in:
parent
73448df6db
commit
d3ea83f651
@ -1,8 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Exec=lxqt-sudo /usr/bin/lubuntu-upgrader --cache-update --full-upgrade
|
||||
Name=Apply Full Upgrade
|
||||
Name[ja]=すべてのアップグレードの適用 (Apply Full Upgrade)
|
||||
GenericName=Apply Full Upgrade
|
||||
Comment=Search and Apply Full Upgrade
|
||||
Comment[ja]=すべてのアップグレードの検索と適用
|
||||
Icon=system-software-update
|
||||
Type=Application
|
||||
Version=0.1
|
||||
|
@ -236,12 +236,12 @@ class DialogUpg(QWidget):
|
||||
def upgrade_error(self, transaction, error_code, error_details):
|
||||
'''if error during upgrade'''
|
||||
self.plainTextEdit.setVisible(True)
|
||||
self.errors.append("Eror Code: " + str(error_code))
|
||||
self.errors.append("Error Code: " + str(error_code))
|
||||
self.errors.append("Error Detail: " + error_details)
|
||||
self.plainTextEdit.setVisible(True)
|
||||
self.closeBtn.setEnabled(True)
|
||||
print("ECode: " + str(error_code) + "\n")
|
||||
print("EDetail: " + error_details + "\n")
|
||||
print(_("ECode: ") + str(error_code) + "\n")
|
||||
print(_("EDetail: ") + error_details + "\n")
|
||||
|
||||
def upgrade_cancellable_changed(self, transaction, cancellable):
|
||||
'''when upgrade cancellable toogle'''
|
||||
@ -266,7 +266,7 @@ class DialogUpg(QWidget):
|
||||
self.trans1.run()
|
||||
|
||||
except (NotAuthorizedError, TransactionFailed) as e:
|
||||
print("Warning: install transaction not completed successfully:"
|
||||
print(_("Warning: install transaction not completed successfully:")
|
||||
+ "{}".format(e))
|
||||
|
||||
def update_finish(self, transaction, exit_state):
|
||||
@ -310,7 +310,7 @@ class DialogUpg(QWidget):
|
||||
self.label.setText(self.detailText + "\n" + details)
|
||||
# if is downloading put the "Downloaded x of y" text
|
||||
# print("PTY:" + str(self.slave))
|
||||
print("Status Details:" + details)
|
||||
print(_("Status Details:") + details)
|
||||
|
||||
def upgrade(self):
|
||||
'''runs upgrade'''
|
||||
@ -342,7 +342,7 @@ class DialogUpg(QWidget):
|
||||
self.trans2.run()
|
||||
|
||||
except (NotAuthorizedError, TransactionFailed) as e:
|
||||
print("Warning: install transaction not completed successfully:"
|
||||
print(_("Warning: install transaction not completed successfully:")
|
||||
+ "{}".format(e))
|
||||
|
||||
def call_reject(self):
|
||||
|
139
po/ja.po
Normal file
139
po/ja.po
Normal file
@ -0,0 +1,139 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-19 22:14+0900\n"
|
||||
"PO-Revision-Date: 2021-01-19 23:30+0900\n"
|
||||
"Last-Translator: FuRuYa7\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: lubuntu-upgrader:129
|
||||
msgid "Updating cache..."
|
||||
msgstr "キャッシュを更新中..."
|
||||
|
||||
#: lubuntu-upgrader:186 lubuntu-upgrader:189
|
||||
msgid "Fetching"
|
||||
msgstr "読み出し中"
|
||||
|
||||
#: lubuntu-upgrader:187 lubuntu-upgrader:189 lubuntu-upgrader:200
|
||||
#: lubuntu-upgrader:203
|
||||
# "「の」に翻訳すると意味が反転するので注意"
|
||||
msgid "of"
|
||||
msgstr " / "
|
||||
|
||||
#: lubuntu-upgrader:199 lubuntu-upgrader:202
|
||||
msgid "Downloaded"
|
||||
msgstr "ダウンロード済みです"
|
||||
|
||||
#: lubuntu-upgrader:214 lubuntu-notifier.py:204
|
||||
msgid "Upgrade finished"
|
||||
msgstr "アップグレードが完了しました"
|
||||
|
||||
#: lubuntu-upgrader:218 lubuntu-notifier.py:169 lubuntu-notifier.py:173
|
||||
#: lubuntu-notifier.py:208
|
||||
msgid "Reboot required"
|
||||
msgstr "再起動が必要です"
|
||||
|
||||
#: lubuntu-upgrader:222
|
||||
msgid "With some Errors"
|
||||
msgstr "いくつかのエラーがあります"
|
||||
|
||||
#: lubuntu-upgrader:223
|
||||
msgid "Error Resume:"
|
||||
msgstr "エラー再開:"
|
||||
|
||||
#: lubuntu-upgrader:243
|
||||
msgid "ECode: "
|
||||
msgstr "エラーコード: "
|
||||
|
||||
#: lubuntu-upgrader:244
|
||||
msgid "EDetail: "
|
||||
msgstr "エラーの詳細: "
|
||||
|
||||
#: lubuntu-upgrader:269 lubuntu-upgrader:345
|
||||
msgid "Warning: install transaction not completed successfully:"
|
||||
msgstr "警告: インストール処理が正常に完了しませんでした:"
|
||||
|
||||
#: lubuntu-upgrader:274
|
||||
msgid "Update Cache Finished"
|
||||
msgstr "キャッシュの更新が完了しました"
|
||||
|
||||
#: lubuntu-upgrader:313
|
||||
msgid "Status Details:"
|
||||
msgstr "ステータスの詳細:"
|
||||
|
||||
#: lubuntu-upgrader:369
|
||||
msgid ""
|
||||
"Please run this software with administrative rights.To do so, run this "
|
||||
"program with lxqt-sudo."
|
||||
msgstr "管理者権限で実行してください。lxqt-sudo を使用して実行します。"
|
||||
|
||||
#: lubuntu-upgrader:391
|
||||
msgid "Update Cache Before Upgrade"
|
||||
msgstr "アップグレード前にキャッシュを更新します"
|
||||
|
||||
#: lubuntu-upgrader:396
|
||||
msgid "Full upgrade same as dist-upgrade"
|
||||
msgstr "dist-upgrade と同じ完全アップグレード"
|
||||
|
||||
#: lubuntu-notifier.py:54
|
||||
#, python-format
|
||||
msgid "Error: Opening the cache (%s)"
|
||||
msgstr "エラー: キャッシュ (%s) を開いています"
|
||||
|
||||
#: lubuntu-notifier.py:71 lubuntu-notifier.py:77
|
||||
msgid "Affected Packages"
|
||||
msgstr "影響を受けるパッケージ"
|
||||
|
||||
#: lubuntu-notifier.py:72
|
||||
msgid "Security"
|
||||
msgstr "セキュリティ"
|
||||
|
||||
#: lubuntu-notifier.py:117
|
||||
msgid "There are upgrades available. Do you want to do a system upgrade?"
|
||||
msgstr "利用可能なアップグレードがあります。システムのアップグレードを行いますか?"
|
||||
|
||||
#: lubuntu-notifier.py:120
|
||||
msgid "This will mean packages could be upgraded, installed or removed."
|
||||
msgstr "パッケージがアップグレード、インストール、または削除されます。"
|
||||
|
||||
#: lubuntu-notifier.py:125
|
||||
msgid " is a security upgrade."
|
||||
msgstr " 個がセキュリティのアップグレードです。"
|
||||
|
||||
#: lubuntu-notifier.py:127
|
||||
msgid " are security upgrades."
|
||||
msgstr " 個がセキュリティのアップグレードです。"
|
||||
|
||||
#: lubuntu-notifier.py:130
|
||||
msgid "Remove"
|
||||
msgstr "削除"
|
||||
|
||||
#: lubuntu-notifier.py:137
|
||||
msgid "Install"
|
||||
msgstr "インストール"
|
||||
|
||||
#: lubuntu-notifier.py:152
|
||||
msgid "Upgrade"
|
||||
msgstr "アップグレード"
|
||||
|
||||
#: lubuntu-notifier.py:194
|
||||
msgid "Upgrading..."
|
||||
msgstr "アップグレード中..."
|
||||
|
||||
#: lubuntu-notifier.py:247
|
||||
msgid "Define software/app to open for upgrade"
|
||||
msgstr "アップグレードで開くソフトウェア/アプリを定義します"
|
||||
|
||||
#: lubuntu-notifier.py:252
|
||||
msgid "How many upgrades are available"
|
||||
msgstr "利用可能なアップグレードの数"
|
||||
|
||||
#: lubuntu-notifier.py:257
|
||||
msgid "How many security upgrades are available"
|
||||
msgstr "利用可能なセキュリティアップグレードの数"
|
@ -8,13 +8,13 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-09-12 13:43-0300\n"
|
||||
"POT-Creation-Date: 2021-01-19 22:14+0900\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: lubuntu-upgrader:129
|
||||
@ -34,12 +34,12 @@ msgstr ""
|
||||
msgid "Downloaded"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:214 lubuntu-notifier.py:170
|
||||
#: lubuntu-upgrader:214 lubuntu-notifier.py:204
|
||||
msgid "Upgrade finished"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:218 lubuntu-notifier.py:132 lubuntu-notifier.py:136
|
||||
#: lubuntu-notifier.py:174
|
||||
#: lubuntu-upgrader:218 lubuntu-notifier.py:169 lubuntu-notifier.py:173
|
||||
#: lubuntu-notifier.py:208
|
||||
msgid "Reboot required"
|
||||
msgstr ""
|
||||
|
||||
@ -51,10 +51,26 @@ msgstr ""
|
||||
msgid "Error Resume:"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:243
|
||||
msgid "ECode: "
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:244
|
||||
msgid "EDetail: "
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:269 lubuntu-upgrader:345
|
||||
msgid "Warning: install transaction not completed successfully:"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:274
|
||||
msgid "Update Cache Finished"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:313
|
||||
msgid "Status Details:"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-upgrader:369
|
||||
msgid ""
|
||||
"Please run this software with administrative rights.To do so, run this "
|
||||
@ -69,42 +85,59 @@ msgstr ""
|
||||
msgid "Full upgrade same as dist-upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:64
|
||||
#: lubuntu-notifier.py:54
|
||||
#, python-format
|
||||
msgid "Error: Opening the cache (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:71 lubuntu-notifier.py:77
|
||||
msgid "Affected Packages"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:102
|
||||
#: lubuntu-notifier.py:72
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:117
|
||||
msgid "There are upgrades available. Do you want to do a system upgrade?"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:105
|
||||
#: lubuntu-notifier.py:120
|
||||
msgid "This will mean packages could be upgraded, installed or removed."
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:109
|
||||
#: lubuntu-notifier.py:125
|
||||
msgid " is a security upgrade."
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:127
|
||||
msgid " are security upgrades."
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:130
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:116
|
||||
#: lubuntu-notifier.py:137
|
||||
msgid "Install"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:123
|
||||
#: lubuntu-notifier.py:152
|
||||
msgid "Upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:155
|
||||
#: lubuntu-notifier.py:194
|
||||
msgid "Upgrading..."
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:212
|
||||
#: lubuntu-notifier.py:247
|
||||
msgid "Define software/app to open for upgrade"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:217
|
||||
#: lubuntu-notifier.py:252
|
||||
msgid "How many upgrades are available"
|
||||
msgstr ""
|
||||
|
||||
#: lubuntu-notifier.py:222
|
||||
#: lubuntu-notifier.py:257
|
||||
msgid "How many security upgrades are available"
|
||||
msgstr ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user