Skip to content
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
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ qt6_add_resources(qsnapper "icons"

# 翻訳ファイルの設定
qt6_add_translations(qsnapper
TS_FILES translations/qsnapper_ja.ts
TS_FILES translations/qsnapper_ja.ts translations/qsnapper_de.ts
RESOURCE_PREFIX /i18n
)

Expand Down
8 changes: 8 additions & 0 deletions polkit/com.presire.qsnapper.policy
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
<action id="com.presire.qsnapper.list-snapshots">
<description>List system snapshots</description>
<description xml:lang="ja">システムスナップショットを一覧表示</description>
<description xml:lang="de">System Schnappschüsse auflisten</description>
<message>Authentication is required to list system snapshots</message>
<message xml:lang="ja">システムスナップショットを一覧表示するには認証が必要です</message>
<message xml:lang="de">Zur Auflistung von System-Snapshots ist eine Legitimierung erforderlich.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
Expand All @@ -20,8 +22,10 @@
<action id="com.presire.qsnapper.create-snapshot">
<description>Create a system snapshot</description>
<description xml:lang="ja">システムスナップショットを作成</description>
<description xml:lang="de">System Schnappschuss erzeugen</description>
<message>Authentication is required to create a system snapshot</message>
<message xml:lang="ja">システムスナップショットを作成するには認証が必要です</message>
<message xml:lang="de">Zur Erstellung eines System-Snapshots ist eine Legitimierung erforderlich.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
Expand All @@ -32,8 +36,10 @@
<action id="com.presire.qsnapper.delete-snapshot">
<description>Delete a system snapshot</description>
<description xml:lang="ja">システムスナップショットを削除</description>
<description xml:lang="de">System Schanppschuss löschen</description>
<message>Authentication is required to delete a system snapshot</message>
<message xml:lang="ja">システムスナップショットを削除するには認証が必要です</message>
<message xml:lang="de">Löschen eines System-Snapshots erfordert eine Legitimierung.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
Expand All @@ -44,8 +50,10 @@
<action id="com.presire.qsnapper.rollback-snapshot">
<description>Rollback to a system snapshot</description>
<description xml:lang="ja">システムスナップショットに復元</description>
<description xml:lang="de">Zurücksetzen auf einen System-Snapshot</description>
<message>Authentication is required to rollback to a system snapshot</message>
<message xml:lang="ja">システムスナップショットに復元するには認証が必要です</message>
<message xml:lang="de">Zurücksetzen auf einen System-Snapshot erfordert eine Legitimierung.</message>
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
Expand Down
4 changes: 3 additions & 1 deletion qsnapper.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Type=Application
Name=qSnapper
GenericName=Snapshot management tool
GenericName[de]=Schanppschuss Verwaltungstool
GenericName[ja]=スナップショット管理ツール
Comment[=GUI application for managing Btrfs/Snapper filesystem snapshots
Comment=GUI application for managing Btrfs/Snapper filesystem snapshots
Comment[de]=GUI zur Verwaltung von Btrfs/Snapper Schnappschüssen
Comment[ja]=Btrf/Snapperファイルシステムのスナップショットを管理するGUIアプリケーション
Exec=@CMAKE_INSTALL_FULL_BINDIR@/qsnapper %F
Icon=@CMAKE_INSTALL_FULL_DATADIR@/icons/hicolor/128x128/apps/qSnapper.png
Expand Down
Loading