mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
Fixes #654
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
import ArrowLeftIcon from '~icons/mdi/arrow-left';
|
import ArrowLeftIcon from '~icons/mdi/arrow-left';
|
||||||
import RunFastIcon from '~icons/mdi/run-fast';
|
import RunFastIcon from '~icons/mdi/run-fast';
|
||||||
import LoadingIcon from '~icons/mdi/loading';
|
import LoadingIcon from '~icons/mdi/loading';
|
||||||
|
import InfoIcon from '~icons/mdi/information';
|
||||||
import UploadIcon from '~icons/mdi/upload';
|
import UploadIcon from '~icons/mdi/upload';
|
||||||
import FileIcon from '~icons/mdi/file';
|
import FileIcon from '~icons/mdi/file';
|
||||||
import CloseIcon from '~icons/mdi/close';
|
import CloseIcon from '~icons/mdi/close';
|
||||||
@@ -1535,6 +1536,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- if localStartDate and localEndDate are set, show a callout saying its not saved yet -->
|
||||||
|
{#if localStartDate || localEndDate}
|
||||||
|
<div class="alert alert-neutral">
|
||||||
|
<InfoIcon class="w-5 h-5" />
|
||||||
|
<div>
|
||||||
|
<div class="font-medium text-sm">{$t('adventures.dates_not_saved')}</div>
|
||||||
|
<div class="text-xs opacity-75">{$t('adventures.dates_not_saved_description')}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div class="flex gap-3 justify-end pt-4">
|
<div class="flex gap-3 justify-end pt-4">
|
||||||
<button class="btn btn-neutral-200 gap-2" on:click={handleBack}>
|
<button class="btn btn-neutral-200 gap-2" on:click={handleBack}>
|
||||||
<ArrowLeftIcon class="w-5 h-5" />
|
<ArrowLeftIcon class="w-5 h-5" />
|
||||||
|
|||||||
@@ -422,7 +422,9 @@
|
|||||||
"recorded_sessions": "جلسات مسجلة",
|
"recorded_sessions": "جلسات مسجلة",
|
||||||
"total_activities": "الأنشطة الكلية",
|
"total_activities": "الأنشطة الكلية",
|
||||||
"total_climbed": "مجموع تسلق",
|
"total_climbed": "مجموع تسلق",
|
||||||
"total_distance": "إجمالي المسافة"
|
"total_distance": "إجمالي المسافة",
|
||||||
|
"dates_not_saved": "زيارة لم تتم إضافتها بعد",
|
||||||
|
"dates_not_saved_description": "انقر فوق إضافة زيارة إلى حفظ"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "تأكيد كلمة المرور",
|
"confirm_password": "تأكيد كلمة المرور",
|
||||||
|
|||||||
@@ -423,7 +423,9 @@
|
|||||||
"recorded_sessions": "Aufgenommene Sitzungen",
|
"recorded_sessions": "Aufgenommene Sitzungen",
|
||||||
"total_activities": "Gesamtaktivitäten",
|
"total_activities": "Gesamtaktivitäten",
|
||||||
"total_climbed": "Total bestiegen",
|
"total_climbed": "Total bestiegen",
|
||||||
"total_distance": "Gesamtabstand"
|
"total_distance": "Gesamtabstand",
|
||||||
|
"dates_not_saved": "Besuchen Sie noch nicht hinzugefügt",
|
||||||
|
"dates_not_saved_description": "Klicken Sie auf Besuchen Sie, um sie zu speichern"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Entdecken, planen und erkunden Sie mühelos",
|
"desc_1": "Entdecken, planen und erkunden Sie mühelos",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -423,7 +423,9 @@
|
|||||||
"recorded_sessions": "Sessions enregistrées",
|
"recorded_sessions": "Sessions enregistrées",
|
||||||
"total_activities": "Activités totales",
|
"total_activities": "Activités totales",
|
||||||
"total_climbed": "Total grimpé",
|
"total_climbed": "Total grimpé",
|
||||||
"total_distance": "Distance totale"
|
"total_distance": "Distance totale",
|
||||||
|
"dates_not_saved": "Visitez non encore ajouté",
|
||||||
|
"dates_not_saved_description": "Cliquez sur Ajouter une visite pour enregistrer"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
||||||
|
|||||||
@@ -423,7 +423,9 @@
|
|||||||
"recorded_sessions": "Sessioni registrate",
|
"recorded_sessions": "Sessioni registrate",
|
||||||
"total_activities": "Attività totali",
|
"total_activities": "Attività totali",
|
||||||
"total_climbed": "Totale scalato",
|
"total_climbed": "Totale scalato",
|
||||||
"total_distance": "Distanza totale"
|
"total_distance": "Distanza totale",
|
||||||
|
"dates_not_saved": "Visitare non ancora aggiunto",
|
||||||
|
"dates_not_saved_description": "Fai clic su Aggiungi visita per salvare"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Scopri, pianifica ed esplora con facilità",
|
"desc_1": "Scopri, pianifica ed esplora con facilità",
|
||||||
|
|||||||
@@ -422,7 +422,9 @@
|
|||||||
"recorded_sessions": "録音されたセッション",
|
"recorded_sessions": "録音されたセッション",
|
||||||
"total_activities": "総アクティビティ",
|
"total_activities": "総アクティビティ",
|
||||||
"total_climbed": "総登り",
|
"total_climbed": "総登り",
|
||||||
"total_distance": "総距離"
|
"total_distance": "総距離",
|
||||||
|
"dates_not_saved": "まだ追加されていません",
|
||||||
|
"dates_not_saved_description": "[訪問の追加]をクリックして保存します"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "パスワードを認証する",
|
"confirm_password": "パスワードを認証する",
|
||||||
|
|||||||
@@ -423,7 +423,9 @@
|
|||||||
"recorded_sessions": "기록 된 세션",
|
"recorded_sessions": "기록 된 세션",
|
||||||
"total_activities": "총 활동",
|
"total_activities": "총 활동",
|
||||||
"total_climbed": "총계가 올라 갔다",
|
"total_climbed": "총계가 올라 갔다",
|
||||||
"total_distance": "총 거리"
|
"total_distance": "총 거리",
|
||||||
|
"dates_not_saved": "아직 추가되지 않았습니다",
|
||||||
|
"dates_not_saved_description": "저장을 위해 방문 추가를 클릭하십시오"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "비밀번호 확인",
|
"confirm_password": "비밀번호 확인",
|
||||||
|
|||||||
@@ -423,7 +423,9 @@
|
|||||||
"recorded_sessions": "Opgenomen sessies",
|
"recorded_sessions": "Opgenomen sessies",
|
||||||
"total_activities": "Totale activiteiten",
|
"total_activities": "Totale activiteiten",
|
||||||
"total_climbed": "Totaal geklommen",
|
"total_climbed": "Totaal geklommen",
|
||||||
"total_distance": "Totale afstand"
|
"total_distance": "Totale afstand",
|
||||||
|
"dates_not_saved": "Bezoek nog niet toegevoegd",
|
||||||
|
"dates_not_saved_description": "Klik op Bezoek toevoegen om op te slaan"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Ontdek, plan en verken met gemak",
|
"desc_1": "Ontdek, plan en verken met gemak",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -476,7 +476,9 @@
|
|||||||
"recorded_sessions": "Nagrane sesje",
|
"recorded_sessions": "Nagrane sesje",
|
||||||
"total_activities": "Całkowite działania",
|
"total_activities": "Całkowite działania",
|
||||||
"total_climbed": "Całkowita wspinana",
|
"total_climbed": "Całkowita wspinana",
|
||||||
"total_distance": "Całkowita odległość"
|
"total_distance": "Całkowita odległość",
|
||||||
|
"dates_not_saved": "Wizyta jeszcze nie dodana",
|
||||||
|
"dates_not_saved_description": "Kliknij Dodaj wizytę, aby zapisać"
|
||||||
},
|
},
|
||||||
"worldtravel": {
|
"worldtravel": {
|
||||||
"country_list": "Lista krajów",
|
"country_list": "Lista krajów",
|
||||||
|
|||||||
@@ -422,7 +422,9 @@
|
|||||||
"recorded_sessions": "Sessões gravadas",
|
"recorded_sessions": "Sessões gravadas",
|
||||||
"total_activities": "Atividades totais",
|
"total_activities": "Atividades totais",
|
||||||
"total_climbed": "Total escalou",
|
"total_climbed": "Total escalou",
|
||||||
"total_distance": "Distância total"
|
"total_distance": "Distância total",
|
||||||
|
"dates_not_saved": "Visite ainda não adicionado",
|
||||||
|
"dates_not_saved_description": "Clique em Adicionar visita para salvar"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "Confirme sua senha",
|
"confirm_password": "Confirme sua senha",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -423,7 +423,9 @@
|
|||||||
"recorded_sessions": "Inspelade sessioner",
|
"recorded_sessions": "Inspelade sessioner",
|
||||||
"total_activities": "Totala aktiviteter",
|
"total_activities": "Totala aktiviteter",
|
||||||
"total_climbed": "Total stigning",
|
"total_climbed": "Total stigning",
|
||||||
"total_distance": "Totalt avstånd"
|
"total_distance": "Totalt avstånd",
|
||||||
|
"dates_not_saved": "Besök ännu inte tillagd",
|
||||||
|
"dates_not_saved_description": "Klicka på Lägg till Besök för att spara"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Upptäck, planera och utforska med lätthet",
|
"desc_1": "Upptäck, planera och utforska med lätthet",
|
||||||
|
|||||||
@@ -476,7 +476,9 @@
|
|||||||
"recorded_sessions": "记录的会议",
|
"recorded_sessions": "记录的会议",
|
||||||
"total_activities": "总活动",
|
"total_activities": "总活动",
|
||||||
"total_climbed": "总攀登",
|
"total_climbed": "总攀登",
|
||||||
"total_distance": "总距离"
|
"total_distance": "总距离",
|
||||||
|
"dates_not_saved": "访问尚未添加",
|
||||||
|
"dates_not_saved_description": "点击添加访问以保存"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"forgot_password": "忘记密码?",
|
"forgot_password": "忘记密码?",
|
||||||
|
|||||||
Reference in New Issue
Block a user