mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
330 lines
No EOL
12 KiB
JavaScript
330 lines
No EOL
12 KiB
JavaScript
/**
|
|
* All strings contained in the app should be present in this dict.
|
|
*
|
|
* If a key is missing in a language, the italian one is displayed instead.
|
|
*
|
|
* Define format strings as in C#:
|
|
* ```js
|
|
* "Raggio di {number} km"
|
|
* "{number} km radius"
|
|
* ```
|
|
*/
|
|
export default {
|
|
// 🇮🇹
|
|
it: {
|
|
appName: "N.E.S.T.",
|
|
appFullName: "Noi Estraiamo Statistiche Tweet",
|
|
welcomeToNest: "Benvenuto a N.E.S.T.!", // TODO: Tradurre
|
|
|
|
server: "Scegli un server",
|
|
baseURL: "Base URL",
|
|
notLoggedIn: "Accesso non effettuato",
|
|
login: "Accedi",
|
|
email: "Email",
|
|
passwd: "Password",
|
|
|
|
dashboardTitle: "Crea una nuova repository",
|
|
dashboard: "Dashboard",
|
|
searchBy: "Ricerca per",
|
|
byZone: "area",
|
|
byHashtag: "hashtag",
|
|
byUser: "utente",
|
|
byHasImage: "immagine",
|
|
hasImageExplaination: "Mostra solo i tweet con immagine.",
|
|
byTimePeriod: "arco di tempo",
|
|
byContents: "contenuti",
|
|
byHasPlace: "punto di interesse",
|
|
hasPlaceExplaination: "Mostra solo i tweet a cui è associato un PoI.",
|
|
timeBefore: "Prima",
|
|
timeAfter: "Dopo",
|
|
conditions: "Condizioni",
|
|
createRepo: "Crea repository",
|
|
repoName: "Nome repository",
|
|
request: "Richiedi",
|
|
filterOR: "Almeno una cond.",
|
|
filterAND: "Tutte le cond.",
|
|
rollback: "Annulla modifiche",
|
|
save: "Salva modifiche",
|
|
wordcloud: "Wordcloud",
|
|
|
|
repositories: "Repositories",
|
|
repoMenu: "Menu repository",
|
|
repoEdit: "Modifica repository",
|
|
menuActive: "Le tue repository attive",
|
|
menuArchived: "Le tue repository archiviate",
|
|
emptyMenu: "Non c'è nulla qui.",
|
|
delete: "Elimina",
|
|
share: "Condividi",
|
|
unshare: "Rimuovi",
|
|
archive: "Archivia",
|
|
edit: "Modifica",
|
|
created: "Creata",
|
|
archived: "Archiviata",
|
|
|
|
// TODO: migliorare, maybe?
|
|
repoShare: "Condivisioni",
|
|
availableUsers: "Utenti disponibili",
|
|
sharingWith: "In condivisione con",
|
|
|
|
alerts: "Allarmi",
|
|
alertTitle: "I tuoi allarmi",
|
|
alertCreate: "Crea un allarme",
|
|
notImplemented: "🚧 Non implementato.",
|
|
|
|
settings: "Impostazioni",
|
|
loggedInTitle: "Accesso effettuato",
|
|
loggedInOn: "Al momento hai effettuato l'accesso su",
|
|
loggedInAs: "come",
|
|
logout: "Esci",
|
|
switchTheme: "Cambia tema",
|
|
darkMode: "Scuro",
|
|
lightMode: "Chiaro",
|
|
changeLang: "Cambia lingua",
|
|
alertSettings: "Impostazioni allarmi",
|
|
changeEmail: "Cambia il tuo indirizzo email",
|
|
changePasswd: "Cambia la tua password",
|
|
|
|
users: "Utenti",
|
|
manageUsers: "Gestisci utenti",
|
|
userList: "Elenco utenti",
|
|
userCreate: "Crea nuovo utente",
|
|
userName: "Username",
|
|
create: "Crea",
|
|
type: "Tipo",
|
|
admin: "Amministratore",
|
|
user: "Utente",
|
|
|
|
repoDeleted: "Questa repository è stata eliminata.",
|
|
hourlyGraph: "Grafico orario",
|
|
visualMap: "Mappa",
|
|
tweets: "Tweet",
|
|
stats: "Statistiche",
|
|
totTweets: "Tweet totali",
|
|
dispTweets: "Tweet mostrati",
|
|
dispTweetsPerc: "% di tweet mostrati",
|
|
locTweets: "Tweet con posizione",
|
|
locTweetsPerc: "% di tweet con posizione",
|
|
contTweets: "Tweet con contenuto",
|
|
contTweetsPerc: "% di tweet con contenuto",
|
|
wordCount: "Totale parole",
|
|
wordPop: "Parola più utilizzata",
|
|
imgTweets: "Tweet con immagine",
|
|
imgTweetsPerc: "% di tweet con immagine",
|
|
postUniq: "Totale utenti che hanno postato",
|
|
postPop: "Utente più attivo",
|
|
filters: "Filtri",
|
|
|
|
// TODO: Tradurre gli errori
|
|
errorUserNotFound: "Errore: Utente non trovato.",
|
|
errorUserWrongCredentials: "Errore: Username o password non validi.",
|
|
errorUserNotAuthorized: "Errore: Non hai i permessi necessari per accedere a questa risorsa.",
|
|
errorUserNotAdmin: "Errore: Non sei amministratore.",
|
|
errorUserPreventSeppuku: "Errore: Non puoi eliminare te stesso dalla lista degli utenti!",
|
|
errorDeletionError: "Errore: Qualcosa sta impedendo l'eliminazione dell'utente.", // ask balu?
|
|
errorNotFound: "Errore: Risorsa non trovata.",
|
|
errorMissingFields: "Errore: Uno o più campi richiesti non sono stati compilati.",
|
|
errorAlreadyExists: "Errore: La risorsa esiste già.",
|
|
errorEnumInvalid: "Errore: Tipo di dato sconosciuto.",
|
|
errorUnknownError: "Errore sconosciuto.",
|
|
errorNoJson: "Errore: È stata inviata una richiesta senza corpo.",
|
|
errorRepositoryNotFound: "Errore: Repository non trovato.",
|
|
errorRepositoryNotOwner: "Errore: Non sei il proprietario del repository!",
|
|
errorRepositoryDepencencyFailure: "Errore: Qualcosa sta impedendo l'eliminazione del repository.",
|
|
errorConditionNotFound: "Errore: Specificata una condizione non valida.",
|
|
errorAlertNotFound: "Errore: Allarme non trovato.",
|
|
errorAlertNoName: "Errore: Nome allarme non specificato.",
|
|
errorAlertNoLimit: "Errore: Limite allarme non specificato.",
|
|
errorAlertNoWindow: "Errore: Finestra di allarme non specificata.",
|
|
errorAlertNoEvaluation: "Errore: Modalità di valutazione non specificata.",
|
|
errorAlertDeletionFailure: "Errore: Qualcosa sta impedendo l'eliminazione dell'allarme.",
|
|
},
|
|
// 🇬🇧
|
|
en: {
|
|
appName: "N.E.S.T.",
|
|
appFullName: "We Extract Statistics from Tweets",
|
|
|
|
server: "Choose a server",
|
|
baseURL: "Base URL",
|
|
notLoggedIn: "Not logged in",
|
|
login: "Login",
|
|
email: "Email",
|
|
passwd: "Password",
|
|
|
|
dashboardTitle: "Create a new repository",
|
|
dashboard: "Dashboard",
|
|
searchBy: "Search by",
|
|
byZone: "zone",
|
|
byHashtag: "hashtag",
|
|
byUser: "user",
|
|
byHasImage: "image",
|
|
byTimePeriod: "time period",
|
|
byContents: "contents",
|
|
byHasPlace: "point of interest",
|
|
timeBefore: "Before",
|
|
timeAfter: "After",
|
|
conditions: "Conditions",
|
|
createRepo: "Create repository",
|
|
repoName: "Repository name",
|
|
request: "Request",
|
|
filterOR: "At least one cond.",
|
|
filterAND: "Every cond.",
|
|
rollback: "Rollback changes",
|
|
save: "Save changes",
|
|
wordcloud: "Wordcloud",
|
|
|
|
repositories: "Repositories",
|
|
repoMenu: "Repositories menu",
|
|
repoEdit: "Edit repository",
|
|
menuActive: "Your active repositories",
|
|
menuArchived: "Your archived repositories",
|
|
emptyMenu: "There's nothing here.",
|
|
delete: "Delete",
|
|
share: "Share",
|
|
archive: "Archive",
|
|
edit: "Edit",
|
|
created: "Created",
|
|
archived: "Archived",
|
|
|
|
alerts: "Alerts",
|
|
alertTitle: "Your alerts",
|
|
alertCreate: "Create a new alert",
|
|
notImplemented: "🚧 Not implemented.",
|
|
|
|
settings: "Settings",
|
|
loggedInTitle: "Logged in",
|
|
loggedInOn: "You are currently logged in at",
|
|
loggedInAs: "as",
|
|
logout: "Logout",
|
|
switchTheme: "Switch theme",
|
|
darkMode: "Dark",
|
|
lightMode: "Light",
|
|
changeLang: "Change language",
|
|
alertSettings: "Alert settings",
|
|
changeEmail: "Change your email address",
|
|
changePasswd: "Change your password",
|
|
|
|
users: "Users",
|
|
manageUsers: "Manage users",
|
|
userList: "User list",
|
|
userCreate: "Create new user",
|
|
userName: "Username",
|
|
create: "Create",
|
|
type: "Type",
|
|
admin: "Admin",
|
|
user: "User",
|
|
|
|
repoDeleted: "This repository was deleted.",
|
|
hourlyGraph: "Hourly graph",
|
|
visualMap: "Map",
|
|
tweets: "Tweets",
|
|
stats: "Stats",
|
|
totTweets: "Total tweets",
|
|
dispTweets: "Displayed tweets",
|
|
dispTweetsPerc: "% of displayed tweets",
|
|
locTweets: "Tweets with location",
|
|
locTweetsPerc: "% of tweets with location",
|
|
contTweets: "Tweets with content",
|
|
contTweetsPerc: "% of tweets with content",
|
|
wordCount: "Word count",
|
|
wordPop: "Most popular word",
|
|
imgTweets: "Tweets with image",
|
|
imgTweetsPerc: "% of tweets with image",
|
|
postUniq: "Unique posters",
|
|
postPop: "Most active poster",
|
|
filters: "Filters",
|
|
},
|
|
// 🇫🇮
|
|
fi: {
|
|
appName: "N.E.S.T.",
|
|
appFullName: "Poimimme Twiittien Tilastot",
|
|
|
|
server: "Valitse palvelin",
|
|
baseURL: "Perus-URL",
|
|
notLoggedIn: "Ei kirjautunut sisään",
|
|
login: "Kirjaudu sisään",
|
|
email: "Sähköposti",
|
|
passwd: "Salasana",
|
|
|
|
dashboardTitle: "Luo uusi arkisto",
|
|
dashboard: "Kojelauta",
|
|
searchBy: "Haku ",
|
|
byZone: "vyöhykkeen mukaan",
|
|
byHashtag: "hashtagin mukaan",
|
|
byUser: "käyttäjän mukaan",
|
|
byHasImage: "kuva",
|
|
byTimePeriod: "aikajakson mukaan",
|
|
byContents: "sisältö",
|
|
byHasPlace: "kiinnostuksen kohde",
|
|
timeBefore: "Ennen",
|
|
timeAfter: "Jälkeen",
|
|
conditions: "Ehdot",
|
|
createRepo: "Luo arkisto",
|
|
repoName: "Arkiston nimi",
|
|
request: "Pyydä",
|
|
filterOR: "Vähintään yksi ehto",
|
|
filterAND: "Kaikki ehdot",
|
|
rollback: "Peruuta muutokset",
|
|
save: "Tallenna muutokset",
|
|
wordcloud: "Sanapilvi",
|
|
|
|
repositories: "Arkistot",
|
|
repoMenu: "Arkistot-valikko",
|
|
repoEdit: "Muokkaa arkistoa",
|
|
menuActive: "Aktiiviset arkistosi",
|
|
menuArchived: "Arkistoidut arkistosi",
|
|
emptyMenu: "Täällä ei ole mitään.",
|
|
delete: "Poista",
|
|
archive: "Arkistoi",
|
|
edit: "Muokkaa",
|
|
created: "Luotu",
|
|
archived: "Arkisto",
|
|
|
|
alerts: "Hälytykset",
|
|
alertTitle: "Hälytyksesi",
|
|
alertCreate: "Luo uusi hälytys",
|
|
notImplemented: "🚧 Ei toteutettu.",
|
|
|
|
settings: "Asetukset",
|
|
loggedInTitle: "Kirjautunut sisään",
|
|
loggedInOn: "Olet tällä hetkellä kirjautuneena sisään",
|
|
loggedInAs: "nimellä",
|
|
logout: "Kirjaudu ulos",
|
|
switchTheme: "Vaihda teema",
|
|
darkMode: "Tumma",
|
|
lightMode: "Selkeä",
|
|
changeLang: "Vaihda kieltä",
|
|
alertSettings: "Hälytysasetukset",
|
|
changeEmail: "Vaihda sähköpostiosoitteesi",
|
|
changePasswd: "Vaihda salasanasi",
|
|
|
|
users: "Käyttäjät",
|
|
manageUsers: "Käyttäjien hallinta",
|
|
userList: "Käyttäjäluettelo",
|
|
userCreate: "Luo uusi käyttäjä",
|
|
userName: "Käyttäjätunnus",
|
|
create: "Luo",
|
|
type: "Tyyppi",
|
|
admin: "Ylläpitäjä",
|
|
user: "Käyttäjä",
|
|
|
|
repoDeleted: "Tämä arkisto on poistettu.",
|
|
tweets: "Twiitit",
|
|
hourlyGraph: "Tuntikohtainen kaavio",
|
|
visualMap: "Kartta",
|
|
stats: "Tilastot",
|
|
totTweets: "Twiitit yhteensä",
|
|
dispTweets: "Näytetyt twiitit",
|
|
dispTweetsPerc: "% näytetyistä twiiteistä",
|
|
locTweets: "Twiitit, joissa on sijainti",
|
|
locTweetsPerc: "% twiiteistä, joissa on sijainti",
|
|
contTweets: "Sisältöä sisältävät twiitit",
|
|
contTweetsPerc: "% sisältöä sisältävistä twiiteistä",
|
|
wordCount: "Sanojen määrä",
|
|
wordPop: "Suosituin sana",
|
|
imgTweets: "Twiitit, joissa on kuva",
|
|
imgTweetsPerc: "% twiiteistä, joissa on kuva",
|
|
postUniq: "Ainutkertaiset käyttäjät",
|
|
postPop: "Aktiivisimmat käyttäjät",
|
|
filters: "Suodattimet",
|
|
},
|
|
} |