Files
ios-app/App/Resources/ja.lproj/Localizable.strings
T
Ben Hughes 46b52d3c75 Feature: user-selectable theme (#460)
* Fix #457 - Persist entry sorting preferences across app launches
Changed sorting state from @State to @AppStorage in EntriesView to ensure user preferences are saved to UserDefaults. Also made sorting criteria mutually exclusive for a better UX.

* Add option to pick theme (light/dark/auto).
Moved language files and other resources into a sub-folder to clean up the structure a little.

* use #EnvironmentObject
2026-02-25 21:28:46 +01:00

52 lines
1.5 KiB
Plaintext

// Common
"Submit" = "送信";
// Search
"Search" = "検索";
"Cancel" = "キャンセル";
"Add" = "追加";
"Back" = "戻る";
"Read" = "既読";
"Unread" = "未読";
// Picker
"All" = "全て";
"Logout" = "ログアウト";
"Bug report" = "バグを報告";
"About" = "アプリについて";
"Add entry" = "記事を追加";
"Entries" = "記事";
"Setting" = "設定";
// Menu
"Menu" = "メニュー";
"It seems impossible to make a payment." = "決済を行うことができないようです。";
// Entry
"Reading time %@" = "推定読書時間 %@";
"But you can contribute financially by making a donation whenever you want to support the project." = "しかし、このアプリが素晴らしいと思った場合は寄付をすることで、このプロジェクトを金銭的に支援することができます。";
"It is free and will remain so." = "このアプリは今後もずっと無料で利用可能です。";
// Tip View
"This application is developed on free time" = "このアプリは作製者の自由時間に開発されています。";
// PasteBoard View
"New url in pasteboard detected" = "クリップボードに新しい URL を検出しました";
"Made by Maxime Marinel @bourvill" = "作成者: Maxime Marinel @bourvill";
// About
"Project page" = "プロジェクトページ";
"Loading..." = "読み込み中...";
"Don" = "寄付";
"Starred" = "スター";
// Theme
"Appearance" = "外観";
"Theme" = "テーマ";
"Auto" = "自動";
"Light" = "ライト";
"Dark" = "ダーク";