@adobe/coral-spectrum
Version:
Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.
72 lines (70 loc) • 1.45 kB
JavaScript
/**
* Copyright 2019 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
* OF ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*/
export default {
"en-US": {
"Select": "Select"
},
"fr-FR": {
"Select": "Sélectionner"
},
"de-DE": {
"Select": "Auswählen"
},
"it-IT": {
"Select": "Seleziona"
},
"es-ES": {
"Select": "Seleccionar"
},
"pt-BR": {
"Select": "Selecionar"
},
"ja-JP": {
"Select": "選択"
},
"ko-KR": {
"Select": "선택"
},
"zh-CN": {
"Select": "选择"
},
"zh-TW": {
"Select": "選取"
},
"nl-NL": {
"Select": "Selecteren"
},
"da-DK": {
"Select": "Vælg"
},
"fi-FI": {
"Select": "Valitse"
},
"nb-NO": {
"Select": "Velg"
},
"sv-SE": {
"Select": "Välj"
},
"cs-CZ": {
"Select": "Vybrat"
},
"pl-PL": {
"Select": "Wybierz"
},
"ru-RU": {
"Select": "Выберите"
},
"tr-TR": {
"Select": "Seç"
}
};