- improved language support for "signature reader" (ru, fr, ja, zh), closed #653
This commit is contained in:
@@ -392,31 +392,31 @@ define(['jquery'], ($) => {
|
||||
// signature groups
|
||||
signatureGroups: {
|
||||
1: {
|
||||
name: '(combat site|kampfgebiet|site de combat)', //*
|
||||
name: '(combat site|kampfgebiet|site de combat|Боевой район)', //*
|
||||
label: 'Combat'
|
||||
},
|
||||
2: {
|
||||
name: '(relic site|reliktgebiet|site de reliques)', //*
|
||||
name: '(relic site|reliktgebiet|site de reliques|Археологический район)', //*
|
||||
label: 'Relic'
|
||||
},
|
||||
3: {
|
||||
name: '(data site|datengebiet|site de données)',
|
||||
name: '(data site|datengebiet|site de données|Информационный район)',
|
||||
label: 'Data'
|
||||
},
|
||||
4: {
|
||||
name: '(gas site|gasgebiet|site de collecte de gaz)',
|
||||
name: '(gas site|gasgebiet|site de collecte de gaz|Газовый район)',
|
||||
label: 'Gas'
|
||||
},
|
||||
5: {
|
||||
name: '(wormhole|wurmloch|trou de ver)',
|
||||
name: '(wormhole|wurmloch|trou de ver|Червоточина)',
|
||||
label: 'Wormhole'
|
||||
},
|
||||
6: {
|
||||
name: '(ore site|mineraliengebiet|site de minerai)',
|
||||
name: '(ore site|mineraliengebiet|site de minerai|Астероидный район)',
|
||||
label: 'Ore'
|
||||
},
|
||||
7: {
|
||||
name: '(ghost)',
|
||||
name: '(ghost|Призрачный)',
|
||||
label: 'Ghost'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -65,12 +65,16 @@ define([
|
||||
let validSignatureNames = [ // allowed signature type/names
|
||||
'Cosmic Anomaly',
|
||||
'Cosmic Signature',
|
||||
'Kosmische Anomalie',
|
||||
'Kosmische Signatur',
|
||||
'Anomalie cosmique',
|
||||
'Signature cosmique',
|
||||
'Космическая аномалия', // == "Cosmic Anomaly"
|
||||
'Источники сигналов' // == "Cosmic Signature"
|
||||
'Kosmische Anomalie', // de: "Cosmic Anomaly"
|
||||
'Kosmische Signatur', // de: "Cosmic Signature"
|
||||
'Космическая аномалия', // ru: "Cosmic Anomaly"
|
||||
'Скрытый сигнал', // rm: "Cosmic Signature"
|
||||
'Anomalie cosmique', // fr: "Cosmic Anomaly"
|
||||
'Signature cosmique', // fr: "Cosmic Signature"
|
||||
'宇宙の特異点', // ja: "Cosmic Anomaly"
|
||||
'宇宙のシグネチャ', // ja: "Cosmic Signature"
|
||||
'异常空间', // zh: "Cosmic Anomaly"
|
||||
'空间信号' // zh: "Cosmic Signature"
|
||||
];
|
||||
|
||||
let emptySignatureData = {
|
||||
|
||||
@@ -392,31 +392,31 @@ define(['jquery'], ($) => {
|
||||
// signature groups
|
||||
signatureGroups: {
|
||||
1: {
|
||||
name: '(combat site|kampfgebiet|site de combat)', //*
|
||||
name: '(combat site|kampfgebiet|site de combat|Боевой район)', //*
|
||||
label: 'Combat'
|
||||
},
|
||||
2: {
|
||||
name: '(relic site|reliktgebiet|site de reliques)', //*
|
||||
name: '(relic site|reliktgebiet|site de reliques|Археологический район)', //*
|
||||
label: 'Relic'
|
||||
},
|
||||
3: {
|
||||
name: '(data site|datengebiet|site de données)',
|
||||
name: '(data site|datengebiet|site de données|Информационный район)',
|
||||
label: 'Data'
|
||||
},
|
||||
4: {
|
||||
name: '(gas site|gasgebiet|site de collecte de gaz)',
|
||||
name: '(gas site|gasgebiet|site de collecte de gaz|Газовый район)',
|
||||
label: 'Gas'
|
||||
},
|
||||
5: {
|
||||
name: '(wormhole|wurmloch|trou de ver)',
|
||||
name: '(wormhole|wurmloch|trou de ver|Червоточина)',
|
||||
label: 'Wormhole'
|
||||
},
|
||||
6: {
|
||||
name: '(ore site|mineraliengebiet|site de minerai)',
|
||||
name: '(ore site|mineraliengebiet|site de minerai|Астероидный район)',
|
||||
label: 'Ore'
|
||||
},
|
||||
7: {
|
||||
name: '(ghost)',
|
||||
name: '(ghost|Призрачный)',
|
||||
label: 'Ghost'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -65,12 +65,16 @@ define([
|
||||
let validSignatureNames = [ // allowed signature type/names
|
||||
'Cosmic Anomaly',
|
||||
'Cosmic Signature',
|
||||
'Kosmische Anomalie',
|
||||
'Kosmische Signatur',
|
||||
'Anomalie cosmique',
|
||||
'Signature cosmique',
|
||||
'Космическая аномалия', // == "Cosmic Anomaly"
|
||||
'Источники сигналов' // == "Cosmic Signature"
|
||||
'Kosmische Anomalie', // de: "Cosmic Anomaly"
|
||||
'Kosmische Signatur', // de: "Cosmic Signature"
|
||||
'Космическая аномалия', // ru: "Cosmic Anomaly"
|
||||
'Скрытый сигнал', // rm: "Cosmic Signature"
|
||||
'Anomalie cosmique', // fr: "Cosmic Anomaly"
|
||||
'Signature cosmique', // fr: "Cosmic Signature"
|
||||
'宇宙の特異点', // ja: "Cosmic Anomaly"
|
||||
'宇宙のシグネチャ', // ja: "Cosmic Signature"
|
||||
'异常空间', // zh: "Cosmic Anomaly"
|
||||
'空间信号' // zh: "Cosmic Signature"
|
||||
];
|
||||
|
||||
let emptySignatureData = {
|
||||
|
||||
Reference in New Issue
Block a user