UNPKG

@adobe/coral-spectrum

Version:

Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.

91 lines (89 loc) 2.17 kB
/** * Copyright 2020 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": { "checked": "checked", "not checked": "not checked" }, "de-DE": { "checked": "markiert", "not checked": "nicht markiert" }, "fr-FR": { "checked": "cochée", "not checked": "pas cochée" }, "it-IT": { "checked": "selezionata", "not checked": "non selezionata" }, "ja-JP": { "checked": "チェック", "not checked": "未チェック" }, "es-ES": { "checked": "marcada", "not checked": "desmarcada" }, "ko-KR": { "checked": "선택됨", "not checked": "선택되지 않은" }, "zh-CN": { "checked": "选中", "not checked": "未选中" }, "zh-TW": { "checked": "選中", "not checked": "未選中" }, "pt-BR": { "checked": "marcada", "not checked": "desmarcada" }, "nl-NL": { "checked": "geselecteerd", "not checked": "neit geselecteerd" }, "da-DK": { "checked": "valgte", "not checked": "ikke valgt" }, "fi-FI": { "checked": "valittu", "not checked": "valittuna" }, "nb-NO": { "checked": "valgt", "not checked": "ikke valgt" }, "sv-SE": { "checked": "markerad", "not checked": "avmarkerad" }, "cs-CZ": { "checked": "vybráno", "not checked": "není vybráno" }, "pl-PL": { "checked": "zaznaczone", "not checked": "nie zaznaczone" }, "ru-RU": { "checked": "выбранный", "not checked": "неотобранный" }, "tr-TR": { "checked": "seçilmiş", "not checked": "seçilmemiş" } }