Adding Birthday tracking feature - to compete with FamilyWall
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"shopping": "買い物",
|
||||
"notes": "メモ",
|
||||
"contacts": "連絡先",
|
||||
"birthdays": "誕生日",
|
||||
"budget": "家計",
|
||||
"settings": "設定",
|
||||
"main": "メインナビゲーション",
|
||||
@@ -757,6 +758,34 @@
|
||||
"placeholder": "検索…",
|
||||
"noResults": "結果が見つかりませんでした。"
|
||||
},
|
||||
"birthdays": {
|
||||
"title": "誕生日",
|
||||
"addButton": "誕生日を追加",
|
||||
"searchPlaceholder": "誕生日を検索…",
|
||||
"upcomingTitle": "次の誕生日",
|
||||
"upcomingHint": "次に祝う誕生日。すでにカレンダーに同期されています。",
|
||||
"peopleTitle": "人物",
|
||||
"peopleHint": "保存されたすべての誕生日を検索、確認、編集できます。",
|
||||
"emptyTitle": "まだ誕生日はありません",
|
||||
"emptyDescription": "誕生日を追加すると、カレンダーとリマインダーに表示されます。",
|
||||
"newTitle": "新しい誕生日",
|
||||
"editTitle": "誕生日を編集",
|
||||
"nameLabel": "名前",
|
||||
"birthDateLabel": "生年月日",
|
||||
"photoLabel": "プロフィール画像",
|
||||
"removePhoto": "画像を削除",
|
||||
"notesLabel": "メモ",
|
||||
"notesPlaceholder": "プレゼント案、好きなケーキ、家族メモ…",
|
||||
"calendarHint": "各誕生日は自動的にカレンダーとリマインダーシステムに追加されます。",
|
||||
"requiredFields": "名前と生年月日は必須です。",
|
||||
"createdToast": "誕生日を保存しました。",
|
||||
"updatedToast": "誕生日を更新しました。",
|
||||
"deletedToast": "誕生日を削除しました。",
|
||||
"deleteConfirm": "「{{name}}」の誕生日を削除しますか?",
|
||||
"ageNoteToday": "今日で{{age}}歳になります。",
|
||||
"ageNoteTomorrow": "明日で{{age}}歳になります。",
|
||||
"ageNoteDays": "{{days}}日後に{{age}}歳になります。"
|
||||
},
|
||||
"reminders": {
|
||||
"sectionTitle": "リマインダー",
|
||||
"enableLabel": "リマインダーを設定",
|
||||
|
||||
Reference in New Issue
Block a user