Translated using Weblate (Japanese)

Currently translated at 29.6% (45 of 152 strings)

Translation: Catima/Android (Fastlane)
Translate-URL: https://hosted.weblate.org/projects/catima/fastlane/ja/
This commit is contained in:
Liner Seven
2025-10-11 02:04:27 +02:00
committed by Hosted Weblate
parent 45bf552eff
commit 7c6ce077c1
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- ID編集時、既存IDを初期値に事前入力。 (pull #94 (https://github.com/brarcher/loyalty-card-locker/pull/94))
- 生成バーコード幅を制限しメモリ使用量・不足エラーを削減。(pull #103 (https://github.com/brarcher/loyalty-card-locker/pull/103))
- カード編集時、既にIDがある場合は”作成”ボタンを”編集”へ変更。(pull #104 (https://github.com/brarcher/loyalty-card-locker/pull/104))
- 柔らかな配色でアプリアイコンと調和を図るとともに、カード表示レイアウトを整理。(pull #107 (https://github.com/brarcher/loyalty-card-locker/pull/107))
- 初回起動時の導入ウィザード追加。(pull #108 (https://github.com/brarcher/loyalty-card-locker/pull/108))

View File

@@ -0,0 +1,2 @@
- v0.11の変更でバーコード描画のメモリ使用量は削減されたものの、バーコードの寸法に影響がありました。メモリ使用量を削減しつつバーコードの寸法を維持するよう変更しました。(pull #126 (https://github.com/brarcher/loyalty-card-locker/pull/126))
- ドイツ語・フランス語の翻訳を更新。(pull #122 (https://github.com/brarcher/loyalty-card-locker/pull/122), pull #124 (https://github.com/brarcher/loyalty-card-locker/pull/124), pull #125 (https://github.com/brarcher/loyalty-card-locker/pull/125))

View File

@@ -0,0 +1,4 @@
- プレーンテキスト共有時のカード作成機能をサポート
- 画像下部へバーコードではなく画像形式を表示
- Nextcloudアプリからのバックアップインポート時にクラッシュする可能性を修正
- カメラ非搭載デバイス対応を改善

View File

@@ -0,0 +1,4 @@
- プレビューで長い店舗名は複数行の分割表示を可能に
- サムネイルメニューで前面/背面画像の選択オプションを追加
- インポート/エクスポートの軽微な修正
- UIの軽微な修正