mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fb55508c99
* Translations - Add Polish Translations **When merged this pull request will:** - Add missing polish translations - Remove russian translation from polish - ace_common ### IMPORTANT - [ ] If the contribution affects [the documentation](https://github.com/acemod/ACE3/tree/master/docs), please include your changes in this pull request so the documentation will appear on the [website](https://ace3.acemod.org/). - [x] [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - [x] Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`. * Update addons/fieldmanual/stringtable.xml Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/fieldmanual/stringtable.xml Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update addons/fieldmanual/stringtable.xml Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Update stringtable.xml * Update addons/fieldmanual/stringtable.xml Co-authored-by: PabstMirror <pabstmirror@gmail.com> * Apply suggestions from code review --------- Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
69 lines
3.9 KiB
XML
69 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="Medical_AI">
|
|
<Key ID="STR_ACE_Medical_AI_enableFor_title">
|
|
<English>Medic AI</English>
|
|
<German>Sanitäts KI</German>
|
|
<Japanese>AI衛生兵</Japanese>
|
|
<Russian>ИИ Медик</Russian>
|
|
<French>Médecine IA</French>
|
|
<Portuguese>IA Médico</Portuguese>
|
|
<Chinesesimp>AI 医疗兵</Chinesesimp>
|
|
<Chinese>AI醫療兵</Chinese>
|
|
<Italian>Medico AI</Italian>
|
|
<Czech>Zdravotnická AI</Czech>
|
|
<Polish>Medyk AI</Polish>
|
|
<Spanish>Médico para IA</Spanish>
|
|
<Turkish>Medikal AI</Turkish>
|
|
<Korean>인공지능 의무병</Korean>
|
|
</Key>
|
|
<Key ID="STR_ACE_Medical_AI_enableFor_desc">
|
|
<English>AI will respond to injury and unconsciousness</English>
|
|
<German>KI reagiert auf Verletzungen und Bewusstlosigkeit</German>
|
|
<Japanese>AIが負傷者と気絶している人に対して行動するようになります。</Japanese>
|
|
<Russian>ИИ будет реагировать на травмы и потерю сознания</Russian>
|
|
<French>Les unités IA seront sensibles aux blessures, ainsi qu'à la perte de connaissance.</French>
|
|
<Portuguese>A IA irá responder a ferimentos e perdas de consciência</Portuguese>
|
|
<Chinesesimp>AI 对于受伤及无意识单位会有所反应</Chinesesimp>
|
|
<Chinese>AI對於受傷及無意識單位會有所反應</Chinese>
|
|
<Italian>L'intelligenza artificiale risponderà a lesioni e perdita di coscienza</Italian>
|
|
<Czech>UI reaguje na zranění a bezvědomí</Czech>
|
|
<Polish>AI zareaguje na obrażenia i utratę przytomności</Polish>
|
|
<Spanish>La IA responderá a heridas e inconsciencia</Spanish>
|
|
<Korean>인공지능이 기절이나 부상에 대응합니다</Korean>
|
|
</Key>
|
|
<Key ID="STR_ACE_Medical_AI_enabledFor_OnlyServerAndHC">
|
|
<English>Only Server and HC</English>
|
|
<German>Nur Server und HC</German>
|
|
<Spanish>Sólo Server y HC</Spanish>
|
|
<Russian>Только сервер и HC</Russian>
|
|
<Japanese>サーバーと HC のみ</Japanese>
|
|
<Polish>Tylko serwer i HC</Polish>
|
|
<French>Seulement sur le serveur ou le HC</French>
|
|
<Italian>Solo Server e HC</Italian>
|
|
<Chinesesimp>只在服务器或无头客户端</Chinesesimp>
|
|
<Chinese>只在伺服器或無頭客戶端</Chinese>
|
|
<Korean>서버와 헤드리스 전용</Korean>
|
|
<Portuguese>Apenas Servidor e HC</Portuguese>
|
|
<Czech>Pouze Server a HC</Czech>
|
|
<Turkish>Sadece Sunucu ve HC de</Turkish>
|
|
</Key>
|
|
<Key ID="STR_ACE_Medical_AI_requireItems_title">
|
|
<English>Require Items</English>
|
|
<Polish>Wymagane Przedmioty</Polish>
|
|
<German>Erfordere Gegenstände</German>
|
|
<Korean>아이템 필요</Korean>
|
|
</Key>
|
|
<Key ID="STR_ACE_Medical_AI_requireItems_desc">
|
|
<English>AI will only perform medical treatment if they have the necessary items in their inventory.</English>
|
|
<Polish>AI będzie wykonywać zabiegi medyczne tylko wtedy, gdy ma w ekwipunku niezbędne przedmioty.</Polish>
|
|
<German>Die KI führt nur dann medizinische Behandlungen durch, wenn sie die erforderlichen Gegenstände in ihrem Inventar hat.</German>
|
|
<Korean>소지품에 필요한 아이템이 있을 경우에만 인공지능이 치료를 진행합니다.</Korean>
|
|
</Key>
|
|
<Key ID="STR_ACE_Medical_AI_requireItems_autoReplaceItems">
|
|
<English>Auto Convert Items for AI</English>
|
|
<Polish>Automatyczna Konwersja Przedmiotów dla AI</Polish>
|
|
</Key>
|
|
</Package>
|
|
</Project>
|