Skip to content

Commit

Permalink
Merge branch 'main' into ryonakano/update-driver-instruction-text
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Aug 31, 2024
2 parents 9089b5c + 8956479 commit d45b58f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-07 03:52+0000\n"
"PO-Revision-Date: 2024-08-08 10:16+0000\n"
"PO-Revision-Date: 2024-08-30 14:16+0000\n"
"Last-Translator: Ryo Nakano <[email protected]>\n"
"Language-Team: Japanese <https://l10n.elementary.io/projects/installer/"
"installer/ja/>\n"
Expand Down Expand Up @@ -487,15 +487,14 @@ msgstr ""

#: src/Widgets/DecryptMenu.vala:66
msgid "Decrypt This Partition"
msgstr "このパーティションを復号化"
msgstr "このパーティションを復号"

#: src/Widgets/DecryptMenu.vala:70
msgid ""
"Enter the partition's encryption password and set a device name for the "
"decrypted partition."
msgstr ""
"パーティションの暗号化パスワードを入力し、復号化するパーティションのデバイス"
"名を選択してください。"
msgstr "パーティションの暗号化パスワードを入力し、復号するパーティションのデバイス名"
"を選択してください。"

#: src/Widgets/DecryptMenu.vala:83
msgid "Password:"
Expand All @@ -507,11 +506,11 @@ msgstr "デバイス名:"

#: src/Widgets/DecryptMenu.vala:109
msgid "Decrypt"
msgstr "復号化"
msgstr "復号"

#: src/Widgets/DecryptMenu.vala:183
msgid "LUKS volume was decrypted"
msgstr "LUKS ボリュームが復号化されました"
msgstr "LUKS ボリュームが復号されました"

#: src/Widgets/DiskBar.vala:82
#, c-format
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/Terminal.vala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Installer.Terminal : Gtk.Box {
hscrollbar_policy = NEVER,
min_content_height = 120
};
scrolled_window.get_style_context ().add_class (Granite.STYLE_CLASS_TERMINAL);
scrolled_window.add_css_class (Granite.STYLE_CLASS_TERMINAL);

append (scrolled_window);

Expand Down

0 comments on commit d45b58f

Please sign in to comment.