Fix: keywords and configs in es

This commit is contained in:
Zebartin 2023-09-26 16:04:54 +08:00
parent 81d785852d
commit 0adca58643
3 changed files with 31 additions and 0 deletions

View File

@ -613,6 +613,12 @@
"name": "Ajustes de Encargos", "name": "Ajustes de Encargos",
"help": "Reclama recompensas y hace nuevos encargos.\nSi no se alcanza el límite de encargos tras ello, se realizarán nuevos encargos siguiendo la prioridad de los ajustes (EXP/Créditos → Materiales de personaje → Materiales de síntesis)" "help": "Reclama recompensas y hace nuevos encargos.\nSi no se alcanza el límite de encargos tras ello, se realizarán nuevos encargos siguiendo la prioridad de los ajustes (EXP/Créditos → Materiales de personaje → Materiales de síntesis)"
}, },
"WhenEventAssignmentsArePresent": {
"name": "Assignment.WhenEventAssignmentsArePresent.name",
"help": "Assignment.WhenEventAssignmentsArePresent.help",
"event_first": "event_first",
"do_not_participate": "do_not_participate"
},
"Name_1": { "Name_1": {
"name": "Preferencia de Encargo 1", "name": "Preferencia de Encargo 1",
"help": "", "help": "",

View File

@ -10,6 +10,7 @@ Repulsion_Bridge_Errors = AssignmentEventEntry(
cht='斥力橋錯誤', cht='斥力橋錯誤',
en='Repulsion Bridge Errors', en='Repulsion Bridge Errors',
jp='斥力ブリッジエラー', jp='斥力ブリッジエラー',
es='Reporte de error del puente de rechazo',
) )
Meal_Delivery_Robot_Check_Up = AssignmentEventEntry( Meal_Delivery_Robot_Check_Up = AssignmentEventEntry(
id=2, id=2,
@ -18,6 +19,7 @@ Meal_Delivery_Robot_Check_Up = AssignmentEventEntry(
cht='送餐機器人檢修', cht='送餐機器人檢修',
en='Meal-Delivery Robot Check-Up', en='Meal-Delivery Robot Check-Up',
jp='配膳ロボット点検修理', jp='配膳ロボット点検修理',
es='Mantenimiento de los robots de reparto de comida',
) )
Noise_Complaint = AssignmentEventEntry( Noise_Complaint = AssignmentEventEntry(
id=3, id=3,
@ -26,6 +28,7 @@ Noise_Complaint = AssignmentEventEntry(
cht='噪音投訴問題', cht='噪音投訴問題',
en='Noise Complaint', en='Noise Complaint',
jp='騒音苦情問題', jp='騒音苦情問題',
es='Quejas por ruidos',
) )
Interior_Temperature_Modulator = AssignmentEventEntry( Interior_Temperature_Modulator = AssignmentEventEntry(
id=4, id=4,
@ -34,6 +37,7 @@ Interior_Temperature_Modulator = AssignmentEventEntry(
cht='室內溫度調節器', cht='室內溫度調節器',
en='Interior Temperature Modulator', en='Interior Temperature Modulator',
jp='室内温度調節器', jp='室内温度調節器',
es='Regulador de temperatura ambiental',
) )
Researcher_Health_Reports = AssignmentEventEntry( Researcher_Health_Reports = AssignmentEventEntry(
id=5, id=5,
@ -42,6 +46,7 @@ Researcher_Health_Reports = AssignmentEventEntry(
cht='組員的體檢報告', cht='組員的體檢報告',
en="Researchers' Health Reports", en="Researchers' Health Reports",
jp='スタッフの健康診断報告', jp='スタッフの健康診断報告',
es='Informe médico de los investigadores',
) )
Confidential_Investigation = AssignmentEventEntry( Confidential_Investigation = AssignmentEventEntry(
id=6, id=6,
@ -50,6 +55,7 @@ Confidential_Investigation = AssignmentEventEntry(
cht='秘密調查行動', cht='秘密調查行動',
en='Confidential Investigation', en='Confidential Investigation',
jp='秘密裏の調査', jp='秘密裏の調査',
es='Investigación encubierta',
) )
Borrowed_Equipment = AssignmentEventEntry( Borrowed_Equipment = AssignmentEventEntry(
id=7, id=7,
@ -58,6 +64,7 @@ Borrowed_Equipment = AssignmentEventEntry(
cht='實驗器械借用', cht='實驗器械借用',
en='Borrowed Equipment', en='Borrowed Equipment',
jp='実験機器借用', jp='実験機器借用',
es='Préstamo de instrumentos de laboratorio',
) )
Booking_System = AssignmentEventEntry( Booking_System = AssignmentEventEntry(
id=8, id=8,
@ -66,6 +73,7 @@ Booking_System = AssignmentEventEntry(
cht='會議室預約系統', cht='會議室預約系統',
en='Booking System', en='Booking System',
jp='会議室予約システム', jp='会議室予約システム',
es='Sistema de reserva de las salas de reuniones',
) )
Non_Digital_Documents = AssignmentEventEntry( Non_Digital_Documents = AssignmentEventEntry(
id=9, id=9,
@ -74,6 +82,7 @@ Non_Digital_Documents = AssignmentEventEntry(
cht='非電子版文件', cht='非電子版文件',
en='Non-Digital Documents', en='Non-Digital Documents',
jp='非デジタル版ファイル', jp='非デジタル版ファイル',
es='Documentos no electrónicos',
) )
Drip_Feed_Errors = AssignmentEventEntry( Drip_Feed_Errors = AssignmentEventEntry(
id=10, id=10,
@ -82,6 +91,7 @@ Drip_Feed_Errors = AssignmentEventEntry(
cht='液滴系統錯誤', cht='液滴系統錯誤',
en='Drip-Feed Errors', en='Drip-Feed Errors',
jp='水やりシステムエラー', jp='水やりシステムエラー',
es='Reporte de error del sistema de goteo',
) )
Pet_Movement_Route_Planning = AssignmentEventEntry( Pet_Movement_Route_Planning = AssignmentEventEntry(
id=11, id=11,
@ -90,6 +100,7 @@ Pet_Movement_Route_Planning = AssignmentEventEntry(
cht='寵物行動路線規劃', cht='寵物行動路線規劃',
en='Pet Movement Route Planning', en='Pet Movement Route Planning',
jp='ペットの行動ルート規制', jp='ペットの行動ルート規制',
es='Planificación de las rutas de paseo de mascotas',
) )
Food_Improvement_Plan = AssignmentEventEntry( Food_Improvement_Plan = AssignmentEventEntry(
id=12, id=12,
@ -98,6 +109,7 @@ Food_Improvement_Plan = AssignmentEventEntry(
cht='餐飲改良方案', cht='餐飲改良方案',
en='Food Improvement Plan', en='Food Improvement Plan',
jp='飲食優良化法案', jp='飲食優良化法案',
es='Programa de mejora de comida',
) )
Curio_Distribution = AssignmentEventEntry( Curio_Distribution = AssignmentEventEntry(
id=13, id=13,
@ -106,6 +118,7 @@ Curio_Distribution = AssignmentEventEntry(
cht='奇物借用問題', cht='奇物借用問題',
en='Curio Distribution', en='Curio Distribution',
jp='奇物借用問題', jp='奇物借用問題',
es='Problemas con el préstamo de objetos raros',
) )
Super_Urgent_Waiting_Online = AssignmentEventEntry( Super_Urgent_Waiting_Online = AssignmentEventEntry(
id=14, id=14,
@ -114,6 +127,7 @@ Super_Urgent_Waiting_Online = AssignmentEventEntry(
cht='急,線上等', cht='急,線上等',
en='Super Urgent, Waiting Online', en='Super Urgent, Waiting Online',
jp='緊急助っ人求むオンラインにて待つ', jp='緊急助っ人求むオンラインにて待つ',
es='Muy urgente, esperando en línea',
) )
Ventilation_Problem = AssignmentEventEntry( Ventilation_Problem = AssignmentEventEntry(
id=15, id=15,
@ -122,6 +136,7 @@ Ventilation_Problem = AssignmentEventEntry(
cht='空氣流通問題', cht='空氣流通問題',
en='Ventilation Problem', en='Ventilation Problem',
jp='換気問題', jp='換気問題',
es='Problemas con la circulación del aire',
) )
Unstable_Connection = AssignmentEventEntry( Unstable_Connection = AssignmentEventEntry(
id=16, id=16,
@ -130,6 +145,7 @@ Unstable_Connection = AssignmentEventEntry(
cht='連線不穩定問題', cht='連線不穩定問題',
en='Unstable Connection', en='Unstable Connection',
jp='接続不安定問題', jp='接続不安定問題',
es='Conexión inestable',
) )
Chronology_Checks = AssignmentEventEntry( Chronology_Checks = AssignmentEventEntry(
id=17, id=17,
@ -138,6 +154,7 @@ Chronology_Checks = AssignmentEventEntry(
cht='編年史校對', cht='編年史校對',
en='Chronology Checks', en='Chronology Checks',
jp='編年史校正', jp='編年史校正',
es='Corrección de registros',
) )
Supply_Chain_Management = AssignmentEventEntry( Supply_Chain_Management = AssignmentEventEntry(
id=18, id=18,
@ -146,6 +163,7 @@ Supply_Chain_Management = AssignmentEventEntry(
cht='物流供應鏈管理', cht='物流供應鏈管理',
en='Supply Chain Management', en='Supply Chain Management',
jp='物流供給路線管理', jp='物流供給路線管理',
es='Gestión de pedidos',
) )
Malicious_Occupation_of_Public_Space = AssignmentEventEntry( Malicious_Occupation_of_Public_Space = AssignmentEventEntry(
id=19, id=19,
@ -154,6 +172,7 @@ Malicious_Occupation_of_Public_Space = AssignmentEventEntry(
cht='公共區域被惡意侵佔', cht='公共區域被惡意侵佔',
en='Malicious Occupation of Public Space', en='Malicious Occupation of Public Space',
jp='公共区域の悪意による独占', jp='公共区域の悪意による独占',
es='Invasión de espacios públicos',
) )
Uniform_Material = AssignmentEventEntry( Uniform_Material = AssignmentEventEntry(
id=20, id=20,
@ -162,6 +181,7 @@ Uniform_Material = AssignmentEventEntry(
cht='科室服裝材質', cht='科室服裝材質',
en='Uniform Material', en='Uniform Material',
jp='スタッフ制服の素材', jp='スタッフ制服の素材',
es='Material del uniforme',
) )
Virus_Re_creation_Report = AssignmentEventEntry( Virus_Re_creation_Report = AssignmentEventEntry(
id=21, id=21,
@ -170,6 +190,7 @@ Virus_Re_creation_Report = AssignmentEventEntry(
cht='病毒溯源報告', cht='病毒溯源報告',
en='Virus Re-creation Report', en='Virus Re-creation Report',
jp='ウイルス根源報告', jp='ウイルス根源報告',
es='Informe de rastreo de virus',
) )
Abnormal_Signal = AssignmentEventEntry( Abnormal_Signal = AssignmentEventEntry(
id=22, id=22,
@ -178,6 +199,7 @@ Abnormal_Signal = AssignmentEventEntry(
cht='艙段訊號異常', cht='艙段訊號異常',
en='Abnormal Signal', en='Abnormal Signal',
jp='部分の信号異常', jp='部分の信号異常',
es='Mala señal en las cabinas',
) )
Flexible_Working_Approval = AssignmentEventEntry( Flexible_Working_Approval = AssignmentEventEntry(
id=23, id=23,
@ -186,6 +208,7 @@ Flexible_Working_Approval = AssignmentEventEntry(
cht='輪休審批流程', cht='輪休審批流程',
en='Flexible Working Approval', en='Flexible Working Approval',
jp='交代休み審査フロー', jp='交代休み審査フロー',
es='Aprobación de días de descanso',
) )
Lighting_Issue = AssignmentEventEntry( Lighting_Issue = AssignmentEventEntry(
id=24, id=24,
@ -194,4 +217,5 @@ Lighting_Issue = AssignmentEventEntry(
cht='燈光照明問題', cht='燈光照明問題',
en='Lighting Issue', en='Lighting Issue',
jp='照明の色問題', jp='照明の色問題',
es='Problemas de iluminación',
) )

View File

@ -10,4 +10,5 @@ Space_Station_Task_Force = AssignmentEventGroup(
cht='太空站特派', cht='太空站特派',
en='Space Station Task Force', en='Space Station Task Force',
jp='ステーション特派', jp='ステーション特派',
es='Comando de la Estación Espacial',
) )