diff --git a/src/assets/i18n/oc.json b/src/assets/i18n/oc.json index 52e7bf9b..b8d3d543 100644 --- a/src/assets/i18n/oc.json +++ b/src/assets/i18n/oc.json @@ -1,4 +1,48 @@ { "Title": "Exemple de traduccion", - "Language": "Lenga" + "Language": "Lenga", + "home": { + "title": "La benvenguda sus", + "search_button": "Recercar", + "create_button": "Crear un sondatge novèl" + }, + "nav": { + "previous": "Precedent", + "next": "Seguent", + "save": "Enregistrar", + "leave": "Quitar" + }, + "config": { + "demo": "aquò es una demonstracion", + "continue": "Contunhar", + "letsgo": "Crear un sondatge novèl", + "find_my_polls": "Mos sondatges", + "perfect": "Es perfièch", + "title": "Crear un sondatge", + "find_helper": "Cèrqui los sondatges ligats a mon adreça", + "find_button": "Trobar mos sondatges" + }, + "creation": { + "title": "Creacion de sondatge", + "advanced": "Opcions avançadas", + "kind": { + "classic": "proposicions", + "date": "data" + }, + "choose_title_placeholder": "títol", + "name_placeholder": "mon nom", + "description": "e la descripcion seriá", + "description_placeholder": "descripcion", + "init": "Creacion", + "want": "Causissètz lo tipe de sondatge", + "choose_title": "Picatz un nom pel sondatge", + "name": "Pòdi indicar mon nom se vòli" + }, + "PAGE_NOT_FOUND": { + "DEFAULT": "Aquesta pagina existís pas.", + "POLL": "Aqueste sondatge existís pas." + }, + "dates": { + "title": "Configuracion especiala per las datas" + } }