Merge branch 'main' into feature/date-math
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { createI18n } from 'vue-i18n'
|
||||
import {createI18n} from 'vue-i18n'
|
||||
import langEN from './lang/en.json'
|
||||
|
||||
export const i18n = createI18n({
|
||||
@ -19,6 +19,9 @@ export const availableLanguages = {
|
||||
'vi-VN': 'Tiếng Việt',
|
||||
'it-IT': 'Italiano',
|
||||
'cs-CZ': 'Čeština',
|
||||
'pl-PL': 'Polski',
|
||||
'nl-NL': 'Nederlands',
|
||||
'pt-PT': 'Português',
|
||||
}
|
||||
|
||||
const loadedLanguages = ['en'] // our default language that is preloaded
|
||||
@ -30,10 +33,10 @@ const setI18nLanguage = lang => {
|
||||
}
|
||||
|
||||
export const loadLanguageAsync = lang => {
|
||||
if(!lang) {
|
||||
return
|
||||
if (!lang) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
if (
|
||||
// If the same language
|
||||
i18n.global.locale === lang ||
|
||||
|
@ -31,10 +31,9 @@
|
||||
"username": "Uživatelské jméno",
|
||||
"usernameEmail": "Uživatelské jméno nebo e-mail",
|
||||
"usernamePlaceholder": "např. Jarmil",
|
||||
"email": "E-mailová adresa",
|
||||
"email": "Email address",
|
||||
"emailPlaceholder": "např. jarmil{'@'}vikunja.io",
|
||||
"password": "Heslo",
|
||||
"passwordRepeat": "Zopakovat heslo",
|
||||
"passwordPlaceholder": "např. • • • • • • • •",
|
||||
"forgotPassword": "Zapomenuté heslo?",
|
||||
"resetPassword": "Obnovit heslo",
|
||||
@ -45,12 +44,20 @@
|
||||
"totpTitle": "Kód dvoufaktorového ověření",
|
||||
"totpPlaceholder": "např. 123456",
|
||||
"login": "Přihlásit se",
|
||||
"register": "Registrovat",
|
||||
"createAccount": "Create account",
|
||||
"loginWith": "Přihlásit se pomocí {provider}",
|
||||
"authenticating": "Ověřování…",
|
||||
"openIdStateError": "Stav neodpovídá, odmítám pokračovat!",
|
||||
"openIdGeneralError": "Došlo k chybě při ověřování proti třetí straně.",
|
||||
"logout": "Odhlásit se"
|
||||
"logout": "Odhlásit se",
|
||||
"emailInvalid": "Please enter a valid email address.",
|
||||
"usernameRequired": "Please provide a username.",
|
||||
"passwordRequired": "Please provide a password.",
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Nastavení",
|
||||
@ -61,7 +68,7 @@
|
||||
"currentPasswordPlaceholder": "Vaše současné heslo",
|
||||
"passwordsDontMatch": "Nové heslo se neshoduje s potvrzením hesla.",
|
||||
"passwordUpdateSuccess": "Heslo bylo úspěšně změněno.",
|
||||
"updateEmailTitle": "Aktualizovat Vaši e-mailovou adresu",
|
||||
"updateEmailTitle": "Update Your Email Address",
|
||||
"updateEmailNew": "Nová e-mailová adresa",
|
||||
"updateEmailSuccess": "Vaše e-mailová adresa byla úspěšně aktualizována. Poslali jsme vám odkaz pro její potvrzení.",
|
||||
"general": {
|
||||
@ -78,7 +85,8 @@
|
||||
"weekStartSunday": "Neděle",
|
||||
"weekStartMonday": "Pondělí",
|
||||
"language": "Jazyk",
|
||||
"defaultList": "Výchozí seznam"
|
||||
"defaultList": "Výchozí seznam",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Dvoufaktorové ověření",
|
||||
@ -327,6 +335,7 @@
|
||||
"archiveText": "Nebudete moci upravovat tento jmenný prostor ani vytvářet nové seznamy, dokud jej neodarchivujete. Všechny seznamy v tomto prostoru budou také archivovány.",
|
||||
"unarchiveText": "Budete moci vytvářet nové úkoly nebo je upravovat.",
|
||||
"success": "Prostor byl úspěšně archivován.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "Pokud je prostor archivován, nelze vytvořit nové seznamy nebo je upravit."
|
||||
},
|
||||
"delete": {
|
||||
@ -376,7 +385,7 @@
|
||||
"showDoneTasks": "Zobrazit dokončené úkoly",
|
||||
"sortAlphabetically": "Řadit podle abecedy",
|
||||
"enablePriority": "Povolit filtrování podle priority",
|
||||
"enablePercentDone": "Povolit filtrování dle dokončenosti",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Rozsah termínu",
|
||||
"startDateRange": "Začátek období",
|
||||
"endDateRange": "Konec období",
|
||||
@ -569,7 +578,7 @@
|
||||
"endDate": "Nastavit koncové datum",
|
||||
"reminders": "Nastavit připomenutí",
|
||||
"repeatAfter": "Nastavit interval opakování",
|
||||
"percentDone": "Nastavit procenta dokončeno",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Přidat přílohy",
|
||||
"relatedTasks": "Přidat vztahy úkolu",
|
||||
"moveList": "Přesunout úkol",
|
||||
@ -589,7 +598,7 @@
|
||||
"dueDate": "Termín",
|
||||
"endDate": "Datum ukončení",
|
||||
"labels": "Štítky",
|
||||
"percentDone": "% Hotovo",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priorita",
|
||||
"relatedTasks": "Související úkoly",
|
||||
"reminders": "Připomínky",
|
||||
|
@ -31,10 +31,9 @@
|
||||
"username": "Anmeldename",
|
||||
"usernameEmail": "Anmeldename oder E-Mail-Adresse",
|
||||
"usernamePlaceholder": "z.B. frederick",
|
||||
"email": "Email address",
|
||||
"email": "E-Mail-Adresse",
|
||||
"emailPlaceholder": "z.B. frederic{'@'}vikunja.io",
|
||||
"password": "Passwort",
|
||||
"passwordRepeat": "Gib dein Passwort erneut ein",
|
||||
"passwordPlaceholder": "z.B. •••••••••••",
|
||||
"forgotPassword": "Passwort vergessen?",
|
||||
"resetPassword": "Setze dein Passwort zurück",
|
||||
@ -45,12 +44,20 @@
|
||||
"totpTitle": "Zwei-Faktor-Authentifizierungscode",
|
||||
"totpPlaceholder": "z.B. 123456",
|
||||
"login": "Anmelden",
|
||||
"register": "Registrieren",
|
||||
"createAccount": "Account erstellen",
|
||||
"loginWith": "Mit {provider} anmelden",
|
||||
"authenticating": "Authentifizierung…",
|
||||
"openIdStateError": "Zustand stimmt nicht überein, fahre nicht fort!",
|
||||
"openIdGeneralError": "Es ist ein Fehler bei der externen Authentisierung aufgetreten.",
|
||||
"logout": "Abmelden"
|
||||
"logout": "Abmelden",
|
||||
"emailInvalid": "Bitte gib eine gültige E-Mail-Adresse ein.",
|
||||
"usernameRequired": "Bitte gib einen Anmeldenamen ein.",
|
||||
"passwordRequired": "Bitte gib ein Passwort ein.",
|
||||
"showPassword": "Passwort anzeigen",
|
||||
"hidePassword": "Passwort verbergen",
|
||||
"noAccountYet": "Noch kein Account?",
|
||||
"alreadyHaveAnAccount": "Hast du bereits einen Account?",
|
||||
"remember": "Angemeldet bleiben"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Einstellungen",
|
||||
@ -78,7 +85,8 @@
|
||||
"weekStartSunday": "Sonntag",
|
||||
"weekStartMonday": "Montag",
|
||||
"language": "Sprache",
|
||||
"defaultList": "Standard-Liste"
|
||||
"defaultList": "Standard-Liste",
|
||||
"timezone": "Zeitzone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Zwei-Faktor-Authentifizierung",
|
||||
@ -327,6 +335,7 @@
|
||||
"archiveText": "Du kannst diesen Namespace nicht mehr bearbeiten oder neue Listen erstellen, bis du die Archivierung rückgängig machst. Das gilt auch für alle Listen in diesem Namespace.",
|
||||
"unarchiveText": "Du kannst neue Aufgaben erstellen oder diese bearbeiten.",
|
||||
"success": "Der Namespace wurde erfolgreich archiviert.",
|
||||
"unarchiveSuccess": "Der Namespace wurde erfolgreich wiederhergestellt.",
|
||||
"description": "In einem archivierten Namespace können Listen weder angelegt noch editiert werden."
|
||||
},
|
||||
"delete": {
|
||||
@ -376,7 +385,7 @@
|
||||
"showDoneTasks": "Erledigte Aufgaben anzeigen",
|
||||
"sortAlphabetically": "Alphabetisch sortieren",
|
||||
"enablePriority": "Filter nach Priorität aktivieren",
|
||||
"enablePercentDone": "Filter nach % Erledigt aktivieren",
|
||||
"enablePercentDone": "Filter nach Fortschritt aktivieren",
|
||||
"dueDateRange": "Fälligkeitsbereich",
|
||||
"startDateRange": "Startdatumsbereich",
|
||||
"endDateRange": "Enddatumsbereich",
|
||||
@ -569,7 +578,7 @@
|
||||
"endDate": "Enddatum setzen",
|
||||
"reminders": "Erinnerungen setzen",
|
||||
"repeatAfter": "Wiederholung setzen",
|
||||
"percentDone": "Prozent erledigt setzen",
|
||||
"percentDone": "Fortschritt einstellen",
|
||||
"attachments": "Anhänge hinzufügen",
|
||||
"relatedTasks": "Aufgabenbeziehungen hinzufügen",
|
||||
"moveList": "Aufgabe verschieben",
|
||||
@ -589,7 +598,7 @@
|
||||
"dueDate": "Fälligkeitsdatum",
|
||||
"endDate": "Enddatum",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% erledigt",
|
||||
"percentDone": "Fortschritt",
|
||||
"priority": "Priorität",
|
||||
"relatedTasks": "Verwandte Aufgaben",
|
||||
"reminders": "Erinnerungen",
|
||||
|
@ -31,7 +31,7 @@
|
||||
"username": "Benutzernamä",
|
||||
"usernameEmail": "Benutzernamä oder E-Mail Adrässe",
|
||||
"usernamePlaceholder": "z.B. Hansruedi",
|
||||
"email": "Email address",
|
||||
"email": "E-Mail-Adresse",
|
||||
"emailPlaceholder": "z.B. frederic{'@'}vikunja.io",
|
||||
"password": "Passwort",
|
||||
"passwordPlaceholder": "z.B. •••••••••••",
|
||||
@ -44,19 +44,20 @@
|
||||
"totpTitle": "Zweifaktor Authentifizierigs Ziffere",
|
||||
"totpPlaceholder": "z.B. 123456",
|
||||
"login": "Iihlogge",
|
||||
"createAccount": "Create account",
|
||||
"createAccount": "Account erstellen",
|
||||
"loginWith": "Iihlogge mit {provider}",
|
||||
"authenticating": "Authentifiziere…",
|
||||
"openIdStateError": "Status stimmt nid überiih, ich verweigerä wiiter zmache!",
|
||||
"openIdGeneralError": "Es ist ein Fehler bei der externen Authentisierung aufgetreten.",
|
||||
"logout": "Uuslogge",
|
||||
"emailInvalid": "Please enter a valid email address.",
|
||||
"usernameRequired": "Please provide a username.",
|
||||
"passwordRequired": "Please provide a password.",
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"emailInvalid": "Bitte gib eine gültige E-Mail-Adresse ein.",
|
||||
"usernameRequired": "Bitte gib einen Anmeldenamen ein.",
|
||||
"passwordRequired": "Bitte gib ein Passwort ein.",
|
||||
"showPassword": "Passwort anzeigen",
|
||||
"hidePassword": "Passwort verbergen",
|
||||
"noAccountYet": "Noch kein Account?",
|
||||
"alreadyHaveAnAccount": "Hast du bereits einen Account?",
|
||||
"remember": "Angemeldet bleiben"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Iihstellige",
|
||||
@ -67,7 +68,7 @@
|
||||
"currentPasswordPlaceholder": "Diis jetzige Passwort",
|
||||
"passwordsDontMatch": "Dis neue Passwort und siini Bestätigung stimmed nid überiih.",
|
||||
"passwordUpdateSuccess": "Dis Passwort isch erfolgriich aktualisiert wordä.",
|
||||
"updateEmailTitle": "Update Your Email Address",
|
||||
"updateEmailTitle": "Aktualisiere deine E-Mail-Adresse",
|
||||
"updateEmailNew": "Neui E-Mail Adrässä",
|
||||
"updateEmailSuccess": "Dini E-Mail Adrässä isch erfolgriich gänderet worde. Mir hend dir en Link gschickt, um si zu bestätigä.",
|
||||
"general": {
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunntig",
|
||||
"weekStartMonday": "Määntig",
|
||||
"language": "Sproch",
|
||||
"defaultList": "Standard Liste"
|
||||
"defaultList": "Standard Liste",
|
||||
"timezone": "Zeitzone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Zweifaktor Authentifizierig",
|
||||
@ -101,9 +103,9 @@
|
||||
"disableSuccess": "Zweifaktor Authentifizierig isch erfolgriich uusgschalte wore."
|
||||
},
|
||||
"caldav": {
|
||||
"title": "Caldav",
|
||||
"howTo": "Du chasch Vikunja zu Caldav Applikatione verbinde, um dini Uufgabe vo verschidene Gräät zgseh. Gib die Url i dim Client iih:",
|
||||
"more": "Meh Informatione über Caldav in Vikunja"
|
||||
"title": "CalDAV",
|
||||
"howTo": "Du chasch Vikunja zu CalDAV Applikatione verbinde, um dini Uufgabe vo verschidene Gräät zgseh. Gib die Url i dim Client iih:",
|
||||
"more": "Meh Informatione über CalDAV in Vikunja"
|
||||
},
|
||||
"avatar": {
|
||||
"title": "Herr Der Elemente",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "Du hesch kei möglichkeit meh de Namensruum z'bearbeite oder neui Listene drin z'erstelle, bis du si wider ent-archiviert hesch. Das archiviert au grad alli Liste im Namensruum.",
|
||||
"unarchiveText": "Du chasch neui Liste erstelle oder bearbeite.",
|
||||
"success": "De Namensruum isch erfolgriich archiviert worde.",
|
||||
"unarchiveSuccess": "Der Namespace wurde erfolgreich wiederhergestellt.",
|
||||
"description": "Wenn en Namensruum archiviert isch, chasch du kei neui Liste erstelle oder die bearbeite."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Zeig die fertige Uufgabe",
|
||||
"sortAlphabetically": "Alphabetisch sortieren",
|
||||
"enablePriority": "Filter nach Priorität aktiviere",
|
||||
"enablePercentDone": "Filter nach Prozent iihschalte",
|
||||
"enablePercentDone": "Filter nach Fortschritt aktivieren",
|
||||
"dueDateRange": "Fälligkeitsberiich",
|
||||
"startDateRange": "Startdatumsbreiich",
|
||||
"endDateRange": "Enddatumsberiich",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Enddatum setze",
|
||||
"reminders": "Errinnerig iihstelle",
|
||||
"repeatAfter": "En wiederholende Intervall setze",
|
||||
"percentDone": "Prozentuelli Erledigung setze",
|
||||
"percentDone": "Fortschritt einstellen",
|
||||
"attachments": "Aahang hinzuefüege",
|
||||
"relatedTasks": "Uufgabsbeziehig hinzufüege",
|
||||
"moveList": "Uufgab verschiebe",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Fälligkeitsdatum",
|
||||
"endDate": "Enddatum",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% fertig",
|
||||
"percentDone": "Fortschritt",
|
||||
"priority": "Priorität",
|
||||
"relatedTasks": "Verwandti Uufgabe",
|
||||
"reminders": "Errinnerige",
|
||||
|
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunday",
|
||||
"weekStartMonday": "Monday",
|
||||
"language": "Language",
|
||||
"defaultList": "Default List"
|
||||
"defaultList": "Default List",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Two Factor Authentication",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace.",
|
||||
"unarchiveText": "You will be able to create new lists or edit it.",
|
||||
"success": "The namespace was successfully archived.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "If a namespace is archived, you cannot create new lists or edit it."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Show Done Tasks",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Enable Filter By Priority",
|
||||
"enablePercentDone": "Enable Filter By Percent Done",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Due Date Range",
|
||||
"startDateRange": "Start Date Range",
|
||||
"endDateRange": "End Date Range",
|
||||
@ -619,22 +622,22 @@
|
||||
"text2": "This will also remove all attachments, reminders and relations associated with this task and cannot be undone!"
|
||||
},
|
||||
"actions": {
|
||||
"assign": "Assign to a user",
|
||||
"label": "Add labels",
|
||||
"assign": "Assign to User",
|
||||
"label": "Add Labels",
|
||||
"priority": "Set Priority",
|
||||
"dueDate": "Set Due Date",
|
||||
"startDate": "Set a Start Date",
|
||||
"endDate": "Set an End Date",
|
||||
"startDate": "Set Start Date",
|
||||
"endDate": "Set End Date",
|
||||
"reminders": "Set Reminders",
|
||||
"repeatAfter": "Set a repeating interval",
|
||||
"percentDone": "Set Percent Done",
|
||||
"attachments": "Add attachments",
|
||||
"relatedTasks": "Add task relations",
|
||||
"moveList": "Move task",
|
||||
"color": "Set task color",
|
||||
"delete": "Delete task",
|
||||
"favorite": "Save as favorite",
|
||||
"unfavorite": "Remove from favorites"
|
||||
"repeatAfter": "Set Repeating Interval",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Add Attachments",
|
||||
"relatedTasks": "Add Relation",
|
||||
"moveList": "Move",
|
||||
"color": "Set Color",
|
||||
"delete": "Delete",
|
||||
"favorite": "Add to Favorites",
|
||||
"unfavorite": "Remove from Favorites"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
@ -647,7 +650,7 @@
|
||||
"dueDate": "Due Date",
|
||||
"endDate": "End Date",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% Done",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priority",
|
||||
"relatedTasks": "Related Tasks",
|
||||
"reminders": "Reminders",
|
||||
|
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunday",
|
||||
"weekStartMonday": "Monday",
|
||||
"language": "Language",
|
||||
"defaultList": "Default List"
|
||||
"defaultList": "Default List",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Two Factor Authentication",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace.",
|
||||
"unarchiveText": "You will be able to create new lists or edit it.",
|
||||
"success": "The namespace was successfully archived.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "If a namespace is archived, you cannot create new lists or edit it."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Show Done Tasks",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Enable Filter By Priority",
|
||||
"enablePercentDone": "Enable Filter By Percent Done",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Due Date Range",
|
||||
"startDateRange": "Start Date Range",
|
||||
"endDateRange": "End Date Range",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Set an End Date",
|
||||
"reminders": "Set Reminders",
|
||||
"repeatAfter": "Set a repeating interval",
|
||||
"percentDone": "Set Percent Done",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Add attachments",
|
||||
"relatedTasks": "Add task relations",
|
||||
"moveList": "Move task",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Due Date",
|
||||
"endDate": "End Date",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% Done",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priority",
|
||||
"relatedTasks": "Related Tasks",
|
||||
"reminders": "Reminders",
|
||||
|
@ -34,7 +34,6 @@
|
||||
"email": "Email address",
|
||||
"emailPlaceholder": "p. ex. frederic{'@'}vikunja.io",
|
||||
"password": "Mot de passe",
|
||||
"passwordRepeat": "Retape ton mot de passe",
|
||||
"passwordPlaceholder": "p. ex. •••••••••••",
|
||||
"forgotPassword": "Forgot your password?",
|
||||
"resetPassword": "Réinitialiser ton mot de passe",
|
||||
@ -45,12 +44,20 @@
|
||||
"totpTitle": "Code d’authentification à deux facteurs",
|
||||
"totpPlaceholder": "p. ex. 123456",
|
||||
"login": "Se connecter",
|
||||
"register": "S’inscrire",
|
||||
"createAccount": "Create account",
|
||||
"loginWith": "Se connecter avec {provider}",
|
||||
"authenticating": "Authentification…",
|
||||
"openIdStateError": "L’état ne correspond pas, impossible de continuer !",
|
||||
"openIdGeneralError": "Une erreur s'est produite lors de l'authentification contre un tiers.",
|
||||
"logout": "Se déconnecter"
|
||||
"logout": "Se déconnecter",
|
||||
"emailInvalid": "Please enter a valid email address.",
|
||||
"usernameRequired": "Please provide a username.",
|
||||
"passwordRequired": "Please provide a password.",
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Paramètres",
|
||||
@ -61,7 +68,7 @@
|
||||
"currentPasswordPlaceholder": "Ton mot de passe actuel",
|
||||
"passwordsDontMatch": "Le nouveau mot de passe et sa confirmation ne correspondent pas.",
|
||||
"passwordUpdateSuccess": "Mot de passe mis à jour.",
|
||||
"updateEmailTitle": "Mets à jour ton adresse électronique",
|
||||
"updateEmailTitle": "Update Your Email Address",
|
||||
"updateEmailNew": "Nouvelle adresse courriel",
|
||||
"updateEmailSuccess": "Mise à jour de l’adresse électronique. Clique sur le lien dans le courriel qui t’a été envoyé pour le confirmer.",
|
||||
"general": {
|
||||
@ -78,7 +85,8 @@
|
||||
"weekStartSunday": "dimanche",
|
||||
"weekStartMonday": "lundi",
|
||||
"language": "Langue",
|
||||
"defaultList": "Liste par défaut"
|
||||
"defaultList": "Liste par défaut",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Authentification à deux facteurs",
|
||||
@ -327,6 +335,7 @@
|
||||
"archiveText": "Tu ne pourras pas modifier cet espace de noms ou créer de nouvelles listes tant que tu ne l’auras pas désarchivé. Ceci archivera également toutes les listes de cet espace de noms.",
|
||||
"unarchiveText": "Tu pourras créer de nouvelles listes ou les modifier.",
|
||||
"success": "Espace de noms archivé.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "L’archivage d’un espace de noms signifie qu’on ne peut pas créer de nouvelles listes dans cet espace, ni le modifier."
|
||||
},
|
||||
"delete": {
|
||||
@ -376,7 +385,7 @@
|
||||
"showDoneTasks": "Afficher les tâches terminées",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Activer le filtre par priorité",
|
||||
"enablePercentDone": "Par % d’achèvement",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Plage de dates d’échéance",
|
||||
"startDateRange": "Plage de dates de début",
|
||||
"endDateRange": "Plage de dates de fin",
|
||||
@ -569,7 +578,7 @@
|
||||
"endDate": "Fixer une date de fin",
|
||||
"reminders": "Définir des rappels",
|
||||
"repeatAfter": "Définir un intervalle de répétition",
|
||||
"percentDone": "Définir le pourcentage d’achèvement",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Ajouter des pièces jointes",
|
||||
"relatedTasks": "Ajouter des relations de tâches",
|
||||
"moveList": "Déplacer la tâche",
|
||||
@ -589,7 +598,7 @@
|
||||
"dueDate": "Date d’échéance",
|
||||
"endDate": "Date de fin",
|
||||
"labels": "Étiquettes",
|
||||
"percentDone": "% terminé",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priorité",
|
||||
"relatedTasks": "Tâches connexes",
|
||||
"reminders": "Rappels",
|
||||
|
@ -31,10 +31,9 @@
|
||||
"username": "Nome utente",
|
||||
"usernameEmail": "Nome utente o indirizzo e-mail",
|
||||
"usernamePlaceholder": "es. frederick",
|
||||
"email": "Email address",
|
||||
"email": "Indirizzo e-mail",
|
||||
"emailPlaceholder": "per es. frederic{'@'}vikunja.io",
|
||||
"password": "Password",
|
||||
"passwordRepeat": "Digita di nuovo la tua password",
|
||||
"passwordPlaceholder": "es. ••••••••••••",
|
||||
"forgotPassword": "Password dimenticata?",
|
||||
"resetPassword": "Reimposta la tua password",
|
||||
@ -45,12 +44,20 @@
|
||||
"totpTitle": "Codice di autenticazione a due fattori",
|
||||
"totpPlaceholder": "es. 123456",
|
||||
"login": "Accedi",
|
||||
"register": "Registrati",
|
||||
"createAccount": "Crea account",
|
||||
"loginWith": "Accedi con {provider}",
|
||||
"authenticating": "Autenticazione…",
|
||||
"openIdStateError": "Stato non corrispondente, impossibile continuare!",
|
||||
"openIdGeneralError": "Si è verificato un errore durante l'autenticazione con terze parti.",
|
||||
"logout": "Esci"
|
||||
"logout": "Esci",
|
||||
"emailInvalid": "Inserisci un indirizzo e-mail valido.",
|
||||
"usernameRequired": "Inserisci un nome utente.",
|
||||
"passwordRequired": "Inserisci una password.",
|
||||
"showPassword": "Mostra la password",
|
||||
"hidePassword": "Nascondi la password",
|
||||
"noAccountYet": "Non hai un account?",
|
||||
"alreadyHaveAnAccount": "Hai già un account?",
|
||||
"remember": "Resta connesso"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Impostazioni",
|
||||
@ -61,7 +68,7 @@
|
||||
"currentPasswordPlaceholder": "La tua password attuale",
|
||||
"passwordsDontMatch": "La nuova password e la conferma non coincidono.",
|
||||
"passwordUpdateSuccess": "Password aggiornata con successo.",
|
||||
"updateEmailTitle": "Inserisci il tuo indirizzo e-mail",
|
||||
"updateEmailTitle": "Aggiorna l'indirizzo e-mail",
|
||||
"updateEmailNew": "Nuovo indirizzo e-mail",
|
||||
"updateEmailSuccess": "Il tuo indirizzo e-mail è stato aggiornato correttamente. Ti abbiamo inviato un collegamento per confermarlo.",
|
||||
"general": {
|
||||
@ -78,7 +85,8 @@
|
||||
"weekStartSunday": "Domenica",
|
||||
"weekStartMonday": "Lunedì",
|
||||
"language": "Lingua",
|
||||
"defaultList": "Lista predefinita"
|
||||
"defaultList": "Lista predefinita",
|
||||
"timezone": "Fuso Orario"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Autenticazione a due fattori",
|
||||
@ -95,9 +103,9 @@
|
||||
"disableSuccess": "L'autenticazione a due fattori è stata disattivata."
|
||||
},
|
||||
"caldav": {
|
||||
"title": "CalDav",
|
||||
"howTo": "Puoi connettere Vikunja ai client caldav per visualizzare e gestire tutte le attività da diversi client. Inserisci questo URL nel tuo client:",
|
||||
"more": "Ulteriori informazioni su caldav in Vikunja"
|
||||
"title": "CalDAV",
|
||||
"howTo": "Puoi connettere Vikunja ai client CalDAV per visualizzare e gestire tutte le attività da diversi client. Inserisci questo URL nel tuo client:",
|
||||
"more": "Ulteriori informazioni su CalDAV in Vikunja"
|
||||
},
|
||||
"avatar": {
|
||||
"title": "Avatar",
|
||||
@ -327,6 +335,7 @@
|
||||
"archiveText": "Non sarà possibile modificare questo namespace o creare nuove liste fino a quando non verrà disarchiviato. Questo archivierà anche tutte le liste in questo namespace.",
|
||||
"unarchiveText": "Potrai creare nuove liste o modificarle.",
|
||||
"success": "Namespace creato.",
|
||||
"unarchiveSuccess": "Namespace estratto dall'archivio.",
|
||||
"description": "Se un namespace è archiviato, non è possibile creare nuove liste o modificarlo."
|
||||
},
|
||||
"delete": {
|
||||
@ -376,7 +385,7 @@
|
||||
"showDoneTasks": "Mostra Attività Fatte",
|
||||
"sortAlphabetically": "Ordine alfabetico",
|
||||
"enablePriority": "Abilita Filtro Per Priorità",
|
||||
"enablePercentDone": "Abilitare Filtro Per Percentuale Fatta",
|
||||
"enablePercentDone": "Abilita Filtro Per Progresso",
|
||||
"dueDateRange": "Intervallo Data Di Scadenza",
|
||||
"startDateRange": "Intervallo Data Iniziale",
|
||||
"endDateRange": "Intervallo Data Finale",
|
||||
@ -569,7 +578,7 @@
|
||||
"endDate": "Imposta una data di fine",
|
||||
"reminders": "Imposta promemoria",
|
||||
"repeatAfter": "Imposta ricorrenza",
|
||||
"percentDone": "Imposta Percentuale Completata",
|
||||
"percentDone": "Imposta Progresso",
|
||||
"attachments": "Aggiungi allegati",
|
||||
"relatedTasks": "Aggiungi attività collegate",
|
||||
"moveList": "Sposta attività",
|
||||
@ -589,7 +598,7 @@
|
||||
"dueDate": "Data di scadenza",
|
||||
"endDate": "Data di fine",
|
||||
"labels": "Etichette",
|
||||
"percentDone": "% Completata",
|
||||
"percentDone": "Progresso",
|
||||
"priority": "Priorità",
|
||||
"relatedTasks": "Attività Collegate",
|
||||
"reminders": "Promemoria",
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunday",
|
||||
"weekStartMonday": "Monday",
|
||||
"language": "Language",
|
||||
"defaultList": "Default List"
|
||||
"defaultList": "Default List",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Two Factor Authentication",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace.",
|
||||
"unarchiveText": "You will be able to create new lists or edit it.",
|
||||
"success": "The namespace was successfully archived.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "If a namespace is archived, you cannot create new lists or edit it."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Show Done Tasks",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Enable Filter By Priority",
|
||||
"enablePercentDone": "Enable Filter By Percent Done",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Due Date Range",
|
||||
"startDateRange": "Start Date Range",
|
||||
"endDateRange": "End Date Range",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Set an End Date",
|
||||
"reminders": "Set Reminders",
|
||||
"repeatAfter": "Set a repeating interval",
|
||||
"percentDone": "Set Percent Done",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Add attachments",
|
||||
"relatedTasks": "Add task relations",
|
||||
"moveList": "Move task",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Due Date",
|
||||
"endDate": "End Date",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% Done",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priority",
|
||||
"relatedTasks": "Related Tasks",
|
||||
"reminders": "Reminders",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunday",
|
||||
"weekStartMonday": "Monday",
|
||||
"language": "Language",
|
||||
"defaultList": "Default List"
|
||||
"defaultList": "Default List",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Two Factor Authentication",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace.",
|
||||
"unarchiveText": "You will be able to create new lists or edit it.",
|
||||
"success": "The namespace was successfully archived.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "If a namespace is archived, you cannot create new lists or edit it."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Show Done Tasks",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Enable Filter By Priority",
|
||||
"enablePercentDone": "Enable Filter By Percent Done",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Due Date Range",
|
||||
"startDateRange": "Start Date Range",
|
||||
"endDateRange": "End Date Range",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Set an End Date",
|
||||
"reminders": "Set Reminders",
|
||||
"repeatAfter": "Set a repeating interval",
|
||||
"percentDone": "Set Percent Done",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Add attachments",
|
||||
"relatedTasks": "Add task relations",
|
||||
"moveList": "Move task",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Due Date",
|
||||
"endDate": "End Date",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% Done",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priority",
|
||||
"relatedTasks": "Related Tasks",
|
||||
"reminders": "Reminders",
|
||||
|
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Настройки",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Воскресенье",
|
||||
"weekStartMonday": "Понедельник",
|
||||
"language": "Язык",
|
||||
"defaultList": "Список по умолчанию"
|
||||
"defaultList": "Список по умолчанию",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Двухфакторная аутентификация",
|
||||
@ -103,7 +105,7 @@
|
||||
"caldav": {
|
||||
"title": "CalDAV",
|
||||
"howTo": "Ты можешь подключить Vikunja к клиентам CalDAV, чтобы просматривать и управлять всеми задачами из разных клиентов. Введи этот URL в свой клиент:",
|
||||
"more": "Подробнее о caldav в Vikunja"
|
||||
"more": "Подробнее о CalDAV в Vikunja"
|
||||
},
|
||||
"avatar": {
|
||||
"title": "Аватар",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "Ты не сможешь изменять это пространство имён, пока не вернёшь его из архива. Это также касается всех списков в этом пространстве имён.",
|
||||
"unarchiveText": "Ты сможешь создавать новые списки или изменять их.",
|
||||
"success": "Пространство имён архивировано.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "Архивирование пространства имён означает, что ты не сможешь создавать в нём новые списки или изменять их."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Показывать завершённые задачи",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Вкл. фильтр по приоритету",
|
||||
"enablePercentDone": "По % завершения",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Диапазон срока",
|
||||
"startDateRange": "Диапазон даты начала",
|
||||
"endDateRange": "Диапазон даты завершения",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Установить дату завершения",
|
||||
"reminders": "Установить напоминания",
|
||||
"repeatAfter": "Установить интервал повтора",
|
||||
"percentDone": "Установить процент завершения",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Добавить вложения",
|
||||
"relatedTasks": "Добавить связанные задачи",
|
||||
"moveList": "Переместить задачу",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Срок",
|
||||
"endDate": "Дата завершения",
|
||||
"labels": "Метки",
|
||||
"percentDone": "% Завершено",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Приоритет",
|
||||
"relatedTasks": "Связанные задачи",
|
||||
"reminders": "Напоминания",
|
||||
|
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunday",
|
||||
"weekStartMonday": "Monday",
|
||||
"language": "Language",
|
||||
"defaultList": "Default List"
|
||||
"defaultList": "Default List",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Two Factor Authentication",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace.",
|
||||
"unarchiveText": "You will be able to create new lists or edit it.",
|
||||
"success": "The namespace was successfully archived.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "If a namespace is archived, you cannot create new lists or edit it."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Show Done Tasks",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Enable Filter By Priority",
|
||||
"enablePercentDone": "Enable Filter By Percent Done",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Due Date Range",
|
||||
"startDateRange": "Start Date Range",
|
||||
"endDateRange": "End Date Range",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Set an End Date",
|
||||
"reminders": "Set Reminders",
|
||||
"repeatAfter": "Set a repeating interval",
|
||||
"percentDone": "Set Percent Done",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Add attachments",
|
||||
"relatedTasks": "Add task relations",
|
||||
"moveList": "Move task",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Due Date",
|
||||
"endDate": "End Date",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% Done",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priority",
|
||||
"relatedTasks": "Related Tasks",
|
||||
"reminders": "Reminders",
|
||||
|
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Sunday",
|
||||
"weekStartMonday": "Monday",
|
||||
"language": "Language",
|
||||
"defaultList": "Default List"
|
||||
"defaultList": "Default List",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Two Factor Authentication",
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace.",
|
||||
"unarchiveText": "You will be able to create new lists or edit it.",
|
||||
"success": "The namespace was successfully archived.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "If a namespace is archived, you cannot create new lists or edit it."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Show Done Tasks",
|
||||
"sortAlphabetically": "Sort Alphabetically",
|
||||
"enablePriority": "Enable Filter By Priority",
|
||||
"enablePercentDone": "Enable Filter By Percent Done",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Due Date Range",
|
||||
"startDateRange": "Start Date Range",
|
||||
"endDateRange": "End Date Range",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Set an End Date",
|
||||
"reminders": "Set Reminders",
|
||||
"repeatAfter": "Set a repeating interval",
|
||||
"percentDone": "Set Percent Done",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Add attachments",
|
||||
"relatedTasks": "Add task relations",
|
||||
"moveList": "Move task",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Due Date",
|
||||
"endDate": "End Date",
|
||||
"labels": "Labels",
|
||||
"percentDone": "% Done",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Priority",
|
||||
"relatedTasks": "Related Tasks",
|
||||
"reminders": "Reminders",
|
||||
|
@ -56,7 +56,8 @@
|
||||
"showPassword": "Show the password",
|
||||
"hidePassword": "Hide the password",
|
||||
"noAccountYet": "Don't have an account yet?",
|
||||
"alreadyHaveAnAccount": "Already have an account?"
|
||||
"alreadyHaveAnAccount": "Already have an account?",
|
||||
"remember": "Stay logged in"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Cài đặt",
|
||||
@ -84,7 +85,8 @@
|
||||
"weekStartSunday": "Chủ nhật",
|
||||
"weekStartMonday": "Thứ hai",
|
||||
"language": "Ngôn ngữ",
|
||||
"defaultList": "Danh sách mặc định"
|
||||
"defaultList": "Danh sách mặc định",
|
||||
"timezone": "Time Zone"
|
||||
},
|
||||
"totp": {
|
||||
"title": "Xác thực hai lớp",
|
||||
@ -101,7 +103,7 @@
|
||||
"disableSuccess": "Xác thực hai lớp đã bị vô hiệu hóa thành công."
|
||||
},
|
||||
"caldav": {
|
||||
"title": "Giao thức Caldav",
|
||||
"title": "Giao thức CalDAV",
|
||||
"howTo": "Bạn có thể kết nối Vikunja tới các máy khách CalDAV để xem và quản lý tất cả các công việc từ nhiều máy khách khác nhau. Nhập URL này vào ứng dụng khách của bạn:",
|
||||
"more": "Tìm hiểu thêm về CalDAV"
|
||||
},
|
||||
@ -333,6 +335,7 @@
|
||||
"archiveText": "Bạn sẽ không thể chỉnh sửa góc làm việc này hoặc tạo danh sách mới cho đến khi bạn bỏ lưu trữ nó. Điều này cũng sẽ lưu trữ tất cả các danh sách trong góc làm việc này.",
|
||||
"unarchiveText": "Bạn có thể tạo danh sách mới hoặc chỉnh sửa nó.",
|
||||
"success": "Góc làm việc đã lưu trữ thành công.",
|
||||
"unarchiveSuccess": "The namespace was successfully un-archived.",
|
||||
"description": "Nếu một góc làm việc được lưu trữ, bạn không thể tạo thêm danh sách hoặc chỉnh sửa nó."
|
||||
},
|
||||
"delete": {
|
||||
@ -382,7 +385,7 @@
|
||||
"showDoneTasks": "Hiển thị các công việc đã hoàn thành",
|
||||
"sortAlphabetically": "Xếp theo bảng chữ cái",
|
||||
"enablePriority": "Bật Bộ lọc theo mức độ ưu tiên",
|
||||
"enablePercentDone": "Bật Bộ lọc theo tỉ lệ % hoàn thành",
|
||||
"enablePercentDone": "Enable Filter By Progress",
|
||||
"dueDateRange": "Phạm vi ngày đến hạn",
|
||||
"startDateRange": "Phạm vi Ngày bắt đầu",
|
||||
"endDateRange": "Phạm vi Ngày Kết thúc",
|
||||
@ -575,7 +578,7 @@
|
||||
"endDate": "Chọn ngày kết thúc",
|
||||
"reminders": "Thiết lập nhắc nhở",
|
||||
"repeatAfter": "Đặt khoảng lặp lại",
|
||||
"percentDone": "Chọn tỉ lệ hoàn thành",
|
||||
"percentDone": "Set Progress",
|
||||
"attachments": "Đính kèm tệp",
|
||||
"relatedTasks": "Thêm liên kết công việc",
|
||||
"moveList": "Di chuyển công việc",
|
||||
@ -595,7 +598,7 @@
|
||||
"dueDate": "Ngày hết hạn",
|
||||
"endDate": "Ngày kết thúc",
|
||||
"labels": "Nhãn",
|
||||
"percentDone": "Tiến độ hoàn thành",
|
||||
"percentDone": "Progress",
|
||||
"priority": "Mức độ ưu tiên",
|
||||
"relatedTasks": "Công việc liên quan",
|
||||
"reminders": "Nhắc nhở",
|
||||
|
Reference in New Issue
Block a user