Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Jul 22, 2024
2 parents efe2704 + a146306 commit 537b822
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/SingleTripInfo.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
}}
class="underline cursor-pointer text-sm text-gray-900 dark:text-gray-100 text-lg font-semibold py-2 lg:py-4 text-base lg:text-lg text-blue-500 dark:text-sky-300"
>
Hide previous stops
{$_("hidepreviousstops")}
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebarInternals.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,6 @@
<p class="text-gray-800 dark:text-gray-300">{$_('comingsoon')}</p>


<p class="text-xs md:text-sm text-gray-800 dark:text-gray-300">Catenary Maps {$_('softwareversion')} 2024-07-19 00:42Z</p>
<p class="text-xs md:text-sm text-gray-800 dark:text-gray-300">Catenary Maps {$_('softwareversion')} 2024-07-22 09:27Z</p>
</div>
{/if}
4 changes: 3 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,7 @@
"skipped": "Skipped",
"ontime": "On time",
"defaultlang": "Default language",
"showmylocation": "Show my location"
"showmylocation": "Show my location",
"hidepreviousstops": "Hide previous stops",
"showxpreviousstops_pt1": "Show"
}
4 changes: 3 additions & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,7 @@
"early": "Temprano",
"late": "Tarde",
"ontime": "A tiempo",
"defaultlang": "Idioma predeterminado"
"defaultlang": "Idioma predeterminado",
"hidepreviousstops": "Ocultar paradas anteriores",
"showxpreviousstops_pt1": "Mostrar"
}
4 changes: 3 additions & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@
"early": "Tôt",
"late": "Tard",
"ontime": "À l'heure",
"defaultlang": "Langage par défaut"
"defaultlang": "Langage par défaut",
"hidepreviousstops": "Masquer les arrêts précédents"

}
3 changes: 2 additions & 1 deletion src/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"early": "초반",
"late": "늦게",
"ontime": "정시에",
"defaultlang": "기본 설정 언어"
"defaultlang": "기본 설정 언어",
"hidepreviousstops": "이전 정류장 숨기기"
}
3 changes: 2 additions & 1 deletion src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"early": "",
"late": "",
"ontime": "准时",
"defaultlang": "默认语言"
"defaultlang": "默认语言",
"hidepreviousstops": "隐藏之前的站点"
}
3 changes: 2 additions & 1 deletion src/locales/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"departure": "離站",
"itemsselected": "選定項目",
"ontime": "準時",
"defaultlang": "預設語言"
"defaultlang": "預設語言",
"hidepreviousstops": "隱藏之前的停靠站"
}

0 comments on commit 537b822

Please sign in to comment.