UNPKG

@brightspace-ui/intl

Version:

Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.

44 lines (43 loc) 3.63 kB
export default { "intl-common:actions:add": "Ekle", // add action (in Title Case) "intl-common:actions:apply": "Uygula", // apply action (in Title Case) "intl-common:actions:browse": "Göz at", // browse action (in Title Case) "intl-common:actions:cancel": "İptal", // cancel action (in Title Case) "intl-common:actions:clear": "Temizle", // clear action (in Title Case) "intl-common:actions:close": "Kapat", // close action (in Title Case) "intl-common:actions:confirm": "Onayla", // confirm action (in Title Case) "intl-common:actions:copy": "Kopyala", // copy action (in Title Case) "intl-common:actions:create": "Oluştur", // create action (in Title Case) "intl-common:actions:delete": "Sil", // delete action (in Title Case) "intl-common:actions:done": "Bitti", // done action (in Title Case) "intl-common:actions:edit": "Düzenle", // edit action (in Title Case) "intl-common:actions:finish": "Bitir", // finish action (in Title Case) "intl-common:actions:print": "Yazdır", // print action (in Title Case) "intl-common:actions:remove": "Kaldır", // remove action (in Title Case) "intl-common:actions:save": "Kaydet", // save action (in Title Case) "intl-common:actions:saveAndClose": "Kaydet ve Kapat", // save and close action (in Title Case) "intl-common:actions:saveAndNew": "Kaydet ve Yeni", // save and new action (in Title Case) "intl-common:actions:search": "Ara", // search action (in Title Case) "intl-common:actions:submit": "Gönder", // submit action (in Title Case) "intl-common:actions:update": "Güncelle", // update action (in Title Case) "intl-common:characters:ampersand": "ve işareti", // short name or description of the "&" character "intl-common:characters:apostrophe": "kesme işareti", // short name or description of the "'" character "intl-common:characters:asterisk": "yıldız işareti", // short name or description of the "*" character "intl-common:characters:backslash": "ters eğik çizgi", // short name or description of the "\" character "intl-common:characters:colon": "iki nokta üst üste", // short name or description of the ":" character "intl-common:characters:comma": "virgül", // short name or description of the "," character "intl-common:characters:greaterThan": "büyüktür işareti", // short name or description of the ">" character "intl-common:characters:lessThan": "küçüktür işareti", // short name or description of the "<" character "intl-common:characters:numberSign": "numara işareti", // short name or description of the "#" character "intl-common:characters:percentSign": "yüzde işareti", // short name or description of the "%" character "intl-common:characters:pipe": "düz çizgi", // short name or description of the "|" character "intl-common:characters:questionMark": "soru işareti", // short name or description of the "?" character "intl-common:characters:quotationMark": "tırnak işareti", // short name or description of the '"' character "intl-common:confirm:no": "Hayır", // no response to a question (in Title Case) "intl-common:confirm:ok": "Tamam", // okay response to a question "intl-common:confirm:yes": "Evet", // yes response to a question (in Title Case) "intl-common:navigation:back:title": "Geri", // term for navigating back to the previous page (in Title Case) "intl-common:navigation:continue:title": "Devam Et", // continue action (in Title Case) "intl-common:navigation:next:title": "Sonraki", // term for navigating to the next page or item (in Title Case) "intl-common:navigation:previous:title": "Önceki", // term for navigating to the previous page or item (in Title Case) };