app-outlet/app-outlet

View on GitHub
src/assets/i18n/it.json

Summary

Maintainability
Test Coverage
{
    "GENERAL": {
        "BACK": "Indietro",
        "DISMISS": "Abbandona",
        "ERROR_MESSAGE": "Si รจ verificato un errore",
        "LOADING": "Caricamento in corso",
        "TRY_AGAIN": "Riprova",
        "APP_SHORT_DESCRIPTION": "Un app store universale per Linux. Trova Snaps, Flatpaks e AppImages!",
        "APP_IMAGE": "AppImage",
        "FLATPAK": "Flatpak",
        "SNAP": "Snap"
    },
    "PAGES": {
        "INITIAL_SETUP": {
            "GREETINGS": "Welcome to App Outlet",
            "CHECKING_REQUIREMENTS": "We are checking if your system have all the requirements",
            "INSTALL_SNAPD": "Install snapd",
            "INSTALL_FLATPAK": "Install flatpak",
            "TAKE_ME_TO_THE_APP": "Take me to the app!",
            "PROCEED_ANYWAY": "Proceed anyway",
            "RESTART_MODAL_TEXT": "The flapak and flathub was installed and you problably needs to restart your computet to finish the flatpak setup",
            "RESTART_NOW": "Restart now",
            "DO_IT_LATER": "Do it later",
            "DISMISS": "Dismiss",
            "CHECK_PACKAGES_MODAL_TITLE": "Snapd and flatpak packages are required to install snap and flatpak applications respectively.",
            "CHECK_PACKAGES_MODAL_TEXT": "Are you sure you want to proceed without installing these packages?"
        },
        "APP_DETAIL": {
            "ACTIONS": "Azioni",
            "DONATE": "Donare",
            "HOW_TO_SETUP": "Come impostare?",
            "INSTALL": "Installa",
            "NO_SUPPORT_ERROR_MESSAGE": "Sembra che tu non abbia configurato il supporto per i pacchetti {{type}}. Per favore, verifica la tua configurazione.",
            "PROJECT_HOMEPAGE": "Pagina iniziale del progetto",
            "REPORT_ISSUE": "Segnala problema",
            "RUN": "Avvia",
            "STORE_PAGE": "Pagina dello store",
            "UNINSTALL": "Disinstallare",
            "INSTALLING": "Installing",
            "UNINSTALLING": "Uninstalling",
            "DEVELOPED_BY": "Developed by {{developer}}",
            "DOWNLOAD": "Download"
        },
        "HOME": {
            "NEW_RELEASES": "Nuove versioni",
            "POPULAR": "App popolari",
            "RECENTLY_UPDATED": "Aggiornato di recente",
            "TITLE": "Home",
            "SEE_MORE": "See more"
        },
        "MAIN": {
            "CATEGORIES": "Categorie",
            "TAGS": "Tags",
            "TITLE": "Principale",
            "SEARCH": "Cerca",
            "BACK_TO_MENU": "Torna al menu",
            "CATEGORY": {
                "OFFICE": "Office",
                "AUDIO": "Audio",
                "VIDEO": "Video",
                "GAMES": "Games",
                "DEVELOPMENT": "Development",
                "FINANCE": "Finance",
                "GRAPHICS": "Graphics",
                "SCIENCE": "Science and Education",
                "INTERNET": "Internet and Communication",
                "UTILITY": "Utility and Productivity",
                "MISC": "Miscellaneous"
            },
            "SYNCHRONIZATION_MESSAGE": "App Outlet is synchronizing its database. It can affect the search performance. When synchronization ends, it will back to normal"
        },
        "SEARCH": {
            "NO_RESULTS_FOUND": "Nessun risultato trovato",
            "QUERY_TITLE": "Risultati per '{{query}}'",
            "SEGMENT": {
                "ALL_TYPES": "Tutti i tipi"
            }
        },
        "SETTINGS": {
            "TITLE": "Impostazioni",
            "APPEARANCE": {
                "TITLE": "Appearance",
                "THEME": "Theme",
                "UI_MODE": "UI Mode",
                "UI_MODE_CHANGED_MESSAGE_TITLE": "The UI Mode was changed",
                "UI_MODE_CHANGED_MESSAGE_BODY": "The application must be restarted to show the changes"
            }
        },
        "GET_INVOLVED": {
            "TITLE": "Get involved",
            "CALL_TO_ACTION": "There are too many ways to get involved in App Outlet project and help us to build the software that you use and love.",
            "BUGS": {
                "TITLE": "Reporting bugs",
                "DESCRIPTION": "If something is wrong when you is using App Outlet you can report it to us on our Github repository.",
                "DESCRIPTION_2": "Feel free to report bugs, instabilities, spelling errors or even make suggestions. We carefully evaluate each one of them."
            },
            "COMMUNITY": {
                "TITLE": "Being active on App Outlet community",
                "DESCRIPTION": "We love interaction. Please follow us on Twitter to get some news about us. Send a message on Gitter or on Telegram if you prefer."
            },
            "CODING": {
                "TITLE": "Coding",
                "DESCRIPTION": "Help us to improve the features and stability of our beloved app. All you need is love and a little bit of Javascript.",
                "REPOSITORY": "Github repository"
            },
            "DONATING": {
                "TITLE": "Donating",
                "DESCRIPTION": "We need help to mantain the infrastructure and we don't have sponsors. Feel free to support us on the platforms above"
            }
        },
        "ABOUT": {
            "AUTHORS": "Autori"
        }
    }
}