Japanese mnemonic delete

This commit is contained in:
Maia 2025-05-08 22:07:07 -07:00
parent 43a0983018
commit 0e0dda69d9
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,45 @@
Description: Remove mnemonics from Japanese localized strings
Origin: Callisto Desktop
Author: Maia <maia@tsundoku.ne.jp>
Last-Update: 2023-06-19 1.26.1
diff -urN a/po/ja.po b/po/ja.po
--- a/po/ja.po 2022-10-09 04:40:25.000000000 -0700
+++ b/po/ja.po 2023-06-19 14:55:50.461919104 -0700
@@ -41,11 +41,11 @@
#: src/polkitmateauthenticationdialog.c:665
msgid "_Cancel"
-msgstr "キャンセル(_C)"
+msgstr "キャンセル"
#: src/polkitmateauthenticationdialog.c:670
msgid "_Authenticate"
-msgstr "認証する(_A)"
+msgstr "認証する"
#: src/polkitmateauthenticationdialog.c:711
msgid ""
@@ -74,11 +74,11 @@
#: src/polkitmateauthenticationdialog.c:761 src/polkitmateauthenticator.c:302
msgid "_Password:"
-msgstr "パスワード(_P):"
+msgstr "パスワード:"
#: src/polkitmateauthenticationdialog.c:779
msgid "<small><b>_Details</b></small>"
-msgstr "<small><b>詳細(_D)</b></small>"
+msgstr "<small><b>詳細</b></small>"
#: src/polkitmateauthenticationdialog.c:837
msgid "<small><b>Action:</b></small>"
@@ -105,7 +105,7 @@
#: src/polkitmateauthenticator.c:298
#, c-format
msgid "_Password for %s:"
-msgstr "%s のパスワード(_P):"
+msgstr "%s のパスワード:"
#: src/polkitmateauthenticator.c:463
msgid "Your authentication attempt was unsuccessful. Please try again."

View File

@ -1,2 +1,3 @@
1001_drop-empty-categories.patch
2001_mate-polkit-for-non-MATE-desktops.patch
3000_ja-no-mnemonics.patch