@adobe/coral-spectrum
Version:
Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.
91 lines (89 loc) • 1.92 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": {
"Time": "Time",
"Calendar": "Calendar"
},
"de-DE": {
"Time": "Zeit",
"Calendar": "Kalender"
},
"fr-FR": {
"Time": "Heure",
"Calendar": "Calendrier"
},
"it-IT": {
"Time": "Ora",
"Calendar": "Calendario"
},
"ja-JP": {
"Time": "時間",
"Calendar": "カレンダー"
},
"es-ES": {
"Time": "Hora",
"Calendar": "Calendario"
},
"ko-KR": {
"Time": "시간",
"Calendar": "달력"
},
"zh-CN": {
"Time": "时间",
"Calendar": "日历"
},
"zh-TW": {
"Time": "時間",
"Calendar": "日曆"
},
"pt-BR": {
"Time": "Hora",
"Calendar": "Calendário"
},
"nl-NL": {
"Time": "Tijd",
"Calendar": "Kalender"
},
"da-DK": {
"Time": "Tid",
"Calendar": "Kalender"
},
"fi-FI": {
"Time": "Aika",
"Calendar": "Kalenteri"
},
"nb-NO": {
"Time": "Klokkeslett",
"Calendar": "Kalender"
},
"sv-SE": {
"Time": "Tid",
"Calendar": "Kalender"
},
"cs-CZ": {
"Time": "Čas",
"Calendar": "Kalendář"
},
"pl-PL": {
"Time": "Czas",
"Calendar": "Kalendarz"
},
"ru-RU": {
"Time": "Время",
"Calendar": "Календарь"
},
"tr-TR": {
"Time": "Zaman",
"Calendar": "Takvim"
}
}