Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(manager-react-components): change SMP key to STO for Stockholm #14913

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,8 @@
"manager_components_region_PAR": "Paris",
"manager_components_region_PAR_micro": "Paris ({{ micro }})",
"manager_components_region_location_PAR": "Westeuropa (Frankreich)",
"manager_components_region_continent_PAR": "Westeuropa"
"manager_components_region_continent_PAR": "Westeuropa",
"manager_components_region_STO": "Stockholm",
"manager_components_region_STO_micro": "Stockholm ({{ micro }})",
"manager_components_region_continent_STO": "Nordeuropa"
}
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,8 @@
"manager_components_region_PAR": "Paris",
"manager_components_region_PAR_micro": "Paris ({{ micro }})",
"manager_components_region_location_PAR": "Western Europe (France)",
"manager_components_region_continent_PAR": "Western Europe"
"manager_components_region_continent_PAR": "Western Europe",
"manager_components_region_STO": "Stockholm",
"manager_components_region_STO_micro": "Stockholm ({{ micro }})",
"manager_components_region_continent_STO": "Northern Europe"
}
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,8 @@
"manager_components_region_PAR": "París",
"manager_components_region_PAR_micro": "París ({{ micro }})",
"manager_components_region_location_PAR": "Europa occidental (Francia)",
"manager_components_region_continent_PAR": "Europa occidental"
"manager_components_region_continent_PAR": "Europa occidental",
"manager_components_region_STO": "Estocolmo",
"manager_components_region_STO_micro": "Estocolmo ({{ micro }})",
"manager_components_region_continent_STO": "Norte de Europa"
}
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
"manager_components_region_OSL": "Oslo",
"manager_components_region_OSL_micro": "Oslo ({{ micro }})",
"manager_components_region_continent_OSL": "Europe du Nord",
"manager_components_region_SMP": "Stockholm",
"manager_components_region_SMP_micro": "Stockholm ({{ micro }})",
"manager_components_region_continent_SMP": "Europe du Nord",
"manager_components_region_STO": "Stockholm",
"manager_components_region_STO_micro": "Stockholm ({{ micro }})",
"manager_components_region_continent_STO": "Europe du Nord",
"manager_components_region_TPE": "Taipei",
"manager_components_region_TPE_micro": "Taipei ({{ micro }})",
"manager_components_region_continent_TPE": "APAC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
"manager_components_region_OSL": "Oslo",
"manager_components_region_OSL_micro": "Oslo ({{ micro }})",
"manager_components_region_continent_OSL": "Europe du Nord",
"manager_components_region_SMP": "Stockholm",
"manager_components_region_SMP_micro": "Stockholm ({{ micro }})",
"manager_components_region_continent_SMP": "Europe du Nord",
"manager_components_region_STO": "Stockholm",
"manager_components_region_STO_micro": "Stockholm ({{ micro }})",
"manager_components_region_continent_STO": "Europe du Nord",
"manager_components_region_TPE": "Taipei",
"manager_components_region_TPE_micro": "Taipei ({{ micro }})",
"manager_components_region_continent_TPE": "APAC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,8 @@
"manager_components_region_PAR": "Parigi",
"manager_components_region_PAR_micro": "Parigi ({{ micro }})",
"manager_components_region_location_PAR": "Europa occidentale (Francia)",
"manager_components_region_continent_PAR": "Europa occidentale"
"manager_components_region_continent_PAR": "Europa occidentale",
"manager_components_region_STO": "Stoccolma",
"manager_components_region_STO_micro": "Stoccolma ({{ micro }})",
"manager_components_region_continent_STO": "Nord Europa"
}
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,8 @@
"manager_components_region_PAR": "Paryż",
"manager_components_region_PAR_micro": "Paryż ({{micro}})",
"manager_components_region_location_PAR": "Europa Zachodnia (Francja)",
"manager_components_region_continent_PAR": "Europa Zachodnia"
"manager_components_region_continent_PAR": "Europa Zachodnia",
"manager_components_region_STO": "Sztokholm",
"manager_components_region_STO_micro": "Sztokholm ({{micro}})",
"manager_components_region_continent_STO": "Europa Północna"
}
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,8 @@
"manager_components_region_PAR": "Paris",
"manager_components_region_PAR_micro": "Paris ({{ micro }})",
"manager_components_region_location_PAR": "Europa Ocidental (França)",
"manager_components_region_continent_PAR": "Europa Ocidental"
"manager_components_region_continent_PAR": "Europa Ocidental",
"manager_components_region_STO": "Estocolmo",
"manager_components_region_STO_micro": "Estocolmo ({{ micro }})",
"manager_components_region_continent_STO": "Norte da Europa"
}
Loading