sgerp-frontend-lib 0.1.0
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/LICENSE +21 -0
- package/README.md +70 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/locales/locale_en.d.ts +2 -0
- package/dist/locales/locale_en.d.ts.map +1 -0
- package/dist/locales/locale_en.js +1933 -0
- package/dist/locales/locale_ja.d.ts +2 -0
- package/dist/locales/locale_ja.d.ts.map +1 -0
- package/dist/locales/locale_ja.js +1926 -0
- package/dist/locales/locale_ms.d.ts +2 -0
- package/dist/locales/locale_ms.d.ts.map +1 -0
- package/dist/locales/locale_ms.js +1916 -0
- package/dist/sgerp/client.d.ts +236 -0
- package/dist/sgerp/client.d.ts.map +1 -0
- package/dist/sgerp/collections/simulation/node.d.ts +11 -0
- package/dist/sgerp/collections/simulation/node.d.ts.map +1 -0
- package/dist/sgerp/collections/simulation/vehicle.d.ts +11 -0
- package/dist/sgerp/collections/simulation/vehicle.d.ts.map +1 -0
- package/dist/sgerp/context/sgerp-context.d.ts +54 -0
- package/dist/sgerp/context/sgerp-context.d.ts.map +1 -0
- package/dist/sgerp/hooks/use-collection.d.ts +83 -0
- package/dist/sgerp/hooks/use-collection.d.ts.map +1 -0
- package/dist/sgerp/hooks/use-live-updates.d.ts +35 -0
- package/dist/sgerp/hooks/use-live-updates.d.ts.map +1 -0
- package/dist/sgerp/hooks/use-live-updates.js +95 -0
- package/dist/sgerp/index.d.ts +90 -0
- package/dist/sgerp/index.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/fetchUtils.d.ts +69 -0
- package/dist/sgerp/simulation-logic/fetchUtils.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/index.d.ts +14 -0
- package/dist/sgerp/simulation-logic/index.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/index.js +11 -0
- package/dist/sgerp/simulation-logic/manualEditUtils.d.ts +70 -0
- package/dist/sgerp/simulation-logic/manualEditUtils.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/mapUtils.d.ts +11 -0
- package/dist/sgerp/simulation-logic/mapUtils.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/optimisticUpdateUtils.d.ts +28 -0
- package/dist/sgerp/simulation-logic/optimisticUpdateUtils.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/optimisticUpdateUtils.js +37 -0
- package/dist/sgerp/simulation-logic/referenceUtils.d.ts +28 -0
- package/dist/sgerp/simulation-logic/referenceUtils.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/routeCalculationUtils.d.ts +12 -0
- package/dist/sgerp/simulation-logic/routeCalculationUtils.d.ts.map +1 -0
- package/dist/sgerp/simulation-logic/timeShiftUtils.d.ts +27 -0
- package/dist/sgerp/simulation-logic/timeShiftUtils.d.ts.map +1 -0
- package/dist/sgerp/types/simulation/node.d.ts +102 -0
- package/dist/sgerp/types/simulation/node.d.ts.map +1 -0
- package/dist/sgerp/types/simulation/node.js +11 -0
- package/dist/sgerp/types/simulation/vehicle.d.ts +88 -0
- package/dist/sgerp/types/simulation/vehicle.d.ts.map +1 -0
- package/dist/sgerp/types/simulation/vehicle.js +1 -0
- package/dist/sgerp/utils/routeUtils.d.ts +47 -0
- package/dist/sgerp/utils/routeUtils.d.ts.map +1 -0
- package/package.json +126 -0
|
@@ -0,0 +1,1926 @@
|
|
|
1
|
+
export const translations = {
|
|
2
|
+
// SGERP Login
|
|
3
|
+
"sgerp_login.username": "ユーザー名",
|
|
4
|
+
"sgerp_login.password": "パスワード",
|
|
5
|
+
"sgerp_login.backend": "バックエンド",
|
|
6
|
+
"sgerp_login.username_placeholder": "ユーザー名を入力",
|
|
7
|
+
"sgerp_login.password_placeholder": "パスワードを入力",
|
|
8
|
+
"sgerp_login.backend_placeholder": "バックエンドを選択",
|
|
9
|
+
"sgerp_login.connect_button": "接続",
|
|
10
|
+
"sgerp_login.connecting_button": "接続中...",
|
|
11
|
+
"sgerp_login.error_fill_fields": "すべてのフィールドを入力してください",
|
|
12
|
+
"sgerp_login.error_auth_failed": "認証に失敗しました",
|
|
13
|
+
"sgerp_login.error_failed_connect": "接続に失敗しました",
|
|
14
|
+
"sgerp_login.success_connected": "接続に成功しました!",
|
|
15
|
+
"sgerp_login.backend_localhost": "ローカルホスト",
|
|
16
|
+
"sgerp_login.backend_staging": "ステージング",
|
|
17
|
+
"sgerp_login.backend_production": "本番環境",
|
|
18
|
+
// Environment Labels
|
|
19
|
+
"env.staging": "ステージング",
|
|
20
|
+
"env.production": "本番環境",
|
|
21
|
+
"env.tcp": "TCP",
|
|
22
|
+
"env.ppe": "PPE",
|
|
23
|
+
// SGERP Autocomplete
|
|
24
|
+
"sgerp_autocomplete.no_results": "結果が見つかりません",
|
|
25
|
+
"sgerp_autocomplete.loading": "読み込み中...",
|
|
26
|
+
"sgerp_autocomplete.select_first": "まずプロジェクトを選択してください",
|
|
27
|
+
"sgerp_autocomplete.placeholder": "検索...",
|
|
28
|
+
"sgerp_autocomplete.placeholder_project": "プロジェクトを検索...",
|
|
29
|
+
"sgerp_autocomplete.placeholder_user": "ユーザーを検索...",
|
|
30
|
+
"sgerp_autocomplete.placeholder_simulation": "シミュレーションを検索...",
|
|
31
|
+
"sgerp_autocomplete.placeholder_vehicle": "車両を検索...",
|
|
32
|
+
"sgerp_autocomplete.placeholder_vehicletype": "車両タイプを検索...",
|
|
33
|
+
"sgerp_autocomplete.placeholder_booking": "予約を検索...",
|
|
34
|
+
"sgerp_autocomplete.placeholder_node": "ノードを検索...",
|
|
35
|
+
"sgerp_autocomplete.placeholder_projectmember": "プロジェクトメンバーを検索...",
|
|
36
|
+
"sgerp_autocomplete.placeholder_passenger": "乗客を検索...",
|
|
37
|
+
"sgerp_autocomplete.search_by_name": "名前で検索...",
|
|
38
|
+
"sgerp_autocomplete.placeholder_template": "テンプレートを選択...",
|
|
39
|
+
// Navbar
|
|
40
|
+
"navbar.documentation": "ドキュメント",
|
|
41
|
+
"navbar.try_it_out": "試してみる",
|
|
42
|
+
// Docs Navigation
|
|
43
|
+
"docs.nav.getting_started": "はじめに",
|
|
44
|
+
"docs.nav.guides": "ガイド",
|
|
45
|
+
"docs.nav.components": "コンポーネント",
|
|
46
|
+
"docs.nav.example_apps": "サンプルアプリ",
|
|
47
|
+
"docs.nav.pages_for_apps": "アプリページ",
|
|
48
|
+
"docs.nav.predefined_tables": "定義済みテーブル",
|
|
49
|
+
"docs.nav.editors": "エディター",
|
|
50
|
+
"docs.nav.api_reference": "APIリファレンス",
|
|
51
|
+
"docs.nav.try_it_out": "試してみる",
|
|
52
|
+
"docs.nav.installation": "インストール",
|
|
53
|
+
"docs.nav.configuration": "設定",
|
|
54
|
+
"docs.nav.using_with_react": "Reactでの使用",
|
|
55
|
+
"docs.nav.language_selector": "言語セレクター",
|
|
56
|
+
"docs.nav.sgerp_login": "SGERPログイン",
|
|
57
|
+
"docs.nav.sgerp_autocomplete": "SGERPオートコンプリート",
|
|
58
|
+
"docs.nav.sgerp_multiselect": "SGERPマルチセレクト",
|
|
59
|
+
"docs.nav.sgerp_table": "SGERPテーブル",
|
|
60
|
+
"docs.nav.sgerp_map": "SGERPマップ",
|
|
61
|
+
"docs.nav.async_cell": "非同期セル",
|
|
62
|
+
"docs.nav.simulation_calendar": "シミュレーションカレンダー",
|
|
63
|
+
"docs.nav.simulation_filters": "シミュレーションフィルター",
|
|
64
|
+
"docs.nav.track_player": "トラックプレーヤー",
|
|
65
|
+
"docs.nav.people_transport": "人員輸送",
|
|
66
|
+
"docs.nav.overview": "概要",
|
|
67
|
+
"docs.nav.simulation_detail": "シミュレーション詳細",
|
|
68
|
+
"docs.nav.services_page": "サービスページ",
|
|
69
|
+
"docs.nav.templates_page": "テンプレートページ",
|
|
70
|
+
"docs.nav.drivers_page": "ドライバーページ",
|
|
71
|
+
"docs.nav.notifications_page": "通知ページ",
|
|
72
|
+
"docs.nav.passengers_page": "乗客ページ",
|
|
73
|
+
"docs.nav.passenger_detail": "乗客詳細",
|
|
74
|
+
"docs.nav.project_table": "プロジェクトテーブル",
|
|
75
|
+
"docs.nav.vehicletype_table": "車両タイプテーブル",
|
|
76
|
+
"docs.nav.vehicle_table": "車両テーブル",
|
|
77
|
+
"docs.nav.booking_table": "予約テーブル",
|
|
78
|
+
"docs.nav.passenger_table": "乗客テーブル",
|
|
79
|
+
"docs.nav.ticket_table": "チケットテーブル",
|
|
80
|
+
"docs.nav.node_table": "ノードテーブル",
|
|
81
|
+
"docs.nav.driver_table": "ドライバーテーブル",
|
|
82
|
+
"docs.nav.operationslocation_table": "運営拠点テーブル",
|
|
83
|
+
"docs.nav.operationslocationgroup_table": "運営拠点グループテーブル",
|
|
84
|
+
"docs.nav.transaction_table": "トランザクションテーブル",
|
|
85
|
+
"docs.nav.simulation_table": "シミュレーションテーブル",
|
|
86
|
+
"docs.nav.notifications_table": "通知テーブル",
|
|
87
|
+
"docs.nav.services_table": "サービステーブル",
|
|
88
|
+
"docs.nav.templates_table": "テンプレートテーブル",
|
|
89
|
+
"docs.nav.project_editor": "プロジェクトエディター",
|
|
90
|
+
"docs.nav.vehicletype_editor": "車両タイプエディター",
|
|
91
|
+
"docs.nav.driver_drawer": "ドライバードロワー",
|
|
92
|
+
"docs.nav.notification_drawer": "通知ドロワー",
|
|
93
|
+
"docs.nav.connections": "接続",
|
|
94
|
+
"docs.nav.collections": "コレクション",
|
|
95
|
+
"docs.nav.user_api": "ユーザーAPI",
|
|
96
|
+
"docs.nav.project_api": "プロジェクトAPI",
|
|
97
|
+
"docs.nav.projectmember_api": "プロジェクトメンバーAPI",
|
|
98
|
+
"docs.nav.passenger_api": "乗客API",
|
|
99
|
+
"docs.nav.simulation_api": "シミュレーションAPI",
|
|
100
|
+
"docs.nav.booking_api": "予約API",
|
|
101
|
+
"docs.nav.node_api": "ノードAPI",
|
|
102
|
+
"docs.nav.driver_api": "ドライバーAPI",
|
|
103
|
+
"docs.nav.vehicle_api": "車両API",
|
|
104
|
+
"docs.nav.vehicletype_api": "車両タイプAPI",
|
|
105
|
+
// Docs Headings
|
|
106
|
+
"docs.interactive_examples": "インタラクティブな例",
|
|
107
|
+
"docs.interactive_react_example": "インタラクティブなReact例",
|
|
108
|
+
"docs.live_example": "ライブデモ",
|
|
109
|
+
"docs.on_this_page": "目次",
|
|
110
|
+
"docs.installation": "インストール",
|
|
111
|
+
"docs.installation_manual": "または、レジストリから手動でコンポーネントをコピーしてください。",
|
|
112
|
+
// Interactive Demo
|
|
113
|
+
"interactive_demo.title": "試してみる",
|
|
114
|
+
"interactive_demo.description": "認証情報を使用してSGERP APIに接続し、ライブラリをテストします。",
|
|
115
|
+
"interactive_demo.environment": "環境",
|
|
116
|
+
"interactive_demo.username": "ユーザー名",
|
|
117
|
+
"interactive_demo.password": "パスワード",
|
|
118
|
+
"interactive_demo.username_placeholder": "ユーザー名を入力",
|
|
119
|
+
"interactive_demo.password_placeholder": "パスワードを入力",
|
|
120
|
+
"interactive_demo.save_connection": "接続を保存",
|
|
121
|
+
"interactive_demo.test_button": "接続をテスト",
|
|
122
|
+
"interactive_demo.testing": "テスト中...",
|
|
123
|
+
"interactive_demo.error_credentials": "ユーザー名とパスワードの両方を入力してください",
|
|
124
|
+
"interactive_demo.error_load_projects": "プロジェクトの読み込みに失敗しました",
|
|
125
|
+
"interactive_demo.success": "認証成功",
|
|
126
|
+
"interactive_demo.failed": "認証失敗",
|
|
127
|
+
"interactive_demo.email": "メールアドレス",
|
|
128
|
+
"interactive_demo.full_name": "氏名",
|
|
129
|
+
"interactive_demo.is_superuser": "スーパーユーザー",
|
|
130
|
+
"interactive_demo.is_active": "アクティブ",
|
|
131
|
+
"interactive_demo.user_id": "ユーザーID",
|
|
132
|
+
"interactive_demo.projects": "プロジェクト",
|
|
133
|
+
"interactive_demo.all": "すべて",
|
|
134
|
+
"interactive_demo.first_20": "最初の20件",
|
|
135
|
+
"interactive_demo.shown": "表示中",
|
|
136
|
+
"interactive_demo.load_all": "すべて読み込む",
|
|
137
|
+
"interactive_demo.loading": "読み込み中...",
|
|
138
|
+
"interactive_demo.code_equivalent": "同等のコード",
|
|
139
|
+
// Homepage
|
|
140
|
+
"homepage.title": "SGERPフロントエンドライブラリ",
|
|
141
|
+
"homepage.subtitle": "SGERPバックエンドAPIと対話するためのTypeScriptライブラリ。複数の接続、環境を管理し、型安全なAPIリクエストを実行できます。",
|
|
142
|
+
"homepage.try_it_out": "試してみる",
|
|
143
|
+
"homepage.get_started": "はじめに",
|
|
144
|
+
"homepage.documentation": "ドキュメント",
|
|
145
|
+
"homepage.feature_connection_title": "接続管理",
|
|
146
|
+
"homepage.feature_connection_desc": "複数のユーザー/環境プロファイルを簡単に保存・切り替えできます。",
|
|
147
|
+
"homepage.feature_typesafe_title": "型安全",
|
|
148
|
+
"homepage.feature_typesafe_desc": "包括的な型定義による完全なTypeScriptサポート。",
|
|
149
|
+
"homepage.feature_easy_title": "使いやすい",
|
|
150
|
+
"homepage.feature_easy_desc": "自動認証とエラー処理を備えたシンプルなAPI。",
|
|
151
|
+
// PT App
|
|
152
|
+
"ptapp.title": "人員輸送管理",
|
|
153
|
+
"ptapp.login_required": "人員輸送管理にアクセスするにはログインしてください",
|
|
154
|
+
"ptapp.header": "人員輸送管理",
|
|
155
|
+
"ptapp.back_to_docs": "← ドキュメントに戻る",
|
|
156
|
+
"ptapp.nav.passengers": "乗客",
|
|
157
|
+
"ptapp.nav.drivers": "ドライバー",
|
|
158
|
+
"ptapp.nav.notifications": "通知",
|
|
159
|
+
"ptapp.nav.geofences": "ジオフェンス",
|
|
160
|
+
"ptapp.nav.services": "プランとサービス",
|
|
161
|
+
"ptapp.nav.templates": "テンプレート",
|
|
162
|
+
"ptapp.nav.pricings": "料金ポリシー",
|
|
163
|
+
"ptapp.nav.transitstopsets": "停留所セット",
|
|
164
|
+
"ptapp.nav.trips": "運行",
|
|
165
|
+
"ptapp.nav.new_booking": "新規予約",
|
|
166
|
+
"ptapp.simulation.vehicles": "車両",
|
|
167
|
+
"ptapp.simulation.trips": "運行",
|
|
168
|
+
"ptapp.simulation.bookings": "予約",
|
|
169
|
+
"ptapp.passengers.title": "乗客",
|
|
170
|
+
"ptapp.passengers.description": "乗客情報の管理",
|
|
171
|
+
"ptapp.passengers.back_to_list": "乗客一覧に戻る",
|
|
172
|
+
"ptapp.passengers.personal_info": "個人情報",
|
|
173
|
+
"ptapp.passengers.bookings": "予約",
|
|
174
|
+
"ptapp.passengers.transactions": "取引",
|
|
175
|
+
"ptapp.passengers.tickets": "チケット", "ptapp.passengers.gender": "性別",
|
|
176
|
+
"ptapp.passengers.date_of_birth": "生年月日",
|
|
177
|
+
"ptapp.passengers.contact_no": "連絡先",
|
|
178
|
+
"ptapp.drivers.title": "ドライバー",
|
|
179
|
+
"ptapp.drivers.description": "ドライバー情報の管理",
|
|
180
|
+
"ptapp.notifications.title": "通知",
|
|
181
|
+
"ptapp.notifications.description": "スケジュールされたSMS通知",
|
|
182
|
+
"ptapp.services.title": "プランとサービス",
|
|
183
|
+
"ptapp.services.description": "将来のプランと稼働中のサービスを監視",
|
|
184
|
+
"ptapp.templates.title": "テンプレート",
|
|
185
|
+
"ptapp.templates.description": "新規サービス作成用テンプレートシミュレーション",
|
|
186
|
+
"ptapp.pricings.title": "料金ポリシー",
|
|
187
|
+
"ptapp.pricings.description": "サービスの料金ルールとポリシーを管理",
|
|
188
|
+
"ptapp.pricings.coming_soon": "料金ポリシー管理は近日公開予定",
|
|
189
|
+
"ptapp.transitstopsets.title": "停留所セット",
|
|
190
|
+
"ptapp.transitstopsets.description": "停留所セットとフィルタを管理",
|
|
191
|
+
// Logistics App
|
|
192
|
+
"logapp.title": "物流アプリ",
|
|
193
|
+
"logapp.login_required": "物流アプリにアクセスするにはログインしてください",
|
|
194
|
+
"logapp.header": "物流アプリ",
|
|
195
|
+
"logapp.back_to_docs": "← ドキュメントに戻る",
|
|
196
|
+
"logapp.nav.plans": "プランとサービス",
|
|
197
|
+
"logapp.nav.planning": "計画",
|
|
198
|
+
"logapp.nav.templates": "テンプレート",
|
|
199
|
+
"logapp.nav.vehicletypes": "車両タイプ",
|
|
200
|
+
"logapp.nav.drivers": "ドライバー",
|
|
201
|
+
"logapp.nav.geofences": "ジオフェンス",
|
|
202
|
+
"logapp.nav.locations": "ロケーション",
|
|
203
|
+
"logapp.nav.locationgroups": "ロケーショングループ",
|
|
204
|
+
"logapp.vehicletypes.title": "車両タイプ",
|
|
205
|
+
"logapp.vehicletypes.description": "車両タイプ設定と容量設定を管理",
|
|
206
|
+
"logapp.drivers.title": "ドライバー",
|
|
207
|
+
"logapp.drivers.description": "ドライバー情報を管理",
|
|
208
|
+
"logapp.locations.title": "ロケーション",
|
|
209
|
+
"logapp.locations.description": "作業場所と配送先を管理",
|
|
210
|
+
"logapp.locationgroups.title": "ロケーショングループ",
|
|
211
|
+
"logapp.locationgroups.description": "ロケーションを論理グループに整理",
|
|
212
|
+
// Location Editor
|
|
213
|
+
"location.create_title": "ロケーションを作成",
|
|
214
|
+
"location.edit_title": "ロケーションを編集",
|
|
215
|
+
"location.name_placeholder": "ロケーション名を入力",
|
|
216
|
+
"location.code_placeholder": "ロケーションコードを入力",
|
|
217
|
+
"location.external_id_placeholder": "外部IDを入力",
|
|
218
|
+
"location.address_placeholder": "住所を入力",
|
|
219
|
+
"location.postal_code_placeholder": "郵便番号を入力",
|
|
220
|
+
"location.latitude": "緯度",
|
|
221
|
+
"location.longitude": "経度",
|
|
222
|
+
"location.latitude_placeholder": "例: 35.6762",
|
|
223
|
+
"location.longitude_placeholder": "例: 139.6503",
|
|
224
|
+
"location.coordinates": "座標",
|
|
225
|
+
"location.map_label": "地図上の場所",
|
|
226
|
+
"location.map_instructions": "地図をクリックしてマーカーを配置、マーカーをドラッグ、または座標を手動で入力してください",
|
|
227
|
+
"location.duplicate_external_id_error": "この外部IDを持つロケーションがこのプロジェクトに既に存在します。別の外部IDを使用するか、空白のままにしてください。",
|
|
228
|
+
"location.calculation_params": "計算パラメータ",
|
|
229
|
+
"location.enter_time_fixed": "進入時間(固定)",
|
|
230
|
+
"location.exit_time_fixed": "退出時間(固定)",
|
|
231
|
+
"location.service_time_fixed": "サービス時間(固定)",
|
|
232
|
+
"location.time_placeholder": "秒単位の時間",
|
|
233
|
+
"location.coefficients": "係数(製品種別 → 需要タイプ → 値)",
|
|
234
|
+
"location.product_kind": "製品種別",
|
|
235
|
+
"location.product_kind_placeholder": "例: passenger, cargo",
|
|
236
|
+
"location.demand_type": "需要タイプ",
|
|
237
|
+
"location.demand_type_placeholder": "例: standard, priority",
|
|
238
|
+
"location.coefficient": "係数",
|
|
239
|
+
"location.no_coefficients": "係数が定義されていません。上記のフォームから追加してください。",
|
|
240
|
+
"location.enable_cumulative_limitation": "累積制限を有効にする",
|
|
241
|
+
"location.depot_service_time": "デポサービス時間",
|
|
242
|
+
"location.max_cumulative_vehicles": "最大累積車両数",
|
|
243
|
+
"location.vehicles_placeholder": "車両数",
|
|
244
|
+
"location.import_title": "運用ロケーションのインポート",
|
|
245
|
+
"location.import_select_project": "ロケーションのインポートを開始するにはプロジェクトを選択してください",
|
|
246
|
+
"location.import_description": "ロケーションデータを含むCSVファイルをアップロード",
|
|
247
|
+
"location.import_preview": "インポート前にロケーションを確認・編集",
|
|
248
|
+
"location.import_uploading": "ロケーションを作成中...",
|
|
249
|
+
"location.import_complete": "インポート完了",
|
|
250
|
+
"location.import_format": "形式: project_id,group_id,name,code,external_id,postal_code,lat,lon,address",
|
|
251
|
+
"location.locations": "ロケーション",
|
|
252
|
+
"location.locations_created": "ロケーションが作成されました",
|
|
253
|
+
// Location Group Editor
|
|
254
|
+
"locationgroup.create_title": "ロケーショングループを作成",
|
|
255
|
+
"locationgroup.edit_title": "ロケーショングループを編集",
|
|
256
|
+
"locationgroup.view_title": "ロケーショングループ",
|
|
257
|
+
"locationgroup.code_placeholder": "グループコードを入力",
|
|
258
|
+
"locationgroup.available_locations": "利用可能なロケーション",
|
|
259
|
+
"locationgroup.selected_locations": "このグループのロケーション",
|
|
260
|
+
"locationgroup.select_locations_instruction": "このグループに追加するロケーションを選択",
|
|
261
|
+
"locationgroup.select_project_first": "利用可能なロケーションを表示するにはプロジェクトを選択してください",
|
|
262
|
+
"locationgroup.no_locations_selected": "ロケーションが選択されていません",
|
|
263
|
+
// Common
|
|
264
|
+
"common.loading": "読み込み中...",
|
|
265
|
+
"common.loading_data": "データを読み込み中...",
|
|
266
|
+
"common.loading_routes": "ルートを読み込み中...",
|
|
267
|
+
"common.calculating": "計算中",
|
|
268
|
+
"common.show": "表示",
|
|
269
|
+
"common.hide": "非表示",
|
|
270
|
+
"common.show_all": "すべて表示",
|
|
271
|
+
"common.hide_all": "すべて非表示",
|
|
272
|
+
"common.show_map": "地図を表示",
|
|
273
|
+
"common.hide_map": "地図を非表示",
|
|
274
|
+
"common.timeline": "タイムライン",
|
|
275
|
+
"common.route_timeline": "ルートタイムライン",
|
|
276
|
+
"common.selected": "選択中",
|
|
277
|
+
"common.no_route": "ルートなし",
|
|
278
|
+
"common.no_data": "データがありません",
|
|
279
|
+
"common.not_available": "該当なし",
|
|
280
|
+
"common.save": "保存",
|
|
281
|
+
"common.saving": "保存中...",
|
|
282
|
+
"common.cancel": "キャンセル",
|
|
283
|
+
"common.delete": "削除",
|
|
284
|
+
"common.add": "追加",
|
|
285
|
+
"common.edit": "編集",
|
|
286
|
+
"common.custom": "カスタム...",
|
|
287
|
+
"common.create": "作成",
|
|
288
|
+
"common.creating": "作成中...",
|
|
289
|
+
"common.update": "更新",
|
|
290
|
+
"common.search": "検索",
|
|
291
|
+
"common.filter": "フィルター",
|
|
292
|
+
"common.done": "完了",
|
|
293
|
+
"common.clear": "クリア",
|
|
294
|
+
"common.clear_all": "すべてクリア",
|
|
295
|
+
"common.select": "選択...",
|
|
296
|
+
"common.apply": "適用",
|
|
297
|
+
"common.close": "閉じる",
|
|
298
|
+
"common.change": "変更",
|
|
299
|
+
"common.yes": "はい",
|
|
300
|
+
"common.no": "いいえ",
|
|
301
|
+
"common.ok": "閉じる",
|
|
302
|
+
"common.error": "エラー",
|
|
303
|
+
"common.success": "成功",
|
|
304
|
+
"common.warning": "警告",
|
|
305
|
+
"common.info": "情報",
|
|
306
|
+
"common.active": "有効",
|
|
307
|
+
"common.inactive": "無効",
|
|
308
|
+
"common.password": "パスワード",
|
|
309
|
+
"common.remove": "削除",
|
|
310
|
+
"common.logout": "ログアウト",
|
|
311
|
+
"common.save_failed": "保存に失敗しました",
|
|
312
|
+
"common.pause": "一時停止",
|
|
313
|
+
"common.resume": "再開",
|
|
314
|
+
"common.pausing": "一時停止中...",
|
|
315
|
+
"common.resuming": "再開中...",
|
|
316
|
+
"common.paused": "停止中",
|
|
317
|
+
"common.accepting": "受付中",
|
|
318
|
+
"common.updating": "更新中...",
|
|
319
|
+
"common.accepting_bookings": "予約受付",
|
|
320
|
+
"common.live": "ライブ",
|
|
321
|
+
"common.project": "プロジェクト",
|
|
322
|
+
"common.simulation": "シミュレーション",
|
|
323
|
+
"common.project_required": "プロジェクトは必須です",
|
|
324
|
+
"common.simulation_required": "シミュレーションは必須です",
|
|
325
|
+
"common.select_project": "プロジェクトを選択",
|
|
326
|
+
"common.select_simulation": "シミュレーションを選択",
|
|
327
|
+
"common.pick_date": "日付を選択",
|
|
328
|
+
"common.import": "インポート",
|
|
329
|
+
"common.back": "戻る",
|
|
330
|
+
"common.continue": "続ける",
|
|
331
|
+
"common.vehicle_singular": "車両",
|
|
332
|
+
"common.vehicle_plural": "車両",
|
|
333
|
+
"common.vehicles": "台の車両",
|
|
334
|
+
"common.bookings": "件の予約",
|
|
335
|
+
"common.help": "ヘルプ",
|
|
336
|
+
"common.keyboard_shortcuts": "キーボードショートカット",
|
|
337
|
+
// Autoplan Confirmation Dialog
|
|
338
|
+
"autoplan.title": "配送の最適化",
|
|
339
|
+
"autoplan.vehicle_selection": "車両の選択",
|
|
340
|
+
"autoplan.order_selection": "注文の選択",
|
|
341
|
+
"autoplan.all_vehicles": "すべての車両",
|
|
342
|
+
"autoplan.selected_vehicles": "選択した車両",
|
|
343
|
+
"autoplan.all_orders": "すべての注文",
|
|
344
|
+
"autoplan.selected_orders": "選択した注文",
|
|
345
|
+
"autoplan.summary": "概要",
|
|
346
|
+
"autoplan.assign_orders_short": "{count}件の注文を{vehicles}台の車両に割り当て",
|
|
347
|
+
"autoplan.optimize_sequences": "配送順序を最適化",
|
|
348
|
+
"autoplan.this_action_will": "この操作により:",
|
|
349
|
+
"autoplan.assign_orders": "{unassigned}件の未割り当て注文を{vehicles}台の車両に割り当てます",
|
|
350
|
+
"autoplan.optimize_sequence": "{vehicles}台の車両の配送順序を最適化します",
|
|
351
|
+
"autoplan.warning_title": "警告",
|
|
352
|
+
"autoplan.warning_message": "手動編集が上書きされる可能性があります。この操作は元に戻せません。",
|
|
353
|
+
"autoplan.button": "最適化を実行",
|
|
354
|
+
"autoplan.button_running": "最適化中...",
|
|
355
|
+
// Calculation/Processor
|
|
356
|
+
"processor.calculating_by": "{username}が計算中",
|
|
357
|
+
"processor.history_title": "計算履歴",
|
|
358
|
+
"processor.total_calculations": "合計{count}件の計算",
|
|
359
|
+
// Keyboard Shortcuts Help
|
|
360
|
+
"shortcuts.view_history": "計算履歴を表示",
|
|
361
|
+
"shortcuts.view_history_desc": "プロセッサ履歴ドロワーの切り替え",
|
|
362
|
+
"shortcuts.launch_autoplan": "最適化を開始",
|
|
363
|
+
"shortcuts.launch_autoplan_desc": "ルート最適化を開始",
|
|
364
|
+
"shortcuts.modifier_key_mac": "⌘ = Macのコマンドキー",
|
|
365
|
+
"shortcuts.modifier_key_windows": "Ctrl+ = Windows/Linuxのコントロールキー",
|
|
366
|
+
// Driver Assignment
|
|
367
|
+
"driverAssignment.title": "ドライバー割り当て",
|
|
368
|
+
"driverAssignment.placeholder": "ドライバー割り当てインターフェースはここに実装されます。",
|
|
369
|
+
"driverAssignment.assign": "割り当て",
|
|
370
|
+
"driverAssignment.saveChanges": "プランの変更を保存",
|
|
371
|
+
"driverAssignment.timeViolation": "時間の重複が検出されました!重複する配車にドライバーを割り当てることはできません。",
|
|
372
|
+
// Vehicle
|
|
373
|
+
"vehicle.pause_bookings_title": "予約を一時停止しますか?",
|
|
374
|
+
"vehicle.pause_bookings_message_prefix": "サービス番号のすべての予約を一時停止します:",
|
|
375
|
+
"vehicle.pause_bookings_message_suffix": "車両は現在の割り当てを完了しますが、このアクションを元に戻すまで新しい割り当ては受け取りません。",
|
|
376
|
+
"vehicle.pause_bookings_button": "予約を一時停止",
|
|
377
|
+
"vehicle.resume_bookings_title": "予約を再開しますか?",
|
|
378
|
+
"vehicle.resume_bookings_message_prefix": "サービス番号のすべての予約を再開します:",
|
|
379
|
+
"vehicle.resume_bookings_message_suffix": "車両はシステムから割り当てを受け取り始めます。",
|
|
380
|
+
"vehicle.resume_bookings_button": "予約を再開",
|
|
381
|
+
"vehicle.info_title": "車両情報",
|
|
382
|
+
"vehicle.info_description": "車両の詳細と位置を表示",
|
|
383
|
+
"vehicle.gps_coordinates": "GPS座標",
|
|
384
|
+
"vehicle.no_data": "車両データがありません",
|
|
385
|
+
"vehicle.create_vehicle": "車両を作成",
|
|
386
|
+
"vehicle.manage_vehicles": "車両を管理",
|
|
387
|
+
"vehicle.unassign": "割り当て解除",
|
|
388
|
+
"vehicle.bulk_create_vehicles": "車両を一括作成",
|
|
389
|
+
"vehicle.vehicles_list": "車両リスト",
|
|
390
|
+
"vehicle.vehicles_description": "ドライバーとジオフェンスをここにドロップ",
|
|
391
|
+
"vehicle.add_vehicle": "車両を追加",
|
|
392
|
+
"vehicle.unnamed": "無名の車両",
|
|
393
|
+
"vehicle.select_or_add": "車両を選択するか、新しい車両を追加してください",
|
|
394
|
+
"vehicle.save_all_vehicles": "すべて保存",
|
|
395
|
+
"vehicle.shared_routing_settings": "共有ルーティング設定(すべての車両に適用)",
|
|
396
|
+
"vehicle.no_geofences_assigned": "ジオフェンスが割り当てられていません。左サイドバーからドラッグしてください。",
|
|
397
|
+
"vehicle.service_number": "サービス番号",
|
|
398
|
+
"vehicle.service_number_required": "サービス番号は必須です",
|
|
399
|
+
"vehicle.service_number_placeholder": "サービス番号を入力(例:V001)",
|
|
400
|
+
"vehicle.registration_number": "登録番号",
|
|
401
|
+
"vehicle.registration_number_placeholder": "登録番号を入力(例:ABC-123)",
|
|
402
|
+
"vehicle.vehicle_type": "車両タイプ",
|
|
403
|
+
"vehicle.select_vehicle_type": "車両タイプを選択",
|
|
404
|
+
"vehicle.start_time": "開始時刻",
|
|
405
|
+
"vehicle.end_time": "終了時刻",
|
|
406
|
+
"vehicle.color": "色",
|
|
407
|
+
"vehicle.created_successfully": "車両が正常に作成されました",
|
|
408
|
+
"vehicle.create_failed": "車両の作成に失敗しました",
|
|
409
|
+
"vehicle.driver": "ドライバー",
|
|
410
|
+
"vehicle.select_driver": "ドライバーを選択",
|
|
411
|
+
"vehicle.speed": "速度",
|
|
412
|
+
"vehicle.vehicle_cost": "車両コスト",
|
|
413
|
+
"vehicle.max_trip_duration": "最大移動時間",
|
|
414
|
+
"vehicle.capacity": "容量",
|
|
415
|
+
"vehicle.capacity_key": "容量キー",
|
|
416
|
+
"vehicle.add_capacity": "容量を追加",
|
|
417
|
+
"vehicle.geofences": "ジオフェンス",
|
|
418
|
+
"vehicle.select_geofences": "ジオフェンスを選択",
|
|
419
|
+
"vehicle.assign_to_all": "すべてに割り当て",
|
|
420
|
+
"vehicle.applied_to_all": "すべての車両に適用されました",
|
|
421
|
+
"vehicle.in_simulation": "シミュレーション",
|
|
422
|
+
"vehicle.in_template": "テンプレート",
|
|
423
|
+
"vehicle.of_project": "のプロジェクト",
|
|
424
|
+
"vehicle.vehicle": "車両",
|
|
425
|
+
"vehicle.vehicle_details": "車両詳細",
|
|
426
|
+
// Driver
|
|
427
|
+
"driver.create_driver": "ドライバーを作成",
|
|
428
|
+
"driver.create_description": "ユーザー資格情報を使用して新しいドライバーアカウントを作成",
|
|
429
|
+
"driver.view_driver": "ドライバーを表示",
|
|
430
|
+
"driver.view_description": "ドライバーアカウントの詳細",
|
|
431
|
+
"driver.edit_driver": "ドライバーを編集",
|
|
432
|
+
"driver.edit_description": "ドライバープロジェクトと設定を管理",
|
|
433
|
+
"driver.name_placeholder": "ドライバー名を入力",
|
|
434
|
+
"driver.login_placeholder": "ログインユーザー名を入力",
|
|
435
|
+
"driver.password_placeholder": "パスワードを入力",
|
|
436
|
+
"driver.confirm_password": "パスワード確認",
|
|
437
|
+
"driver.select_driver": "ドライバーを選択",
|
|
438
|
+
"driver.confirm_password_placeholder": "パスワードを再入力",
|
|
439
|
+
"driver.projects": "プロジェクト",
|
|
440
|
+
"driver.add_project_placeholder": "プロジェクトを検索して追加...",
|
|
441
|
+
"driver.no_projects": "プロジェクトが割り当てられていません",
|
|
442
|
+
"driver.change_password": "パスワード変更",
|
|
443
|
+
"driver.new_password": "新しいパスワード",
|
|
444
|
+
"driver.new_password_placeholder": "新しいパスワードを入力",
|
|
445
|
+
"driver.confirm_new_password": "新しいパスワード(確認)",
|
|
446
|
+
"driver.confirm_new_password_placeholder": "新しいパスワードを再入力",
|
|
447
|
+
"driver.update_password": "パスワードを更新",
|
|
448
|
+
// Error messages
|
|
449
|
+
"error.organization_required": "組織は必須です",
|
|
450
|
+
"error.name_required": "名前は必須です",
|
|
451
|
+
"error.login_required": "ログインは必須です",
|
|
452
|
+
"error.password_required": "パスワードは必須です",
|
|
453
|
+
"error.password_mismatch": "パスワードが一致しません",
|
|
454
|
+
"error.driver_not_found": "ドライバーが見つかりません",
|
|
455
|
+
"error.driver_load_failed": "ドライバーの読み込みに失敗しました",
|
|
456
|
+
"error.project_add_failed": "プロジェクトの追加に失敗しました",
|
|
457
|
+
"error.project_remove_failed": "プロジェクトの削除に失敗しました",
|
|
458
|
+
// Table
|
|
459
|
+
"table.no_results": "データがありません",
|
|
460
|
+
"table.loading": "読み込み中...",
|
|
461
|
+
"table.columns": "列",
|
|
462
|
+
"table.rows_per_page": "ページあたりの行数",
|
|
463
|
+
"table.page_of": "ページ {current} / {total}",
|
|
464
|
+
"table.select_all": "すべて選択",
|
|
465
|
+
"table.deselect_all": "すべて選択解除",
|
|
466
|
+
"table.showing_items": "{showing} / {total} 件を表示",
|
|
467
|
+
"table.more_available": "(さらに利用可能)",
|
|
468
|
+
"table.clear_filters": "フィルターをクリア",
|
|
469
|
+
"table.loading_more": "さらに読み込み中...",
|
|
470
|
+
// Common table columns
|
|
471
|
+
"column.id": "ID",
|
|
472
|
+
"column.name": "名前",
|
|
473
|
+
"column.created": "作成日時",
|
|
474
|
+
"column.modified": "更新日時",
|
|
475
|
+
"column.project_id": "プロジェクトID",
|
|
476
|
+
"column.project": "プロジェクト",
|
|
477
|
+
"column.simulation_id": "シミュレーションID",
|
|
478
|
+
"column.simulation": "シミュレーション",
|
|
479
|
+
"column.status": "ステータス",
|
|
480
|
+
"column.filter_expression": "フィルタ式",
|
|
481
|
+
"column.exclude_expression": "除外式",
|
|
482
|
+
"column.start_time": "開始時刻",
|
|
483
|
+
"column.end_time": "終了時刻",
|
|
484
|
+
"column.mileage": "走行距離",
|
|
485
|
+
"column.travel_time": "移動時間",
|
|
486
|
+
"column.service_number": "サービス番号",
|
|
487
|
+
"column.color": "色",
|
|
488
|
+
"column.gps_modified": "GPS更新日時",
|
|
489
|
+
"column.latitude": "緯度",
|
|
490
|
+
"column.longitude": "経度",
|
|
491
|
+
"column.capacity": "定員",
|
|
492
|
+
"column.labels": "ラベル",
|
|
493
|
+
"column.vehicle_cost": "車両コスト",
|
|
494
|
+
"column.mode": "モード",
|
|
495
|
+
"column.timezone": "タイムゾーン",
|
|
496
|
+
"column.real_operations": "実運用",
|
|
497
|
+
"column.template": "テンプレート",
|
|
498
|
+
"column.actions": "アクション",
|
|
499
|
+
"column.login": "ログイン",
|
|
500
|
+
"column.first_name": "名",
|
|
501
|
+
"column.organization": "組織",
|
|
502
|
+
"column.activity": "アクティビティ",
|
|
503
|
+
"column.strategy": "戦略",
|
|
504
|
+
"column.currency": "通貨",
|
|
505
|
+
"column.type": "タイプ",
|
|
506
|
+
"column.booking": "予約",
|
|
507
|
+
"column.username": "ユーザー名",
|
|
508
|
+
"column.email": "メールアドレス",
|
|
509
|
+
"column.phone": "電話番号",
|
|
510
|
+
"column.active": "有効",
|
|
511
|
+
"column.driver": "ドライバー",
|
|
512
|
+
"column.first_stop": "最初の停留所",
|
|
513
|
+
"column.last_stop": "最後の停留所",
|
|
514
|
+
"column.trips": "運行",
|
|
515
|
+
"column.route": "ルート",
|
|
516
|
+
"column.route_trip": "ルートトリップ",
|
|
517
|
+
"column.shape_id": "シェイプID",
|
|
518
|
+
"column.pickup_time": "乗車時刻",
|
|
519
|
+
"column.bookings_total": "合計",
|
|
520
|
+
"column.bookings_assigned": "割当済",
|
|
521
|
+
"column.bookings_enroute": "移動中",
|
|
522
|
+
"column.bookings_completed": "完了",
|
|
523
|
+
"column.external_id": "外部ID",
|
|
524
|
+
"column.code": "コード",
|
|
525
|
+
"column.address": "住所",
|
|
526
|
+
"column.postal_code": "郵便番号",
|
|
527
|
+
"column.coordinates": "座標",
|
|
528
|
+
"column.group": "グループ",
|
|
529
|
+
"column.key": "キー",
|
|
530
|
+
"column.description": "説明",
|
|
531
|
+
// Filter labels
|
|
532
|
+
"filter.all": "すべて",
|
|
533
|
+
"filter.all_statuses": "すべてのステータス",
|
|
534
|
+
"filter.project": "プロジェクト",
|
|
535
|
+
"filter.simulation": "シミュレーション",
|
|
536
|
+
"filter.organization": "組織",
|
|
537
|
+
"filter.template": "テンプレート",
|
|
538
|
+
"filter.status": "ステータス",
|
|
539
|
+
"filter.mode": "モード",
|
|
540
|
+
"filter.recipient_type": "受信者タイプ",
|
|
541
|
+
"filter.delivery_type": "配信タイプ",
|
|
542
|
+
// Filter placeholders
|
|
543
|
+
"filter.placeholder_project": "プロジェクトで絞り込み...",
|
|
544
|
+
"filter.placeholder_simulation": "シミュレーションで絞り込み...",
|
|
545
|
+
"filter.placeholder_organization": "組織で絞り込み...",
|
|
546
|
+
"filter.placeholder_template": "テンプレートで絞り込み...",
|
|
547
|
+
"filter.placeholder_group": "グループで絞り込み...",
|
|
548
|
+
"filter.activity": "アクティビティ",
|
|
549
|
+
"filter.activity_all": "すべて",
|
|
550
|
+
"filter.activity_current": "現在",
|
|
551
|
+
"filter.activity_future": "将来",
|
|
552
|
+
"filter.activity_past": "過去",
|
|
553
|
+
"filter.activity_booking_started": "予約受付開始済み・将来",
|
|
554
|
+
"filter.date": "日付",
|
|
555
|
+
// SMS/Notification specific columns
|
|
556
|
+
"column.date": "日付",
|
|
557
|
+
"column.created_at": "作成日時",
|
|
558
|
+
"column.modified_at": "更新日時",
|
|
559
|
+
"column.gps_modified_at": "GPS更新日時",
|
|
560
|
+
"column.registration_number": "登録番号",
|
|
561
|
+
"column.lat": "緯度",
|
|
562
|
+
"column.lon": "経度",
|
|
563
|
+
"column.message": "メッセージ",
|
|
564
|
+
"column.recipient": "受信者",
|
|
565
|
+
"column.recipient_type": "受信者タイプ",
|
|
566
|
+
"column.created_by": "作成者",
|
|
567
|
+
"column.delivery_type": "配信タイプ",
|
|
568
|
+
"column.scheduled_at": "予定日時",
|
|
569
|
+
// Recipient types
|
|
570
|
+
"recipient_type.delivery_client": "配送クライアント",
|
|
571
|
+
"recipient_type.delivery_group": "配送グループ",
|
|
572
|
+
"recipient_type.organization": "組織",
|
|
573
|
+
"recipient_type.passenger": "乗客",
|
|
574
|
+
"recipient_type.passenger_group": "乗客グループ",
|
|
575
|
+
// Booking specific
|
|
576
|
+
"column.booking_start": "予約開始",
|
|
577
|
+
"column.booking_end": "予約終了",
|
|
578
|
+
"column.pickup_location": "ピックアップ場所",
|
|
579
|
+
"column.dropoff_location": "降車場所",
|
|
580
|
+
"column.min_pickup_time": "最小ピックアップ時刻",
|
|
581
|
+
"column.max_pickup_time": "最大ピックアップ時刻",
|
|
582
|
+
"column.min_dropoff_time": "最小降車時刻",
|
|
583
|
+
"column.max_dropoff_time": "最大降車時刻",
|
|
584
|
+
"column.scheduled_pickup": "予定ピックアップ時刻",
|
|
585
|
+
"column.scheduled_dropoff": "予定降車時刻",
|
|
586
|
+
"column.demand": "需要",
|
|
587
|
+
"column.dropoff_time": "降車時刻",
|
|
588
|
+
"column.vehicle": "車両",
|
|
589
|
+
"column.vehicle_id": "車両ID",
|
|
590
|
+
"column.location": "場所",
|
|
591
|
+
"column.scheduled": "予定時刻",
|
|
592
|
+
"filter.vehicle": "車両",
|
|
593
|
+
// Dialog texts
|
|
594
|
+
"dialog.unassign_orders_title": "{count}件のオーダーの割り当てを解除しますか?",
|
|
595
|
+
"dialog.unassign_orders_description": "選択された{count}件のオーダーがすべて車両から割り当て解除されます。",
|
|
596
|
+
"dialog.unassign_orders_from_vehicles_title": "{count}台の{vehicle}からすべてのオーダーの割り当てを解除しますか?",
|
|
597
|
+
"dialog.unassign_orders_from_vehicles_description": "選択された{vehicleCount}台の{vehicle}から{orderCount}件のオーダーがすべて割り当て解除されます。",
|
|
598
|
+
"dialog.unassign_warning": "この操作は元に戻せません。オーダーは再割り当てできますが、新しい割り当ては元のものと異なる場合があります。",
|
|
599
|
+
"dialog.unassigning": "割り当て解除中...",
|
|
600
|
+
// Toast notifications
|
|
601
|
+
"toast.autoplan_success": "自動計画が正常に開始されました!",
|
|
602
|
+
"toast.autoplan_success_description": "最適化がバックグラウンドで実行中です。",
|
|
603
|
+
"toast.autoplan_error": "自動計画に失敗しました",
|
|
604
|
+
"toast.unassign_from_vehicles_success": "予約の割り当て解除に成功しました!",
|
|
605
|
+
"toast.unassign_from_vehicle_singular_description": "この車両からすべての予約が削除されました。",
|
|
606
|
+
"toast.unassign_from_vehicles_plural_description": "{count}台の車両からすべての予約が削除されました。",
|
|
607
|
+
"toast.unassign_error": "予約の割り当て解除に失敗しました",
|
|
608
|
+
"toast.unassign_orders_success": "オーダーの割り当て解除に成功しました!",
|
|
609
|
+
"toast.unassign_order_singular_description": "オーダーが車両から割り当て解除されました。",
|
|
610
|
+
"toast.unassign_orders_plural_description": "{count}件のオーダーが車両から割り当て解除されました。",
|
|
611
|
+
"toast.unassign_orders_error": "オーダーの割り当て解除に失敗しました",
|
|
612
|
+
// Route Details
|
|
613
|
+
"route_details.select_vehicle": "車両を選択してルート詳細を表示",
|
|
614
|
+
"route_details.loading": "ルート読み込み中...",
|
|
615
|
+
"route_details.waypoints": "個のウェイポイント",
|
|
616
|
+
"route_details.waypoint": "個のウェイポイント",
|
|
617
|
+
"route_details.nodes": "ノード",
|
|
618
|
+
"route_details.node_id": "ノード {id}",
|
|
619
|
+
"route_details.view_playback": "GPS再生",
|
|
620
|
+
"route_details.edit": "編集",
|
|
621
|
+
"route_details.route_change_prohibited": "ルート変更が禁止されています",
|
|
622
|
+
"route_details.pickup_dropoff_violation": "同じ予約のピックアップ前にドロップオフを配置できません",
|
|
623
|
+
"route_details.start_time": "最初のウェイポイント予定時刻",
|
|
624
|
+
"route_details.set_vehicle_start": "車両開始時刻",
|
|
625
|
+
"route_details.set_vehicle_start_tooltip": "開始時刻を車両のstart_timeに設定します。すべてのノード時刻は間隔を維持したままシフトします。",
|
|
626
|
+
"route_details.set_booking_min": "予約最小時刻",
|
|
627
|
+
"route_details.set_booking_min_tooltip": "開始時刻を最初のウェイポイントのノードの最も早いopen_time_tsに設定します。すべてのノード時刻はそれに応じてシフトします。",
|
|
628
|
+
"route_details.set_current_time": "現在時刻",
|
|
629
|
+
"route_details.set_current_time_tooltip": "開始時刻を現在時刻に設定します。すべてのノード時刻は間隔を維持したままシフトします。",
|
|
630
|
+
"route_details.vehicle_no_agent_id": "車両にエージェントIDがありません",
|
|
631
|
+
"route_details.save_not_committed": "ルート変更がコミットされませんでした",
|
|
632
|
+
"route_details.save_failed": "ルート変更の保存に失敗しました",
|
|
633
|
+
"route_details.distance_km": "{distance} キロ",
|
|
634
|
+
"route_details.duration_hours_minutes": "{hours}時間 {minutes}分",
|
|
635
|
+
// Node Types
|
|
636
|
+
"node_type.pickup": "乗車",
|
|
637
|
+
"node_type.dropoff": "降車",
|
|
638
|
+
"node_type.point": "ポイント",
|
|
639
|
+
"node_type.vehicle_position": "車両位置",
|
|
640
|
+
"node_type.depot": "デポ",
|
|
641
|
+
// JIT Shifts
|
|
642
|
+
"jit_shifts.title": "JITシフト",
|
|
643
|
+
"jit_shifts.shift": "シフト",
|
|
644
|
+
"jit_shifts.time": "時刻",
|
|
645
|
+
"jit_shifts.batch": "バッチ",
|
|
646
|
+
"jit_shifts.bookings": "予約",
|
|
647
|
+
"jit_shifts.allocated": "割当済",
|
|
648
|
+
"jit_shifts.used": "使用中",
|
|
649
|
+
"jit_shifts.active": "アクティブ",
|
|
650
|
+
"jit_shifts.processed": "処理済み",
|
|
651
|
+
// Demand types
|
|
652
|
+
"demand.passenger": "乗客",
|
|
653
|
+
"demand.passenger_child": "子供",
|
|
654
|
+
"demand.passenger_baby": "乳児",
|
|
655
|
+
"demand.wheelchair": "車椅子",
|
|
656
|
+
"demand.wheelchair_child": "車椅子(子供)",
|
|
657
|
+
"demand.total": "合計",
|
|
658
|
+
"demand.click_details": "詳細はクリック",
|
|
659
|
+
"demand.expand_all": "すべての需要詳細を展開",
|
|
660
|
+
"demand.collapse_all": "すべての需要詳細を折りたたむ",
|
|
661
|
+
// Booking states
|
|
662
|
+
"booking_state.unassigned": "未割り当て",
|
|
663
|
+
"booking_state.assigned": "割り当て済み",
|
|
664
|
+
"booking_state.calculation": "計算中",
|
|
665
|
+
"booking_state.cancelled_by_user": "ユーザーによるキャンセル",
|
|
666
|
+
"booking_state.cancelled_in_calc": "計算中にキャンセル",
|
|
667
|
+
"booking_state.completed": "完了",
|
|
668
|
+
"booking_state.enroute": "配車中",
|
|
669
|
+
"booking_state.fail_to_board": "乗車失敗",
|
|
670
|
+
"booking_state.fail_to_deliver": "配達失敗",
|
|
671
|
+
"booking_state.linked": "リンク済み",
|
|
672
|
+
"booking_state.new": "新規",
|
|
673
|
+
"booking_state.pooling": "プーリング中",
|
|
674
|
+
"booking_state.prepared": "準備完了",
|
|
675
|
+
"booking_state.queued": "待機中",
|
|
676
|
+
"booking_state.rejected_by_system": "オファーなし",
|
|
677
|
+
"booking_state.sent_offer": "オファー送信済み",
|
|
678
|
+
"booking_state.all_cancelled": "すべてのキャンセル",
|
|
679
|
+
// Driver specific
|
|
680
|
+
"column.access_to_projects": "プロジェクトへのアクセス",
|
|
681
|
+
// Project specific
|
|
682
|
+
"column.bookings_opened": "予約受付開始",
|
|
683
|
+
"column.is_currently_operation_time": "現在運用時間中",
|
|
684
|
+
"filter.timezone": "タイムゾーン",
|
|
685
|
+
"filter.placeholder_timezone": "タイムゾーンで絞り込み",
|
|
686
|
+
"project.edit_project": "プロジェクトを編集",
|
|
687
|
+
"project.loading": "プロジェクトを読み込み中...",
|
|
688
|
+
"project.name_label": "名前",
|
|
689
|
+
"project.name_placeholder": "プロジェクト名",
|
|
690
|
+
"project.timezone_label": "タイムゾーン",
|
|
691
|
+
"project.timezone_placeholder": "タイムゾーンを選択",
|
|
692
|
+
"project.timezone_help": "日時計算用のタイムゾーン",
|
|
693
|
+
"project.external_id_label": "外部ID",
|
|
694
|
+
"project.external_id_placeholder": "外部識別子",
|
|
695
|
+
"project.external_id_help": "外部ソースからのインポートに使用",
|
|
696
|
+
"project.latitude_label": "緯度",
|
|
697
|
+
"project.longitude_label": "経度",
|
|
698
|
+
"project.location_help": "マップビューのデフォルト位置",
|
|
699
|
+
"project.saving": "保存中...",
|
|
700
|
+
"project.update_button": "プロジェクトを更新",
|
|
701
|
+
"project.create_button": "プロジェクトを作成",
|
|
702
|
+
"project.cancel_button": "キャンセル",
|
|
703
|
+
"project.not_found": "プロジェクトが見つかりません",
|
|
704
|
+
"project.load_failed": "プロジェクトの読み込みに失敗しました",
|
|
705
|
+
"project.save_failed": "プロジェクトの保存に失敗しました",
|
|
706
|
+
"project.refresh_failed": "プロジェクトデータの更新に失敗しました",
|
|
707
|
+
// VehicleType specific
|
|
708
|
+
"filter.name": "名前",
|
|
709
|
+
"vehicletype.create_button": "車両タイプを作成",
|
|
710
|
+
"vehicletype.edit_vehicletype": "車両タイプを編集",
|
|
711
|
+
"vehicletype.loading": "車両タイプを読み込み中...",
|
|
712
|
+
"vehicletype.not_found": "車両タイプが見つかりません",
|
|
713
|
+
"vehicletype.load_failed": "車両タイプの読み込みに失敗しました",
|
|
714
|
+
"vehicletype.save_failed": "車両タイプの保存に失敗しました",
|
|
715
|
+
"vehicletype.name_label": "名前",
|
|
716
|
+
"vehicletype.name_placeholder": "車両タイプ名(スペースなし)",
|
|
717
|
+
"vehicletype.name_description": "この車両タイプの一意の識別子(例:バン、トラック、バイク)。",
|
|
718
|
+
"vehicletype.name_no_spaces_hint": "スペースは自動的に削除されます。",
|
|
719
|
+
"vehicletype.project_label": "プロジェクト",
|
|
720
|
+
"vehicletype.project_placeholder": "プロジェクトを選択...",
|
|
721
|
+
"vehicletype.project_description": "車両タイプが属するプロジェクト",
|
|
722
|
+
"vehicletype.capacity_label": "容量",
|
|
723
|
+
"vehicletype.capacity_add": "追加",
|
|
724
|
+
"vehicletype.capacity_empty": "容量制約はありません。「追加」をクリックして作成してください。",
|
|
725
|
+
"vehicletype.capacity_description": "容量次元のキーと値のペア(例:passenger: 4, wheelchair: 2)",
|
|
726
|
+
"vehicletype.capacity_custom_placeholder": "カスタムキー(例:luggage)",
|
|
727
|
+
"vehicletype.capacity_custom_option": "カスタム...",
|
|
728
|
+
"vehicletype.capacity_value_placeholder": "0",
|
|
729
|
+
"vehicletype.vehicle_cost_label": "車両コスト",
|
|
730
|
+
"vehicletype.vehicle_cost_placeholder": "0",
|
|
731
|
+
"vehicletype.max_trip_duration_label": "最大移動時間",
|
|
732
|
+
"vehicletype.max_trip_duration_placeholder": "最大移動時間",
|
|
733
|
+
"vehicletype.lifo_order_check_label": "LIFO順序チェック",
|
|
734
|
+
"vehicletype.lifo_order_check_description": "後入先出順序チェックを行うかどうか",
|
|
735
|
+
"vehicletype.labels_label": "ラベル",
|
|
736
|
+
"vehicletype.labels_placeholder": "ラベルを選択...",
|
|
737
|
+
"vehicletype.labels_select_from_project": "プロジェクトラベルから追加...",
|
|
738
|
+
"vehicletype.labels_custom_placeholder": "カスタムラベルを入力...",
|
|
739
|
+
"vehicletype.labels_description": "車両の分類用ラベル(例:常温、冷凍)",
|
|
740
|
+
"vehicletype.labels_empty": "利用可能なラベルがありません。プロジェクト設定でラベルを構成してください。",
|
|
741
|
+
"vehicletype.save_button": "保存",
|
|
742
|
+
"vehicletype.saving_button": "保存中...",
|
|
743
|
+
"vehicletype.update_button": "車両タイプを更新",
|
|
744
|
+
"vehicletype.cancel_button": "キャンセル",
|
|
745
|
+
// Capacity keys
|
|
746
|
+
"capacity.passenger": "乗客",
|
|
747
|
+
"capacity.wheelchair": "車椅子",
|
|
748
|
+
"capacity.cbcm": "立方メートル",
|
|
749
|
+
"capacity.kg": "kg",
|
|
750
|
+
"capacity.units": "個数",
|
|
751
|
+
"capacity.pallet": "パレット",
|
|
752
|
+
"capacity.bottles": "ボトル",
|
|
753
|
+
"capacity.tons": "トン",
|
|
754
|
+
"capacity.cbm": "立方メートル",
|
|
755
|
+
// Gender options
|
|
756
|
+
"gender.female": "女性",
|
|
757
|
+
"gender.male": "男性",
|
|
758
|
+
"gender.others": "その他",
|
|
759
|
+
"gender.prefer_not_to_say": "回答しない",
|
|
760
|
+
// Passenger
|
|
761
|
+
"passenger.create_passenger": "乗客を作成",
|
|
762
|
+
"passenger.edit_passenger": "乗客を編集",
|
|
763
|
+
"passenger.create_description": "新しい乗客アカウントを作成",
|
|
764
|
+
"passenger.edit_description": "乗客情報を更新",
|
|
765
|
+
"passenger.name_placeholder": "乗客名を入力",
|
|
766
|
+
"passenger.email_placeholder": "メールアドレスを入力",
|
|
767
|
+
"passenger.phone_placeholder": "電話番号を入力",
|
|
768
|
+
"passenger.gender_placeholder": "性別を選択",
|
|
769
|
+
"passenger.birth_date_placeholder": "生年月日を選択",
|
|
770
|
+
"passenger.additional_info": "追加情報",
|
|
771
|
+
"passenger.saving": "保存中...",
|
|
772
|
+
"passenger.create_button": "乗客を作成",
|
|
773
|
+
"passenger.update_button": "乗客を更新",
|
|
774
|
+
"error.passenger_not_found": "乗客が見つかりません",
|
|
775
|
+
"error.passenger_load_failed": "乗客の読み込みに失敗しました",
|
|
776
|
+
"error.passenger_save_failed": "乗客の保存に失敗しました",
|
|
777
|
+
"error.passenger_refresh_failed": "乗客データの更新に失敗しました",
|
|
778
|
+
// Transaction status
|
|
779
|
+
"transaction_status.failure": "失敗",
|
|
780
|
+
"transaction_status.failure_should_retry": "失敗、再試行が必要",
|
|
781
|
+
"transaction_status.success": "成功",
|
|
782
|
+
// Transaction type
|
|
783
|
+
"transaction_type.cancel": "キャンセル",
|
|
784
|
+
"transaction_type.cancellation_penalty": "キャンセル料",
|
|
785
|
+
"transaction_type.change_demand": "需要変更",
|
|
786
|
+
"transaction_type.coupon": "クーポン",
|
|
787
|
+
"transaction_type.credit_purchase": "クレジット購入(未使用)",
|
|
788
|
+
"transaction_type.manual_credit": "手動クレジット",
|
|
789
|
+
"transaction_type.passenger_schedule": "乗客スケジュール",
|
|
790
|
+
"transaction_type.pay_outstanding": "未払い支払い(未使用)",
|
|
791
|
+
"transaction_type.payment": "支払い",
|
|
792
|
+
"transaction_type.penalty_payment": "ペナルティ支払い(未使用)",
|
|
793
|
+
"transaction_type.pickup": "ピックアップ",
|
|
794
|
+
"transaction_type.referee": "紹介された人",
|
|
795
|
+
"transaction_type.referrer": "紹介者",
|
|
796
|
+
"transaction_type.refund": "返金",
|
|
797
|
+
"transaction_type.subscription_pass": "サブスクリプションパス",
|
|
798
|
+
"transaction_type.test": "テスト",
|
|
799
|
+
// Transaction provider
|
|
800
|
+
"transaction_provider.internal": "内部",
|
|
801
|
+
"transaction_provider.opal": "Opal",
|
|
802
|
+
"transaction_provider.stripe": "Stripe",
|
|
803
|
+
// Transaction currency
|
|
804
|
+
"transaction_currency.idr": "インドネシアルピア",
|
|
805
|
+
"transaction_currency.jpy": "日本円",
|
|
806
|
+
"transaction_currency.php": "フィリピンペソ",
|
|
807
|
+
"transaction_currency.sgd": "シンガポールドル",
|
|
808
|
+
"transaction_currency.thb": "タイバーツ",
|
|
809
|
+
// Passenger/Transaction specific
|
|
810
|
+
"column.amount": "金額",
|
|
811
|
+
"column.timestamp": "タイムスタンプ",
|
|
812
|
+
"column.passenger": "乗客",
|
|
813
|
+
"column.payment_status": "支払いステータス",
|
|
814
|
+
"column.payment_method": "支払い方法",
|
|
815
|
+
"column.refunded": "返金済み",
|
|
816
|
+
"column.transaction_type": "取引タイプ",
|
|
817
|
+
"column.provider": "プロバイダー",
|
|
818
|
+
"filter.payment_status": "支払いステータス",
|
|
819
|
+
"filter.payment_method": "支払い方法",
|
|
820
|
+
"filter.transaction_type": "取引タイプ",
|
|
821
|
+
// Notifications
|
|
822
|
+
"notifications.title": "通知",
|
|
823
|
+
"notifications.status_scheduled": "予定",
|
|
824
|
+
"notifications.status_sending": "送信中",
|
|
825
|
+
"notifications.status_sent": "送信済み",
|
|
826
|
+
"notifications.status_cancelled": "キャンセル済み",
|
|
827
|
+
"notifications.recipient_type_delivery_client": "配送クライアント",
|
|
828
|
+
"notifications.recipient_type_delivery_group": "配送グループ",
|
|
829
|
+
"notifications.recipient_type_organization": "組織",
|
|
830
|
+
"notifications.recipient_type_passenger": "乗客",
|
|
831
|
+
"notifications.recipient_type_passenger_group": "乗客グループ",
|
|
832
|
+
"notifications.delivery_type_push": "プッシュ通知",
|
|
833
|
+
"notifications.delivery_type_sms": "SMS",
|
|
834
|
+
// Notification Drawer
|
|
835
|
+
"notification.recipient_type_label": "受信者タイプ",
|
|
836
|
+
"notification.recipient_organization": "組織",
|
|
837
|
+
"notification.recipient_passenger": "乗客",
|
|
838
|
+
"notification.organization_label": "組織",
|
|
839
|
+
"notification.organization_placeholder": "組織を選択...",
|
|
840
|
+
"notification.passenger_label": "乗客",
|
|
841
|
+
"notification.passenger_placeholder": "乗客を選択...",
|
|
842
|
+
"notification.title_label": "タイトル",
|
|
843
|
+
"notification.title_placeholder": "通知タイトル",
|
|
844
|
+
"notification.body_label": "メッセージ",
|
|
845
|
+
"notification.body_placeholder": "通知メッセージ",
|
|
846
|
+
"notification.url_label": "URL",
|
|
847
|
+
"notification.url_placeholder": "https://example.com",
|
|
848
|
+
"notification.send_timing_label": "送信タイミング",
|
|
849
|
+
"notification.send_now": "今すぐ送信",
|
|
850
|
+
"notification.send_later": "後で送信",
|
|
851
|
+
"notification.timezone_label": "タイムゾーン",
|
|
852
|
+
"notification.timezone_placeholder": "タイムゾーンを選択",
|
|
853
|
+
"notification.date_label": "日付",
|
|
854
|
+
"notification.date_placeholder": "日付を選択",
|
|
855
|
+
"notification.time_label": "時刻",
|
|
856
|
+
"notification.time_placeholder": "時刻を選択",
|
|
857
|
+
"notification.creating": "作成中...",
|
|
858
|
+
"notification.create_button": "通知を作成",
|
|
859
|
+
"notification.error_select_organization": "組織を選択してください",
|
|
860
|
+
"notification.error_select_passenger": "乗客を選択してください",
|
|
861
|
+
"notification.error_title_required": "タイトルは必須です",
|
|
862
|
+
"notification.error_body_required": "メッセージは必須です",
|
|
863
|
+
"notification.error_datetime_required": "予定通知には日付と時刻が必要です",
|
|
864
|
+
"notification.error_project_required": "受信者からプロジェクトを特定できませんでした",
|
|
865
|
+
"notification.error_refresh_failed": "通知データの更新に失敗しました",
|
|
866
|
+
"notification.error_create_failed": "通知の作成に失敗しました",
|
|
867
|
+
"notification.preview_now": "今",
|
|
868
|
+
"notification.preview_title": "通知タイトル",
|
|
869
|
+
"notification.preview_body": "通知メッセージがここに表示されます...",
|
|
870
|
+
"notification.preview_app_name": "交通アプリ",
|
|
871
|
+
"notification.preview_app_icon": "バス",
|
|
872
|
+
// Template Drawer
|
|
873
|
+
"template.create_title": "テンプレートを作成",
|
|
874
|
+
"template.create_description": "新しいシミュレーションテンプレートを作成",
|
|
875
|
+
"template.create_button": "テンプレートを作成",
|
|
876
|
+
"template.type_label": "テンプレートタイプ",
|
|
877
|
+
"template.type_jit": "JIT",
|
|
878
|
+
"template.type_on-demand": "オンデマンド",
|
|
879
|
+
"template.project_label": "プロジェクト",
|
|
880
|
+
"template.project_placeholder": "プロジェクトを検索...",
|
|
881
|
+
"template.geofence_label": "ジオフェンス",
|
|
882
|
+
"template.geofence_placeholder": "ジオフェンスを選択...",
|
|
883
|
+
"template.geofences_zones_label": "追加ジオフェンス",
|
|
884
|
+
"template.geofences_zones_placeholder": "追加ジオフェンスを選択...",
|
|
885
|
+
"template.pickup_stops_label": "乗車停留所セット",
|
|
886
|
+
"template.pickup_stops_placeholder": "乗車停留所セットを選択...",
|
|
887
|
+
"template.dropoff_stops_label": "降車停留所セット",
|
|
888
|
+
"template.dropoff_stops_placeholder": "降車停留所セットを選択...",
|
|
889
|
+
"template.pricing_label": "料金設定",
|
|
890
|
+
"template.pricing_placeholder": "料金設定を選択...",
|
|
891
|
+
"template.name_label": "テンプレート名",
|
|
892
|
+
"template.name_placeholder": "テンプレート名を入力",
|
|
893
|
+
"template.routing_profile_label": "車両ルーティングプロファイル",
|
|
894
|
+
"template.routing_profile_placeholder": "ルーティングプロファイルを選択...",
|
|
895
|
+
"template.map_token": "車両ルーティングマップトークン",
|
|
896
|
+
"template.select_map_token": "マップトークンを選択...",
|
|
897
|
+
"template.walking_profile_label": "歩行ルーティングプロファイル",
|
|
898
|
+
// Routing Engine Settings
|
|
899
|
+
"routing_settings.advanced_settings": "詳細ルーティング設定",
|
|
900
|
+
"routing_settings.key": "APIキー",
|
|
901
|
+
"routing_settings.url": "ルーティングサービスURL",
|
|
902
|
+
"routing_settings.speed": "デフォルト速度",
|
|
903
|
+
"routing_settings.time_factor": "時間係数",
|
|
904
|
+
"routing_settings.road_network": "道路ネットワーク",
|
|
905
|
+
"routing_settings.routing_engine_name": "ルーティングエンジン",
|
|
906
|
+
"routing_settings.profile": "ルーティングプロファイル",
|
|
907
|
+
"routing_settings.mapmatcher_radius": "マップマッチャー半径",
|
|
908
|
+
"routing_settings.make_depot_zero": "デポをゼロにする",
|
|
909
|
+
"routing_settings.use_speed_in_routing": "ルーティングで速度を使用",
|
|
910
|
+
"routing_settings.disable_curb_for_destination_navigation": "目的地の縁石を無効化",
|
|
911
|
+
"routing_settings.intermediate_curb": "中間縁石",
|
|
912
|
+
"routing_settings.add_optional_field": "オプションフィールドを追加",
|
|
913
|
+
"template.walking_profile_placeholder": "歩行プロファイルを選択...",
|
|
914
|
+
"template.qos_parameters_label": "サービス品質パラメータ",
|
|
915
|
+
"template.qos_extended_parameters_label": "サービス品質・拡張パラメータ",
|
|
916
|
+
"template.qos_section_title": "サービス品質",
|
|
917
|
+
"template.extended_section_title": "拡張パラメータ",
|
|
918
|
+
"template.algo_type_label": "アルゴリズムタイプ",
|
|
919
|
+
"template.algo_type_dynamic": "動的",
|
|
920
|
+
"template.algo_type_static": "静的",
|
|
921
|
+
"template.max_additional_journey_time_label": "最大追加移動時間",
|
|
922
|
+
"template.max_additional_journey_time_percent_label": "最大追加移動時間 %",
|
|
923
|
+
"template.min_advance_booking_window_label": "最小事前予約ウィンドウ",
|
|
924
|
+
"template.max_advance_booking_window_label": "最大事前予約ウィンドウ",
|
|
925
|
+
"template.max_walking_distance_label": "最大徒歩距離",
|
|
926
|
+
"template.acceptable_waiting_time_label": "許容待機時間",
|
|
927
|
+
"template.seconds_unit": "秒",
|
|
928
|
+
"template.percent_unit": "%",
|
|
929
|
+
"template.meters_unit": "メートル",
|
|
930
|
+
"template.start_time_label": "開始時刻",
|
|
931
|
+
"template.start_time_placeholder": "開始時刻を選択",
|
|
932
|
+
"template.end_time_label": "終了時刻",
|
|
933
|
+
"template.end_time_placeholder": "終了時刻を選択",
|
|
934
|
+
"template.end_time_next_day": "+1日",
|
|
935
|
+
"template.booking_time_range_label": "予約受付時間帯",
|
|
936
|
+
"template.booking_time_range_description": "予約を受け付ける時間帯(オプション)。設定しない場合は、サービス時間帯と同じになります。",
|
|
937
|
+
"template.booking_start_time_label": "予約開始時刻",
|
|
938
|
+
"template.booking_end_time_label": "予約終了時刻",
|
|
939
|
+
"template.booking_days_before_suffix": "日前",
|
|
940
|
+
"template.booking_days_after_suffix": "日後",
|
|
941
|
+
"template.error_invalid_booking_time": "無効な予約時間帯",
|
|
942
|
+
"template.error_booking_end_before_start": "予約終了時刻は予約開始時刻より前にできません",
|
|
943
|
+
"template.shifts_title": "シフト",
|
|
944
|
+
"template.add_shift": "シフトを追加",
|
|
945
|
+
"template.delete_shift_title": "シフトを削除",
|
|
946
|
+
"template.delete_shift_confirm": "本当にこのシフトを削除しますか?",
|
|
947
|
+
"template.shift_type_label": "タイプ",
|
|
948
|
+
"template.shift_type_home_to_work": "自宅 → 職場",
|
|
949
|
+
"template.shift_type_work_to_home": "職場 → 自宅",
|
|
950
|
+
"template.shift_type_h2w_short": "自宅→職場",
|
|
951
|
+
"template.shift_type_w2h_short": "職場→自宅",
|
|
952
|
+
"template.shift_label": "シフト",
|
|
953
|
+
"template.departure_time_label": "出発",
|
|
954
|
+
"template.departure_short": "出発",
|
|
955
|
+
"template.arrival_time_label": "到着",
|
|
956
|
+
"template.arrival_short": "到着",
|
|
957
|
+
"template.batch_time_label": "バッチ時間",
|
|
958
|
+
"template.batch_short": "バッチ",
|
|
959
|
+
"template.vehicle_count_label": "車両台数",
|
|
960
|
+
"template.vehicles_unit": "台",
|
|
961
|
+
"template.copy_button": "コピー",
|
|
962
|
+
"template.minutes_unit": "分",
|
|
963
|
+
"template.no_shifts": "シフトがまだ追加されていません。「シフトを追加」をクリックして作成してください。",
|
|
964
|
+
"template.no_shifts_title": "シフトがありません",
|
|
965
|
+
"template.no_shifts_description": "シフトを追加して始めましょう",
|
|
966
|
+
"template.vehicles_title": "車両",
|
|
967
|
+
"template.no_vehicles": "車両がありません。シフトを追加して車両を生成してください。",
|
|
968
|
+
"template.vehicle_driving_side_label": "車両の走行側",
|
|
969
|
+
"template.driving_side_left": "左側",
|
|
970
|
+
"template.driving_side_right": "右側",
|
|
971
|
+
"template.vehicle_shift_distance_label": "車両シフト距離",
|
|
972
|
+
"template.shrink_time_delta_label": "時間ウィンドウ短縮",
|
|
973
|
+
"template.reverse_shrink_time_delta_label": "時間ウィンドウ短縮(逆側)",
|
|
974
|
+
"template.offer_auto_cancellation_timeout_label": "オファー自動キャンセルタイムアウト",
|
|
975
|
+
"template.boarding_pass_label": "乗車券タイプ",
|
|
976
|
+
"template.boarding_pass_service_number": "サービス番号",
|
|
977
|
+
"template.boarding_pass_qr_code": "QRコード",
|
|
978
|
+
"template.vehicle_selection_rules_title": "車両選択ルール",
|
|
979
|
+
"template.vehicle_filter_zero_coordinates": "座標ゼロの車両をフィルタ",
|
|
980
|
+
"template.vehicle_filter_zero_coordinates_only_after_booking_start_time": "予約開始時刻後のみ座標ゼロをフィルタ",
|
|
981
|
+
"template.vehicle_filter_zero_coordinates_only_after_start_time": "開始時刻後のみ座標ゼロをフィルタ",
|
|
982
|
+
"template.vehicle_selection_by_emptiness": "車両の空き状況で選択",
|
|
983
|
+
"template.vehicle_selection_by_remoteness": "車両の遠隔度で選択",
|
|
984
|
+
"template.vehicle_selection_in_service": "サービス中の車両のみ選択",
|
|
985
|
+
"template.vehicle_selection_in_use": "使用中の車両のみ選択",
|
|
986
|
+
"template.start_time_end_time_limitations": "開始・終了時刻制限を適用",
|
|
987
|
+
"template.vehicle_selection_arrive_earlier_seconds": "早期到着(秒)",
|
|
988
|
+
"template.vehicle_selection_by_distance_fallback_radius_m": "距離フォールバック半径",
|
|
989
|
+
"template.vehicle_capacity_label": "車両容量",
|
|
990
|
+
"template.capacity_label_short": "容量",
|
|
991
|
+
"template.on_demand_label": "オンデマンド",
|
|
992
|
+
"template.no_capacity": "容量制約がありません。「追加」をクリックして作成してください。",
|
|
993
|
+
"template.capacity_description": "容量制約(例:乗客: 4, 車椅子: 2)",
|
|
994
|
+
"template.capacity_key_passenger": "乗客",
|
|
995
|
+
"template.capacity_key_wheelchair": "車椅子",
|
|
996
|
+
"template.capacity_key_cbcm": "cbcm",
|
|
997
|
+
"template.capacity_key_g": "g",
|
|
998
|
+
"template.capacity_key_kg": "kg",
|
|
999
|
+
"template.capacity_key_units": "個",
|
|
1000
|
+
"template.jit_calculation_parameters_label": "JIT計算パラメータ",
|
|
1001
|
+
"template.jit_pickup_first_stage_label": "ピックアップ - 最大歩行距離(第1段階)",
|
|
1002
|
+
"template.jit_pickup_waypoint_first_stage_label": "ピックアップ - 経由地の最大歩行距離(第1段階)",
|
|
1003
|
+
"template.jit_pickup_second_stage_label": "ピックアップ - 最大歩行距離(第2段階)",
|
|
1004
|
+
"template.jit_dropoff_first_stage_label": "ドロップオフ - 最大歩行距離(第1段階)",
|
|
1005
|
+
"template.jit_dropoff_waypoint_first_stage_label": "ドロップオフ - 経由地の最大歩行距離(第1段階)",
|
|
1006
|
+
"template.jit_dropoff_second_stage_label": "ドロップオフ - 最大歩行距離(第2段階)",
|
|
1007
|
+
"template.stop_type_bus_stop": "バス停",
|
|
1008
|
+
"template.stop_type_lamp_post": "街灯",
|
|
1009
|
+
"template.stop_type_petrol_station": "ガソリンスタンド",
|
|
1010
|
+
"template.stop_type_taxi_stand": "タクシー乗り場",
|
|
1011
|
+
"template.stop_type_lobby": "ロビー",
|
|
1012
|
+
"template.stop_type_mrt_station": "MRT駅",
|
|
1013
|
+
"template.stop_type_lrt_station": "LRT駅",
|
|
1014
|
+
"template.stop_type_building": "建物",
|
|
1015
|
+
"template.stop_type_virtual_stop": "仮想停留所",
|
|
1016
|
+
"template.stop_type_other": "その他",
|
|
1017
|
+
"template.jit_pickup_artificial_nodes_label": "ピックアップ - 人工ノードの最大歩行距離",
|
|
1018
|
+
"template.jit_general_settings_label": "一般設定",
|
|
1019
|
+
"template.jit_commute_offer_prefix_label": "通勤オファー名プレフィックス",
|
|
1020
|
+
"template.jit_dropoff_artificial_stops_label": "ドロップオフ人工停留所数",
|
|
1021
|
+
"template.jit_dropoff_service_time_label": "ドロップオフサービス時間(秒)",
|
|
1022
|
+
"template.jit_waypoints_chunk_size_label": "経由地計算チャンクサイズ",
|
|
1023
|
+
"template.jit_engine_settings_label": "エンジン設定",
|
|
1024
|
+
"template.jit_vehicle_costs_label": "車両コスト",
|
|
1025
|
+
"template.jit_guided_local_search_label": "誘導局所探索ラムダ係数",
|
|
1026
|
+
"template.jit_solver_settings_label": "ソルバー設定",
|
|
1027
|
+
"template.jit_first_solution_strategies_label": "初期解戦略",
|
|
1028
|
+
"template.jit_max_pool_size_label": "最大プールサイズ",
|
|
1029
|
+
"template.jit_node_weight_coeff_label": "ノード重み係数",
|
|
1030
|
+
"template.jit_shifts_solver_retries_label": "シフトソルバー最大再試行回数",
|
|
1031
|
+
"template.jit_time_limit_1st_phase_label": "第1フェーズ制限時間(ミリ秒)",
|
|
1032
|
+
"template.jit_time_limit_2nd_phase_label": "第2フェーズ制限時間(ミリ秒)",
|
|
1033
|
+
"template.jit_trip_cost_label": "トリップコスト",
|
|
1034
|
+
"template.jit_geofence_vehicles_priority_label": "ジオフェンス車両優先",
|
|
1035
|
+
"template.jit_log_search_label": "検索ログ",
|
|
1036
|
+
"template.strategy_automatic": "自動",
|
|
1037
|
+
"template.strategy_global_cheapest_arc": "グローバル最安アーク",
|
|
1038
|
+
"template.strategy_local_cheapest_arc": "ローカル最安アーク",
|
|
1039
|
+
"template.strategy_path_cheapest_arc": "パス最安アーク",
|
|
1040
|
+
"template.strategy_path_most_constrained_arc": "パス最制約アーク",
|
|
1041
|
+
"template.strategy_evaluator_strategy": "評価器戦略",
|
|
1042
|
+
"template.strategy_all_unperformed": "すべて未実行",
|
|
1043
|
+
"template.strategy_best_insertion": "最良挿入",
|
|
1044
|
+
"template.strategy_parallel_cheapest_insertion": "並列最安挿入",
|
|
1045
|
+
"template.strategy_local_cheapest_insertion": "ローカル最安挿入",
|
|
1046
|
+
"template.strategy_savings": "節約法",
|
|
1047
|
+
"template.strategy_sweep": "スイープ法",
|
|
1048
|
+
"template.strategy_first_unbound_min_value": "最初の未束縛最小値",
|
|
1049
|
+
"template.strategy_christofides": "クリストフィデス法",
|
|
1050
|
+
"template.strategy_sequential_cheapest_insertion": "逐次最安挿入",
|
|
1051
|
+
"template.strategy_adjustable_parallel_cheapest_insertion": "調整可能並列最安挿入",
|
|
1052
|
+
"template.strategy_logistics_parallel_cheapest_insertion": "物流並列最安挿入",
|
|
1053
|
+
"template.commute_offer": "通勤オファー",
|
|
1054
|
+
"template.creation_success_title": "テンプレート作成成功",
|
|
1055
|
+
"template.creation_success_description": "テンプレートが以下の結果で作成されました:",
|
|
1056
|
+
"template.vehicles_created": "台の車両が作成されました",
|
|
1057
|
+
"template.invalid_vehicles": "台の無効な車両",
|
|
1058
|
+
"template.overlaps_detected": "件の重複が検出されました",
|
|
1059
|
+
"template.drivers_title": "ドライバー",
|
|
1060
|
+
"template.drivers_description": "ドラッグ&ドロップで割り当て",
|
|
1061
|
+
"template.driver_assignment_error": "ドライバー割り当てエラー:各ドライバーは1台の車両にのみ割り当てることができます",
|
|
1062
|
+
"template.driver_assignment_error_jit": "ドライバー割り当てエラー:各ドライバーはシフトごとに1台の車両にのみ割り当てることができます",
|
|
1063
|
+
"template.auto_assign_all": "すべて自動割り当て",
|
|
1064
|
+
"template.unassign_all": "すべて解除",
|
|
1065
|
+
"template.vehicles_will_be_created": "台の車両が作成されます",
|
|
1066
|
+
"template.excluded": "除外",
|
|
1067
|
+
"template.of": "/",
|
|
1068
|
+
"template.vehicles_shown": "台表示中",
|
|
1069
|
+
"template.restore_all": "すべて復元",
|
|
1070
|
+
"template.vehicles_removed": "台削除済み",
|
|
1071
|
+
"template.no_drivers": "このプロジェクトに利用可能なドライバーがいません",
|
|
1072
|
+
"template.geofences_title": "ジオフェンス",
|
|
1073
|
+
"template.no_geofences": "追加ジオフェンスが選択されていません",
|
|
1074
|
+
"template.view_template": "テンプレートを表示",
|
|
1075
|
+
// Pricing
|
|
1076
|
+
"pricing.drawer_description": "料金ポリシーの詳細を設定",
|
|
1077
|
+
"pricing.create_title": "料金ポリシーを作成",
|
|
1078
|
+
"pricing.edit_title": "料金ポリシーを編集",
|
|
1079
|
+
"pricing.save": "料金を保存",
|
|
1080
|
+
"pricing.edit": "編集",
|
|
1081
|
+
"pricing.cancel": "キャンセル",
|
|
1082
|
+
// Basic info
|
|
1083
|
+
"pricing.basic_info": "基本情報",
|
|
1084
|
+
"pricing.name_label": "名前",
|
|
1085
|
+
"pricing.name_placeholder": "料金ポリシー名を入力",
|
|
1086
|
+
"pricing.currency_label": "通貨",
|
|
1087
|
+
"pricing.currency_placeholder": "通貨を選択",
|
|
1088
|
+
"pricing.variability_label": "変動性",
|
|
1089
|
+
"pricing.variability_placeholder": "変動性を選択",
|
|
1090
|
+
"pricing.variability": "変動性",
|
|
1091
|
+
"pricing.variability_exact": "正確",
|
|
1092
|
+
"pricing.variability_approximate": "概算",
|
|
1093
|
+
"pricing.strategy_help": "現在、線形戦略のみがサポートされています",
|
|
1094
|
+
// Payment methods
|
|
1095
|
+
"pricing.payment_methods": "支払い方法",
|
|
1096
|
+
"pricing.customer_payment_methods": "顧客支払い方法",
|
|
1097
|
+
"pricing.operator_payment_methods": "オペレーター支払い方法",
|
|
1098
|
+
"pricing.add_payment_method": "支払い方法を追加",
|
|
1099
|
+
"pricing.remove_payment_method": "支払い方法を削除",
|
|
1100
|
+
"pricing.payment_method_type": "方法タイプ",
|
|
1101
|
+
"pricing.payment_method_provider": "プロバイダー",
|
|
1102
|
+
"pricing.payment_method_type_placeholder": "タイプを選択",
|
|
1103
|
+
"pricing.payment_method_provider_placeholder": "プロバイダーを選択",
|
|
1104
|
+
// Payment method types
|
|
1105
|
+
"pricing.payment_type_cash": "現金",
|
|
1106
|
+
"pricing.payment_type_card": "カード",
|
|
1107
|
+
"pricing.payment_type_wallet": "ウォレット",
|
|
1108
|
+
// Payment providers
|
|
1109
|
+
"pricing.provider_internal": "内部",
|
|
1110
|
+
"pricing.provider_stripe": "Stripe",
|
|
1111
|
+
"pricing.provider_opal": "Opal",
|
|
1112
|
+
// Tickets configuration
|
|
1113
|
+
"pricing.tickets_configuration": "チケット設定",
|
|
1114
|
+
"pricing.add_section": "セクションを追加",
|
|
1115
|
+
"pricing.remove_section": "セクションを削除",
|
|
1116
|
+
"pricing.section_constraints_min_demand": "最小合計需要",
|
|
1117
|
+
"pricing.section_constraints_help": "このセクションに必要な最小合計需要",
|
|
1118
|
+
"pricing.section_name": "セクション名",
|
|
1119
|
+
"pricing.section_items": "セクションアイテム",
|
|
1120
|
+
"pricing.add_item": "アイテムを追加",
|
|
1121
|
+
"pricing.remove_item": "アイテムを削除",
|
|
1122
|
+
"pricing.item_ticket_type": "チケットタイプ",
|
|
1123
|
+
"pricing.item_ticket_type_placeholder": "タイプを選択",
|
|
1124
|
+
"pricing.item_names": "名前(多言語)",
|
|
1125
|
+
"pricing.item_name_en": "英語名",
|
|
1126
|
+
"pricing.item_name_ja": "日本語名",
|
|
1127
|
+
"pricing.item_name_th": "タイ語名",
|
|
1128
|
+
// Ticket types
|
|
1129
|
+
"pricing.ticket_passenger": "乗客",
|
|
1130
|
+
"pricing.ticket_passenger_child": "子供乗客",
|
|
1131
|
+
"pricing.ticket_passenger_baby": "赤ちゃん乗客",
|
|
1132
|
+
"pricing.ticket_wheelchair": "車椅子",
|
|
1133
|
+
"pricing.ticket_wheelchair_child": "子供車椅子",
|
|
1134
|
+
"pricing.ticket_wheelchair_baby": "赤ちゃん車椅子",
|
|
1135
|
+
"pricing.ticket_bicycle": "自転車",
|
|
1136
|
+
"pricing.ticket_stroller": "ベビーカー",
|
|
1137
|
+
"pricing.ticket_luggage": "荷物",
|
|
1138
|
+
// Format & rounding
|
|
1139
|
+
"pricing.format_rounding": "フォーマットと丸め",
|
|
1140
|
+
"pricing.format": "価格フォーマット",
|
|
1141
|
+
"pricing.format_help": "{value}をプレースホルダーとして使用。例:฿{value}または{value} THB",
|
|
1142
|
+
"pricing.format_localized": "ローカライズされたフォーマット",
|
|
1143
|
+
"pricing.format_localized_help": "オプション:特定の言語用にフォーマットを上書き",
|
|
1144
|
+
"pricing.format_localized_en": "英語 (en)",
|
|
1145
|
+
"pricing.format_localized_ja": "日本語 (ja)",
|
|
1146
|
+
"pricing.format_placeholder": "フォーマットを選択",
|
|
1147
|
+
"pricing.format_option_bracket": "括弧 (例: ¥100)",
|
|
1148
|
+
"pricing.format_option_decimal": "小数点 (例: 100.00)",
|
|
1149
|
+
"pricing.minimal_unit_label": "最小単位",
|
|
1150
|
+
"pricing.minimal_unit_placeholder": "最小単位を入力",
|
|
1151
|
+
"pricing.round_to": "丸め単位",
|
|
1152
|
+
"pricing.round_to_placeholder": "丸め単位を入力",
|
|
1153
|
+
"pricing.round_function": "丸め関数",
|
|
1154
|
+
"pricing.round_function_placeholder": "関数を選択",
|
|
1155
|
+
"pricing.round_function_floor": "切り捨て",
|
|
1156
|
+
"pricing.round_function_ceil": "切り上げ",
|
|
1157
|
+
"pricing.round_function_round": "四捨五入",
|
|
1158
|
+
// Discounts
|
|
1159
|
+
"pricing.discounts": "割引",
|
|
1160
|
+
"pricing.payment_method_discounts": "支払い方法割引",
|
|
1161
|
+
"pricing.organization_discounts": "組織割引",
|
|
1162
|
+
"pricing.add_discount": "割引を追加",
|
|
1163
|
+
"pricing.remove_discount": "割引を削除",
|
|
1164
|
+
"pricing.discount_kind": "割引式",
|
|
1165
|
+
"pricing.discount_kind_percent_lower": "下限パーセント",
|
|
1166
|
+
"pricing.discount_kind_percent_upper": "上限パーセント",
|
|
1167
|
+
"pricing.discount_kind_linear": "線形",
|
|
1168
|
+
"pricing.discount_constant": "定数",
|
|
1169
|
+
"pricing.discount_payment_method": "支払い方法",
|
|
1170
|
+
"pricing.discount_organization": "組織",
|
|
1171
|
+
"pricing.discount_percentage": "割引率(%)",
|
|
1172
|
+
"pricing.discount_percentage_placeholder": "割引率を入力",
|
|
1173
|
+
"pricing.discount_description_en": "説明(英語)",
|
|
1174
|
+
"pricing.discount_description_ja": "説明(日本語)",
|
|
1175
|
+
"pricing.payment_method_key": "支払い方法",
|
|
1176
|
+
"pricing.organization_code": "組織コード",
|
|
1177
|
+
// Pricing rules
|
|
1178
|
+
"pricing.rules": "料金ルール",
|
|
1179
|
+
"pricing.rules_per_ticket_type": "チケットタイプ別料金ルール",
|
|
1180
|
+
"pricing.add_rule": "ルールを追加",
|
|
1181
|
+
"pricing.remove_rule": "ルールを削除",
|
|
1182
|
+
"pricing.rule_ticket_type": "チケットタイプ",
|
|
1183
|
+
"pricing.distance_coefficient": "距離係数",
|
|
1184
|
+
"pricing.distance_coefficient_placeholder": "係数を入力",
|
|
1185
|
+
"pricing.initial_price": "初期価格",
|
|
1186
|
+
"pricing.initial_price_placeholder": "価格を入力",
|
|
1187
|
+
"pricing.demand_limit": "需要制限",
|
|
1188
|
+
"pricing.demand_limit_low": "低需要制限",
|
|
1189
|
+
"pricing.demand_limit_high": "高需要制限",
|
|
1190
|
+
"pricing.demand_limit_placeholder": "制限を入力",
|
|
1191
|
+
"pricing.demand_price_coefficient": "需要価格係数",
|
|
1192
|
+
"pricing.demand_fixed_amount": "固定金額",
|
|
1193
|
+
"pricing.demand_fixed_amount_label": "需要固定金額",
|
|
1194
|
+
"pricing.extensions": "拡張",
|
|
1195
|
+
"pricing.extension_name": "拡張名",
|
|
1196
|
+
"pricing.extension_label": "拡張",
|
|
1197
|
+
"pricing.extension_value": "拡張値",
|
|
1198
|
+
"pricing.add_extension": "拡張を追加",
|
|
1199
|
+
"pricing.remove_extension": "拡張を削除",
|
|
1200
|
+
"pricing.exact_price": "正確な価格",
|
|
1201
|
+
"pricing.surcharge": "追加料金",
|
|
1202
|
+
"pricing.discount_percent": "割引 %",
|
|
1203
|
+
"pricing.pickup_stop_ids": "ピックアップ停留所ID(カンマ区切り)",
|
|
1204
|
+
"pricing.dropoff_stop_ids": "降車停留所ID(カンマ区切り)",
|
|
1205
|
+
// Terms
|
|
1206
|
+
"pricing.terms": "規約と条件",
|
|
1207
|
+
"pricing.cancellation_terms": "キャンセル条件",
|
|
1208
|
+
"pricing.fail_to_board_terms": "乗車不履行条件",
|
|
1209
|
+
"pricing.penalty": "ペナルティ",
|
|
1210
|
+
"pricing.grace_period": "猶予期間(秒)",
|
|
1211
|
+
"pricing.terms_window_minutes": "時間枠(分)",
|
|
1212
|
+
"pricing.terms_window_minutes_placeholder": "分数を入力",
|
|
1213
|
+
"pricing.terms_penalty_percentage": "ペナルティ率",
|
|
1214
|
+
"pricing.terms_penalty_percentage_placeholder": "割合を入力",
|
|
1215
|
+
"pricing.terms_penalty_type": "ペナルティタイプ",
|
|
1216
|
+
"pricing.terms_penalty_type_placeholder": "タイプを選択",
|
|
1217
|
+
"pricing.terms_penalty_fixed": "固定ペナルティ",
|
|
1218
|
+
"pricing.terms_penalty_fixed_placeholder": "金額を入力",
|
|
1219
|
+
"pricing.penalty_type_percentage": "パーセンテージ",
|
|
1220
|
+
"pricing.penalty_type_fixed": "固定金額",
|
|
1221
|
+
"pricing.penalty_type_none": "なし",
|
|
1222
|
+
// Common
|
|
1223
|
+
"pricing.max": "最大",
|
|
1224
|
+
"pricing.timestamps": "タイムスタンプ",
|
|
1225
|
+
"pricing.view_raw_json": "生JSONを表示",
|
|
1226
|
+
// TrackPlayer
|
|
1227
|
+
"trackplayer.vehicle": "車両",
|
|
1228
|
+
"trackplayer.simulation": "シミュレーション",
|
|
1229
|
+
"trackplayer.loading_vehicle": "車両データを読み込み中...",
|
|
1230
|
+
"trackplayer.loading_vehicle_states": "車両状態を読み込み中...",
|
|
1231
|
+
"trackplayer.loading_nodes": "ノードを読み込み中...",
|
|
1232
|
+
"trackplayer.loading_offers": "オファーを読み込み中...",
|
|
1233
|
+
"trackplayer.loading_events": "イベントを読み込み中...",
|
|
1234
|
+
"trackplayer.latest_state": "最新の状態",
|
|
1235
|
+
"trackplayer.agent_id": "エージェントID",
|
|
1236
|
+
"trackplayer.gps_not_updated": "GPSはまだ更新されていません",
|
|
1237
|
+
"trackplayer.activity": "アクティビティ",
|
|
1238
|
+
"trackplayer.node_completions": "ノード完了",
|
|
1239
|
+
"trackplayer.route_segments": "ルートセグメント",
|
|
1240
|
+
"trackplayer.segment_started": "セグメント開始",
|
|
1241
|
+
"trackplayer.assigned_nodes_count": "割り当てノード数",
|
|
1242
|
+
"trackplayer.vehicle_states": "車両状態",
|
|
1243
|
+
"trackplayer.timestamp": "タイムスタンプ",
|
|
1244
|
+
"trackplayer.in_use": "使用中",
|
|
1245
|
+
"trackplayer.nodes": "ノード",
|
|
1246
|
+
"trackplayer.in_use_status_changes": "使用中ステータス変更",
|
|
1247
|
+
"trackplayer.total_status_changes": "ステータス変更の総数",
|
|
1248
|
+
"trackplayer.total_time_enabled": "有効時間の合計",
|
|
1249
|
+
"trackplayer.total_time_disabled": "無効時間の合計",
|
|
1250
|
+
"trackplayer.start_time": "開始時刻",
|
|
1251
|
+
"trackplayer.end_time": "終了時刻",
|
|
1252
|
+
"trackplayer.duration": "期間",
|
|
1253
|
+
"trackplayer.status": "ステータス",
|
|
1254
|
+
"trackplayer.enabled": "有効",
|
|
1255
|
+
"trackplayer.disabled": "無効",
|
|
1256
|
+
"trackplayer.min": "分",
|
|
1257
|
+
"trackplayer.minutes": "分",
|
|
1258
|
+
"trackplayer.search": "検索",
|
|
1259
|
+
"trackplayer.search_placeholder": "検索...",
|
|
1260
|
+
"trackplayer.time_range_filter": "時間範囲フィルター",
|
|
1261
|
+
"trackplayer.current_position": "現在位置",
|
|
1262
|
+
"trackplayer.match": "マッチ",
|
|
1263
|
+
"trackplayer.value": "値",
|
|
1264
|
+
"trackplayer.no_results": "結果が見つかりません",
|
|
1265
|
+
"trackplayer.settings": "設定",
|
|
1266
|
+
"trackplayer.show_gps_track": "GPSトラックを表示",
|
|
1267
|
+
"trackplayer.show_vehicle_route": "車両位置と割り当てルートを表示",
|
|
1268
|
+
"trackplayer.gps_track_follow": "GPSトラックが位置に追従",
|
|
1269
|
+
"trackplayer.use_vehicle_time_range": "車両の開始時刻から終了時刻までのデータのみを表示",
|
|
1270
|
+
"trackplayer.vehicle_times_not_set": "車両の開始時刻と終了時刻が設定されていません",
|
|
1271
|
+
"trackplayer.index": "インデックス",
|
|
1272
|
+
"trackplayer.node_id": "ノードID",
|
|
1273
|
+
"trackplayer.booking_id": "予約ID",
|
|
1274
|
+
"trackplayer.offer": "オファー",
|
|
1275
|
+
"trackplayer.eta": "到着予定時刻",
|
|
1276
|
+
"trackplayer.latest": "最新",
|
|
1277
|
+
"trackplayer.stop_name": "停留所名",
|
|
1278
|
+
"trackplayer.action": "アクション",
|
|
1279
|
+
"trackplayer.details": "詳細",
|
|
1280
|
+
// Transit Stop Set Drawer
|
|
1281
|
+
"transitstopset.create_title": "停留所セットを作成",
|
|
1282
|
+
"transitstopset.create_description": "フィルタ式を使用して新しい停留所セットを作成",
|
|
1283
|
+
"transitstopset.create_button": "停留所セットを作成",
|
|
1284
|
+
"transitstopset.edit_title": "停留所セットを編集",
|
|
1285
|
+
"transitstopset.edit_description": "停留所セットのプロパティとフィルタを変更",
|
|
1286
|
+
"transitstopset.project_label": "プロジェクト",
|
|
1287
|
+
"transitstopset.project_placeholder": "プロジェクトを検索...",
|
|
1288
|
+
"transitstopset.name_label": "名前",
|
|
1289
|
+
"transitstopset.name_placeholder": "停留所セット名を入力",
|
|
1290
|
+
"transitstopset.filter_expression_label": "フィルタ式",
|
|
1291
|
+
"transitstopset.filter_expression_hint": "停留所をフィルタリングするためのJSONオブジェクト (例: {\"id__lt\": 100})",
|
|
1292
|
+
"transitstopset.exclude_expression_label": "除外式",
|
|
1293
|
+
"transitstopset.exclude_expression_hint": "停留所を除外するためのJSONオブジェクト (例: {\"id\": 50})",
|
|
1294
|
+
// Service Drawer
|
|
1295
|
+
"service.create_title": "サービスを作成",
|
|
1296
|
+
"service.create_description": "テンプレートから新しいサービスを作成",
|
|
1297
|
+
"service.create_button": "サービスを作成",
|
|
1298
|
+
"service.project_label": "プロジェクト",
|
|
1299
|
+
"service.project_placeholder": "プロジェクトを検索...",
|
|
1300
|
+
"service.template_label": "テンプレート",
|
|
1301
|
+
"service.template_placeholder": "テンプレートを検索...",
|
|
1302
|
+
"service.name_label": "サービス名",
|
|
1303
|
+
"service.name_placeholder": "サービス名を入力",
|
|
1304
|
+
"service.date_range_label": "サービス期間",
|
|
1305
|
+
"service.active_weekdays_label": "アクティブな曜日",
|
|
1306
|
+
"service.copy_vehicles_label": "テンプレートから車両をコピー",
|
|
1307
|
+
// Date Range Picker
|
|
1308
|
+
"date_range.select_dates": "日付範囲を選択",
|
|
1309
|
+
// Weekdays
|
|
1310
|
+
"weekday.sun_short": "日",
|
|
1311
|
+
"weekday.mon_short": "月",
|
|
1312
|
+
"weekday.tue_short": "火",
|
|
1313
|
+
"weekday.wed_short": "水",
|
|
1314
|
+
"weekday.thu_short": "木",
|
|
1315
|
+
"weekday.fri_short": "金",
|
|
1316
|
+
"weekday.sat_short": "土",
|
|
1317
|
+
"weekday.week_starts_on": "0", // 0 = Sunday, 1 = Monday
|
|
1318
|
+
// Geofences
|
|
1319
|
+
"geofences.title": "ジオフェンス",
|
|
1320
|
+
"geofences.description": "地理的境界とエリアを管理",
|
|
1321
|
+
"geofences.show_map": "マップを表示",
|
|
1322
|
+
"geofences.hide_map": "マップを非表示",
|
|
1323
|
+
"geofences.selected_count": "{{count}}個のジオフェンスが選択されています",
|
|
1324
|
+
"geofences.toggle_hint": "行をクリックしてマップ上のジオフェンスを切り替えます",
|
|
1325
|
+
"geofence.status_active": "アクティブ",
|
|
1326
|
+
"geofence.status_inactive": "非アクティブ",
|
|
1327
|
+
"geofence.create_title": "ジオフェンスを作成",
|
|
1328
|
+
"geofence.create_description": "マップ上にポリゴンを描画、ファイルをアップロード、またはGeoJSONを貼り付けます",
|
|
1329
|
+
"geofence.edit_title": "ジオフェンスを編集",
|
|
1330
|
+
"geofence.edit_description": "ジオフェンスのジオメトリ、名前、その他のプロパティを変更します",
|
|
1331
|
+
"geofence.upload_label": "GeoJSONファイルをアップロード",
|
|
1332
|
+
"geofence.upload_button": "ファイルをアップロード",
|
|
1333
|
+
"geofence.upload_hint": "GeoJSONファイルをアップロードするか、マップ上にポリゴンを描画します",
|
|
1334
|
+
"geofence.paste_label": "またはGeoJSONを貼り付け",
|
|
1335
|
+
"geofence.paste_placeholder": "GeoJSONをここに貼り付けてください...",
|
|
1336
|
+
"geofence.paste_button": "GeoJSONを読み込み",
|
|
1337
|
+
"geofence.project_label": "プロジェクト",
|
|
1338
|
+
"geofence.project_placeholder": "プロジェクトを検索...",
|
|
1339
|
+
"geofence.name_label": "名前",
|
|
1340
|
+
"geofence.name_placeholder": "ジオフェンス名を入力",
|
|
1341
|
+
"geofence.description_label": "説明",
|
|
1342
|
+
"geofence.description_placeholder": "説明を入力(任意)",
|
|
1343
|
+
"geofence.create_button": "ジオフェンスを作成",
|
|
1344
|
+
// Map Geofence Selector
|
|
1345
|
+
"map.geofences.button": "ジオフェンス",
|
|
1346
|
+
"map.geofences.select_all": "すべて選択",
|
|
1347
|
+
"map.geofences.clear_all": "すべてクリア",
|
|
1348
|
+
"map.geofences.main_section": "メインジオフェンス",
|
|
1349
|
+
"map.geofences.vehicle_section": "車両ジオフェンス",
|
|
1350
|
+
"map.geofences.tooltip_name": "名前",
|
|
1351
|
+
"map.geofences.tooltip_key": "キー",
|
|
1352
|
+
// Import Passengers
|
|
1353
|
+
"import.passengers.button": "乗客をインポート",
|
|
1354
|
+
"import.passengers.title": "乗客のインポート",
|
|
1355
|
+
"import.passengers.description": "CSVファイルから乗客をインポート",
|
|
1356
|
+
"import.passengers.template_hint": "フォーマットがわからない場合は、テンプレートをダウンロードしてください。",
|
|
1357
|
+
"import.passengers.download_template": "CSVテンプレートをダウンロード",
|
|
1358
|
+
"import.passengers.select_file": "ファイルを選択",
|
|
1359
|
+
"import.passengers.preview_hint": "アップロード前にデータを確認・編集してください",
|
|
1360
|
+
"import.passengers.rows": "行",
|
|
1361
|
+
"import.passengers.add_row": "行を追加",
|
|
1362
|
+
"import.passengers.upload": "アップロード",
|
|
1363
|
+
"import.passengers.uploading": "乗客をアップロード中...",
|
|
1364
|
+
"import.passengers.error.empty_file": "ファイルが空か、データ行がありません。",
|
|
1365
|
+
"import.passengers.error.parse_failed": "CSVファイルの解析に失敗しました。",
|
|
1366
|
+
"import.passengers.result.success_message": "インポートが完了しました!",
|
|
1367
|
+
"import.passengers.result.passengers_created": "人の乗客が作成されました",
|
|
1368
|
+
"import.passengers.result.breakdown": "インポート内訳",
|
|
1369
|
+
"import.passengers.result.loaded": "読み込み済み",
|
|
1370
|
+
"import.passengers.result.created": "作成成功",
|
|
1371
|
+
"import.passengers.result.errors": "エラー",
|
|
1372
|
+
"import.passengers.result.duplicates": "重複",
|
|
1373
|
+
"import.passengers.result.total_rows": "合計行数",
|
|
1374
|
+
"import.passengers.result.error_details_title": "エラー詳細",
|
|
1375
|
+
"import.passengers.result.row": "行",
|
|
1376
|
+
"import.passengers.result.more_errors": "...他 {count} 件のエラー",
|
|
1377
|
+
"import.passengers.download_error_report": "エラーレポートをダウンロード",
|
|
1378
|
+
"import.passengers.show_uploaded": "アップロードした乗客を表示",
|
|
1379
|
+
"import.passengers.error.invalid_file_type": "無効なファイル形式です。CSVファイルをアップロードしてください。",
|
|
1380
|
+
"import.passengers.error.file_too_large": "ファイルが大きすぎます。最大サイズは30MBです。",
|
|
1381
|
+
"import.passengers.error.upload_failed": "アップロードに失敗しました。もう一度お試しください。",
|
|
1382
|
+
// Import Bookings
|
|
1383
|
+
"import.bookings.button": "予約をインポート",
|
|
1384
|
+
"import.bookings.title": "予約のインポート",
|
|
1385
|
+
"import.bookings.description": "CSVファイルから予約をインポート",
|
|
1386
|
+
"import.bookings.template_hint": "フォーマットがわからない場合は、テンプレートをダウンロードしてください。",
|
|
1387
|
+
"import.bookings.download_template": "CSVテンプレートをダウンロード",
|
|
1388
|
+
"import.bookings.use_example": "サンプルを使用",
|
|
1389
|
+
"import.bookings.select_file": "ファイルを選択",
|
|
1390
|
+
"import.bookings.preview_hint": "アップロード前にデータを確認・編集してください",
|
|
1391
|
+
"import.bookings.scroll_hint": "すべてのフィールドを表示するには、横方向と縦方向にスクロールしてください",
|
|
1392
|
+
"import.bookings.rows": "行",
|
|
1393
|
+
"import.bookings.add_row": "行を追加",
|
|
1394
|
+
"import.bookings.upload": "アップロード",
|
|
1395
|
+
"import.bookings.uploading": "予約をアップロード中...",
|
|
1396
|
+
"import.bookings.progress_detail": "予約を作成中",
|
|
1397
|
+
"import.bookings.processing_row": "処理中の行",
|
|
1398
|
+
"import.bookings.error.empty_file": "ファイルが空か、データ行がありません。",
|
|
1399
|
+
"import.bookings.error.parse_failed": "CSVファイルの解析に失敗しました。",
|
|
1400
|
+
"import.bookings.result.success_message": "インポートに成功しました!",
|
|
1401
|
+
"import.bookings.result.bookings_created": "件の予約を作成",
|
|
1402
|
+
"import.bookings.result.breakdown": "インポート内訳",
|
|
1403
|
+
"import.bookings.result.loaded": "読み込み済み",
|
|
1404
|
+
"import.bookings.result.created": "作成成功",
|
|
1405
|
+
"import.bookings.result.errors": "エラー",
|
|
1406
|
+
"import.bookings.result.total_rows": "合計行数",
|
|
1407
|
+
"import.bookings.result.error_details_title": "エラー詳細",
|
|
1408
|
+
"import.bookings.result.row": "行",
|
|
1409
|
+
"import.bookings.result.more_errors": "...他{count}件のエラー",
|
|
1410
|
+
"import.bookings.download_error_report": "エラーレポートをダウンロード",
|
|
1411
|
+
"import.bookings.error.invalid_file_type": "無効なファイル形式です。CSVファイルをアップロードしてください。",
|
|
1412
|
+
"import.bookings.error.file_too_large": "ファイルが大きすぎます。最大サイズは30MBです。",
|
|
1413
|
+
"import.bookings.error.upload_failed": "アップロードに失敗しました。もう一度お試しください。",
|
|
1414
|
+
"booking.import_bookings": "インポート",
|
|
1415
|
+
// General Import
|
|
1416
|
+
"import.choose_file": "ファイルを選択",
|
|
1417
|
+
"import.download_example": "サンプルCSVをダウンロード",
|
|
1418
|
+
"import.import": "インポート",
|
|
1419
|
+
"import.no_data": "ファイルが空であるか、データ行がありません",
|
|
1420
|
+
"import.parse_error": "CSVファイルの解析に失敗しました",
|
|
1421
|
+
"import.select_file": "CSVファイルを選択",
|
|
1422
|
+
"import.errors": "エラー",
|
|
1423
|
+
"import.validation_errors": "検証エラー",
|
|
1424
|
+
"import.uploading": "作成中...",
|
|
1425
|
+
"import.success": "インポート成功",
|
|
1426
|
+
"import.partial_success": "部分的に成功",
|
|
1427
|
+
"import.created": "作成済み",
|
|
1428
|
+
"import.failed": "失敗",
|
|
1429
|
+
// Example Tabs
|
|
1430
|
+
"example.preview": "プレビュー",
|
|
1431
|
+
"example.code": "コード",
|
|
1432
|
+
"example.fullscreen": "全画面",
|
|
1433
|
+
"example.exit_fullscreen": "全画面を終了",
|
|
1434
|
+
"example.copy_code": "コードをコピー",
|
|
1435
|
+
"example.language": "言語",
|
|
1436
|
+
"example.selected_count": "{count} 件の{item}を選択:",
|
|
1437
|
+
"example.project_label": "プロジェクト",
|
|
1438
|
+
"example.templates_label": "テンプレート",
|
|
1439
|
+
// Language Selector
|
|
1440
|
+
"language.english": "English",
|
|
1441
|
+
"language.japanese": "日本語",
|
|
1442
|
+
"language.select": "言語を選択",
|
|
1443
|
+
// Timezone Selector
|
|
1444
|
+
"timezone.search_placeholder": "タイムゾーンを検索...",
|
|
1445
|
+
"timezone.no_results": "タイムゾーンが見つかりません。",
|
|
1446
|
+
// Simulation Calendar
|
|
1447
|
+
"calendar.no_connection": "アクティブな接続がありません。まず接続を設定してください。",
|
|
1448
|
+
"calendar.live_example": "ライブ例",
|
|
1449
|
+
"calendar.simulation_calendar": "シミュレーションカレンダー",
|
|
1450
|
+
"calendar.click_dates": "青い点がある日付をクリックすると、その日のシミュレーションが表示されます。",
|
|
1451
|
+
"calendar.showing_simulations": "{count} 件のシミュレーション{plural}を表示",
|
|
1452
|
+
"calendar.selected_date_info": "選択した日付の情報",
|
|
1453
|
+
"calendar.simulations_on": "{date}のシミュレーション",
|
|
1454
|
+
"calendar.select_date": "日付を選択してシミュレーションを表示",
|
|
1455
|
+
"calendar.no_simulations": "この日付のシミュレーションが見つかりません。",
|
|
1456
|
+
"calendar.filtered_example": "フィルター付きカレンダーの例",
|
|
1457
|
+
"calendar.basic_filters": "基本フィルター",
|
|
1458
|
+
"calendar.basic_filters_desc": "プロジェクト、テンプレート、日付を選択してシミュレーションをフィルター",
|
|
1459
|
+
"calendar.with_simulation_selector": "シミュレーション選択付き",
|
|
1460
|
+
"calendar.simulation_selector_desc": "個別のシミュレーション選択を含む4つのフィルターすべて",
|
|
1461
|
+
"calendar.selected_simulation": "選択したシミュレーション",
|
|
1462
|
+
"calendar.select_date_button": "日付を選択...",
|
|
1463
|
+
"calendar.select_project_first": "まずプロジェクトを選択してください",
|
|
1464
|
+
"calendar.select_date_first": "まず日付を選択してください",
|
|
1465
|
+
"calendar.found": "件",
|
|
1466
|
+
"calendar.project_label": "プロジェクト",
|
|
1467
|
+
// Booking
|
|
1468
|
+
"booking.create_booking": "予約を作成",
|
|
1469
|
+
"booking.new_booking": "新しい予約",
|
|
1470
|
+
"booking.passenger": "乗客",
|
|
1471
|
+
"booking.template": "テンプレート",
|
|
1472
|
+
"booking.date": "日付",
|
|
1473
|
+
"booking.time": "時刻",
|
|
1474
|
+
"booking.departure_time": "出発時刻",
|
|
1475
|
+
"booking.now": "今すぐ",
|
|
1476
|
+
"booking.specific_time": "時刻指定",
|
|
1477
|
+
"booking.pickup": "乗車",
|
|
1478
|
+
"booking.dropoff": "降車",
|
|
1479
|
+
"booking.pickup_location": "乗車場所",
|
|
1480
|
+
"booking.dropoff_location": "降車場所",
|
|
1481
|
+
"booking.search_pickup": "乗車場所を検索...",
|
|
1482
|
+
"booking.search_dropoff": "降車場所を検索...",
|
|
1483
|
+
"booking.tickets": "チケット",
|
|
1484
|
+
"booking.payment_summary": "お支払い概要",
|
|
1485
|
+
"booking.show_details": "詳細を表示",
|
|
1486
|
+
"booking.hide_details": "詳細を非表示",
|
|
1487
|
+
"booking.calculating_price": "料金を計算中...",
|
|
1488
|
+
"booking.select_stops_and_tickets": "料金を表示するには、乗車場所、降車場所、チケットを選択してください",
|
|
1489
|
+
"booking.subtotal": "小計",
|
|
1490
|
+
"booking.discount": "割引",
|
|
1491
|
+
"booking.organization_discount": "組織割引",
|
|
1492
|
+
"booking.total": "合計",
|
|
1493
|
+
"booking.total_fare": "合計運賃",
|
|
1494
|
+
"booking.cancellation_fee": "キャンセル料",
|
|
1495
|
+
"booking.fail_to_board_fee": "乗車失敗料",
|
|
1496
|
+
"booking.after_seconds": "{seconds}秒後",
|
|
1497
|
+
"booking.remarks_to_driver": "ドライバーへの備考",
|
|
1498
|
+
"booking.remarks_placeholder": "ドライバーへの特別な指示を追加してください...",
|
|
1499
|
+
"booking.cancel": "キャンセル",
|
|
1500
|
+
"booking.create": "予約を作成",
|
|
1501
|
+
"booking.creating": "作成中...",
|
|
1502
|
+
"booking.success_title": "予約が作成されました",
|
|
1503
|
+
"booking.success_message": "予約が正常に作成され、確認されました",
|
|
1504
|
+
"booking.booking_id": "予約ID",
|
|
1505
|
+
"booking.status": "ステータス",
|
|
1506
|
+
"booking.create_another": "別の予約を作成",
|
|
1507
|
+
"booking.back_to_trips": "予約一覧に戻る",
|
|
1508
|
+
"booking.requested": "リクエスト",
|
|
1509
|
+
"booking.assigned": "割り当て",
|
|
1510
|
+
"booking.assigned_stops": "割り当てられた停留所",
|
|
1511
|
+
"booking.assigned_vehicle": "割り当てられた車両",
|
|
1512
|
+
"booking.payment_method.cash": "現金",
|
|
1513
|
+
"booking.payment_method.card": "カード",
|
|
1514
|
+
"booking.payment_method.digital_wallet": "電子ウォレット",
|
|
1515
|
+
"booking.payment_method.bank_transfer": "銀行振込",
|
|
1516
|
+
"booking.state.prepared": "準備済み",
|
|
1517
|
+
"booking.state.assigned": "割り当て済み",
|
|
1518
|
+
"booking.state.rejected_by_system": "却下",
|
|
1519
|
+
"booking.state.cancelled": "キャンセル",
|
|
1520
|
+
"booking.state.picked_up": "乗車済み",
|
|
1521
|
+
"booking.state.completed": "完了",
|
|
1522
|
+
"booking.state.no_show": "不在",
|
|
1523
|
+
"booking.travel_time": "{minutes}分",
|
|
1524
|
+
"booking.window_closed_title": "予約受付時間外",
|
|
1525
|
+
"booking.window_not_started": "予約受付開始時刻: {time}",
|
|
1526
|
+
"booking.window_ended": "予約受付終了時刻: {time}",
|
|
1527
|
+
// SGERP Map
|
|
1528
|
+
"sgerp_map.map_style": "地図スタイル",
|
|
1529
|
+
"sgerp_map.style_light": "ライト",
|
|
1530
|
+
"sgerp_map.style_dark": "ダーク",
|
|
1531
|
+
"sgerp_map.style_satellite": "衛星写真",
|
|
1532
|
+
"sgerp_map.style_street": "道路地図",
|
|
1533
|
+
"sgerp_map.style_outdoors": "アウトドア",
|
|
1534
|
+
// Table Map Controls
|
|
1535
|
+
"table.map_hide": "地図を非表示",
|
|
1536
|
+
"table.map_split": "分割表示 (50/50)",
|
|
1537
|
+
"table.map_full": "全画面地図",
|
|
1538
|
+
// Country Names
|
|
1539
|
+
"country.us": "アメリカ合衆国",
|
|
1540
|
+
"country.ca": "カナダ",
|
|
1541
|
+
"country.gb": "イギリス",
|
|
1542
|
+
"country.au": "オーストラリア",
|
|
1543
|
+
"country.nz": "ニュージーランド",
|
|
1544
|
+
"country.sg": "シンガポール",
|
|
1545
|
+
"country.my": "マレーシア",
|
|
1546
|
+
"country.th": "タイ",
|
|
1547
|
+
"country.id": "インドネシア",
|
|
1548
|
+
"country.ph": "フィリピン",
|
|
1549
|
+
"country.vn": "ベトナム",
|
|
1550
|
+
"country.jp": "日本",
|
|
1551
|
+
"country.kr": "韓国",
|
|
1552
|
+
"country.cn": "中国",
|
|
1553
|
+
"country.hk": "香港",
|
|
1554
|
+
"country.tw": "台湾",
|
|
1555
|
+
"country.in": "インド",
|
|
1556
|
+
"country.pk": "パキスタン",
|
|
1557
|
+
"country.bd": "バングラデシュ",
|
|
1558
|
+
"country.lk": "スリランカ",
|
|
1559
|
+
"country.ae": "アラブ首長国連邦",
|
|
1560
|
+
"country.sa": "サウジアラビア",
|
|
1561
|
+
"country.il": "イスラエル",
|
|
1562
|
+
"country.tr": "トルコ",
|
|
1563
|
+
"country.ru": "ロシア",
|
|
1564
|
+
"country.de": "ドイツ",
|
|
1565
|
+
"country.fr": "フランス",
|
|
1566
|
+
"country.it": "イタリア",
|
|
1567
|
+
"country.es": "スペイン",
|
|
1568
|
+
"country.pt": "ポルトガル",
|
|
1569
|
+
"country.nl": "オランダ",
|
|
1570
|
+
"country.be": "ベルギー",
|
|
1571
|
+
"country.ch": "スイス",
|
|
1572
|
+
"country.at": "オーストリア",
|
|
1573
|
+
"country.se": "スウェーデン",
|
|
1574
|
+
"country.no": "ノルウェー",
|
|
1575
|
+
"country.dk": "デンマーク",
|
|
1576
|
+
"country.fi": "フィンランド",
|
|
1577
|
+
"country.pl": "ポーランド",
|
|
1578
|
+
"country.cz": "チェコ",
|
|
1579
|
+
"country.gr": "ギリシャ",
|
|
1580
|
+
"country.ie": "アイルランド",
|
|
1581
|
+
"country.za": "南アフリカ",
|
|
1582
|
+
"country.eg": "エジプト",
|
|
1583
|
+
"country.ng": "ナイジェリア",
|
|
1584
|
+
"country.ke": "ケニア",
|
|
1585
|
+
"country.br": "ブラジル",
|
|
1586
|
+
"country.mx": "メキシコ",
|
|
1587
|
+
"country.ar": "アルゼンチン",
|
|
1588
|
+
"country.cl": "チリ",
|
|
1589
|
+
"country.co": "コロンビア",
|
|
1590
|
+
"country.pe": "ペルー",
|
|
1591
|
+
"country.ve": "ベネズエラ",
|
|
1592
|
+
"country.kh": "カンボジア",
|
|
1593
|
+
"country.la": "ラオス",
|
|
1594
|
+
"country.mm": "ミャンマー",
|
|
1595
|
+
"country.bn": "ブルネイ",
|
|
1596
|
+
"country.np": "ネパール",
|
|
1597
|
+
"country.mv": "モルディブ",
|
|
1598
|
+
"country.af": "アフガニスタン",
|
|
1599
|
+
"country.iq": "イラク",
|
|
1600
|
+
"country.ir": "イラン",
|
|
1601
|
+
"country.jo": "ヨルダン",
|
|
1602
|
+
"country.kw": "クウェート",
|
|
1603
|
+
"country.lb": "レバノン",
|
|
1604
|
+
"country.om": "オマーン",
|
|
1605
|
+
"country.qa": "カタール",
|
|
1606
|
+
"country.bh": "バーレーン",
|
|
1607
|
+
"country.ua": "ウクライナ",
|
|
1608
|
+
"country.ro": "ルーマニア",
|
|
1609
|
+
"country.hu": "ハンガリー",
|
|
1610
|
+
"country.bg": "ブルガリア",
|
|
1611
|
+
"country.hr": "クロアチア",
|
|
1612
|
+
"country.rs": "セルビア",
|
|
1613
|
+
"country.si": "スロベニア",
|
|
1614
|
+
"country.sk": "スロバキア",
|
|
1615
|
+
"country.ee": "エストニア",
|
|
1616
|
+
"country.lv": "ラトビア",
|
|
1617
|
+
"country.lt": "リトアニア",
|
|
1618
|
+
"country.is": "アイスランド",
|
|
1619
|
+
"country.lu": "ルクセンブルク",
|
|
1620
|
+
"country.mt": "マルタ",
|
|
1621
|
+
"country.cy": "キプロス",
|
|
1622
|
+
// Enum: AlgoType
|
|
1623
|
+
"enum.algo_type.static": "静的",
|
|
1624
|
+
"enum.algo_type.dynamic": "動的",
|
|
1625
|
+
"enum.algo_type.dynamic_2_stages": "動的2段階",
|
|
1626
|
+
"enum.algo_type.timeless": "タイムレス",
|
|
1627
|
+
"enum.algo_type.static_or_dynamic": "静的または動的",
|
|
1628
|
+
// Enum: AlgoOptimizeQuantity
|
|
1629
|
+
"enum.algo_optimize_quantity.total_time": "合計時間",
|
|
1630
|
+
"enum.algo_optimize_quantity.total_distance": "合計距離",
|
|
1631
|
+
"enum.algo_optimize_quantity.passenger_optimization": "乗客最適化",
|
|
1632
|
+
// Enum: GenericSchedulerMode
|
|
1633
|
+
"enum.generic_scheduler_mode.prebook": "事前予約",
|
|
1634
|
+
"enum.generic_scheduler_mode.real_time": "リアルタイム",
|
|
1635
|
+
"enum.generic_scheduler_mode.prebook_cvrptw": "事前予約CVRPTW",
|
|
1636
|
+
"enum.generic_scheduler_mode.logistics_real_time": "ロジスティクスリアルタイム",
|
|
1637
|
+
// Enum: LocalSearchOperator
|
|
1638
|
+
"enum.local_search_operator.extended_swap_active": "拡張スワップアクティブ",
|
|
1639
|
+
"enum.local_search_operator.logistics_relocate_pair": "ロジスティクス再配置ペア",
|
|
1640
|
+
"enum.local_search_operator.default_no_operators": "オペレーターなし",
|
|
1641
|
+
// Enum: PathConstraintsMode
|
|
1642
|
+
"enum.path_constraints_mode.legacy": "レガシー",
|
|
1643
|
+
"enum.path_constraints_mode.logistics": "ロジスティクス",
|
|
1644
|
+
// Enum: GeofenceDefinitionStrategy
|
|
1645
|
+
"enum.geofence_definition_strategy.by_dropoff": "降車地点別",
|
|
1646
|
+
"enum.geofence_definition_strategy.by_pickup": "乗車地点別",
|
|
1647
|
+
"enum.geofence_definition_strategy.independent": "独立",
|
|
1648
|
+
"enum.geofence_definition_strategy.mixed": "混合",
|
|
1649
|
+
// Enum: GeofenceVehicleAllocationStrategy
|
|
1650
|
+
"enum.geofence_vehicle_allocation_strategy.strict": "厳格",
|
|
1651
|
+
"enum.geofence_vehicle_allocation_strategy.flexible": "柔軟",
|
|
1652
|
+
// Enum: TruckBanStrategy
|
|
1653
|
+
"enum.truckban_strategy.default": "デフォルト",
|
|
1654
|
+
"enum.truckban_strategy.duplicate_nodes": "ノード複製",
|
|
1655
|
+
// Enum: BookingOrderPrioritization
|
|
1656
|
+
"enum.booking_order_prioritization.disabled": "無効",
|
|
1657
|
+
"enum.booking_order_prioritization.strict": "厳格",
|
|
1658
|
+
"enum.booking_order_prioritization.non_strict": "非厳格",
|
|
1659
|
+
// Enum: NodeGroupingCapacityStrategy
|
|
1660
|
+
"enum.node_grouping_capacity_strategy.min": "最小",
|
|
1661
|
+
"enum.node_grouping_capacity_strategy.max": "最大",
|
|
1662
|
+
"enum.node_grouping_capacity_strategy.median": "中央値",
|
|
1663
|
+
"enum.node_grouping_capacity_strategy.mean": "平均",
|
|
1664
|
+
"enum.node_grouping_capacity_strategy.ignore": "無視",
|
|
1665
|
+
// Enum: ManualEditApiSolverKind
|
|
1666
|
+
"enum.manual_edit_api_solver_kind.local": "ローカル",
|
|
1667
|
+
"enum.manual_edit_api_solver_kind.remote": "リモート",
|
|
1668
|
+
// Enum: LogisticsPipelineType
|
|
1669
|
+
"enum.logistics_pipeline_type.simple_one_stage": "シンプル1段階",
|
|
1670
|
+
"enum.logistics_pipeline_type.two_stages": "2段階",
|
|
1671
|
+
// Enum: FinalizationType
|
|
1672
|
+
"enum.finalization_type.min": "最小",
|
|
1673
|
+
"enum.finalization_type.max": "最大",
|
|
1674
|
+
// Enum: BookingStatus
|
|
1675
|
+
"enum.booking_status.new": "新規",
|
|
1676
|
+
"enum.booking_status.prepared": "準備済み",
|
|
1677
|
+
"enum.booking_status.queued": "キュー待ち",
|
|
1678
|
+
"enum.booking_status.calculation": "計算中",
|
|
1679
|
+
"enum.booking_status.cancelled_in_calc": "計算中にキャンセル",
|
|
1680
|
+
"enum.booking_status.assigned": "割り当て済み",
|
|
1681
|
+
"enum.booking_status.rejected_by_system": "システムで拒否",
|
|
1682
|
+
"enum.booking_status.enroute": "移動中",
|
|
1683
|
+
"enum.booking_status.completed": "完了",
|
|
1684
|
+
"enum.booking_status.sent_offer": "オファー送信済み",
|
|
1685
|
+
"enum.booking_status.cancelled_by_user": "ユーザーによるキャンセル",
|
|
1686
|
+
"enum.booking_status.pooling": "プーリング",
|
|
1687
|
+
"enum.booking_status.fail_to_board": "乗車失敗",
|
|
1688
|
+
"enum.booking_status.fail_to_deliver": "配達失敗",
|
|
1689
|
+
"enum.booking_status.linked": "リンク済み",
|
|
1690
|
+
// Enum: NodeStatus
|
|
1691
|
+
"enum.node_status.new": "新規",
|
|
1692
|
+
"enum.node_status.assigned": "割り当て済み",
|
|
1693
|
+
"enum.node_status.in_service": "サービス中",
|
|
1694
|
+
"enum.node_status.completed": "完了",
|
|
1695
|
+
"enum.node_status.cancelled_by_user": "ユーザーによるキャンセル",
|
|
1696
|
+
"enum.node_status.dropped_by_algo": "アルゴリズムで削除",
|
|
1697
|
+
"enum.node_status.fail_to_board": "乗車失敗",
|
|
1698
|
+
"enum.node_status.fail_to_deliver": "配達失敗",
|
|
1699
|
+
// Enum: NodeType
|
|
1700
|
+
"enum.node_type.point": "地点",
|
|
1701
|
+
"enum.node_type.pickup": "乗車",
|
|
1702
|
+
"enum.node_type.dropoff": "降車",
|
|
1703
|
+
"enum.node_type.depot": "デポ",
|
|
1704
|
+
"enum.node_type.vehicle_position": "車両位置",
|
|
1705
|
+
// Enum: SimulationStatus
|
|
1706
|
+
"enum.simulation_status.created": "作成済み",
|
|
1707
|
+
"enum.simulation_status.queued": "キュー待ち",
|
|
1708
|
+
"enum.simulation_status.running": "実行中",
|
|
1709
|
+
"enum.simulation_status.completed": "完了",
|
|
1710
|
+
"enum.simulation_status.failed": "失敗",
|
|
1711
|
+
"enum.simulation_status.terminated": "終了",
|
|
1712
|
+
// Enum: SimulationMode
|
|
1713
|
+
"enum.simulation_mode.real_time": "リアルタイム",
|
|
1714
|
+
"enum.simulation_mode.fast": "高速シミュレーション",
|
|
1715
|
+
"enum.simulation_mode.prebook": "事前予約",
|
|
1716
|
+
"enum.simulation_mode.real_operations": "実運用",
|
|
1717
|
+
"enum.simulation_mode.template": "テンプレート",
|
|
1718
|
+
// Enum: BookingType
|
|
1719
|
+
"enum.booking_type.customer": "顧客",
|
|
1720
|
+
"enum.booking_type.break": "休憩",
|
|
1721
|
+
"enum.booking_type.pooling": "プーリング",
|
|
1722
|
+
"enum.booking_type.estimate": "見積もり",
|
|
1723
|
+
// Enum: SimulationProcessorState
|
|
1724
|
+
"enum.simulation_processor_state.new": "新規",
|
|
1725
|
+
"enum.simulation_processor_state.calculating": "計算中",
|
|
1726
|
+
"enum.simulation_processor_state.calculated": "計算済み",
|
|
1727
|
+
"enum.simulation_processor_state.completed": "完了",
|
|
1728
|
+
"enum.simulation_processor_state.failed": "失敗",
|
|
1729
|
+
"enum.vehicle_use_option.enabled": "有効",
|
|
1730
|
+
"enum.vehicle_use_option.disabled": "無効",
|
|
1731
|
+
// Logistics Settings Form
|
|
1732
|
+
"logistics_settings.section.cost_parameters": "コストパラメータ",
|
|
1733
|
+
"logistics_settings.section.slack_settings": "スラック設定",
|
|
1734
|
+
"logistics_settings.section.model_parameters": "モデルパラメータ",
|
|
1735
|
+
"logistics_settings.section.vehicle_late_settings": "車両遅延設定",
|
|
1736
|
+
"logistics_settings.section.calculation_parameters": "計算パラメータ",
|
|
1737
|
+
"logistics_settings.section.solver_settings": "ソルバー設定",
|
|
1738
|
+
"logistics_settings.section.optimization_settings": "最適化設定",
|
|
1739
|
+
"logistics_settings.section.logistics_specific": "ロジスティクス固有設定",
|
|
1740
|
+
"logistics_settings.section.manual_edit_api": "手動編集API設定",
|
|
1741
|
+
"logistics_settings.section.route_cost_modification": "ルートコスト変更",
|
|
1742
|
+
"logistics_settings.vehicle_cost": "車両コスト",
|
|
1743
|
+
"logistics_settings.trip_cost": "トリップコスト",
|
|
1744
|
+
"logistics_settings.booking_penalty": "予約ペナルティ",
|
|
1745
|
+
"logistics_settings.slack_cost": "スラックコスト",
|
|
1746
|
+
"logistics_settings.vehicle_amortized_linear_cost_factor": "車両償却線形コスト係数",
|
|
1747
|
+
"logistics_settings.vehicle_amortized_quadratic_cost_factor": "車両償却二次コスト係数",
|
|
1748
|
+
"logistics_settings.group_crossing_penalty": "グループ交差ペナルティ",
|
|
1749
|
+
"logistics_settings.slack_cost_factor": "スラックコスト係数",
|
|
1750
|
+
"logistics_settings.max_pickup_slack": "最大乗車スラック(秒)",
|
|
1751
|
+
"logistics_settings.max_dropoff_slack": "最大降車スラック(秒)",
|
|
1752
|
+
"logistics_settings.logistics_optimize_slack": "ロジスティクスモードでスラック最適化",
|
|
1753
|
+
"logistics_settings.should_set_max_slack_start_location_zero": "開始位置の最大スラックをゼロに設定",
|
|
1754
|
+
"logistics_settings.use_walking_time_to_reduce_time_windows": "歩行時間を使用して時間枠を削減",
|
|
1755
|
+
"logistics_settings.use_lifo_order_check": "LIFO順序チェックを使用",
|
|
1756
|
+
"logistics_settings.lifo_order_check_on_all_vehicles": "全車両でLIFO順序チェック",
|
|
1757
|
+
"logistics_settings.algo_optimize_quantity": "アルゴリズム最適化数量",
|
|
1758
|
+
"logistics_settings.allow_vehicle_late": "車両遅延を許可",
|
|
1759
|
+
"logistics_settings.max_possible_lateness": "最大可能遅延時間(秒)",
|
|
1760
|
+
"logistics_settings.vehicle_late_penalty_coefficient": "車両遅延ペナルティ係数",
|
|
1761
|
+
"logistics_settings.use_node_weights_cost": "ノード重みコストを使用",
|
|
1762
|
+
"logistics_settings.use_path_equalizer": "パス均等化を使用",
|
|
1763
|
+
"logistics_settings.use_selective_path_equalizer": "選択的パス均等化を使用",
|
|
1764
|
+
"logistics_settings.use_mixed_time_matrix": "混合時間マトリックスを使用",
|
|
1765
|
+
"logistics_settings.path_equalizer_weight": "パス均等化重み",
|
|
1766
|
+
"logistics_settings.algorithm": "アルゴリズム",
|
|
1767
|
+
"logistics_settings.first_solution_strategies": "初期解戦略",
|
|
1768
|
+
"logistics_settings.first_solution_strategies_second_stage": "初期解戦略(第2段階)",
|
|
1769
|
+
"logistics_settings.time_limit_ms": "時間制限(ミリ秒)",
|
|
1770
|
+
"logistics_settings.time_limit_ms_second_stage": "時間制限第2段階(ミリ秒)",
|
|
1771
|
+
"logistics_settings.solution_limit": "解決制限",
|
|
1772
|
+
"logistics_settings.lns_time_limit_ms": "LNS時間制限(ミリ秒)",
|
|
1773
|
+
"logistics_settings.optimization_step": "最適化ステップ",
|
|
1774
|
+
"logistics_settings.guided_local_search_lambda_coefficient": "GLSラムダ係数",
|
|
1775
|
+
"logistics_settings.savings_neighbors_ratio": "節約近傍比率",
|
|
1776
|
+
"logistics_settings.waypoints_solution_limit": "ウェイポイント解決制限",
|
|
1777
|
+
"logistics_settings.total_to_furthest_distance_ratio": "合計から最遠距離比率",
|
|
1778
|
+
"logistics_settings.cvb_local_search_iterations_limit": "CVB局所探索反復制限",
|
|
1779
|
+
"logistics_settings.cvb_fleetmin_iterations_limit": "CVBフリートミン反復制限",
|
|
1780
|
+
"logistics_settings.cvb_fleetmin_solutions_limit": "CVBフリートミン解決制限",
|
|
1781
|
+
"logistics_settings.cvb_fleetmin_time_limit": "CVBフリートミン時間制限",
|
|
1782
|
+
"logistics_settings.use_local_search_metaheuristic": "局所探索メタヒューリスティックを使用",
|
|
1783
|
+
"logistics_settings.use_tsp_opt": "TSP最適化を使用",
|
|
1784
|
+
"logistics_settings.use_depth_first_search": "深さ優先探索を使用",
|
|
1785
|
+
"logistics_settings.waypoints_optimization_second_phase": "ウェイポイント最適化第2フェーズ",
|
|
1786
|
+
"logistics_settings.use_all_local_search_operators": "全ての局所探索オペレーターを使用",
|
|
1787
|
+
"logistics_settings.use_cvb_local_search_operator": "CVB局所探索オペレーターを使用",
|
|
1788
|
+
"logistics_settings.log_search": "検索をログに記録",
|
|
1789
|
+
"logistics_settings.use_local_search_operators": "局所探索オペレーターを使用",
|
|
1790
|
+
"logistics_settings.only_pdp": "PDP(集配問題)のみ",
|
|
1791
|
+
"logistics_settings.should_lock_next_stop_if_vehicle_live": "車両が稼働中の場合、次の停留所をロック",
|
|
1792
|
+
"logistics_settings.should_optimize_fail_to_board_bookings": "乗車失敗予約を最適化",
|
|
1793
|
+
"logistics_settings.node_grouping_enabled": "ノードグループ化を有効化",
|
|
1794
|
+
"logistics_settings.exclude_unroutable_bookings": "ルート不可能な予約を除外",
|
|
1795
|
+
"logistics_settings.pipeline_type": "パイプラインタイプ",
|
|
1796
|
+
"logistics_settings.geofence_vehicle_allocation_strategy": "ジオフェンス車両割り当て戦略",
|
|
1797
|
+
"logistics_settings.geofence_definition_strategy": "ジオフェンス定義戦略",
|
|
1798
|
+
"logistics_settings.booking_order_prioritization": "予約順序優先順位付け",
|
|
1799
|
+
"logistics_settings.path_constraints_mode": "パス制約モード",
|
|
1800
|
+
"logistics_settings.node_grouping_capacity_strategy": "ノードグループ化容量戦略",
|
|
1801
|
+
"logistics_settings.truckban_strategy": "トラック規制戦略",
|
|
1802
|
+
"logistics_settings.average_travel_duration_to_node": "ノードへの平均移動時間(秒)",
|
|
1803
|
+
"logistics_settings.truckban_buffer_time_windows": "トラック規制バッファ時間枠(秒)",
|
|
1804
|
+
"logistics_settings.truckban_enabled": "トラック規制を有効化",
|
|
1805
|
+
"logistics_settings.allow_upload_after_simulation_start_time": "シミュレーション開始時刻後のアップロードを許可",
|
|
1806
|
+
"logistics_settings.clear_cumulative_limitations": "累積制限をクリア",
|
|
1807
|
+
"logistics_settings.section.stateless_api": "ステートレスAPI",
|
|
1808
|
+
"logistics_settings.stateless_api_server": "サーバー",
|
|
1809
|
+
"logistics_settings.stateless_api_login": "ログイン",
|
|
1810
|
+
"logistics_settings.stateless_api_password": "パスワード",
|
|
1811
|
+
"logistics_settings.manual_edit_api_solver_kind": "手動編集APIソルバー種類",
|
|
1812
|
+
"logistics_settings.manual_edit_finalization_type_pickups": "手動編集確定タイプ(乗車)",
|
|
1813
|
+
"logistics_settings.manual_edit_finalization_type_dropoffs": "手動編集確定タイプ(降車)",
|
|
1814
|
+
"logistics_settings.manual_edit_optimize_quantity": "手動編集最適化数量",
|
|
1815
|
+
"logistics_settings.manual_edit_slack_cost_factor": "手動編集スラックコスト係数",
|
|
1816
|
+
"logistics_settings.manual_edit_api_minimize_slack": "手動編集でスラックを最小化",
|
|
1817
|
+
"logistics_settings.manual_edit_api_use_vehicle_start_time": "手動編集で車両開始時刻を使用",
|
|
1818
|
+
"logistics_settings.manual_edit_api_vehicle_logistics_optimize_slack": "手動編集で車両ロジスティクススラック最適化",
|
|
1819
|
+
"logistics_settings.manual_edit_allow_vehicle_late": "手動編集で車両遅延を許可",
|
|
1820
|
+
"logistics_settings.manual_edit_max_possible_lateness": "手動編集最大遅延時間(秒)",
|
|
1821
|
+
"logistics_settings.manual_edit_lateness_penalty_coefficient": "手動編集遅延ペナルティ係数",
|
|
1822
|
+
"logistics_settings.route_cost_modification_primary": "ルートコスト変更プライマリ",
|
|
1823
|
+
"logistics_settings.route_cost_modification_secondary": "ルートコスト変更セカンダリ",
|
|
1824
|
+
"logistics_settings.placeholder.select_algorithm": "アルゴリズムを選択",
|
|
1825
|
+
"logistics_settings.placeholder.select_strategies": "戦略を選択",
|
|
1826
|
+
"logistics_settings.placeholder.select_quantity": "数量を選択",
|
|
1827
|
+
"logistics_settings.placeholder.select_pipeline_type": "パイプラインタイプを選択",
|
|
1828
|
+
"logistics_settings.placeholder.select_strategy": "戦略を選択",
|
|
1829
|
+
"logistics_settings.placeholder.select_prioritization": "優先順位付けを選択",
|
|
1830
|
+
"logistics_settings.placeholder.select_mode": "モードを選択",
|
|
1831
|
+
"logistics_settings.placeholder.select_solver_kind": "ソルバー種類を選択",
|
|
1832
|
+
"logistics_settings.placeholder.select_finalization_type": "確定タイプを選択",
|
|
1833
|
+
"logistics_settings.placeholder.select_operators": "オペレーターを選択",
|
|
1834
|
+
// Route Cost Modification Editor
|
|
1835
|
+
"route_cost_modification.enabled": "有効",
|
|
1836
|
+
"route_cost_modification.disabled": "無効",
|
|
1837
|
+
"route_cost_modification.enable_section_message": "このセクションを有効にしてルートコスト変更を設定します",
|
|
1838
|
+
"route_cost_modification.time_matrix": "時間マトリックス",
|
|
1839
|
+
"route_cost_modification.distance_matrix": "距離マトリックス",
|
|
1840
|
+
"route_cost_modification.linear_coefficient": "線形係数",
|
|
1841
|
+
"route_cost_modification.polylinear_segment": "ポリリニアセグメント",
|
|
1842
|
+
"route_cost_modification.relation": "関係",
|
|
1843
|
+
"route_cost_modification.threshold": "閾値",
|
|
1844
|
+
"route_cost_modification.penalty_base": "ペナルティベース",
|
|
1845
|
+
"route_cost_modification.penalty_rate": "ペナルティレート",
|
|
1846
|
+
"route_cost_modification.ignore_first": "最初を無視",
|
|
1847
|
+
"route_cost_modification.ignore_last": "最後を無視",
|
|
1848
|
+
"route_cost_modification.add_time_segment": "時間ポリリニアセグメントを追加",
|
|
1849
|
+
"route_cost_modification.add_distance_segment": "距離ポリリニアセグメントを追加",
|
|
1850
|
+
"route_cost_modification.relation_greater": "より大きい",
|
|
1851
|
+
"route_cost_modification.relation_less": "より小さい",
|
|
1852
|
+
// Async Cell Examples
|
|
1853
|
+
"example.async_cell.basic_title": "基本的なAsyncCell",
|
|
1854
|
+
"example.async_cell.basic_desc": "IDからプロジェクト名を自動バッチングで表示",
|
|
1855
|
+
"example.async_cell.custom_title": "カスタムレンダリング",
|
|
1856
|
+
"example.async_cell.custom_desc": "カスタムレンダー関数を使用して複雑なデータを表示",
|
|
1857
|
+
"example.async_cell.specialized_title": "専用コンポーネント",
|
|
1858
|
+
"example.async_cell.specialized_desc": "一般的なユースケース向けの既製コンポーネント",
|
|
1859
|
+
"example.async_cell.loading_title": "ローディング状態付き",
|
|
1860
|
+
"example.async_cell.loading_desc": "カスタムローディングとフォールバック状態を表示",
|
|
1861
|
+
// Project Editor Examples
|
|
1862
|
+
"example.project_editor.create_title": "新しいプロジェクトを作成",
|
|
1863
|
+
"example.project_editor.create_desc": "フォームに入力して新しいプロジェクトを作成します。エディターはデュアルAPIパターン(書き込みはTastypie、更新はGET API)を使用します。",
|
|
1864
|
+
"example.project_editor.create_button": "新しいプロジェクトを作成",
|
|
1865
|
+
"example.project_editor.last_created": "最後に作成されたプロジェクト:",
|
|
1866
|
+
"example.project_editor.edit_title": "既存のプロジェクトを編集",
|
|
1867
|
+
"example.project_editor.edit_desc": "オートコンプリートドロップダウンからプロジェクトを選択して編集します。エディターは現在のデータを読み込んで更新できるようにします。",
|
|
1868
|
+
"example.project_editor.select_to_edit": "編集するプロジェクトを選択:",
|
|
1869
|
+
"example.project_editor.drawer_title": "Drawerでエディターを開く",
|
|
1870
|
+
"example.project_editor.drawer_desc": "より良いユーザー体験のために、エディターをサイドDrawerで開きます。このパターンは、コンテキストを表示したままにしたい場合に便利です。",
|
|
1871
|
+
"example.project_editor.open_drawer": "Drawerエディターを開く",
|
|
1872
|
+
"example.project_editor.drawer_heading": "プロジェクトを作成",
|
|
1873
|
+
// React Examples
|
|
1874
|
+
"example.react.title": "インタラクティブなReactの例",
|
|
1875
|
+
"example.react.description": "これは、リアクティブなコレクションでuseSGERPフックを使用するライブReactコンポーネントです。まだ接続していない場合は、最初に「試してみる」ページにアクセスしてください。",
|
|
1876
|
+
"example.react.component_title": "プロジェクトリストコンポーネント",
|
|
1877
|
+
"example.react.component_desc": "useSGERP()からのリアクティブなコレクションを使用してプロジェクトを取得および表示するシンプルなリストコンポーネントです。",
|
|
1878
|
+
"example.react.code_title": "コンポーネントコード",
|
|
1879
|
+
"example.react.tab_simplified": "簡易版",
|
|
1880
|
+
"example.react.tab_full": "完全版",
|
|
1881
|
+
"example.react.loading": "プロジェクトを読み込み中...",
|
|
1882
|
+
"example.react.error": "エラー",
|
|
1883
|
+
"example.react.error_connection": "アクティブな接続があることを確認してください。最初に「試してみる」ページにアクセスしてください。",
|
|
1884
|
+
"example.react.no_projects": "プロジェクトが見つかりません",
|
|
1885
|
+
"example.react.projects": "プロジェクト",
|
|
1886
|
+
"example.react.more_available": "さらに利用可能",
|
|
1887
|
+
"example.react.all_loaded": "すべて読み込み済み",
|
|
1888
|
+
"example.react.inactive": "無効",
|
|
1889
|
+
"example.react.active": "有効",
|
|
1890
|
+
"example.react.loading_more": "読み込み中...",
|
|
1891
|
+
"example.react.load_more": "さらにプロジェクトを読み込む",
|
|
1892
|
+
"example.react.live_component": "これは以下を使用するライブReactコンポーネントです",
|
|
1893
|
+
"example.react.no_connection": "アクティブな接続がありません",
|
|
1894
|
+
// Language Selector Examples
|
|
1895
|
+
"example.language_selector.title": "言語セレクター",
|
|
1896
|
+
"example.language_selector.desc": "ドロップダウンから言語を選択してください。設定は保存され、ページを更新しても保持されます。以下のコンポーネントが言語を変更する様子をご覧ください。",
|
|
1897
|
+
"example.language_selector.current": "現在の言語:",
|
|
1898
|
+
"example.language_selector.login_title": "ログインコンポーネント(ローカライズ済み)",
|
|
1899
|
+
"example.language_selector.login_desc": "このログインフォームは選択した言語に適応します。",
|
|
1900
|
+
"example.language_selector.autocomplete_title": "オートコンプリートコンポーネント(ローカライズ済み)",
|
|
1901
|
+
"example.language_selector.autocomplete_desc": "読み込みメッセージが選択した言語に適応します。",
|
|
1902
|
+
"example.language_selector.selected_project": "選択されたプロジェクトID:",
|
|
1903
|
+
"example.language_selector.implementation": "実装方法",
|
|
1904
|
+
"example.language_selector.implementation_desc": "上記の例は次のように実装されています:",
|
|
1905
|
+
// Login Examples
|
|
1906
|
+
"example.login.title": "SGERPに接続",
|
|
1907
|
+
"example.login.desc": "認証情報を入力して接続を作成し、アクティブ化します。接続はlocalStorageに保存され、ドキュメントサイト全体で利用できます。",
|
|
1908
|
+
// Autocomplete Examples
|
|
1909
|
+
"example.autocomplete.project_title": "プロジェクトオートコンプリート",
|
|
1910
|
+
"example.autocomplete.project_desc": "プロジェクトを検索して選択",
|
|
1911
|
+
"example.autocomplete.selected_project": "選択されたプロジェクトID:",
|
|
1912
|
+
"example.autocomplete.dependent_title": "依存オートコンプリート",
|
|
1913
|
+
"example.autocomplete.dependent_desc": "上記のプロジェクトを選択すると、このドロップダウンが有効になります。プロジェクトテンプレート(mode=templateのシミュレーション)がproject_idでフィルタされて表示されます。",
|
|
1914
|
+
"example.autocomplete.selected_template": "選択されたテンプレートID:",
|
|
1915
|
+
// Table Examples
|
|
1916
|
+
"example.table.project_title": "プロジェクトテーブル",
|
|
1917
|
+
"example.table.project_desc": "フィルタリング、ソート、列の表示/非表示、無限スクロール機能を備えたインタラクティブなテーブル",
|
|
1918
|
+
// Map Examples
|
|
1919
|
+
"example.map.operations_title": "オペレーションロケーションマップ",
|
|
1920
|
+
"example.map.operations_desc": "ホバーツールチップ付きでオペレーションロケーションを表示するインタラクティブなマップ。",
|
|
1921
|
+
"example.map.features_title": "機能",
|
|
1922
|
+
"example.map.feature_hover": "ロケーションにホバーして詳細を表示",
|
|
1923
|
+
"example.map.feature_style": "ドロップダウン(左上)でマップスタイルを変更",
|
|
1924
|
+
"example.map.feature_zoom": "マウスまたはタッチでズームとパン",
|
|
1925
|
+
"example.map.feature_updates": "コレクションが変更されると自動的にデータが更新されます",
|
|
1926
|
+
};
|