Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Localization (adding Italian lang.) #140

Closed
nelsonmau opened this issue Apr 18, 2016 · 3 comments
Closed

Localization (adding Italian lang.) #140

nelsonmau opened this issue Apr 18, 2016 · 3 comments

Comments

@nelsonmau
Copy link

Just found the piece for localization in keshif.is
Below the Italian translation (handmade ;) )

    it: {
            ModifyBrowser: "Modifica il browser",
            OpenDataSource: "Fonte Open Data",
            ShowInfoCredits: "Mostra info e crediti",
            ShowFullscreen: "Schermo intero",
            RemoveFilter: "Rimuovi il filtro",
            RemoveAllFilters: "Rimuovi tutti i filtri",
            MinimizeSummary: "Chiudi il sommario",
            OpenSummary: "Apri il sommario",
            MaximizeSummary: "Massimizza il sommario",
            RemoveSummary: "Rimuovi il sommario",
            ReverseOrder: "Ordine inverso",
            Reorder: "Riordina",
            ShowMoreInfo: "Mostra più informazioni",
            Percentiles: "Percentuali",
            LockToCompare: "Blocca per confrontare",
            Unlock: "Sblocca",
            Search: "Cerca",
            CreatingBrowser: "Browser in preparazione - Keshif",
            Rows: "Righe",
            More: "Di più",
            LoadingData: "Carimento delle fonti dati",
            ShowAll: "Mostra tutto",
            ScrollToTop: "Torna su",
            Absolute: "Assoluto",
            Percent: "Percentuale",
            Relative: "Relativo",
            Width: "Larghezza",
            DragToFilter: "Trascina per filtrare",
            And: "E",
            Or: "O",
            Not: "No",
            EditTitle: "Modifica",
            ResizeBrowser: "Ridimensiona il browser",
            RemoveRecords: "Rimuovi la visualizzazione dei record"
        },
@adilyalcin
Copy link
Owner

Great! Thank you. Would you mind me adding this to the library under its current license? I can add a comment to show "translation by github@nelsonmau"

  • For future reference, to bing this language, run kshf.lang.cur = kshf.lang.it; before new kshf.Browser();

@nelsonmau
Copy link
Author

feel free to use whatever license you think and tnx for adding in the core :)

@nelsonmau
Copy link
Author

nelsonmau commented Apr 19, 2016

this works very well at the first shoot! many thanks! :)

$(document).ready( function() {
  kshf.lang.cur = kshf.lang.it;
  browser = new kshf.Browser({
  ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants