Skip to content

Commit

Permalink
update: implement missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Amaro authored and Anthony Amaro committed Oct 4, 2023
1 parent 9c9d920 commit b29b104
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 203 deletions.
2 changes: 1 addition & 1 deletion configs/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
includeMyGFWLogin: true,
navLinksInNewTab: false,
customColorTheme: '',
language: 'en',
language: 'fr',
useAlternativeLanguage: true,
alternativeWebmap: 'de85e3fcc07948238aa6c1afd2a4ceb0',
alternativeLanguage: 'fr',
Expand Down
99 changes: 99 additions & 0 deletions configs/translations/leftPanel.translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -917,3 +917,102 @@ export const windSpeedConfig = {
displayLabel: ['Displaying wind speed potential at', 'meters'],
},
};

export const selectLayerConfig = {
en: {
label: 'Select layer',
},
az: {
label: 'Qatı seçin',
},
nl: {
label: 'Vælg lag',
},
hy: {
label: 'Ընտրեք շերտ',
},
ka: {
label: 'აირჩიეთ ფენა',
},
fr: {
label: 'Sélectionner une couche',
},
es: {
label: 'Seleccionar capa',
},
pt: {
label: 'Selecionar camada',
},
id: {
label: 'Pilih layer',
},
zh: {
label: '选择层',
},
};

export const showConfidenceAlertsConfig = {
en: {
label: 'Show only high and highest confidence alerts',
},
az: {
label: 'Yalnız yüksək və ən yüksək etibarlılıq siqnallarını göstərin',
},
nl: {
label: 'Vis kun advarsler med høj og højeste tillid',
},
hy: {
label: 'Ցույց տալ միայն բարձր և ամենաբարձր վստահության ազդանշանները',
},
ka: {
label: 'აჩვენეთ მხოლოდ მაღალი და მაღალი ნდობის გაფრთხილებები',
},
fr: {
label: 'Afficher uniquement les alertes de niveau de confiance élevé et le niveau de confiance le plus élevé',
},
es: {
label: 'Mostrar únicamente las alertas de alta y muy alta confianza',
},
pt: {
label: 'Mostrar apenas alertas de confiança alta e mais alta',
},
id: {
label: 'Menampilkan hanya peringatan dengan tingkat kepercayaan tinggi dan tertinggi',
},
zh: {
label: '仅显示高置信度和最高置信度警报',
},
};

export const geoCoverageConfig = {
en: {
label: 'Geographic coverage',
},
az: {
label: 'Coğrafi əhatə',
},
nl: {
label: 'Geografisk dækning',
},
hy: {
label: 'Աշխարհագրական ծածկույթ',
},
ka: {
label: 'გეოგრაფიული გაშუქება',
},
fr: {
label: 'Couverture géographique',
},
es: {
label: 'Cobertura geográfica',
},
pt: {
label: 'Cobertura geográfica',
},
id: {
label: 'Cakupan geografis',
},
zh: {
label: '地理覆盖范围',
},
};
Loading

0 comments on commit b29b104

Please sign in to comment.