chore(i18n): update translations via Crowdin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Frederick [Bot] 2024-03-10 00:07:19 +00:00 committed by drone
parent 86983f50d4
commit d963667a29
28 changed files with 273 additions and 111 deletions

View File

@ -57,7 +57,11 @@
"logout": "تسجيل الخروج", "logout": "تسجيل الخروج",
"emailInvalid": "الرجاء إدخال عنوان بريد إلكتروني صحيح.", "emailInvalid": "الرجاء إدخال عنوان بريد إلكتروني صحيح.",
"usernameRequired": "الرجاء إدخال اسم المستخدم.", "usernameRequired": "الرجاء إدخال اسم المستخدم.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "الرجاء إدخال كلمة المرور.", "passwordRequired": "الرجاء إدخال كلمة المرور.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "إظهار كلمة المرور", "showPassword": "إظهار كلمة المرور",
"hidePassword": "إخفاء كلمة المرور", "hidePassword": "إخفاء كلمة المرور",
"noAccountYet": "ليس لديك حساب بعد؟", "noAccountYet": "ليس لديك حساب بعد؟",
@ -708,7 +712,8 @@
"repeat": "تكرار", "repeat": "تكرار",
"startDate": "تاريخ البدء", "startDate": "تاريخ البدء",
"title": "العنوان", "title": "العنوان",
"updated": "تاريخ التحديث" "updated": "تاريخ التحديث",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "لا يمكنك إلغاء الاشتراك هنا لأنك مشترك في هذه المهمة من خلال المشروع.", "subscribedTaskThroughParentProject": "لا يمكنك إلغاء الاشتراك هنا لأنك مشترك في هذه المهمة من خلال المشروع.",
@ -969,7 +974,9 @@
"setBackground": "تعيين خلفية", "setBackground": "تعيين خلفية",
"share": "مشاركة", "share": "مشاركة",
"newProject": "مشروع جديد", "newProject": "مشروع جديد",
"createProject": "إنشاء مشروع" "createProject": "إنشاء مشروع",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "رابط Vikunja", "url": "رابط Vikunja",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "عن البرنامج", "title": "عن البرنامج",
"frontendVersion": "إصدار الواجهة: {version}", "version": "Version: {version}"
"apiVersion": "إصدار API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Odhlásit se", "logout": "Odhlásit se",
"emailInvalid": "Prosím zadejte platnou emailovou adresu.", "emailInvalid": "Prosím zadejte platnou emailovou adresu.",
"usernameRequired": "Zadejte prosím uživatelské jméno.", "usernameRequired": "Zadejte prosím uživatelské jméno.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Zadejte prosím heslo.", "passwordRequired": "Zadejte prosím heslo.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Ukázat heslo", "showPassword": "Ukázat heslo",
"hidePassword": "Skrýt heslo", "hidePassword": "Skrýt heslo",
"noAccountYet": "Ještě nemáte účet?", "noAccountYet": "Ještě nemáte účet?",
@ -708,7 +712,8 @@
"repeat": "Opakovat", "repeat": "Opakovat",
"startDate": "Počáteční datum", "startDate": "Počáteční datum",
"title": "Název", "title": "Název",
"updated": "Aktualizováno" "updated": "Aktualizováno",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Zde se nemůžete odhlásit, protože jste přihlášeni k odběru tohoto úkolu prostřednictvím jeho projektu.", "subscribedTaskThroughParentProject": "Zde se nemůžete odhlásit, protože jste přihlášeni k odběru tohoto úkolu prostřednictvím jeho projektu.",
@ -969,7 +974,9 @@
"setBackground": "Nastavit pozadí", "setBackground": "Nastavit pozadí",
"share": "Sdílet", "share": "Sdílet",
"newProject": "Nový projekt", "newProject": "Nový projekt",
"createProject": "Vytvořit projekt" "createProject": "Vytvořit projekt",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "O aplikaci", "title": "O aplikaci",
"frontendVersion": "Verze frontendu: {version}", "version": "Version: {version}"
"apiVersion": "Verze API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Log ud", "logout": "Log ud",
"emailInvalid": "Indtast venligst en gyldig e-mailadresse.", "emailInvalid": "Indtast venligst en gyldig e-mailadresse.",
"usernameRequired": "Angiv venligst et brugernavn.", "usernameRequired": "Angiv venligst et brugernavn.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Angiv venligst en adgangskode.", "passwordRequired": "Angiv venligst en adgangskode.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Vis adgangskoden", "showPassword": "Vis adgangskoden",
"hidePassword": "Skjul adgangskoden", "hidePassword": "Skjul adgangskoden",
"noAccountYet": "Har du ikke en konto endnu?", "noAccountYet": "Har du ikke en konto endnu?",
@ -708,7 +712,8 @@
"repeat": "Gentag", "repeat": "Gentag",
"startDate": "Startdato", "startDate": "Startdato",
"title": "Titel", "title": "Titel",
"updated": "Opdateret" "updated": "Opdateret",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Indstil baggrund", "setBackground": "Indstil baggrund",
"share": "Del", "share": "Del",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Om", "title": "Om",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Abmelden", "logout": "Abmelden",
"emailInvalid": "Bitte gib eine gültige E-Mail-Adresse ein.", "emailInvalid": "Bitte gib eine gültige E-Mail-Adresse ein.",
"usernameRequired": "Bitte gib einen Anmeldenamen ein.", "usernameRequired": "Bitte gib einen Anmeldenamen ein.",
"usernameMustNotContainSpace": "Der Anmeldename darf keine Leerzeichen enthalten.",
"usernameMustNotLookLikeUrl": "Der Anmeldename darf nicht wie eine URL aussehen.",
"passwordRequired": "Bitte gib ein Passwort ein.", "passwordRequired": "Bitte gib ein Passwort ein.",
"passwordNotMin": "Das Passwort muss aus mindestens 8 Zeichen bestehen.",
"passwordNotMax": "Das Passwort darf höchstens 250 Zeichen lang sein.",
"showPassword": "Passwort anzeigen", "showPassword": "Passwort anzeigen",
"hidePassword": "Passwort verbergen", "hidePassword": "Passwort verbergen",
"noAccountYet": "Noch kein Account?", "noAccountYet": "Noch kein Account?",
@ -708,7 +712,8 @@
"repeat": "Wiederholen", "repeat": "Wiederholen",
"startDate": "Anfangsdatum", "startDate": "Anfangsdatum",
"title": "Titel", "title": "Titel",
"updated": "Aktualisiert" "updated": "Aktualisiert",
"doneAt": "Erledigt am"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Du kannst hier nicht de-abonnieren, da du diese Aufgabe über ihr Projekt abonniert hast.", "subscribedTaskThroughParentProject": "Du kannst hier nicht de-abonnieren, da du diese Aufgabe über ihr Projekt abonniert hast.",
@ -969,7 +974,9 @@
"setBackground": "Hintergrund einstellen", "setBackground": "Hintergrund einstellen",
"share": "Teilen", "share": "Teilen",
"newProject": "Neues Projekt", "newProject": "Neues Projekt",
"createProject": "Projekt erstellen" "createProject": "Projekt erstellen",
"cantArchiveIsDefault": "Du kannst dieses Projekt nicht archivieren, da es dein Standardprojekt ist.",
"cantDeleteIsDefault": "Du kannst dieses Projekt nicht löschen, da es dein Standardprojekt ist."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja-URL", "url": "Vikunja-URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Über", "title": "Über",
"frontendVersion": "Frontend-Version: {version}", "version": "Version: {version}"
"apiVersion": "API-Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Uuslogge", "logout": "Uuslogge",
"emailInvalid": "Bitte gib eine gültige E-Mail-Adresse ein.", "emailInvalid": "Bitte gib eine gültige E-Mail-Adresse ein.",
"usernameRequired": "Bitte gib einen Anmeldenamen ein.", "usernameRequired": "Bitte gib einen Anmeldenamen ein.",
"usernameMustNotContainSpace": "Der Anmeldename darf keine Leerzeichen enthalten.",
"usernameMustNotLookLikeUrl": "Der Anmeldename darf nicht wie eine URL aussehen.",
"passwordRequired": "Bitte gib ein Passwort ein.", "passwordRequired": "Bitte gib ein Passwort ein.",
"passwordNotMin": "Das Passwort muss aus mindestens 8 Zeichen bestehen.",
"passwordNotMax": "Das Passwort darf höchstens 250 Zeichen lang sein.",
"showPassword": "Passwort anzeigen", "showPassword": "Passwort anzeigen",
"hidePassword": "Passwort verbergen", "hidePassword": "Passwort verbergen",
"noAccountYet": "Noch kein Account?", "noAccountYet": "Noch kein Account?",
@ -708,7 +712,8 @@
"repeat": "Widerhole", "repeat": "Widerhole",
"startDate": "Aahfangs Datum", "startDate": "Aahfangs Datum",
"title": "Titl", "title": "Titl",
"updated": "Aktualisiert" "updated": "Aktualisiert",
"doneAt": "Erledigt am"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Du kannst hier nicht de-abonnieren, da du diese Aufgabe über ihr Projekt abonniert hast.", "subscribedTaskThroughParentProject": "Du kannst hier nicht de-abonnieren, da du diese Aufgabe über ihr Projekt abonniert hast.",
@ -969,7 +974,9 @@
"setBackground": "Hintergrund iihstelle", "setBackground": "Hintergrund iihstelle",
"share": "Teilä", "share": "Teilä",
"newProject": "Neues Projekt", "newProject": "Neues Projekt",
"createProject": "Projekt erstellen" "createProject": "Projekt erstellen",
"cantArchiveIsDefault": "Du kannst dieses Projekt nicht archivieren, da es dein Standardprojekt ist.",
"cantDeleteIsDefault": "Du kannst dieses Projekt nicht löschen, da es dein Standardprojekt ist."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Über", "title": "Über",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Cerrar sesión", "logout": "Cerrar sesión",
"emailInvalid": "Por favor, introduce una dirección de correo electrónico válida.", "emailInvalid": "Por favor, introduce una dirección de correo electrónico válida.",
"usernameRequired": "Por favor, proporciona un nombre de usuario.", "usernameRequired": "Por favor, proporciona un nombre de usuario.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Por favor, proporciona una contraseña.", "passwordRequired": "Por favor, proporciona una contraseña.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Mostrar la contraseña", "showPassword": "Mostrar la contraseña",
"hidePassword": "Ocultar la contraseña", "hidePassword": "Ocultar la contraseña",
"noAccountYet": "¿Aún no tienes una cuenta?", "noAccountYet": "¿Aún no tienes una cuenta?",
@ -708,7 +712,8 @@
"repeat": "Repetir", "repeat": "Repetir",
"startDate": "Fecha de Inicio", "startDate": "Fecha de Inicio",
"title": "Título", "title": "Título",
"updated": "Actualizado" "updated": "Actualizado",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "No puedes darte de baja aquí porque estás suscrito a esta tarea a través de su proyecto.", "subscribedTaskThroughParentProject": "No puedes darte de baja aquí porque estás suscrito a esta tarea a través de su proyecto.",
@ -969,7 +974,9 @@
"setBackground": "Establecer fondo", "setBackground": "Establecer fondo",
"share": "Compartir", "share": "Compartir",
"newProject": "Nuevo proyecto", "newProject": "Nuevo proyecto",
"createProject": "Crear proyecto" "createProject": "Crear proyecto",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "URL de Vikunja", "url": "URL de Vikunja",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Acerca de", "title": "Acerca de",
"frontendVersion": "Versión del Frontend: {version}", "version": "Version: {version}"
"apiVersion": "Versión de la API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Se déconnecter", "logout": "Se déconnecter",
"emailInvalid": "Veuillez saisir une adresse courriel valide.", "emailInvalid": "Veuillez saisir une adresse courriel valide.",
"usernameRequired": "Veuillez saisir un nom d'utilisateur.", "usernameRequired": "Veuillez saisir un nom d'utilisateur.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Veuillez fournir un mot de passe.", "passwordRequired": "Veuillez fournir un mot de passe.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Afficher le mot de passe", "showPassword": "Afficher le mot de passe",
"hidePassword": "Masquer le mot de passe", "hidePassword": "Masquer le mot de passe",
"noAccountYet": "Vous n'avez pas encore de compte?", "noAccountYet": "Vous n'avez pas encore de compte?",
@ -708,7 +712,8 @@
"repeat": "Répéter", "repeat": "Répéter",
"startDate": "Date de début", "startDate": "Date de début",
"title": "Nom", "title": "Nom",
"updated": "Mis à jour" "updated": "Mis à jour",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Impossible de se désabonner ici, car vous êtes abonné·e à cette tâche depuis son projet.", "subscribedTaskThroughParentProject": "Impossible de se désabonner ici, car vous êtes abonné·e à cette tâche depuis son projet.",
@ -969,7 +974,9 @@
"setBackground": "Définir larrière-plan", "setBackground": "Définir larrière-plan",
"share": "Partager", "share": "Partager",
"newProject": "Nouveau projet", "newProject": "Nouveau projet",
"createProject": "Créer un projet" "createProject": "Créer un projet",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "URL Vikunja", "url": "URL Vikunja",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "À propos", "title": "À propos",
"frontendVersion": "Version : {version}", "version": "Version: {version}"
"apiVersion": "Version de lAPI : {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Kijelentkezés", "logout": "Kijelentkezés",
"emailInvalid": "Kérjük, adjon meg egy valós email címet!", "emailInvalid": "Kérjük, adjon meg egy valós email címet!",
"usernameRequired": "Kérjük adjon meg egy felhasználónevet.", "usernameRequired": "Kérjük adjon meg egy felhasználónevet.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Kérjük, adjon meg új jelszót.", "passwordRequired": "Kérjük, adjon meg új jelszót.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Jelszó megjelenítése", "showPassword": "Jelszó megjelenítése",
"hidePassword": "A jelszó elrejtése", "hidePassword": "A jelszó elrejtése",
"noAccountYet": "Még nincs fiókja?", "noAccountYet": "Még nincs fiókja?",
@ -708,7 +712,8 @@
"repeat": "Ismétlés", "repeat": "Ismétlés",
"startDate": "Kezdő dátum", "startDate": "Kezdő dátum",
"title": "Cím", "title": "Cím",
"updated": "Frissítve" "updated": "Frissítve",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Itt nem iratkozhat le, mert a projektjén keresztül feliratkozott erre a feladatra.", "subscribedTaskThroughParentProject": "Itt nem iratkozhat le, mert a projektjén keresztül feliratkozott erre a feladatra.",
@ -969,7 +974,9 @@
"setBackground": "Háttérkép beállítása", "setBackground": "Háttérkép beállítása",
"share": "Megosztás", "share": "Megosztás",
"newProject": "Új projekt", "newProject": "Új projekt",
"createProject": "Projekt létrehozása" "createProject": "Projekt létrehozása",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Névjegy", "title": "Névjegy",
"frontendVersion": "Frontend verzió: {version}", "version": "Version: {version}"
"apiVersion": "API verzió: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Esci", "logout": "Esci",
"emailInvalid": "Inserisci un indirizzo e-mail valido.", "emailInvalid": "Inserisci un indirizzo e-mail valido.",
"usernameRequired": "Inserisci un nome utente.", "usernameRequired": "Inserisci un nome utente.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Inserisci una password.", "passwordRequired": "Inserisci una password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Mostra la password", "showPassword": "Mostra la password",
"hidePassword": "Nascondi la password", "hidePassword": "Nascondi la password",
"noAccountYet": "Non hai un account?", "noAccountYet": "Non hai un account?",
@ -708,7 +712,8 @@
"repeat": "Ripeti", "repeat": "Ripeti",
"startDate": "Data Inizio", "startDate": "Data Inizio",
"title": "Titolo", "title": "Titolo",
"updated": "Aggiornato" "updated": "Aggiornato",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Imposta sfondo", "setBackground": "Imposta sfondo",
"share": "Condividi", "share": "Condividi",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "URL Vikunja", "url": "URL Vikunja",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Informazioni", "title": "Informazioni",
"frontendVersion": "Versione Frontend: {version}", "version": "Version: {version}"
"apiVersion": "Versione API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "ログアウト", "logout": "ログアウト",
"emailInvalid": "有効なメールアドレスを入力してください。", "emailInvalid": "有効なメールアドレスを入力してください。",
"usernameRequired": "ユーザー名を入力してください。", "usernameRequired": "ユーザー名を入力してください。",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "パスワードを入力してください。", "passwordRequired": "パスワードを入力してください。",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "パスワードの表示", "showPassword": "パスワードの表示",
"hidePassword": "パスワードの非表示", "hidePassword": "パスワードの非表示",
"noAccountYet": "まだアカウントをお持ちでないですか?", "noAccountYet": "まだアカウントをお持ちでないですか?",
@ -708,7 +712,8 @@
"repeat": "繰り返し間隔", "repeat": "繰り返し間隔",
"startDate": "開始日", "startDate": "開始日",
"title": "タスク名", "title": "タスク名",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "現在プロジェクトを通して購読しているため、ここでこのタスクの購読を解除することはできません。", "subscribedTaskThroughParentProject": "現在プロジェクトを通して購読しているため、ここでこのタスクの購読を解除することはできません。",
@ -969,7 +974,9 @@
"setBackground": "背景画像の設定", "setBackground": "背景画像の設定",
"share": "共有", "share": "共有",
"newProject": "新しいプロジェクトの作成", "newProject": "新しいプロジェクトの作成",
"createProject": "プロジェクトの作成" "createProject": "プロジェクトの作成",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Vikunjaについて", "title": "Vikunjaについて",
"frontendVersion": "フロントエンドのバージョン: {version}", "version": "Version: {version}"
"apiVersion": "APIのバージョン: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "로그아웃", "logout": "로그아웃",
"emailInvalid": "유효한 이메일 주소를 입력하여 주십시오.", "emailInvalid": "유효한 이메일 주소를 입력하여 주십시오.",
"usernameRequired": "사용자 이름을 입력하세요.", "usernameRequired": "사용자 이름을 입력하세요.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "비밀번호를 입력하세요.", "passwordRequired": "비밀번호를 입력하세요.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "비밀번호 표시", "showPassword": "비밀번호 표시",
"hidePassword": "비밀번호 숨김", "hidePassword": "비밀번호 숨김",
"noAccountYet": "아직 계정이 없으신가요?", "noAccountYet": "아직 계정이 없으신가요?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Uitloggen", "logout": "Uitloggen",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Herhalen", "repeat": "Herhalen",
"startDate": "Begindatum", "startDate": "Begindatum",
"title": "Titel", "title": "Titel",
"updated": "Bijgewerkt" "updated": "Bijgewerkt",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Achtergrond instellen", "setBackground": "Achtergrond instellen",
"share": "Delen", "share": "Delen",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Over", "title": "Over",
"frontendVersion": "Frontend versie: {version}", "version": "Version: {version}"
"apiVersion": "API Versie: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logg ut", "logout": "Logg ut",
"emailInvalid": "Vennligst oppgi en gyldig e-postadresse.", "emailInvalid": "Vennligst oppgi en gyldig e-postadresse.",
"usernameRequired": "Angi et brukernavn.", "usernameRequired": "Angi et brukernavn.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Angi et passord.", "passwordRequired": "Angi et passord.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Vis passord", "showPassword": "Vis passord",
"hidePassword": "Skjul passord", "hidePassword": "Skjul passord",
"noAccountYet": "Har du ikke konto ennå?", "noAccountYet": "Har du ikke konto ennå?",
@ -708,7 +712,8 @@
"repeat": "Gjenta", "repeat": "Gjenta",
"startDate": "Start Dato", "startDate": "Start Dato",
"title": "Tittel", "title": "Tittel",
"updated": "Oppdatert" "updated": "Oppdatert",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Du kan ikke melde deg ut her fordi du abonnerer på denne oppgaven gjennom prosjektet.", "subscribedTaskThroughParentProject": "Du kan ikke melde deg ut her fordi du abonnerer på denne oppgaven gjennom prosjektet.",
@ -969,7 +974,9 @@
"setBackground": "Bruk som bakgrunn", "setBackground": "Bruk som bakgrunn",
"share": "Del", "share": "Del",
"newProject": "Nytt prosjekt", "newProject": "Nytt prosjekt",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Om", "title": "Om",
"frontendVersion": "Frontend versjon: {version}", "version": "Version: {version}"
"apiVersion": "API versjon: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Wyloguj", "logout": "Wyloguj",
"emailInvalid": "Proszę podać poprawny adres e-mail.", "emailInvalid": "Proszę podać poprawny adres e-mail.",
"usernameRequired": "Proszę podać nazwę użytkownika.", "usernameRequired": "Proszę podać nazwę użytkownika.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Proszę podać hasło.", "passwordRequired": "Proszę podać hasło.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Pokaż hasło", "showPassword": "Pokaż hasło",
"hidePassword": "Ukryj hasło", "hidePassword": "Ukryj hasło",
"noAccountYet": "Nie masz jeszcze konta?", "noAccountYet": "Nie masz jeszcze konta?",
@ -708,7 +712,8 @@
"repeat": "Powtarzanie", "repeat": "Powtarzanie",
"startDate": "Data rozpoczęcia", "startDate": "Data rozpoczęcia",
"title": "Tytuł", "title": "Tytuł",
"updated": "Zaktualizowano" "updated": "Zaktualizowano",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Nie możesz zrezygnować z subskrypcji, ponieważ subskrybujesz to zadanie poprzez jego projekt.", "subscribedTaskThroughParentProject": "Nie możesz zrezygnować z subskrypcji, ponieważ subskrybujesz to zadanie poprzez jego projekt.",
@ -969,7 +974,9 @@
"setBackground": "Ustaw tło", "setBackground": "Ustaw tło",
"share": "Udostępnij", "share": "Udostępnij",
"newProject": "Nowy projekt", "newProject": "Nowy projekt",
"createProject": "Utwórz projekt" "createProject": "Utwórz projekt",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "URL Vikunji", "url": "URL Vikunji",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "O aplikacji", "title": "O aplikacji",
"frontendVersion": "Wersja frontendu: {version}", "version": "Version: {version}"
"apiVersion": "Wersja API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Sair", "logout": "Sair",
"emailInvalid": "Por favor, insira um endereço de e-mail válido.", "emailInvalid": "Por favor, insira um endereço de e-mail válido.",
"usernameRequired": "Por favor, insira um nome de usuário.", "usernameRequired": "Por favor, insira um nome de usuário.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Por favor, insira uma senha.", "passwordRequired": "Por favor, insira uma senha.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Exibir senha", "showPassword": "Exibir senha",
"hidePassword": "Ocultar senha", "hidePassword": "Ocultar senha",
"noAccountYet": "Não possui uma conta ainda?", "noAccountYet": "Não possui uma conta ainda?",
@ -708,7 +712,8 @@
"repeat": "Repetir", "repeat": "Repetir",
"startDate": "Data de ínicio", "startDate": "Data de ínicio",
"title": "Título", "title": "Título",
"updated": "Atualizado" "updated": "Atualizado",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Você não pode cancelar a inscrição aqui porque está inscrito nesta tarefa em seu projeto.", "subscribedTaskThroughParentProject": "Você não pode cancelar a inscrição aqui porque está inscrito nesta tarefa em seu projeto.",
@ -969,7 +974,9 @@
"setBackground": "Definir plano de fundo", "setBackground": "Definir plano de fundo",
"share": "Compartilhar", "share": "Compartilhar",
"newProject": "Novo projeto", "newProject": "Novo projeto",
"createProject": "Criar projeto" "createProject": "Criar projeto",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Sobre", "title": "Sobre",
"frontendVersion": "Versão do Frontend: {version}", "version": "Version: {version}"
"apiVersion": "Versão da API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Terminar Sessão", "logout": "Terminar Sessão",
"emailInvalid": "Por favor, insire um endereço de e-mail válido.", "emailInvalid": "Por favor, insire um endereço de e-mail válido.",
"usernameRequired": "Por favor, fornece um nome de utilizador.", "usernameRequired": "Por favor, fornece um nome de utilizador.",
"usernameMustNotContainSpace": "O nome de utilizador não deve conter espaços.",
"usernameMustNotLookLikeUrl": "O nome de utilizador não se deve assemelhar a um URL.",
"passwordRequired": "Por favor, fornece uma palavra-passe.", "passwordRequired": "Por favor, fornece uma palavra-passe.",
"passwordNotMin": "A palavra-passe deve ter no mínimo 8 caracteres.",
"passwordNotMax": "A palavra-passe deve ter no máximo 250 caracteres.",
"showPassword": "Mostrar a palavra-passe", "showPassword": "Mostrar a palavra-passe",
"hidePassword": "Esconder a palavra-passe", "hidePassword": "Esconder a palavra-passe",
"noAccountYet": "Ainda não tens uma conta?", "noAccountYet": "Ainda não tens uma conta?",
@ -708,7 +712,8 @@
"repeat": "Repetir", "repeat": "Repetir",
"startDate": "Data de Início", "startDate": "Data de Início",
"title": "Título", "title": "Título",
"updated": "Atualizado" "updated": "Atualizado",
"doneAt": "Concluído Em"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Não podes cancelar a tua subscrição aqui porque estás subscrito nesta tarefa através do seu projeto.", "subscribedTaskThroughParentProject": "Não podes cancelar a tua subscrição aqui porque estás subscrito nesta tarefa através do seu projeto.",
@ -969,7 +974,9 @@
"setBackground": "Definir Fundo", "setBackground": "Definir Fundo",
"share": "Partilhar", "share": "Partilhar",
"newProject": "Novo projeto", "newProject": "Novo projeto",
"createProject": "Criar projeto" "createProject": "Criar projeto",
"cantArchiveIsDefault": "Não podes arquivar isto porque é o teu projeto padrão.",
"cantDeleteIsDefault": "Não podes eliminar isto porque é o teu projeto padrão."
}, },
"apiConfig": { "apiConfig": {
"url": "URL do Vikunja", "url": "URL do Vikunja",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Sobre", "title": "Sobre",
"frontendVersion": "Versão Atual: {version}", "version": "Versão: {version}"
"apiVersion": "Versão da API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Выйти", "logout": "Выйти",
"emailInvalid": "Введите корректный email адрес.", "emailInvalid": "Введите корректный email адрес.",
"usernameRequired": "Введите имя пользователя.", "usernameRequired": "Введите имя пользователя.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Введите пароль.", "passwordRequired": "Введите пароль.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Показать пароль", "showPassword": "Показать пароль",
"hidePassword": "Скрыть пароль", "hidePassword": "Скрыть пароль",
"noAccountYet": "Ещё нет аккаунта?", "noAccountYet": "Ещё нет аккаунта?",
@ -708,7 +712,8 @@
"repeat": "Повтор", "repeat": "Повтор",
"startDate": "Дата начала", "startDate": "Дата начала",
"title": "Название", "title": "Название",
"updated": "Дата изменения" "updated": "Дата изменения",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Вы не можете отписаться здесь, потому что вы подписаны эту задачу через её проект.", "subscribedTaskThroughParentProject": "Вы не можете отписаться здесь, потому что вы подписаны эту задачу через её проект.",
@ -969,7 +974,9 @@
"setBackground": "Задать фон", "setBackground": "Задать фон",
"share": "Поделиться", "share": "Поделиться",
"newProject": "Создать проект", "newProject": "Создать проект",
"createProject": "Создать проект" "createProject": "Создать проект",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "О Vikunja", "title": "О Vikunja",
"frontendVersion": "Версия фронтенда: {version}", "version": "Version: {version}"
"apiVersion": "Версия API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Odjava", "logout": "Odjava",
"emailInvalid": "Prosim vnesite veljaven e-poštni naslov.", "emailInvalid": "Prosim vnesite veljaven e-poštni naslov.",
"usernameRequired": "Prosim vnesite uporabniško ime.", "usernameRequired": "Prosim vnesite uporabniško ime.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Prosim vnesite geslo.", "passwordRequired": "Prosim vnesite geslo.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Prikažite geslo", "showPassword": "Prikažite geslo",
"hidePassword": "Skrijte geslo", "hidePassword": "Skrijte geslo",
"noAccountYet": "Še nimate računa?", "noAccountYet": "Še nimate računa?",
@ -708,7 +712,8 @@
"repeat": "Ponovi", "repeat": "Ponovi",
"startDate": "Začetni datum", "startDate": "Začetni datum",
"title": "Naslov", "title": "Naslov",
"updated": "Posodobljeno" "updated": "Posodobljeno",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "Ker ste na to nalogo naročeni prek njenega projekta, se tu ne morete odjaviti.", "subscribedTaskThroughParentProject": "Ker ste na to nalogo naročeni prek njenega projekta, se tu ne morete odjaviti.",
@ -969,7 +974,9 @@
"setBackground": "Nastavi ozadje", "setBackground": "Nastavi ozadje",
"share": "Skupna raba", "share": "Skupna raba",
"newProject": "Nov projekt", "newProject": "Nov projekt",
"createProject": "Ustvari projekt" "createProject": "Ustvari projekt",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "O programu", "title": "O programu",
"frontendVersion": "Frontend verzija: {version}", "version": "Version: {version}"
"apiVersion": "API verzija: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -975,8 +975,8 @@
"share": "Dela", "share": "Dela",
"newProject": "Nytt projekt", "newProject": "Nytt projekt",
"createProject": "Skapa projekt", "createProject": "Skapa projekt",
"cantArchiveIsDefault": "", "cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "" "cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1096,7 +1096,7 @@
}, },
"about": { "about": {
"title": "Om", "title": "Om",
"version": "" "version": "Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Đăng xuất", "logout": "Đăng xuất",
"emailInvalid": "Vui lòng nhập một địa chỉ email hợp lệ.", "emailInvalid": "Vui lòng nhập một địa chỉ email hợp lệ.",
"usernameRequired": "Vui lòng cung cấp tên người dùng.", "usernameRequired": "Vui lòng cung cấp tên người dùng.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Vui lòng cung cấp một mật khẩu.", "passwordRequired": "Vui lòng cung cấp một mật khẩu.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Hiển thị mật khẩu", "showPassword": "Hiển thị mật khẩu",
"hidePassword": "Ẩn mật khẩu", "hidePassword": "Ẩn mật khẩu",
"noAccountYet": "Bạn chưa có tài khoản?", "noAccountYet": "Bạn chưa có tài khoản?",
@ -708,7 +712,8 @@
"repeat": "Lặp lại", "repeat": "Lặp lại",
"startDate": "Ngày bắt đầu", "startDate": "Ngày bắt đầu",
"title": "Tiêu đề", "title": "Tiêu đề",
"updated": "Đã cập nhật" "updated": "Đã cập nhật",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Cài hình nền", "setBackground": "Cài hình nền",
"share": "Chia sẻ", "share": "Chia sẻ",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "URL Vikunja", "url": "URL Vikunja",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "Về ứng dụng", "title": "Về ứng dụng",
"frontendVersion": "Phiên bản giao diện người dùng: {version}", "version": "Version: {version}"
"apiVersion": "Phiên bản API: {version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "注销", "logout": "注销",
"emailInvalid": "请输入有效的电子邮件地址。", "emailInvalid": "请输入有效的电子邮件地址。",
"usernameRequired": "请输入用户名", "usernameRequired": "请输入用户名",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "请提供密码", "passwordRequired": "请提供密码",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "显示密码", "showPassword": "显示密码",
"hidePassword": "隐藏密码", "hidePassword": "隐藏密码",
"noAccountYet": "还没有账号?", "noAccountYet": "还没有账号?",
@ -708,7 +712,8 @@
"repeat": "重复", "repeat": "重复",
"startDate": "开始日期", "startDate": "开始日期",
"title": "标题", "title": "标题",
"updated": "已更新" "updated": "已更新",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "你无法在此处取消订阅,因为你已通过其项目订阅了此任务。", "subscribedTaskThroughParentProject": "你无法在此处取消订阅,因为你已通过其项目订阅了此任务。",
@ -969,7 +974,9 @@
"setBackground": "设置背景", "setBackground": "设置背景",
"share": "共享", "share": "共享",
"newProject": "新项目", "newProject": "新项目",
"createProject": "创建项目" "createProject": "创建项目",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "关于", "title": "关于",
"frontendVersion": "前端版本:{version}", "version": "Version: {version}"
"apiVersion": "API 版本:{version}"
}, },
"time": { "time": {
"units": { "units": {

View File

@ -57,7 +57,11 @@
"logout": "Logout", "logout": "Logout",
"emailInvalid": "Please enter a valid email address.", "emailInvalid": "Please enter a valid email address.",
"usernameRequired": "Please provide a username.", "usernameRequired": "Please provide a username.",
"usernameMustNotContainSpace": "The username must not contain spaces.",
"usernameMustNotLookLikeUrl": "The username must not look like a URL.",
"passwordRequired": "Please provide a password.", "passwordRequired": "Please provide a password.",
"passwordNotMin": "Password must have at least 8 characters.",
"passwordNotMax": "Password must have at most 250 characters.",
"showPassword": "Show the password", "showPassword": "Show the password",
"hidePassword": "Hide the password", "hidePassword": "Hide the password",
"noAccountYet": "Don't have an account yet?", "noAccountYet": "Don't have an account yet?",
@ -708,7 +712,8 @@
"repeat": "Repeat", "repeat": "Repeat",
"startDate": "Start Date", "startDate": "Start Date",
"title": "Title", "title": "Title",
"updated": "Updated" "updated": "Updated",
"doneAt": "Done At"
}, },
"subscription": { "subscription": {
"subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.", "subscribedTaskThroughParentProject": "You can't unsubscribe here because you are subscribed to this task through its project.",
@ -969,7 +974,9 @@
"setBackground": "Set background", "setBackground": "Set background",
"share": "Share", "share": "Share",
"newProject": "New project", "newProject": "New project",
"createProject": "Create project" "createProject": "Create project",
"cantArchiveIsDefault": "You cannot archive this because it is your default project.",
"cantDeleteIsDefault": "You cannot delete this because it is your default project."
}, },
"apiConfig": { "apiConfig": {
"url": "Vikunja URL", "url": "Vikunja URL",
@ -1089,8 +1096,7 @@
}, },
"about": { "about": {
"title": "About", "title": "About",
"frontendVersion": "Frontend Version: {version}", "version": "Version: {version}"
"apiVersion": "API Version: {version}"
}, },
"time": { "time": {
"units": { "units": {