Skip to content

Commit

Permalink
metadata layout
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrLevin committed Jan 15, 2025
1 parent b93d2bb commit f8cc403
Show file tree
Hide file tree
Showing 15 changed files with 4,999 additions and 4,695 deletions.
10 changes: 5 additions & 5 deletions lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,13 +468,13 @@
"transport_types.businessPlural": "Geschäftliche Reisen",
"transport_types.express": "Fernverkehr",
"transport_types.taxi": "Taxi",
"transport_types.national": "Fernverkehr (IC, EC, ...)",
"transport_types.nationalExpress": "Fernverkehr (ICE, ...)",
"transport_types.ferry": "Fähre",
"transport_types.national": "Intercity- und Eurocityzüge",
"transport_types.nationalExpress": "Hochgeschwindigkeitszüge",
"transport_types.regionalExp": "Interregio- und Schnellzüge",
"transport_types.ferry": "Schiffe",
"transport_types.private": "Private Reise",
"transport_types.privatePlural": "Private Reisen",
"transport_types.regional": "Regional",
"transport_types.regionalExp": "Regionalexpress",
"transport_types.regional": "Regionalzug",
"transport_types.suburban": "S-Bahn",
"transport_types.subway": "U-Bahn",
"transport_types.tram": "Tram",
Expand Down
1,084 changes: 541 additions & 543 deletions lang/de_by.json

Large diffs are not rendered by default.

836 changes: 416 additions & 420 deletions lang/de_he.json

Large diffs are not rendered by default.

1,656 changes: 828 additions & 828 deletions lang/en.json

Large diffs are not rendered by default.

1,650 changes: 823 additions & 827 deletions lang/es.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@
"status.visibility.0": "Public",
"status.visibility.3": "Privé",
"date-format": "DD/MM/YYYY",
"transport_types.regionalExp": "TER",
"status.visibility.1": "Non listé",
"status.visibility.3.detail": "Visible seulement pour toi",
"status.visibility.0.detail": "Visible pour tous, affiché sur le tableau de bord, avec les évènements, etc.",
Expand Down
1 change: 0 additions & 1 deletion lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@
"transport_types.private": "Viaggio privato",
"transport_types.privatePlural": "Viaggi privati",
"transport_types.regional": "Regionali",
"transport_types.regionalExp": "Regionale Veloce/Regioexpress",
"transport_types.suburban": "Treno suburbano",
"transport_types.subway": "Metropolitana",
"transport_types.tram": "Tram",
Expand Down
1 change: 0 additions & 1 deletion lang/nb_NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@
"transport_types.national": "Langdistansetransport (IC, EC, ...)",
"transport_types.nationalExpress": "Langdistansetransport (IC, EC, ...)",
"transport_types.regional": "regional",
"transport_types.regionalExp": "Regional Express",
"stats.personal": "Personlig statistikk fra :fromDate til :toDate",
"stats.global": "Global statistikk",
"stats.companies": "Trafikkfirma",
Expand Down
1,686 changes: 841 additions & 845 deletions lang/nl.json

Large diffs are not rendered by default.

1,342 changes: 669 additions & 673 deletions lang/pl.json

Large diffs are not rendered by default.

1,093 changes: 545 additions & 548 deletions lang/sv.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion lang/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"email.verification.btn": "Doğrulama bağlantısını almak için butona tıklayın.",
"empty-input-disable-function": "Fonksiyonu devre dışı bırakmak için bu bölümü boş bırakın.",
"date-format": "YYYY-AA-GG",
"transport_types.regionalExp": "Bölgesel Ekspres",
"auth.required": "Bu özelliği kullanmak için giriş yapmalısınız.",
"user.header-reset-pw": "Şifreyi Sıfırla",
"subject": "Konu",
Expand Down
3 changes: 2 additions & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import CheckinSuccessHelper from "../vue/components/CheckinSuccessHelper.vue";
import {i18nVue} from "laravel-vue-i18n";
import TagHelper from "../vue/components/TagHelper.vue";
import TripCreationForm from "../vue/components/TripCreation/TripCreationForm.vue";
import TripCreationPage from "../vue/components/TripCreation/TripCreationPage.vue";
import {createPinia} from 'pinia'
import piniaPluginPersistedsState from 'pinia-plugin-persistedstate'
import FriendCheckinSettings from "../vue/components/Settings/FriendCheckinSettings.vue";
Expand Down Expand Up @@ -106,7 +107,7 @@ document.addEventListener("DOMContentLoaded", function () {

if (document.getElementById("trip-creation-form")) {
const app6 = createApp({});
app6.component("TripCreationForm", TripCreationForm);
app6.component("TripCreationForm", TripCreationPage);
app6.use(i18nVue, i18nOptions);
app6.mount("#trip-creation-form");
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/beta/trip-creation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@section('title', 'Create trip manually')

@section('content')
<div id="trip-creation-form" class="container">
<div id="trip-creation-form" class="mx-0">
<trip-creation-form></trip-creation-form>
</div>
@endsection
Loading

0 comments on commit f8cc403

Please sign in to comment.