sgerp-frontend-lib 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants/timezones.d.ts +23 -0
- package/dist/constants/timezones.d.ts.map +1 -0
- package/dist/constants/timezones.js +107 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/locales/locale-server.d.ts +1 -1
- package/dist/locales/locale-server.d.ts.map +1 -1
- package/dist/locales/locale-server.js +5 -0
- package/dist/locales/locale.d.ts +1 -1
- package/dist/locales/locale.d.ts.map +1 -1
- package/dist/locales/locale.js +6 -2
- package/dist/locales/locale_en.d.ts.map +1 -1
- package/dist/locales/locale_en.js +77 -1
- package/dist/locales/locale_id.d.ts +2 -0
- package/dist/locales/locale_id.d.ts.map +1 -0
- package/dist/locales/locale_id.js +2473 -0
- package/dist/locales/locale_ja.d.ts.map +1 -1
- package/dist/locales/locale_ja.js +76 -1
- package/dist/locales/locale_ms.d.ts.map +1 -1
- package/dist/locales/locale_ms.js +60 -1
- package/dist/locales/locale_tl.d.ts +2 -0
- package/dist/locales/locale_tl.d.ts.map +1 -0
- package/dist/locales/locale_tl.js +1122 -0
- package/dist/markdown.d.ts +33 -0
- package/dist/markdown.d.ts.map +1 -0
- package/dist/markdown.js +117 -0
- package/dist/sgerp/collection.d.ts.map +1 -1
- package/dist/sgerp/collection.js +18 -4
- package/dist/sgerp/domains.d.ts +16 -2
- package/dist/sgerp/domains.d.ts.map +1 -1
- package/dist/sgerp/domains.js +47 -1
- package/dist/sgerp/hooks/use-selection-state.d.ts +37 -0
- package/dist/sgerp/hooks/use-selection-state.d.ts.map +1 -0
- package/dist/sgerp/hooks/use-selection-state.js +121 -0
- package/dist/sgerp/hooks/use-simulation-data.d.ts +105 -0
- package/dist/sgerp/hooks/use-simulation-data.d.ts.map +1 -0
- package/dist/sgerp/hooks/use-simulation-data.js +146 -0
- package/dist/sgerp/hooks/use-simulation-state.d.ts +80 -0
- package/dist/sgerp/hooks/use-simulation-state.d.ts.map +1 -0
- package/dist/sgerp/hooks/use-simulation-state.js +161 -0
- package/dist/sgerp/index.d.ts +24 -2
- package/dist/sgerp/index.d.ts.map +1 -1
- package/dist/sgerp/index.js +62 -2
- package/dist/sgerp/simulation-logic/fetchUtils.d.ts.map +1 -1
- package/dist/sgerp/simulation-logic/fetchUtils.js +2 -0
- package/dist/sgerp/simulation-logic/index.d.ts +3 -1
- package/dist/sgerp/simulation-logic/index.d.ts.map +1 -1
- package/dist/sgerp/simulation-logic/index.js +10 -1
- package/dist/sgerp/simulation-logic/liveUpdates.d.ts +102 -0
- package/dist/sgerp/simulation-logic/liveUpdates.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/liveUpdates.js +87 -0
- package/dist/sgerp/simulation-logic/prepareSimulationData.d.ts +36 -0
- package/dist/sgerp/simulation-logic/prepareSimulationData.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/prepareSimulationData.js +34 -0
- package/dist/sgerp/simulation-logic/routeCalculationUtils.d.ts +7 -1
- package/dist/sgerp/simulation-logic/routeCalculationUtils.d.ts.map +1 -1
- package/dist/sgerp/simulation-logic/routeCalculationUtils.js +81 -0
- package/dist/utils/countries.d.ts +15 -0
- package/dist/utils/countries.d.ts.map +1 -0
- package/dist/utils/countries.js +112 -0
- package/dist/utils.d.ts +3 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +8 -0
- package/dist/vrptoolbox/collection.d.ts +16 -0
- package/dist/vrptoolbox/collection.d.ts.map +1 -0
- package/dist/vrptoolbox/collection.js +62 -0
- package/dist/vrptoolbox/index.d.ts +6 -0
- package/dist/vrptoolbox/index.d.ts.map +1 -0
- package/dist/vrptoolbox/index.js +8 -0
- package/dist/vrptoolbox/types/job.d.ts +46 -0
- package/dist/vrptoolbox/types/job.d.ts.map +1 -0
- package/dist/vrptoolbox/types/job.js +5 -0
- package/package.json +7 -4
|
@@ -0,0 +1,1122 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.translations = void 0;
|
|
4
|
+
exports.translations = {
|
|
5
|
+
// SGERP Login
|
|
6
|
+
"sgerp_login.username": "Username",
|
|
7
|
+
"sgerp_login.password": "Password",
|
|
8
|
+
"sgerp_login.backend": "Backend",
|
|
9
|
+
"sgerp_login.username_placeholder": "Ilagay ang username",
|
|
10
|
+
"sgerp_login.password_placeholder": "Ilagay ang password",
|
|
11
|
+
"sgerp_login.backend_placeholder": "Pumili ng backend",
|
|
12
|
+
"sgerp_login.connect_button": "Kumonekta",
|
|
13
|
+
"sgerp_login.connecting_button": "Kumukonekta...",
|
|
14
|
+
"sgerp_login.error_fill_fields": "Pakipunan ang lahat ng field",
|
|
15
|
+
"sgerp_login.error_auth_failed": "Nabigo ang authentication",
|
|
16
|
+
"sgerp_login.error_failed_connect": "Hindi makakonekta",
|
|
17
|
+
"sgerp_login.success_connected": "Matagumpay na nakakonekta!",
|
|
18
|
+
"sgerp_login.backend_localhost": "Localhost",
|
|
19
|
+
"sgerp_login.backend_staging": "Staging",
|
|
20
|
+
"sgerp_login.backend_production": "Production",
|
|
21
|
+
// Environment Labels
|
|
22
|
+
"env.staging": "Staging",
|
|
23
|
+
"env.production": "Production",
|
|
24
|
+
"env.tcp": "TCP",
|
|
25
|
+
"env.ppe": "PPE",
|
|
26
|
+
// SGERP Autocomplete
|
|
27
|
+
"sgerp_autocomplete.no_results": "Walang resulta",
|
|
28
|
+
"sgerp_autocomplete.loading": "Naglo-load...",
|
|
29
|
+
"sgerp_autocomplete.select_first": "Pumili muna ng proyekto",
|
|
30
|
+
"sgerp_autocomplete.placeholder": "Maghanap...",
|
|
31
|
+
"sgerp_autocomplete.placeholder_project": "Maghanap ng proyekto...",
|
|
32
|
+
"sgerp_autocomplete.placeholder_user": "Maghanap ng user...",
|
|
33
|
+
"sgerp_autocomplete.placeholder_simulation": "Maghanap ng simulation...",
|
|
34
|
+
"sgerp_autocomplete.placeholder_vehicle": "Maghanap ng sasakyan...",
|
|
35
|
+
"sgerp_autocomplete.placeholder_vehicletype": "Maghanap ng uri ng sasakyan...",
|
|
36
|
+
"sgerp_autocomplete.placeholder_booking": "Maghanap ng booking...",
|
|
37
|
+
"sgerp_autocomplete.placeholder_node": "Maghanap ng node...",
|
|
38
|
+
"sgerp_autocomplete.placeholder_projectmember": "Maghanap ng miyembro...",
|
|
39
|
+
"sgerp_autocomplete.placeholder_passenger": "Maghanap ng pasahero...",
|
|
40
|
+
"sgerp_autocomplete.search_by_name": "Maghanap gamit ang pangalan...",
|
|
41
|
+
"sgerp_autocomplete.placeholder_template": "Pumili ng template...",
|
|
42
|
+
// Navbar
|
|
43
|
+
"navbar.documentation": "Dokumentasyon",
|
|
44
|
+
"navbar.try_it_out": "Subukan",
|
|
45
|
+
// Docs Navigation
|
|
46
|
+
"docs.nav.getting_started": "Pagsisimula",
|
|
47
|
+
"docs.nav.guides": "Mga Gabay",
|
|
48
|
+
"docs.nav.components": "Mga Bahagi",
|
|
49
|
+
"docs.nav.example_apps": "Mga Halimbawang App",
|
|
50
|
+
"docs.nav.pages_for_apps": "Mga Pahina para sa Apps",
|
|
51
|
+
"docs.nav.predefined_tables": "Mga Naka-define na Talahanayan",
|
|
52
|
+
"docs.nav.editors": "Mga Editor",
|
|
53
|
+
"docs.nav.api_reference": "Sanggunian ng API",
|
|
54
|
+
"docs.nav.try_it_out": "Subukan",
|
|
55
|
+
"docs.nav.installation": "Pag-install",
|
|
56
|
+
"docs.nav.configuration": "Pagsasaayos",
|
|
57
|
+
"docs.nav.using_with_react": "Paggamit sa React",
|
|
58
|
+
"docs.nav.language_selector": "Pumili ng Wika",
|
|
59
|
+
"docs.nav.sgerp_login": "SGERP Login",
|
|
60
|
+
"docs.nav.sgerp_autocomplete": "SGERP Autocomplete",
|
|
61
|
+
"docs.nav.sgerp_multiselect": "SGERP Multiselect",
|
|
62
|
+
"docs.nav.sgerp_table": "SGERP Table",
|
|
63
|
+
"docs.nav.sgerp_map": "SGERP Map",
|
|
64
|
+
"docs.nav.async_cell": "Async Cell",
|
|
65
|
+
"docs.nav.simulation_calendar": "Kalendaryo ng Simulation",
|
|
66
|
+
"docs.nav.simulation_filters": "Mga Filter ng Simulation",
|
|
67
|
+
"docs.nav.track_player": "Track Player",
|
|
68
|
+
"docs.nav.people_transport": "Transportasyon ng Tao",
|
|
69
|
+
"docs.nav.overview": "Pangkalahatang-ideya",
|
|
70
|
+
"docs.nav.simulation_detail": "Detalye ng Simulation",
|
|
71
|
+
"docs.nav.services_page": "Pahina ng Serbisyo",
|
|
72
|
+
"docs.nav.templates_page": "Pahina ng Template",
|
|
73
|
+
"docs.nav.drivers_page": "Pahina ng Driver",
|
|
74
|
+
"docs.nav.notifications_page": "Pahina ng Notipikasyon",
|
|
75
|
+
"docs.nav.passengers_page": "Pahina ng Pasahero",
|
|
76
|
+
"docs.nav.passenger_detail": "Detalye ng Pasahero",
|
|
77
|
+
"docs.nav.project_table": "Talahanayan ng Proyekto",
|
|
78
|
+
"docs.nav.vehicletype_table": "Talahanayan ng Uri ng Sasakyan",
|
|
79
|
+
"docs.nav.vehicle_table": "Talahanayan ng Sasakyan",
|
|
80
|
+
"docs.nav.booking_table": "Talahanayan ng Booking",
|
|
81
|
+
"docs.nav.passenger_table": "Talahanayan ng Pasahero",
|
|
82
|
+
"docs.nav.ticket_table": "Talahanayan ng Tiket",
|
|
83
|
+
"docs.nav.node_table": "Talahanayan ng Node",
|
|
84
|
+
"docs.nav.driver_table": "Talahanayan ng Driver",
|
|
85
|
+
"docs.nav.operationslocation_table": "Talahanayan ng Lokasyon",
|
|
86
|
+
"docs.nav.operationslocationgroup_table": "Talahanayan ng Grupo ng Lokasyon",
|
|
87
|
+
"docs.nav.transaction_table": "Talahanayan ng Transaksyon",
|
|
88
|
+
"docs.nav.simulation_table": "Talahanayan ng Simulation",
|
|
89
|
+
"docs.nav.notifications_table": "Talahanayan ng Notipikasyon",
|
|
90
|
+
"docs.nav.services_table": "Talahanayan ng Serbisyo",
|
|
91
|
+
"docs.nav.templates_table": "Talahanayan ng Template",
|
|
92
|
+
"docs.nav.project_editor": "Editor ng Proyekto",
|
|
93
|
+
"docs.nav.vehicletype_editor": "Editor ng Uri ng Sasakyan",
|
|
94
|
+
"docs.nav.driver_drawer": "Drawer ng Driver",
|
|
95
|
+
"docs.nav.notification_drawer": "Drawer ng Notipikasyon",
|
|
96
|
+
"docs.nav.connections": "Mga Koneksyon",
|
|
97
|
+
"docs.nav.collections": "Mga Koleksyon",
|
|
98
|
+
"docs.nav.user_api": "User API",
|
|
99
|
+
"docs.nav.project_api": "Project API",
|
|
100
|
+
"docs.nav.simulation_api": "Simulation API",
|
|
101
|
+
"docs.nav.vehicle_api": "Vehicle API",
|
|
102
|
+
"docs.nav.vehicletype_api": "Vehicle Type API",
|
|
103
|
+
"docs.nav.booking_api": "Booking API",
|
|
104
|
+
"docs.nav.passenger_api": "Passenger API",
|
|
105
|
+
"docs.nav.ticket_api": "Ticket API",
|
|
106
|
+
"docs.nav.smsscheduled_table": "Talahanayan ng Naka-iskedyul na SMS",
|
|
107
|
+
// Tables - Column Labels
|
|
108
|
+
"column.id": "ID",
|
|
109
|
+
"column.name": "Pangalan",
|
|
110
|
+
"column.email": "Email",
|
|
111
|
+
"column.phone": "Telepono",
|
|
112
|
+
"column.created": "Nilikha",
|
|
113
|
+
"column.created_at": "Nilikha noong",
|
|
114
|
+
"column.updated_at": "Na-update noong",
|
|
115
|
+
"column.is_active": "Aktibo",
|
|
116
|
+
"column.is_invalidated": "Di-balido",
|
|
117
|
+
"column.project": "Proyekto",
|
|
118
|
+
"column.simulation": "Simulation",
|
|
119
|
+
"column.vehicle": "Sasakyan",
|
|
120
|
+
"column.vehicle_type": "Uri ng Sasakyan",
|
|
121
|
+
"column.driver": "Driver",
|
|
122
|
+
"column.passenger": "Pasahero",
|
|
123
|
+
"column.booking": "Booking",
|
|
124
|
+
"column.state": "Katayuan",
|
|
125
|
+
"column.status": "Katayuan",
|
|
126
|
+
"column.start_time": "Oras ng Pagsisimula",
|
|
127
|
+
"column.end_time": "Oras ng Pagtatapos",
|
|
128
|
+
"column.pickup_time": "Oras ng Pag-pick up",
|
|
129
|
+
"column.dropoff_time": "Oras ng Pag-drop off",
|
|
130
|
+
"column.pickup_location": "Lokasyon ng Pag-pick up",
|
|
131
|
+
"column.dropoff_location": "Lokasyon ng Pag-drop off",
|
|
132
|
+
"column.capacity": "Kapasidad",
|
|
133
|
+
"column.color": "Kulay",
|
|
134
|
+
"column.registration_number": "Numero ng Rehistrasyon",
|
|
135
|
+
"column.description": "Paglalarawan",
|
|
136
|
+
"column.code": "Code",
|
|
137
|
+
"column.address": "Address",
|
|
138
|
+
"column.group": "Grupo",
|
|
139
|
+
"column.timezone": "Timezone",
|
|
140
|
+
"column.algorithm_type": "Uri ng Algorithm",
|
|
141
|
+
"column.simulation_mode": "Mode ng Simulation",
|
|
142
|
+
"column.template": "Template",
|
|
143
|
+
"column.is_template": "Template ba",
|
|
144
|
+
"column.booking_start_time": "Oras ng Simula ng Booking",
|
|
145
|
+
"column.booking_end_time": "Oras ng Tapos ng Booking",
|
|
146
|
+
"column.gps_modified_at": "GPS Na-update noong",
|
|
147
|
+
"column.actions": "Mga Aksyon",
|
|
148
|
+
"column.details": "Mga Detalye",
|
|
149
|
+
"column.trip_id": "Trip ID",
|
|
150
|
+
"column.service_number": "Service Number",
|
|
151
|
+
"column.shift_id": "Shift ID",
|
|
152
|
+
"column.current_location": "Kasalukuyang Lokasyon",
|
|
153
|
+
"column.message": "Mensahe",
|
|
154
|
+
"column.scheduled_at": "Naka-iskedyul noong",
|
|
155
|
+
"column.sent_at": "Naipadala noong",
|
|
156
|
+
"column.access_to_projects": "Access sa mga Proyekto",
|
|
157
|
+
"column.bookings_opened": "Mga Booking ay Bukas",
|
|
158
|
+
"column.is_currently_operation_time": "Oras ng Operasyon Ngayon",
|
|
159
|
+
"column.mileage": "Mileage",
|
|
160
|
+
"column.travel_time": "Oras ng Biyahe",
|
|
161
|
+
"column.bookings_total": "Kabuuan",
|
|
162
|
+
"column.bookings_assigned": "Naka-assign",
|
|
163
|
+
"column.bookings_enroute": "On the Way",
|
|
164
|
+
"column.bookings_completed": "Nakumpleto",
|
|
165
|
+
// Tables - Filter Labels
|
|
166
|
+
"filter.search": "Maghanap",
|
|
167
|
+
"filter.project": "Proyekto",
|
|
168
|
+
"filter.simulation": "Simulation",
|
|
169
|
+
"filter.vehicle": "Sasakyan",
|
|
170
|
+
"filter.vehicle_type": "Uri ng Sasakyan",
|
|
171
|
+
"filter.driver": "Driver",
|
|
172
|
+
"filter.passenger": "Pasahero",
|
|
173
|
+
"filter.organization": "Organisasyon",
|
|
174
|
+
"filter.state": "Katayuan",
|
|
175
|
+
"filter.status": "Katayuan",
|
|
176
|
+
"filter.is_active": "Aktibo",
|
|
177
|
+
"filter.is_template": "Template",
|
|
178
|
+
"filter.algorithm_type": "Uri ng Algorithm",
|
|
179
|
+
"filter.simulation_mode": "Mode ng Simulation",
|
|
180
|
+
"filter.activity": "Aktibidad",
|
|
181
|
+
"filter.activity_all": "Lahat",
|
|
182
|
+
"filter.activity_past": "Nakaraan",
|
|
183
|
+
"filter.activity_future": "Hinaharap",
|
|
184
|
+
"filter.activity_booking_started": "Nagsimula na ang Booking",
|
|
185
|
+
"filter.placeholder_project": "Maghanap ng proyekto...",
|
|
186
|
+
"filter.placeholder_simulation": "Maghanap ng simulation...",
|
|
187
|
+
"filter.placeholder_vehicle": "Maghanap ng sasakyan...",
|
|
188
|
+
"filter.placeholder_vehicle_type": "Maghanap ng uri ng sasakyan...",
|
|
189
|
+
"filter.placeholder_driver": "Maghanap ng driver...",
|
|
190
|
+
"filter.placeholder_passenger": "Maghanap ng pasahero...",
|
|
191
|
+
"filter.placeholder_group": "I-filter ayon sa grupo...",
|
|
192
|
+
"filter.placeholder_state": "Pumili ng katayuan...",
|
|
193
|
+
"filter.clear": "I-clear",
|
|
194
|
+
"filter.apply": "Ilapat",
|
|
195
|
+
"filter.reset": "I-reset",
|
|
196
|
+
"filter.timezone": "Timezone",
|
|
197
|
+
"filter.placeholder_timezone": "I-filter ayon sa timezone",
|
|
198
|
+
"filter.select_all": "Piliin Lahat",
|
|
199
|
+
"filter.clear_all": "I-clear Lahat",
|
|
200
|
+
"filter.no_matches": "Walang nahanap",
|
|
201
|
+
"filter.selected": "napili",
|
|
202
|
+
"filter.date_from": "Mula",
|
|
203
|
+
"filter.date_to": "Hanggang",
|
|
204
|
+
"filter.select_date": "Pumili ng petsa",
|
|
205
|
+
"filter.no_date_range": "Walang saklaw ng petsa",
|
|
206
|
+
// Tables - General
|
|
207
|
+
"table.no_data": "Walang data",
|
|
208
|
+
"table.loading": "Naglo-load...",
|
|
209
|
+
"table.error": "Error sa paglo-load ng data",
|
|
210
|
+
"table.rows_per_page": "Mga row bawat pahina",
|
|
211
|
+
"table.page": "Pahina",
|
|
212
|
+
"table.of": "ng",
|
|
213
|
+
"table.selected": "Napili",
|
|
214
|
+
"table.select_all": "Piliin lahat",
|
|
215
|
+
"table.deselect_all": "I-deselect lahat",
|
|
216
|
+
"table.actions": "Mga Aksyon",
|
|
217
|
+
"table.edit": "I-edit",
|
|
218
|
+
"table.delete": "Tanggalin",
|
|
219
|
+
"table.view": "Tingnan",
|
|
220
|
+
"table.search_placeholder": "Maghanap sa talahanayan...",
|
|
221
|
+
"table.filter": "I-filter",
|
|
222
|
+
"table.sort": "I-sort",
|
|
223
|
+
"table.columns": "Mga Column",
|
|
224
|
+
"table.show_hide_columns": "Ipakita/Itago ang mga Column",
|
|
225
|
+
"table.export": "I-export",
|
|
226
|
+
"table.refresh": "I-refresh",
|
|
227
|
+
"table.fullscreen": "Fullscreen",
|
|
228
|
+
"table.exit_fullscreen": "Lumabas sa Fullscreen",
|
|
229
|
+
"table.showing_items": "Nagpapakita ng {showing} sa {total} na item",
|
|
230
|
+
// PT App
|
|
231
|
+
"ptapp.title": "Pamamahala ng PT",
|
|
232
|
+
"ptapp.login_required": "Mangyaring mag-login para ma-access ang Pamamahala ng PT",
|
|
233
|
+
"ptapp.header": "Pamamahala ng Pampublikong Transportasyon",
|
|
234
|
+
"ptapp.back_to_docs": "← Bumalik sa Dokumentasyon",
|
|
235
|
+
"ptapp.nav.passengers": "Mga Pasahero",
|
|
236
|
+
"ptapp.nav.drivers": "Mga Driver",
|
|
237
|
+
"ptapp.nav.notifications": "Mga Notipikasyon",
|
|
238
|
+
"ptapp.nav.geofences": "Mga Geofence",
|
|
239
|
+
"ptapp.nav.services": "Mga Serbisyo",
|
|
240
|
+
"ptapp.nav.templates": "Mga Template",
|
|
241
|
+
"ptapp.nav.pricings": "Mga Patakaran sa Presyo",
|
|
242
|
+
"ptapp.nav.transitstopsets": "Mga Set ng Transit Stop",
|
|
243
|
+
"ptapp.nav.trips": "Mga Biyahe",
|
|
244
|
+
"ptapp.nav.new_booking": "Bagong Booking",
|
|
245
|
+
"ptapp.simulation.vehicles": "Mga Sasakyan",
|
|
246
|
+
"ptapp.simulation.bookings": "Mga Booking",
|
|
247
|
+
"ptapp.passengers.title": "Mga Pasahero",
|
|
248
|
+
"ptapp.passengers.description": "Pamahalaan ang impormasyon ng mga pasahero",
|
|
249
|
+
"ptapp.passengers.back_to_list": "Bumalik sa Mga Pasahero",
|
|
250
|
+
"ptapp.passengers.personal_info": "Personal na Impormasyon",
|
|
251
|
+
"ptapp.passengers.bookings": "Mga Booking",
|
|
252
|
+
"ptapp.passengers.transactions": "Mga Transaksyon",
|
|
253
|
+
"ptapp.passengers.gender": "Kasarian",
|
|
254
|
+
"ptapp.passengers.date_of_birth": "Petsa ng Kapanganakan",
|
|
255
|
+
"ptapp.passengers.contact_no": "Contact Number",
|
|
256
|
+
"ptapp.drivers.title": "Mga Driver",
|
|
257
|
+
"ptapp.drivers.description": "Pamahalaan ang impormasyon ng mga driver",
|
|
258
|
+
"ptapp.notifications.title": "Mga Notipikasyon",
|
|
259
|
+
"ptapp.notifications.description": "Naka-iskedyul na mga SMS notification",
|
|
260
|
+
"ptapp.services.title": "Mga Serbisyo",
|
|
261
|
+
"ptapp.services.description": "Tunay na mga operasyon ng simulation",
|
|
262
|
+
"ptapp.templates.title": "Mga Template",
|
|
263
|
+
"ptapp.templates.description": "Mga template ng simulation para sa paggawa ng bagong serbisyo",
|
|
264
|
+
"ptapp.pricings.title": "Mga Patakaran sa Presyo",
|
|
265
|
+
"ptapp.pricings.description": "Pamahalaan ang mga patakaran at pricing para sa iyong mga serbisyo",
|
|
266
|
+
"ptapp.pricings.coming_soon": "Pamamahala ng pricing ay paparating na",
|
|
267
|
+
"ptapp.transitstopsets.title": "Mga Set ng Transit Stop",
|
|
268
|
+
"ptapp.transitstopsets.description": "Pamahalaan ang mga set ng transit stop at mga filter",
|
|
269
|
+
// Passenger
|
|
270
|
+
"passenger.create_passenger": "Gumawa ng Pasahero",
|
|
271
|
+
"passenger.edit_passenger": "I-edit ang Pasahero",
|
|
272
|
+
"passenger.create_description": "Gumawa ng bagong account ng pasahero",
|
|
273
|
+
"passenger.edit_description": "I-update ang impormasyon ng pasahero",
|
|
274
|
+
"passenger.name_placeholder": "Ilagay ang pangalan ng pasahero",
|
|
275
|
+
"passenger.email_placeholder": "Ilagay ang email address",
|
|
276
|
+
"passenger.phone_placeholder": "Ilagay ang numero ng telepono",
|
|
277
|
+
"passenger.gender_placeholder": "Pumili ng kasarian",
|
|
278
|
+
"passenger.birth_date_placeholder": "Pumili ng petsa ng kapanganakan",
|
|
279
|
+
"passenger.additional_info": "Karagdagang Impormasyon",
|
|
280
|
+
"passenger.saving": "Sine-save...",
|
|
281
|
+
"passenger.create_button": "Gumawa ng Pasahero",
|
|
282
|
+
"passenger.update_button": "I-update ang Pasahero",
|
|
283
|
+
// Import Passengers
|
|
284
|
+
"import.passengers.button": "Mag-import ng mga Pasahero",
|
|
285
|
+
"import.passengers.title": "Mag-import ng mga Pasahero",
|
|
286
|
+
"import.passengers.description": "Mag-import ng mga pasahero mula sa CSV file",
|
|
287
|
+
"import.passengers.template_hint": "Hindi sigurado sa format? I-download ang template para magsimula.",
|
|
288
|
+
"import.passengers.download_template": "I-download ang CSV Template",
|
|
289
|
+
"import.passengers.select_file": "Pumili ng File",
|
|
290
|
+
"import.passengers.preview_hint": "I-review at i-edit ang iyong data bago mag-upload",
|
|
291
|
+
"import.passengers.rows": "mga row",
|
|
292
|
+
"import.passengers.add_row": "Magdagdag ng Row",
|
|
293
|
+
"import.passengers.upload": "I-upload",
|
|
294
|
+
"import.passengers.uploading": "Nag-uupload ng mga pasahero...",
|
|
295
|
+
"import.passengers.error.empty_file": "Walang laman ang file o walang data rows.",
|
|
296
|
+
"import.passengers.error.parse_failed": "Hindi ma-parse ang CSV file.",
|
|
297
|
+
"import.passengers.result.success_message": "Matagumpay na na-import!",
|
|
298
|
+
"import.passengers.result.passengers_created": "mga pasahero ang nagawa",
|
|
299
|
+
"import.passengers.result.breakdown": "Detalye ng Import",
|
|
300
|
+
"import.passengers.result.loaded": "Na-load",
|
|
301
|
+
"import.passengers.result.created": "Matagumpay na Nagawa",
|
|
302
|
+
"import.passengers.result.errors": "Mga Error",
|
|
303
|
+
"import.passengers.result.duplicates": "Mga Duplicate",
|
|
304
|
+
"import.passengers.result.total_rows": "Kabuuang Rows",
|
|
305
|
+
"import.passengers.result.error_details_title": "Detalye ng Error",
|
|
306
|
+
"import.passengers.result.row": "Row",
|
|
307
|
+
"import.passengers.result.more_errors": "...at {count} pang mga error",
|
|
308
|
+
"import.passengers.download_error_report": "I-download ang Error Report",
|
|
309
|
+
"import.passengers.show_uploaded": "Ipakita ang Mga Na-upload na Pasahero",
|
|
310
|
+
"import.passengers.error.invalid_file_type": "Invalid na uri ng file. Mangyaring mag-upload ng CSV file.",
|
|
311
|
+
"import.passengers.error.file_too_large": "Masyadong malaki ang file. Maximum size ay 30MB.",
|
|
312
|
+
"import.passengers.error.upload_failed": "Hindi nag-upload. Mangyaring subukan muli.",
|
|
313
|
+
// Pricing
|
|
314
|
+
"pricing.drawer_description": "I-configure ang mga detalye ng pricing policy",
|
|
315
|
+
"pricing.create_title": "Gumawa ng Pricing Policy",
|
|
316
|
+
"pricing.edit_title": "I-edit ang Pricing Policy",
|
|
317
|
+
"pricing.view_title": "Pricing Policy",
|
|
318
|
+
"pricing.save": "I-save ang Pricing",
|
|
319
|
+
"pricing.saving": "Sine-save...",
|
|
320
|
+
"pricing.cancel": "Kanselahin",
|
|
321
|
+
"pricing.edit": "I-edit",
|
|
322
|
+
"pricing.basic_info": "Pangunahing Impormasyon",
|
|
323
|
+
"pricing.name_label": "Pangalan",
|
|
324
|
+
"pricing.name_placeholder": "Ilagay ang pangalan ng pricing policy",
|
|
325
|
+
"pricing.currency_label": "Currency",
|
|
326
|
+
"pricing.currency_placeholder": "Pumili ng currency",
|
|
327
|
+
"pricing.currency_sgd": "SGD - Singapore Dollar",
|
|
328
|
+
"pricing.currency_usd": "USD - US Dollar",
|
|
329
|
+
"pricing.currency_jpy": "JPY - Japanese Yen",
|
|
330
|
+
"pricing.variability_label": "Variability",
|
|
331
|
+
"pricing.variability_placeholder": "Pumili ng variability",
|
|
332
|
+
"pricing.variability_exact": "Eksakto",
|
|
333
|
+
"pricing.variability_approximate": "Tinatayang",
|
|
334
|
+
"pricing.variability_range": "Saklaw",
|
|
335
|
+
"pricing.strategy_help": "Linear strategy lang ang kasalukuyang suportado",
|
|
336
|
+
"pricing.payment_methods": "Mga Paraan ng Pagbabayad",
|
|
337
|
+
"pricing.payment_methods_customer": "Mga Paraan ng Pagbabayad ng Customer",
|
|
338
|
+
"pricing.payment_methods_operator": "Mga Paraan ng Pagbabayad ng Operator",
|
|
339
|
+
"pricing.payment_method_type": "Uri ng Paraan",
|
|
340
|
+
"pricing.payment_provider": "Provider",
|
|
341
|
+
"pricing.add_payment_method": "Magdagdag ng Paraan ng Pagbabayad",
|
|
342
|
+
"pricing.payment_type_cash": "Cash",
|
|
343
|
+
"pricing.payment_type_card": "Card",
|
|
344
|
+
"pricing.payment_type_wallet": "Wallet",
|
|
345
|
+
"pricing.provider_internal": "Internal",
|
|
346
|
+
"pricing.provider_stripe": "Stripe",
|
|
347
|
+
"pricing.provider_opal": "Opal",
|
|
348
|
+
"pricing.tickets_configuration": "Configuration ng mga Tiket",
|
|
349
|
+
"pricing.add_section": "Magdagdag ng Section",
|
|
350
|
+
"pricing.section_items": "Mga Item ng Section",
|
|
351
|
+
"pricing.add_item": "Magdagdag ng Item",
|
|
352
|
+
"pricing.section_constraints_min_demand": "Minimum Total Demand",
|
|
353
|
+
"pricing.section_constraints_help": "Minimum total demand na kailangan para sa section na ito",
|
|
354
|
+
"pricing.section_title": "Titulo ng Section",
|
|
355
|
+
"pricing.section_constraints": "Mga Hadlang ng Section",
|
|
356
|
+
"pricing.total_minimum_demand": "Kabuuang Minimum Demand",
|
|
357
|
+
"pricing.add_ticket_item": "Magdagdag ng Ticket Item",
|
|
358
|
+
"pricing.item_ticket_type": "Uri ng Tiket",
|
|
359
|
+
"pricing.item_name_en": "Pangalan ng Item (Ingles)",
|
|
360
|
+
"pricing.item_name_ja": "Pangalan ng Item (Hapon)",
|
|
361
|
+
"pricing.ticket_type": "Uri ng Tiket",
|
|
362
|
+
"pricing.ticket_passenger": "Pasahero",
|
|
363
|
+
"pricing.ticket_passenger_child": "Batang Pasahero",
|
|
364
|
+
"pricing.ticket_passenger_baby": "Sanggol na Pasahero",
|
|
365
|
+
"pricing.ticket_wheelchair": "Wheelchair",
|
|
366
|
+
"pricing.ticket_wheelchair_child": "Wheelchair para sa Bata",
|
|
367
|
+
"pricing.ticket_wheelchair_baby": "Wheelchair para sa Sanggol",
|
|
368
|
+
"pricing.ticket_bicycle": "Bisikleta",
|
|
369
|
+
"pricing.ticket_stroller": "Stroller",
|
|
370
|
+
"pricing.ticket_luggage": "Bagahe",
|
|
371
|
+
"pricing.max": "Max",
|
|
372
|
+
"pricing.require_driver_verification": "Kailangan ng Verification ng Driver",
|
|
373
|
+
"pricing.title_en": "Titulo (Ingles)",
|
|
374
|
+
"pricing.title_ja": "Titulo (Hapon)",
|
|
375
|
+
"pricing.subtitle_en": "Subtitle (Ingles)",
|
|
376
|
+
"pricing.subtitle_ja": "Subtitle (Hapon)",
|
|
377
|
+
"pricing.description_en": "Paglalarawan (Ingles)",
|
|
378
|
+
"pricing.description_ja": "Paglalarawan (Hapon)",
|
|
379
|
+
"pricing.format_rounding": "Format at Rounding",
|
|
380
|
+
"pricing.format": "Format ng Presyo",
|
|
381
|
+
"pricing.format_help": "Gamitin ang {value} bilang placeholder. Halimbawa: ฿{value} o {value} THB",
|
|
382
|
+
"pricing.format_localized": "Localized na Format",
|
|
383
|
+
"pricing.format_localized_help": "Opsyonal: I-override ang format para sa specific na wika",
|
|
384
|
+
"pricing.format_localized_en": "Ingles (en)",
|
|
385
|
+
"pricing.format_localized_ja": "Hapon (ja)",
|
|
386
|
+
"pricing.rounding_strategy": "Diskarte sa Rounding",
|
|
387
|
+
"pricing.minimal_unit": "Minimal Unit",
|
|
388
|
+
"pricing.minimal_unit_label": "Minimal Unit",
|
|
389
|
+
"pricing.minimal_unit_placeholder": "Pumili ng minimal unit",
|
|
390
|
+
"pricing.minimal_unit_cent": "Cent",
|
|
391
|
+
"pricing.minimal_unit_integer": "Integer",
|
|
392
|
+
"pricing.round_to": "I-round To",
|
|
393
|
+
"pricing.round_to_placeholder": "Pumili ng round to",
|
|
394
|
+
"pricing.round_to_ten": "Ten",
|
|
395
|
+
"pricing.round_to_one": "One",
|
|
396
|
+
"pricing.round_to_tencent": "Ten Cent",
|
|
397
|
+
"pricing.round_to_cent": "Cent",
|
|
398
|
+
"pricing.round_function": "Round Function",
|
|
399
|
+
"pricing.round_function_placeholder": "Pumili ng round function",
|
|
400
|
+
"pricing.round_function_round": "Round",
|
|
401
|
+
"pricing.round_function_floor": "Floor",
|
|
402
|
+
"pricing.round_function_ceil": "Ceil",
|
|
403
|
+
"pricing.round_floor": "Floor",
|
|
404
|
+
"pricing.round_round": "Round",
|
|
405
|
+
"pricing.round_ceil": "Ceil",
|
|
406
|
+
"pricing.discounts": "Mga Diskwento",
|
|
407
|
+
"pricing.payment_method_discounts": "Mga Diskwento sa Paraan ng Pagbabayad",
|
|
408
|
+
"pricing.organization_discounts": "Mga Diskwento ng Organisasyon",
|
|
409
|
+
"pricing.add_discount": "Magdagdag ng Diskwento",
|
|
410
|
+
"pricing.discount_kind": "Formula ng Diskwento",
|
|
411
|
+
"pricing.discount_kind_percent_lower": "Percent Lower",
|
|
412
|
+
"pricing.discount_kind_percent_upper": "Percent Upper",
|
|
413
|
+
"pricing.discount_kind_linear": "Linear",
|
|
414
|
+
"pricing.discount_percent_lower": "Percent Lower",
|
|
415
|
+
"pricing.discount_percent_higher": "Percent Higher",
|
|
416
|
+
"pricing.discount_constant_lower": "Constant Lower",
|
|
417
|
+
"pricing.discount_constant_higher": "Constant Higher",
|
|
418
|
+
"pricing.discount_constant": "Constant",
|
|
419
|
+
"pricing.discount_percentage": "Percentage",
|
|
420
|
+
"pricing.discount_description": "Paglalarawan",
|
|
421
|
+
"pricing.discount_description_en": "Paglalarawan (Ingles)",
|
|
422
|
+
"pricing.discount_description_ja": "Paglalarawan (Hapon)",
|
|
423
|
+
"pricing.payment_method_key": "Paraan ng Pagbabayad",
|
|
424
|
+
"pricing.add_organization_discount": "Magdagdag ng Diskwento ng Organisasyon",
|
|
425
|
+
"pricing.organization_code": "Code ng Organisasyon",
|
|
426
|
+
"pricing.rules": "Mga Patakaran sa Pricing",
|
|
427
|
+
"pricing.rules_per_ticket_type": "Mga Patakaran sa Pricing kada Uri ng Tiket",
|
|
428
|
+
"pricing.add_rule": "Magdagdag ng Patakaran",
|
|
429
|
+
"pricing.distance_coefficient": "Coefficient ng Distansya",
|
|
430
|
+
"pricing.distance_coefficient_help": "Presyo kada kilometro sa minimal currency units",
|
|
431
|
+
"pricing.initial_price": "Panimulang Presyo",
|
|
432
|
+
"pricing.initial_price_help": "Base price sa minimal currency units",
|
|
433
|
+
"pricing.demand_limit": "Hangganan ng Demand",
|
|
434
|
+
"pricing.demand_limit_help": "Ang paglampas sa hangganan na ito ay magdudulot ng karagdagang singil",
|
|
435
|
+
"pricing.demand_additional_price": "Karagdagang Presyo ng Demand",
|
|
436
|
+
"pricing.demand_coefficient": "Coefficient",
|
|
437
|
+
"pricing.demand_price_coefficient": "Coefficient ng Presyo ng Demand",
|
|
438
|
+
"pricing.demand_fixed_amount": "Fixed na Halaga",
|
|
439
|
+
"pricing.demand_fixed_amount_label": "Fixed na Halaga ng Demand",
|
|
440
|
+
"pricing.extensions": "Mga Ekstensyon ng Presyo",
|
|
441
|
+
"pricing.add_extension": "Magdagdag ng Ekstensyon",
|
|
442
|
+
"pricing.extension_type": "Uri ng Ekstensyon",
|
|
443
|
+
"pricing.extension_label": "Ekstensyon",
|
|
444
|
+
"pricing.extension_name": "Pangalan ng Ekstensyon",
|
|
445
|
+
"pricing.extension_stop_id": "Stop ID",
|
|
446
|
+
"pricing.surcharge": "Surcharge",
|
|
447
|
+
"pricing.exact_price": "Eksaktong Presyo",
|
|
448
|
+
"pricing.discount_percent": "Diskwento %",
|
|
449
|
+
"pricing.pickup_stop_ids": "Mga Pickup Stop ID (pinaghihiwalay ng kuwit)",
|
|
450
|
+
"pricing.dropoff_stop_ids": "Mga Dropoff Stop ID (pinaghihiwalay ng kuwit)",
|
|
451
|
+
"pricing.terms": "Mga Tuntunin at Kundisyon",
|
|
452
|
+
"pricing.cancellation_terms": "Mga Tuntunin sa Pagkansela",
|
|
453
|
+
"pricing.fail_to_board_terms": "Mga Tuntunin sa Hindi Pagsakay",
|
|
454
|
+
"pricing.penalty": "Parusa",
|
|
455
|
+
"pricing.grace_period": "Grace Period (segundo)",
|
|
456
|
+
"pricing.terms_window_minutes": "Time Window (minuto)",
|
|
457
|
+
"pricing.terms_window_minutes_placeholder": "Ilagay ang minuto",
|
|
458
|
+
"pricing.terms_penalty_percentage": "Percentage ng Parusa",
|
|
459
|
+
"pricing.terms_penalty_percentage_placeholder": "Ilagay ang percentage",
|
|
460
|
+
"pricing.timestamps": "Mga Timestamp",
|
|
461
|
+
"pricing.view_raw_json": "Tingnan ang Raw JSON",
|
|
462
|
+
// Transit Stop Set
|
|
463
|
+
"transitstopset.create_title": "Gumawa ng Transit Stop Set",
|
|
464
|
+
"transitstopset.create_description": "Gumawa ng bagong transit stop set na may mga filter expression",
|
|
465
|
+
"transitstopset.create_button": "Gumawa ng Transit Stop Set",
|
|
466
|
+
"transitstopset.edit_title": "I-edit ang Transit Stop Set",
|
|
467
|
+
"transitstopset.edit_description": "Baguhin ang mga property at filter ng transit stop set",
|
|
468
|
+
"transitstopset.project_label": "Proyekto",
|
|
469
|
+
"transitstopset.project_placeholder": "Maghanap ng mga proyekto...",
|
|
470
|
+
"transitstopset.name_label": "Pangalan",
|
|
471
|
+
"transitstopset.name_placeholder": "Ilagay ang pangalan ng transit stop set",
|
|
472
|
+
"transitstopset.filter_expression_label": "Filter Expression",
|
|
473
|
+
"transitstopset.filter_expression_hint": "JSON object para sa pag-filter ng mga transit stop (hal., {\"id__lt\": 100})",
|
|
474
|
+
"transitstopset.exclude_expression_label": "Exclude Expression",
|
|
475
|
+
"transitstopset.exclude_expression_hint": "JSON object para sa pag-exclude ng mga transit stop (hal., {\"id\": 50})",
|
|
476
|
+
// Logistics App
|
|
477
|
+
"logapp.title": "Logistics App",
|
|
478
|
+
"logapp.login_required": "Mangyaring mag-login para ma-access ang Logistics App",
|
|
479
|
+
"logapp.header": "Logistics Application",
|
|
480
|
+
"logapp.back_to_docs": "← Bumalik sa Dokumentasyon",
|
|
481
|
+
"logapp.nav.planning": "Pagpaplano",
|
|
482
|
+
"logapp.nav.templates": "Mga Template",
|
|
483
|
+
"logapp.nav.vehicletypes": "Mga Uri ng Sasakyan",
|
|
484
|
+
"logapp.nav.drivers": "Mga Driver",
|
|
485
|
+
"logapp.nav.geofences": "Mga Geofence",
|
|
486
|
+
"logapp.locations.title": "Mga Lokasyon",
|
|
487
|
+
"logapp.locations.description": "Pamahalaan ang mga lokasyon ng operasyon at delivery points",
|
|
488
|
+
"logapp.locationgroups.title": "Mga Grupo ng Lokasyon",
|
|
489
|
+
"logapp.locationgroups.description": "Ayusin ang mga lokasyon sa mga lohikal na grupo",
|
|
490
|
+
// Simulation Info
|
|
491
|
+
"simulation.info_title": "Impormasyon ng Simulation",
|
|
492
|
+
"simulation.live": "Live",
|
|
493
|
+
"simulation.mode": "Mode",
|
|
494
|
+
"simulation.mode_template": "Template",
|
|
495
|
+
"simulation.mode_real_operations": "Tunay na Operasyon",
|
|
496
|
+
"simulation.service_period": "Panahon ng Serbisyo",
|
|
497
|
+
"simulation.booking_period": "Panahon ng Booking",
|
|
498
|
+
"simulation.vehicles": "Mga Sasakyan",
|
|
499
|
+
"simulation.bookings": "Mga Booking",
|
|
500
|
+
"simulation.algorithm": "Algorithm",
|
|
501
|
+
"simulation.services_on_date": "Mga serbisyo noong",
|
|
502
|
+
// Common
|
|
503
|
+
"common.loading": "Naglo-load...",
|
|
504
|
+
"common.loading_data": "Naglo-load ng data...",
|
|
505
|
+
"common.loading_routes": "Naglo-load ng mga ruta...",
|
|
506
|
+
"common.calculating": "Kinakalkula",
|
|
507
|
+
"common.show": "Ipakita",
|
|
508
|
+
"common.hide": "Itago",
|
|
509
|
+
"common.show_all": "Ipakita Lahat",
|
|
510
|
+
"common.hide_all": "Itago Lahat",
|
|
511
|
+
"common.show_map": "Ipakita ang Mapa",
|
|
512
|
+
"common.hide_map": "Itago ang Mapa",
|
|
513
|
+
"common.timeline": "Timeline",
|
|
514
|
+
"common.route_timeline": "Timeline ng Ruta",
|
|
515
|
+
"common.selected": "napili",
|
|
516
|
+
"common.no_route": "Walang ruta",
|
|
517
|
+
"common.no_data": "Walang available na data",
|
|
518
|
+
"common.not_available": "N/A",
|
|
519
|
+
"common.save": "I-save",
|
|
520
|
+
"common.saving": "Sine-save...",
|
|
521
|
+
"common.cancel": "Kanselahin",
|
|
522
|
+
"common.delete": "Tanggalin",
|
|
523
|
+
"common.add": "Idagdag",
|
|
524
|
+
"common.edit": "I-edit",
|
|
525
|
+
"common.custom": "Custom...",
|
|
526
|
+
"common.create": "Gumawa",
|
|
527
|
+
"common.creating": "Gumagawa...",
|
|
528
|
+
"common.update": "I-update",
|
|
529
|
+
"common.search": "Maghanap",
|
|
530
|
+
"common.filter": "I-filter",
|
|
531
|
+
"common.done": "Tapos na",
|
|
532
|
+
"common.clear": "I-clear",
|
|
533
|
+
"common.clear_filters": "I-clear ang mga Filter",
|
|
534
|
+
"common.reset": "I-reset",
|
|
535
|
+
"common.refresh": "I-refresh",
|
|
536
|
+
"common.view": "Tingnan",
|
|
537
|
+
"common.download": "I-download",
|
|
538
|
+
"common.upload": "Mag-upload",
|
|
539
|
+
"common.export": "I-export",
|
|
540
|
+
"common.import": "Mag-import",
|
|
541
|
+
"common.close": "Isara",
|
|
542
|
+
"common.service": "Serbisyo",
|
|
543
|
+
"common.timezone": "Timezone",
|
|
544
|
+
"common.details": "Mga Detalye",
|
|
545
|
+
"common.see_details": "Tingnan ang Detalye",
|
|
546
|
+
// Month names for localization
|
|
547
|
+
"month.january": "Enero",
|
|
548
|
+
"month.february": "Pebrero",
|
|
549
|
+
"month.march": "Marso",
|
|
550
|
+
"month.april": "Abril",
|
|
551
|
+
"month.may": "Mayo",
|
|
552
|
+
"month.june": "Hunyo",
|
|
553
|
+
"month.july": "Hulyo",
|
|
554
|
+
"month.august": "Agosto",
|
|
555
|
+
"month.september": "Setyembre",
|
|
556
|
+
"month.october": "Oktubre",
|
|
557
|
+
"month.november": "Nobyembre",
|
|
558
|
+
"month.december": "Disyembre",
|
|
559
|
+
"common.clear_all": "I-clear Lahat",
|
|
560
|
+
"common.select": "Pumili...",
|
|
561
|
+
"common.apply": "Ilapat",
|
|
562
|
+
"common.change": "Baguhin",
|
|
563
|
+
"common.yes": "Oo",
|
|
564
|
+
"common.no": "Hindi",
|
|
565
|
+
"common.ok": "OK",
|
|
566
|
+
"common.error": "Error",
|
|
567
|
+
"common.success": "Matagumpay",
|
|
568
|
+
"common.warning": "Babala",
|
|
569
|
+
"common.info": "Impormasyon",
|
|
570
|
+
"common.active": "Aktibo",
|
|
571
|
+
"common.inactive": "Hindi Aktibo",
|
|
572
|
+
"common.password": "Password",
|
|
573
|
+
"common.remove": "Alisin",
|
|
574
|
+
"common.logout": "Mag-logout",
|
|
575
|
+
"common.save_failed": "Nabigo ang pag-save",
|
|
576
|
+
"common.pause": "I-pause",
|
|
577
|
+
"common.resume": "Ipagpatuloy",
|
|
578
|
+
"common.pausing": "Ini-pause...",
|
|
579
|
+
"common.resuming": "Ipinagpapatuloy...",
|
|
580
|
+
"common.paused": "Naka-pause",
|
|
581
|
+
"common.accepting": "Tumatanggap",
|
|
582
|
+
"common.updating": "Ina-update...",
|
|
583
|
+
"common.accepting_bookings": "Tumatanggap ng mga Booking",
|
|
584
|
+
"common.live": "Live",
|
|
585
|
+
"common.project": "Proyekto",
|
|
586
|
+
"common.simulation": "Simulation",
|
|
587
|
+
"common.project_required": "Kailangan ang proyekto",
|
|
588
|
+
"common.simulation_required": "Kailangan ang simulation",
|
|
589
|
+
"common.select_project": "Pumili ng proyekto",
|
|
590
|
+
"common.select_simulation": "Pumili ng simulation",
|
|
591
|
+
"common.pick_date": "Pumili ng petsa",
|
|
592
|
+
"common.back": "Bumalik",
|
|
593
|
+
"common.continue": "Magpatuloy",
|
|
594
|
+
"common.vehicle_singular": "sasakyan",
|
|
595
|
+
"common.vehicle_plural": "mga sasakyan",
|
|
596
|
+
"common.vehicles": "mga sasakyan",
|
|
597
|
+
"common.bookings": "mga booking",
|
|
598
|
+
"common.booking_singular": "Booking",
|
|
599
|
+
"common.booking_plural": "Mga Booking",
|
|
600
|
+
"common.drag_to_assign": "I-drag para i-assign",
|
|
601
|
+
"common.assigning": "Ini-assign",
|
|
602
|
+
"common.help": "Tulong",
|
|
603
|
+
"common.keyboard_shortcuts": "Mga Keyboard Shortcut",
|
|
604
|
+
// Autoplan Confirmation Dialog
|
|
605
|
+
"autoplan.title": "Awtomatikong pagpaplano ng mga order at sasakyan",
|
|
606
|
+
"autoplan.vehicle_selection": "Pagpili ng Sasakyan",
|
|
607
|
+
"autoplan.order_selection": "Pagpili ng Order",
|
|
608
|
+
"autoplan.all_vehicles": "Lahat ng sasakyan",
|
|
609
|
+
"autoplan.selected_vehicles": "Mga napiling sasakyan",
|
|
610
|
+
"autoplan.all_orders": "Lahat ng order",
|
|
611
|
+
"autoplan.selected_orders": "Mga napiling order",
|
|
612
|
+
"autoplan.summary": "Buod",
|
|
613
|
+
"autoplan.assign_orders_short": "Italaga ang {count} order sa {vehicles} sasakyan",
|
|
614
|
+
"autoplan.optimize_sequences": "I-optimize ang mga pagkakasunod-sunod ng biyahe",
|
|
615
|
+
"autoplan.this_action_will": "Ang aksyon na ito ay:",
|
|
616
|
+
"autoplan.assign_description": "Italaga ang mga napiling order sa mga napiling sasakyan",
|
|
617
|
+
"autoplan.reoptimize_description": "Muling kalkulahin ang mga pinakamahusay na ruta at sequence",
|
|
618
|
+
"autoplan.proceed_warning": "Magpatuloy ba?",
|
|
619
|
+
"autoplan.run_autoplan": "Patakbuhin ang Autoplan",
|
|
620
|
+
"autoplan.running": "Tumatakbo...",
|
|
621
|
+
"autoplan.success_title": "Matagumpay ang Autoplan",
|
|
622
|
+
"autoplan.success_description": "Ang {count} order ay natalaga at na-optimize na",
|
|
623
|
+
// Geofence
|
|
624
|
+
"geofence.edit_title": "I-edit ang Geofence",
|
|
625
|
+
"geofence.create_title": "Gumawa ng Geofence",
|
|
626
|
+
"geofence.name": "Pangalan",
|
|
627
|
+
"geofence.name_placeholder": "Ilagay ang pangalan ng geofence",
|
|
628
|
+
"geofence.description": "Paglalarawan",
|
|
629
|
+
"geofence.description_placeholder": "Ilagay ang paglalarawan",
|
|
630
|
+
"geofence.color": "Kulay",
|
|
631
|
+
"geofence.color_placeholder": "Pumili ng kulay",
|
|
632
|
+
"geofence.is_active": "Aktibo",
|
|
633
|
+
"geofence.project": "Proyekto",
|
|
634
|
+
"geofence.project_placeholder": "Pumili ng proyekto",
|
|
635
|
+
"geofence.coordinates": "Mga Coordinate",
|
|
636
|
+
"geofence.draw_on_map": "Gumuhit sa mapa",
|
|
637
|
+
"geofence.edit_coordinates": "I-edit ang mga coordinate",
|
|
638
|
+
"geofence.save": "I-save ang Geofence",
|
|
639
|
+
"geofence.saving": "Sine-save...",
|
|
640
|
+
"geofence.create_button": "Gumawa ng Geofence",
|
|
641
|
+
// Geofences Page
|
|
642
|
+
"geofences.title": "Mga Geofence",
|
|
643
|
+
"geofences.description": "Pamahalaan ang mga geographic boundary at area",
|
|
644
|
+
"geofences.show_map": "Ipakita ang Mapa",
|
|
645
|
+
"geofences.hide_map": "Itago ang Mapa",
|
|
646
|
+
// Vehicle Editor
|
|
647
|
+
"vehicle.edit_title": "I-edit ang Sasakyan",
|
|
648
|
+
"vehicle.create_title": "Gumawa ng Sasakyan",
|
|
649
|
+
"vehicle.info_title": "Impormasyon ng Sasakyan",
|
|
650
|
+
"vehicle.info_description": "Tingnan ang mga detalye at lokasyon ng sasakyan",
|
|
651
|
+
"vehicle.gps_coordinates": "Mga GPS Coordinate",
|
|
652
|
+
"vehicle.no_data": "Walang available na data ng sasakyan",
|
|
653
|
+
// Route Details
|
|
654
|
+
"route_details.view_playback": "GPS Playback",
|
|
655
|
+
"vehicle.registration_number": "Numero ng Rehistrasyon",
|
|
656
|
+
"vehicle.registration_number_placeholder": "Ilagay ang numero ng rehistrasyon",
|
|
657
|
+
"vehicle.vehicle_type": "Uri ng Sasakyan",
|
|
658
|
+
"vehicle.vehicle_type_placeholder": "Pumili ng uri ng sasakyan",
|
|
659
|
+
"vehicle.color": "Kulay",
|
|
660
|
+
"vehicle.color_placeholder": "Pumili ng kulay",
|
|
661
|
+
"vehicle.project": "Proyekto",
|
|
662
|
+
"vehicle.project_placeholder": "Pumili ng proyekto",
|
|
663
|
+
"vehicle.simulation": "Simulation",
|
|
664
|
+
"vehicle.simulation_placeholder": "Pumili ng simulation",
|
|
665
|
+
"vehicle.capacity": "Kapasidad",
|
|
666
|
+
"vehicle.save": "I-save ang Sasakyan",
|
|
667
|
+
"vehicle.saving": "Sine-save...",
|
|
668
|
+
// Vehicle Type Editor
|
|
669
|
+
"vehicletype.edit_title": "I-edit ang Uri ng Sasakyan",
|
|
670
|
+
"vehicletype.create_title": "Gumawa ng Uri ng Sasakyan",
|
|
671
|
+
"vehicletype.name": "Pangalan",
|
|
672
|
+
"vehicletype.name_placeholder": "Ilagay ang pangalan ng uri ng sasakyan",
|
|
673
|
+
"vehicletype.description": "Paglalarawan",
|
|
674
|
+
"vehicletype.description_placeholder": "Ilagay ang paglalarawan",
|
|
675
|
+
"vehicletype.capacity": "Kapasidad",
|
|
676
|
+
"vehicletype.capacity_label": "Mga Constraint ng Kapasidad",
|
|
677
|
+
"vehicletype.capacity_description": "Mga constraint ng kapasidad (hal., passenger: 4, wheelchair: 2)",
|
|
678
|
+
"vehicletype.capacity_key": "Key",
|
|
679
|
+
"vehicletype.capacity_value": "Halaga",
|
|
680
|
+
"vehicletype.capacity_key_placeholder": "Pumili o mag-type ng key",
|
|
681
|
+
"vehicletype.capacity_value_placeholder": "Ilagay ang halaga",
|
|
682
|
+
"vehicletype.no_capacity": "Walang mga constraint ng kapasidad. Mag-click ng 'Idagdag' para gumawa.",
|
|
683
|
+
"vehicletype.save": "I-save",
|
|
684
|
+
"vehicletype.saving": "Sine-save...",
|
|
685
|
+
// Driver Drawer
|
|
686
|
+
"driver.edit_title": "I-edit ang Driver",
|
|
687
|
+
"driver.create_title": "Gumawa ng Driver",
|
|
688
|
+
"driver.create_driver": "Gumawa ng Driver",
|
|
689
|
+
"driver.name": "Pangalan",
|
|
690
|
+
"driver.name_placeholder": "Ilagay ang pangalan ng driver",
|
|
691
|
+
"driver.email": "Email",
|
|
692
|
+
"driver.email_placeholder": "Ilagay ang email",
|
|
693
|
+
"driver.phone": "Telepono",
|
|
694
|
+
"driver.phone_placeholder": "Ilagay ang numero ng telepono",
|
|
695
|
+
"driver.project": "Proyekto",
|
|
696
|
+
"driver.project_placeholder": "Pumili ng proyekto",
|
|
697
|
+
"driver.projects": "Mga Proyekto",
|
|
698
|
+
"driver.projects_placeholder": "Pumili ng mga proyekto",
|
|
699
|
+
"driver.is_active": "Aktibo",
|
|
700
|
+
"driver.save": "I-save ang Driver",
|
|
701
|
+
"driver.saving": "Sine-save...",
|
|
702
|
+
"driver.select_driver": "Pumili ng driver",
|
|
703
|
+
// Notification Drawer
|
|
704
|
+
"notification.create_title": "Gumawa ng SMS Notification",
|
|
705
|
+
"notification.create_button": "Gumawa ng Notification",
|
|
706
|
+
"notification.scheduled_at": "Naka-iskedyul noong",
|
|
707
|
+
"notification.scheduled_at_placeholder": "Pumili ng petsa at oras",
|
|
708
|
+
"notification.message": "Mensahe",
|
|
709
|
+
"notification.message_placeholder": "Ilagay ang iyong mensahe dito...",
|
|
710
|
+
"notification.message_description": "Ang mensahe ay ipapadala sa lahat ng mga pasahero na may aktibong booking para sa napiling simulation.",
|
|
711
|
+
"notification.project": "Proyekto",
|
|
712
|
+
"notification.project_placeholder": "Pumili ng proyekto",
|
|
713
|
+
"notification.simulation": "Simulation",
|
|
714
|
+
"notification.simulation_placeholder": "Pumili ng simulation",
|
|
715
|
+
"notification.save": "I-save ang Notification",
|
|
716
|
+
"notification.saving": "Sine-save...",
|
|
717
|
+
"notification.preview_title": "Preview ng Notification",
|
|
718
|
+
"notification.preview_body": "Ang mensahe ng notification ay lalabas dito...",
|
|
719
|
+
"notification.preview_app_name": "PT App",
|
|
720
|
+
"notification.preview_app_icon": "PT",
|
|
721
|
+
// Template Drawer
|
|
722
|
+
"template.create_title": "Gumawa ng Template",
|
|
723
|
+
"template.create_description": "Gumawa ng bagong template ng simulation",
|
|
724
|
+
"template.create_button": "Gumawa ng Template",
|
|
725
|
+
"template.calendar_of_services": "Kalendaryo ng mga Serbisyo",
|
|
726
|
+
"template.default_template_for_project": "Default na template ng simulation para sa proyekto",
|
|
727
|
+
"template.type_label": "Uri ng Template",
|
|
728
|
+
"template.type_jit": "JIT",
|
|
729
|
+
"template.type_on-demand": "On-demand",
|
|
730
|
+
"template.project_label": "Proyekto",
|
|
731
|
+
"template.project_placeholder": "Maghanap ng proyekto...",
|
|
732
|
+
"template.geofence_label": "Geofence",
|
|
733
|
+
"template.geofence_placeholder": "Pumili ng geofence...",
|
|
734
|
+
"template.geofences_zones_label": "Karagdagang mga Geofence",
|
|
735
|
+
"template.geofences_zones_placeholder": "Pumili ng karagdagang mga geofence...",
|
|
736
|
+
"template.pickup_stops_label": "Set ng Pickup Stop",
|
|
737
|
+
"template.pickup_stops_placeholder": "Pumili ng set ng pickup stop...",
|
|
738
|
+
"template.dropoff_stops_label": "Set ng Dropoff Stop",
|
|
739
|
+
"template.dropoff_stops_placeholder": "Pumili ng set ng dropoff stop...",
|
|
740
|
+
"template.pricing_label": "Pricing",
|
|
741
|
+
"template.pricing_placeholder": "Pumili ng pricing...",
|
|
742
|
+
"template.name_label": "Pangalan ng Template",
|
|
743
|
+
"template.name_placeholder": "Ilagay ang pangalan ng template",
|
|
744
|
+
"template.routing_profile_label": "Profile ng Pag-route ng Sasakyan",
|
|
745
|
+
"template.routing_profile_placeholder": "Pumili ng profile ng pag-route...",
|
|
746
|
+
"template.map_token": "Token ng Mapa ng Pag-route ng Sasakyan",
|
|
747
|
+
"template.select_map_token": "Pumili ng token ng mapa...",
|
|
748
|
+
"template.walking_profile_label": "Profile ng Pag-route ng Paglalakad",
|
|
749
|
+
"template.walking_profile_placeholder": "Pumili ng profile ng pag-route...",
|
|
750
|
+
"template.qos_parameters_label": "Mga Parameter ng QoS",
|
|
751
|
+
"template.qos_extended_parameters_label": "Mga Parameter ng QoS at Extended",
|
|
752
|
+
"template.qos_section_title": "Kalidad ng Serbisyo",
|
|
753
|
+
"template.extended_section_title": "Mga Extended na Parameter",
|
|
754
|
+
"template.algo_type_label": "Uri ng Algorithm",
|
|
755
|
+
"template.algo_type_dynamic": "Dynamic",
|
|
756
|
+
"template.algo_type_static": "Static",
|
|
757
|
+
"template.max_additional_journey_time_label": "Max na Karagdagang Oras ng Biyahe",
|
|
758
|
+
"template.max_additional_journey_time_percent_label": "Max na Karagdagang Oras ng Biyahe %",
|
|
759
|
+
"template.min_advance_booking_window_label": "Min na Advance Booking Window",
|
|
760
|
+
"template.max_advance_booking_window_label": "Max na Advance Booking Window",
|
|
761
|
+
"template.max_walking_distance_label": "Max na Distansya ng Paglalakad",
|
|
762
|
+
"template.acceptable_waiting_time_label": "Tanggap na Oras ng Paghihintay",
|
|
763
|
+
"template.seconds_unit": "segundo",
|
|
764
|
+
"template.percent_unit": "%",
|
|
765
|
+
"template.meters_unit": "metro",
|
|
766
|
+
"template.start_time_label": "Oras ng Pagsisimula",
|
|
767
|
+
"template.start_time_placeholder": "Pumili ng oras ng pagsisimula",
|
|
768
|
+
"template.end_time_label": "Oras ng Pagtatapos",
|
|
769
|
+
"template.end_time_placeholder": "Pumili ng oras ng pagtatapos",
|
|
770
|
+
"template.end_time_next_day": "+1 Araw",
|
|
771
|
+
"template.booking_time_range_label": "Saklaw ng Oras ng Booking",
|
|
772
|
+
"template.booking_time_range_description": "Opsyonal na time window para sa pagtanggap ng mga booking. Kung hindi naka-set, gagamitin ang saklaw ng oras ng serbisyo.",
|
|
773
|
+
"template.booking_start_time_label": "Oras ng Simula ng Booking",
|
|
774
|
+
"template.booking_end_time_label": "Oras ng Tapos ng Booking",
|
|
775
|
+
"template.booking_days_before_suffix": "araw bago",
|
|
776
|
+
"template.booking_days_after_suffix": "araw pagkatapos",
|
|
777
|
+
"template.error_invalid_booking_time": "Di-wastong Saklaw ng Oras ng Booking",
|
|
778
|
+
"template.error_booking_end_before_start": "Ang oras ng pagtatapos ng booking ay hindi maaaring mas maaga kaysa sa oras ng pagsisimula",
|
|
779
|
+
"template.shifts_title": "Mga Shift",
|
|
780
|
+
"template.add_shift": "Magdagdag ng Shift",
|
|
781
|
+
"template.delete_shift_title": "Tanggalin ang Shift",
|
|
782
|
+
"template.delete_shift_confirm": "Gusto mo ba talagang tanggalin ang shift na ito?",
|
|
783
|
+
"template.shift_type_label": "Uri",
|
|
784
|
+
"template.shift_type_home_to_work": "Bahay → Trabaho",
|
|
785
|
+
"template.shift_type_work_to_home": "Trabaho → Bahay",
|
|
786
|
+
"template.shift_type_h2w_short": "B→T",
|
|
787
|
+
"template.shift_type_w2h_short": "T→B",
|
|
788
|
+
"template.shift_label": "Shift",
|
|
789
|
+
"template.departure_time_label": "Alis",
|
|
790
|
+
"template.departure_short": "Alis",
|
|
791
|
+
"template.arrival_time_label": "Dating",
|
|
792
|
+
"template.arrival_short": "Dating",
|
|
793
|
+
"template.batch_time_label": "Oras ng Batch",
|
|
794
|
+
"template.batch_short": "Batch",
|
|
795
|
+
"template.vehicle_count_label": "Bilang ng mga Sasakyan",
|
|
796
|
+
"template.vehicles_unit": "mga sasakyan",
|
|
797
|
+
"template.copy_button": "Kopyahin",
|
|
798
|
+
"template.minutes_unit": "min",
|
|
799
|
+
"template.no_shifts": "Wala pang mga shift. Mag-click ng 'Magdagdag ng Shift' para gumawa.",
|
|
800
|
+
"template.no_shifts_title": "Walang mga Shift",
|
|
801
|
+
"template.no_shifts_description": "Magdagdag ng shift para magsimula",
|
|
802
|
+
"template.vehicles_title": "Mga Sasakyan",
|
|
803
|
+
"template.no_vehicles": "Walang mga sasakyan. Magdagdag ng mga shift para makagawa ng mga sasakyan.",
|
|
804
|
+
"template.vehicle_driving_side_label": "Gilid ng Pagmamaneho ng Sasakyan",
|
|
805
|
+
"template.driving_side_left": "Kaliwa",
|
|
806
|
+
"template.driving_side_right": "Kanan",
|
|
807
|
+
"template.vehicle_shift_distance_label": "Distansya ng Shift ng Sasakyan",
|
|
808
|
+
"template.shrink_time_delta_label": "Shrink Time Delta",
|
|
809
|
+
"template.reverse_shrink_time_delta_label": "Reverse Shrink Time Delta",
|
|
810
|
+
"template.offer_auto_cancellation_timeout_label": "Timeout ng Auto-cancellation ng Offer",
|
|
811
|
+
"template.boarding_pass_label": "Uri ng Boarding Pass",
|
|
812
|
+
"template.boarding_pass_service_number": "Service Number",
|
|
813
|
+
"template.boarding_pass_qr_code": "QR Code",
|
|
814
|
+
"template.vehicle_selection_rules_title": "Mga Patakaran sa Pagpili ng Sasakyan",
|
|
815
|
+
"template.vehicle_filter_zero_coordinates": "I-filter ang mga sasakyan na may zero coordinate",
|
|
816
|
+
"template.vehicle_filter_zero_coordinates_only_after_booking_start_time": "I-filter ang zero coordinate pagkatapos lang ng oras ng simula ng booking",
|
|
817
|
+
"template.vehicle_filter_zero_coordinates_only_after_start_time": "I-filter ang zero coordinate pagkatapos lang ng oras ng simula",
|
|
818
|
+
"template.vehicle_selection_by_emptiness": "Pumili ayon sa kaluwagan ng sasakyan",
|
|
819
|
+
"template.vehicle_selection_by_remoteness": "Pumili ayon sa kalayuan ng sasakyan",
|
|
820
|
+
"template.vehicle_selection_in_service": "Piliin lang ang mga sasakyang nasa serbisyo",
|
|
821
|
+
"template.vehicle_selection_in_use": "Piliin lang ang mga sasakyang ginagamit",
|
|
822
|
+
"template.start_time_end_time_limitations": "Ilapat ang mga limitasyon sa oras ng simula/tapos",
|
|
823
|
+
"template.vehicle_selection_arrive_earlier_seconds": "Dumating nang Mas Maaga (segundo)",
|
|
824
|
+
"template.vehicle_selection_by_distance_fallback_radius_m": "Radius ng Distance Fallback",
|
|
825
|
+
"template.vehicle_capacity_label": "Kapasidad ng Sasakyan",
|
|
826
|
+
"template.capacity_label_short": "Kapasidad",
|
|
827
|
+
"template.on_demand_label": "On-Demand",
|
|
828
|
+
"template.no_capacity": "Walang mga constraint ng kapasidad. Mag-click ng 'Idagdag' para gumawa.",
|
|
829
|
+
"template.capacity_description": "Mga constraint ng kapasidad (hal., passenger: 4, wheelchair: 2)",
|
|
830
|
+
"template.capacity_key_passenger": "passenger",
|
|
831
|
+
"template.capacity_key_wheelchair": "wheelchair",
|
|
832
|
+
"template.capacity_key_cbcm": "cbcm",
|
|
833
|
+
"template.capacity_key_g": "g",
|
|
834
|
+
"template.capacity_key_kg": "kg",
|
|
835
|
+
"template.capacity_key_units": "units",
|
|
836
|
+
"template.jit_calculation_parameters_label": "Mga Parameter ng Pagkalkula ng JIT",
|
|
837
|
+
"template.jit_pickup_first_stage_label": "Pickup - Max na Distansya ng Paglalakad (Unang Yugto)",
|
|
838
|
+
"template.jit_pickup_waypoint_first_stage_label": "Pickup - Max na Distansya ng Paglalakad para sa Waypoint Node (Unang Yugto)",
|
|
839
|
+
"template.jit_pickup_second_stage_label": "Pickup - Max na Distansya ng Paglalakad (Ikalawang Yugto)",
|
|
840
|
+
"template.jit_dropoff_first_stage_label": "Dropoff - Max na Distansya ng Paglalakad (Unang Yugto)",
|
|
841
|
+
"template.jit_dropoff_waypoint_first_stage_label": "Dropoff - Max na Distansya ng Paglalakad para sa Waypoint Node (Unang Yugto)",
|
|
842
|
+
"template.jit_dropoff_second_stage_label": "Dropoff - Max na Distansya ng Paglalakad (Ikalawang Yugto)",
|
|
843
|
+
"template.stop_type_bus_stop": "Bus Stop",
|
|
844
|
+
"template.stop_type_lamp_post": "Poste ng Ilaw",
|
|
845
|
+
"template.stop_type_petrol_station": "Gasolinahan",
|
|
846
|
+
"template.stop_type_taxi_stand": "Hintuan ng Taxi",
|
|
847
|
+
"template.stop_type_lobby": "Lobby",
|
|
848
|
+
"template.stop_type_mrt_station": "Istasyon ng MRT",
|
|
849
|
+
"template.stop_type_lrt_station": "Istasyon ng LRT",
|
|
850
|
+
"template.stop_type_building": "Gusali",
|
|
851
|
+
"template.stop_type_virtual_stop": "Virtual Stop",
|
|
852
|
+
"template.stop_type_other": "Iba pa",
|
|
853
|
+
"template.jit_pickup_artificial_nodes_label": "Pickup - Max na Distansya ng Paglalakad para sa Artipisyal na Node",
|
|
854
|
+
"template.jit_general_settings_label": "Pangkalahatang mga Setting",
|
|
855
|
+
"template.jit_commute_offer_prefix_label": "Prefix ng Pangalan ng Commute Offer",
|
|
856
|
+
"template.jit_dropoff_artificial_stops_label": "Bilang ng Artipisyal na Dropoff Stop",
|
|
857
|
+
"template.jit_dropoff_service_time_label": "Oras ng Serbisyo ng Dropoff (segundo)",
|
|
858
|
+
"template.jit_waypoints_chunk_size_label": "Laki ng Chunk ng Pagkalkula ng Waypoint",
|
|
859
|
+
"template.jit_engine_settings_label": "Mga Setting ng Engine",
|
|
860
|
+
"template.jit_vehicle_costs_label": "Mga Gastos ng Sasakyan",
|
|
861
|
+
"template.jit_guided_local_search_label": "Guided Local Search Lambda Coefficient",
|
|
862
|
+
"template.jit_solver_settings_label": "Mga Setting ng Solver",
|
|
863
|
+
"template.jit_first_solution_strategies_label": "Mga Unang Estratehiya ng Solusyon",
|
|
864
|
+
"template.jit_max_pool_size_label": "Max na Laki ng Pool",
|
|
865
|
+
"template.jit_node_weight_coeff_label": "Coefficient ng Timbang ng Node",
|
|
866
|
+
"template.jit_shifts_solver_retries_label": "Max na Mga Retry ng Shifts Solver",
|
|
867
|
+
"template.jit_time_limit_1st_phase_label": "Limitasyon ng Oras 1st Phase (ms)",
|
|
868
|
+
"template.jit_time_limit_2nd_phase_label": "Limitasyon ng Oras 2nd Phase (ms)",
|
|
869
|
+
"template.jit_trip_cost_label": "Gastos ng Biyahe",
|
|
870
|
+
"template.jit_geofence_vehicles_priority_label": "Priyoridad ng mga Sasakyan sa Geofence",
|
|
871
|
+
"template.jit_log_search_label": "Log Search",
|
|
872
|
+
"template.strategy_automatic": "Awtomatiko",
|
|
873
|
+
"template.strategy_global_cheapest_arc": "Global Cheapest Arc",
|
|
874
|
+
"template.strategy_local_cheapest_arc": "Local Cheapest Arc",
|
|
875
|
+
"template.strategy_path_cheapest_arc": "Path Cheapest Arc",
|
|
876
|
+
"template.strategy_path_most_constrained_arc": "Path Most Constrained Arc",
|
|
877
|
+
"template.strategy_evaluator_strategy": "Evaluator Strategy",
|
|
878
|
+
"template.strategy_all_unperformed": "All Unperformed",
|
|
879
|
+
"template.strategy_best_insertion": "Best Insertion",
|
|
880
|
+
"template.strategy_parallel_cheapest_insertion": "Parallel Cheapest Insertion",
|
|
881
|
+
"template.strategy_local_cheapest_insertion": "Local Cheapest Insertion",
|
|
882
|
+
"template.strategy_savings": "Savings",
|
|
883
|
+
"template.strategy_sweep": "Sweep",
|
|
884
|
+
"template.strategy_first_unbound_min_value": "First Unbound Min Value",
|
|
885
|
+
"template.strategy_christofides": "Christofides",
|
|
886
|
+
"template.strategy_sequential_cheapest_insertion": "Sequential Cheapest Insertion",
|
|
887
|
+
"template.strategy_adjustable_parallel_cheapest_insertion": "Adjustable Parallel Cheapest Insertion",
|
|
888
|
+
"template.strategy_logistics_parallel_cheapest_insertion": "Logistics Parallel Cheapest Insertion",
|
|
889
|
+
"template.commute_offer": "Commute Offer",
|
|
890
|
+
"template.creation_success_title": "Matagumpay na Nagawa ang Template",
|
|
891
|
+
"template.creation_success_description": "Ang iyong template ay nagawa na may sumusunod na resulta:",
|
|
892
|
+
"template.vehicles_created": "sasakyan ang nagawa",
|
|
893
|
+
"template.invalid_vehicles": "di-wastong sasakyan",
|
|
894
|
+
"template.overlaps_detected": "overlap ang natukoy",
|
|
895
|
+
"template.drivers_title": "Mga Driver",
|
|
896
|
+
"template.drivers_description": "I-drag & drop para i-assign",
|
|
897
|
+
"template.driver_assignment_error": "Error sa Pag-assign ng Driver: Bawat driver ay maaari lang i-assign sa isang sasakyan",
|
|
898
|
+
"template.driver_assignment_error_jit": "Error sa Pag-assign ng Driver: Bawat driver ay maaari lang i-assign sa isang sasakyan bawat shift",
|
|
899
|
+
"template.auto_assign_all": "Awtomatikong I-assign Lahat",
|
|
900
|
+
"template.unassign_all": "I-unassign Lahat",
|
|
901
|
+
"template.vehicles_will_be_created": "mga sasakyan ang gagawin",
|
|
902
|
+
"template.excluded": "hindi kasama",
|
|
903
|
+
"template.of": "ng",
|
|
904
|
+
"template.vehicles_shown": "mga sasakyan na ipinakita",
|
|
905
|
+
"template.restore_all": "Ibalik Lahat",
|
|
906
|
+
"template.vehicles_removed": "sasakyan ang tinanggal",
|
|
907
|
+
"template.no_drivers": "Walang available na mga driver para sa proyektong ito",
|
|
908
|
+
"template.geofences_title": "Mga Geofence",
|
|
909
|
+
"template.no_geofences": "Walang napiling karagdagang geofence",
|
|
910
|
+
"template.view_template": "Tingnan ang Template",
|
|
911
|
+
// Service Drawer
|
|
912
|
+
"service.create_title": "Gumawa ng Serbisyo",
|
|
913
|
+
"service.create_description": "Gumawa ng bagong serbisyo mula sa template",
|
|
914
|
+
"service.create_button": "Gumawa ng Serbisyo",
|
|
915
|
+
"service.create_from_template": "Gumawa ng Serbisyo mula sa Template",
|
|
916
|
+
"service.created_successfully": "Matagumpay na nagawa ang serbisyo!",
|
|
917
|
+
"service.created_successfully_title": "Matagumpay na Nagawa ang mga Serbisyo",
|
|
918
|
+
"service.created_count": "{{count}} serbisyo ang naproseso:",
|
|
919
|
+
"service.created": "Nagawa",
|
|
920
|
+
"service.skipped": "Nilaktawan",
|
|
921
|
+
"service.failed": "Nabigo",
|
|
922
|
+
"service.template_label": "Template",
|
|
923
|
+
"service.template_placeholder": "Pumili ng template...",
|
|
924
|
+
"service.dates_label": "Mga Petsa",
|
|
925
|
+
"service.dates_placeholder": "Pumili ng mga petsa...",
|
|
926
|
+
"service.date_range_label": "Saklaw ng Petsa",
|
|
927
|
+
"service.start_date": "Petsa ng Pagsisimula",
|
|
928
|
+
"service.end_date": "Petsa ng Pagtatapos",
|
|
929
|
+
"service.select_dates": "Pumili ng mga Petsa",
|
|
930
|
+
"service.creating": "Gumagawa ng mga serbisyo...",
|
|
931
|
+
"service.name_override_label": "Pangalan ng Serbisyo (opsyonal)",
|
|
932
|
+
"service.name_override_placeholder": "Ilagay ang custom na pangalan",
|
|
933
|
+
"service.name_override_description": "Kung walang laman, gagamitin ang pangalan ng template na may petsa.",
|
|
934
|
+
// Project Editor
|
|
935
|
+
"project.edit_title": "I-edit ang Proyekto",
|
|
936
|
+
"project.create_title": "Gumawa ng Proyekto",
|
|
937
|
+
"project.name": "Pangalan",
|
|
938
|
+
"project.name_placeholder": "Ilagay ang pangalan ng proyekto",
|
|
939
|
+
"project.description": "Paglalarawan",
|
|
940
|
+
"project.description_placeholder": "Ilagay ang paglalarawan",
|
|
941
|
+
"project.timezone": "Timezone",
|
|
942
|
+
"project.timezone_placeholder": "Pumili ng timezone",
|
|
943
|
+
"project.is_active": "Aktibo",
|
|
944
|
+
"project.save": "I-save ang Proyekto",
|
|
945
|
+
"project.saving": "Sine-save...",
|
|
946
|
+
"project.loading": "Naglo-load ng proyekto...",
|
|
947
|
+
// Booking states
|
|
948
|
+
"booking_state.unassigned": "Hindi Naka-assign",
|
|
949
|
+
"booking_state.assigned": "Naka-assign",
|
|
950
|
+
"booking_state.calculating": "Kinakalkula",
|
|
951
|
+
"booking_state.calculation": "Pagkalkula",
|
|
952
|
+
"booking_state.cancelled_by_user": "Kinansela ng User",
|
|
953
|
+
"booking_state.cancelled_in_calc": "Kinansela sa Pagkalkula",
|
|
954
|
+
"booking_state.completed": "Nakumpleto",
|
|
955
|
+
"booking_state.enroute": "On the Way",
|
|
956
|
+
"booking_state.fail_to_board": "Nabigong Sumakay",
|
|
957
|
+
"booking_state.fail_to_deliver": "Nabigong Maihatid",
|
|
958
|
+
"booking_state.linked": "Naka-link",
|
|
959
|
+
"booking_state.new": "Bago",
|
|
960
|
+
"booking_state.pooling": "Pooling",
|
|
961
|
+
"booking_state.prepared": "Nakahanda",
|
|
962
|
+
"booking_state.queued": "Nakapila",
|
|
963
|
+
"booking_state.rejected_by_system": "Walang offer",
|
|
964
|
+
"booking_state.sent_offer": "Nag-send ng Offer",
|
|
965
|
+
"booking_state.all_cancelled": "Lahat ay Kinansela",
|
|
966
|
+
// Demand types
|
|
967
|
+
"demand.passenger": "Pasahero",
|
|
968
|
+
"demand.passenger_child": "Bata",
|
|
969
|
+
"demand.passenger_baby": "Sanggol",
|
|
970
|
+
"demand.wheelchair": "Wheelchair",
|
|
971
|
+
"demand.wheelchair_child": "Wheelchair (Bata)",
|
|
972
|
+
"demand.total": "Kabuuan",
|
|
973
|
+
"demand.click_details": "Mag-click para sa mga detalye",
|
|
974
|
+
"demand.expand_all": "I-expand ang lahat ng detalye ng demand",
|
|
975
|
+
"demand.collapse_all": "I-collapse ang lahat ng detalye ng demand",
|
|
976
|
+
// JIT Shifts
|
|
977
|
+
"jit_shifts.title": "Mga JIT Shift",
|
|
978
|
+
"jit_shifts.shift": "Shift",
|
|
979
|
+
"jit_shifts.time": "Oras",
|
|
980
|
+
"jit_shifts.batch": "Batch",
|
|
981
|
+
"jit_shifts.bookings": "Mga Booking",
|
|
982
|
+
"jit_shifts.allocated": "Nakalaan",
|
|
983
|
+
"jit_shifts.used": "Ginamit",
|
|
984
|
+
"jit_shifts.active": "Aktibo",
|
|
985
|
+
"jit_shifts.processed": "Naproseso",
|
|
986
|
+
// Operations Location Editor
|
|
987
|
+
"location.create_title": "Gumawa ng Lokasyon",
|
|
988
|
+
"location.edit_title": "I-edit ang Lokasyon",
|
|
989
|
+
"location.view_title": "Lokasyon",
|
|
990
|
+
"location.name_label": "Pangalan",
|
|
991
|
+
"location.name_placeholder": "Ilagay ang pangalan ng lokasyon",
|
|
992
|
+
"location.code_label": "Code",
|
|
993
|
+
"location.code_placeholder": "Ilagay ang code ng lokasyon",
|
|
994
|
+
"location.external_id_label": "External ID",
|
|
995
|
+
"location.external_id_placeholder": "Ilagay ang external ID",
|
|
996
|
+
"location.address_label": "Address",
|
|
997
|
+
"location.address_placeholder": "Ilagay ang address",
|
|
998
|
+
"location.postal_code_label": "Postal Code",
|
|
999
|
+
"location.postal_code_placeholder": "Ilagay ang postal code",
|
|
1000
|
+
"location.lat_label": "Latitude",
|
|
1001
|
+
"location.lat_placeholder": "Ilagay ang latitude",
|
|
1002
|
+
"location.lon_label": "Longitude",
|
|
1003
|
+
"location.lon_placeholder": "Ilagay ang longitude",
|
|
1004
|
+
"location.project_label": "Proyekto",
|
|
1005
|
+
"location.project_placeholder": "Pumili ng proyekto",
|
|
1006
|
+
"location.group_label": "Grupo",
|
|
1007
|
+
"location.group_placeholder": "Pumili ng grupo",
|
|
1008
|
+
"location.is_depot_label": "Depot ba",
|
|
1009
|
+
"location.service_time_label": "Oras ng Serbisyo",
|
|
1010
|
+
"location.service_time_placeholder": "Ilagay ang oras ng serbisyo",
|
|
1011
|
+
"location.demand_label": "Demand",
|
|
1012
|
+
"location.demand_placeholder": "Ilagay ang halaga ng demand",
|
|
1013
|
+
"location.time_window_label": "Time Window",
|
|
1014
|
+
"location.time_window_start_placeholder": "Oras ng pagsisimula",
|
|
1015
|
+
"location.time_window_end_placeholder": "Oras ng pagtatapos",
|
|
1016
|
+
"location.add_time_window": "Magdagdag ng Time Window",
|
|
1017
|
+
"location.coefficients_label": "Mga Coefficient",
|
|
1018
|
+
"location.coefficient_demand_type_label": "Uri ng Demand",
|
|
1019
|
+
"location.coefficient_value_label": "Halaga",
|
|
1020
|
+
"location.add_coefficient": "Magdagdag ng Coefficient",
|
|
1021
|
+
"location.demand_type_placeholder": "hal. standard, priority",
|
|
1022
|
+
"location.coefficient": "Coefficient",
|
|
1023
|
+
"location.no_coefficients": "Walang mga coefficient na naka-define. Magdagdag gamit ang form sa itaas.",
|
|
1024
|
+
"location.enable_cumulative_limitation": "I-enable ang Cumulative Limitation",
|
|
1025
|
+
"location.depot_service_time": "Oras ng Serbisyo sa Depot",
|
|
1026
|
+
"location.max_cumulative_vehicles": "Max na Cumulative na mga Sasakyan",
|
|
1027
|
+
"location.vehicles_placeholder": "Bilang ng mga sasakyan",
|
|
1028
|
+
"location.import_title": "Mag-import ng mga Operations Location",
|
|
1029
|
+
"location.import_select_project": "Pumili ng proyekto para magsimulang mag-import ng mga lokasyon",
|
|
1030
|
+
"location.import_description": "Mag-upload ng CSV file na may data ng lokasyon",
|
|
1031
|
+
"location.import_preview": "I-review at i-edit ang mga lokasyon bago mag-import",
|
|
1032
|
+
"location.import_uploading": "Gumagawa ng mga lokasyon...",
|
|
1033
|
+
"location.import_complete": "Tapos na ang pag-import",
|
|
1034
|
+
"location.import_format": "Format: project_id,group_id,name,code,external_id,postal_code,lat,lon,address",
|
|
1035
|
+
"location.locations": "mga lokasyon",
|
|
1036
|
+
"location.locations_created": "mga lokasyon ang nagawa",
|
|
1037
|
+
// Location Group Editor
|
|
1038
|
+
"locationgroup.create_title": "Gumawa ng Grupo ng Lokasyon",
|
|
1039
|
+
"locationgroup.edit_title": "I-edit ang Grupo ng Lokasyon",
|
|
1040
|
+
"locationgroup.view_title": "Grupo ng Lokasyon",
|
|
1041
|
+
"locationgroup.code_placeholder": "Ilagay ang code ng grupo",
|
|
1042
|
+
"locationgroup.available_locations": "Mga Available na Lokasyon",
|
|
1043
|
+
"locationgroup.selected_locations": "Mga Lokasyon ng Grupong Ito",
|
|
1044
|
+
"locationgroup.select_locations_instruction": "Pumili ng mga lokasyon para idagdag sa grupong ito",
|
|
1045
|
+
"locationgroup.select_project_first": "Pumili muna ng proyekto para makita ang mga available na lokasyon",
|
|
1046
|
+
"locationgroup.no_locations_selected": "Walang napiling lokasyon",
|
|
1047
|
+
// Example Components
|
|
1048
|
+
"example.code_snippet": "Code Snippet",
|
|
1049
|
+
"example.live_demo": "Live Demo",
|
|
1050
|
+
"example.try_it_yourself": "Subukan mo mismo",
|
|
1051
|
+
"example.fullscreen": "Fullscreen",
|
|
1052
|
+
"example.exit_fullscreen": "Lumabas sa Fullscreen",
|
|
1053
|
+
"example.copy_code": "Kopyahin ang code",
|
|
1054
|
+
"example.language": "Wika",
|
|
1055
|
+
"example.selected_count": "Napili ang {count} {item}:",
|
|
1056
|
+
"example.project_label": "Proyekto",
|
|
1057
|
+
"example.templates_label": "Mga Template",
|
|
1058
|
+
// Language Selector
|
|
1059
|
+
"language.english": "Ingles",
|
|
1060
|
+
"language.japanese": "Hapon",
|
|
1061
|
+
"language.malay": "Malay",
|
|
1062
|
+
"language.tagalog": "Tagalog",
|
|
1063
|
+
"language.filipino": "Filipino",
|
|
1064
|
+
"language.indonesian": "Indonesian",
|
|
1065
|
+
"language.select": "Pumili ng wika",
|
|
1066
|
+
// Timezone Selector
|
|
1067
|
+
"timezone.search_placeholder": "Maghanap ng timezone...",
|
|
1068
|
+
"timezone.no_results": "Walang nahanap na timezone.",
|
|
1069
|
+
// Simulation Calendar
|
|
1070
|
+
"calendar.no_connection": "Walang aktibong koneksyon. Mangyaring i-configure muna ang koneksyon.",
|
|
1071
|
+
"calendar.live_example": "Live na Halimbawa",
|
|
1072
|
+
"calendar.simulation_calendar": "Kalendaryo ng Simulation",
|
|
1073
|
+
"calendar.click_dates": "Mag-click sa mga petsang may asul na tuldok para makita ang mga simulation sa araw na iyon.",
|
|
1074
|
+
"calendar.showing_simulations": "Nagpapakita ng {count} simulation",
|
|
1075
|
+
"calendar.selected_date_info": "Impormasyon ng Napiling Petsa",
|
|
1076
|
+
"calendar.simulations_on": "Mga simulation noong {date}",
|
|
1077
|
+
"calendar.select_date": "Pumili ng petsa para makita ang mga simulation",
|
|
1078
|
+
"calendar.no_simulations": "Walang nahanap na simulation para sa petsang ito.",
|
|
1079
|
+
"calendar.filtered_example": "Halimbawa ng Naka-filter na Kalendaryo",
|
|
1080
|
+
"calendar.basic_filters": "Mga Basic na Filter",
|
|
1081
|
+
"calendar.basic_filters_desc": "Pumili ng proyekto, template, at petsa para i-filter ang mga simulation",
|
|
1082
|
+
"calendar.with_simulation_selector": "May Simulation Selector",
|
|
1083
|
+
"calendar.simulation_selector_desc": "Lahat ng apat na filter kasama ang pagpili ng indibidwal na simulation",
|
|
1084
|
+
"calendar.selected_simulation": "Napiling Simulation",
|
|
1085
|
+
"calendar.select_date_button": "Pumili ng petsa...",
|
|
1086
|
+
"calendar.select_project_first": "Pumili muna ng proyekto",
|
|
1087
|
+
"calendar.select_date_first": "Pumili muna ng petsa",
|
|
1088
|
+
"calendar.found": "nahanap",
|
|
1089
|
+
"calendar.project_label": "Proyekto",
|
|
1090
|
+
// Booking
|
|
1091
|
+
"booking.create_booking": "Gumawa ng Booking",
|
|
1092
|
+
"booking.new_booking": "Bagong Booking",
|
|
1093
|
+
"booking.passenger": "Pasahero",
|
|
1094
|
+
"booking.template": "Template",
|
|
1095
|
+
"booking.date": "Petsa",
|
|
1096
|
+
"booking.time": "Oras",
|
|
1097
|
+
"booking.departure_time": "Oras ng Pag-alis",
|
|
1098
|
+
"booking.now": "Ngayon",
|
|
1099
|
+
"booking.specific_time": "Tiyak na Oras",
|
|
1100
|
+
"booking.pickup": "Pickup",
|
|
1101
|
+
"booking.dropoff": "Dropoff",
|
|
1102
|
+
"booking.pickup_location": "Lokasyon ng Pickup",
|
|
1103
|
+
"booking.dropoff_location": "Lokasyon ng Dropoff",
|
|
1104
|
+
"booking.search_location": "Maghanap ng lokasyon...",
|
|
1105
|
+
"booking.no_locations": "Walang nahanap na lokasyon",
|
|
1106
|
+
"booking.select_template_first": "Pumili muna ng template",
|
|
1107
|
+
"booking.creating": "Gumagawa ng booking...",
|
|
1108
|
+
"booking.success": "Matagumpay na nagawa ang booking!",
|
|
1109
|
+
"booking.error": "Nabigo ang paggawa ng booking",
|
|
1110
|
+
"booking.select_passenger": "Pumili ng pasahero",
|
|
1111
|
+
"booking.select_template": "Pumili ng template",
|
|
1112
|
+
"booking.select_date": "Pumili ng petsa",
|
|
1113
|
+
"booking.select_pickup": "Pumili ng pickup location",
|
|
1114
|
+
"booking.select_dropoff": "Pumili ng dropoff location",
|
|
1115
|
+
"booking.edit_title": "I-edit ang Booking",
|
|
1116
|
+
"booking.view_title": "Booking",
|
|
1117
|
+
"booking.pickup_stops": "Mga Pickup Stop",
|
|
1118
|
+
"booking.dropoff_stops": "Mga Dropoff Stop",
|
|
1119
|
+
"booking.pickup_stops_placeholder": "Pumili ng mga pickup stop...",
|
|
1120
|
+
"booking.dropoff_stops_placeholder": "Pumili ng mga dropoff stop...",
|
|
1121
|
+
"booking.loading": "Naglo-load ng booking...",
|
|
1122
|
+
};
|