diff --git a/app/locales/taiga/locale-ca.json b/app/locales/taiga/locale-ca.json
index 2e96a1a6..979d773d 100644
--- a/app/locales/taiga/locale-ca.json
+++ b/app/locales/taiga/locale-ca.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Afiliacions - {{projectName}}",
"ADD_BUTTON": "+ Nou membre",
"ADD_BUTTON_TITLE": "Afegir nou membre",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Exportar",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Informes",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Serveis"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) es massa gran per als nostres Oompa Loompas, prova amb algun inferior a ({{maxFileSize}})",
"SYNC_SUCCESS": "El teu projecte s'ha importat correctament",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Esborrar compte de Taiga",
"CONFIRM": "Segur que vols borrar el teu compte de Taiga? ",
- "SUBTITLE": "Te trobarem a faltar! :-(",
"NEWSLETTER_LABEL_TEXT": "No vull rebre més el vostre butlletí de notícies",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcional) Afegix un text personalizat a la invitació. Dis-li algo divertit als nous membres. ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Escriu un correu"
+ "PLACEHOLDER_TYPE_EMAIL": "Escriu un correu",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Crear projecte",
"CREATE_PROJECT_TEXT": "Nou projecte. Qué il·lusió!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Quina plantilla encaixa millor al teu projecte?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Crear projecte",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-de.json b/app/locales/taiga/locale-de.json
index 48bbf81f..f4a575ed 100644
--- a/app/locales/taiga/locale-de.json
+++ b/app/locales/taiga/locale-de.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Mitgliedschaften - {{projectName}}",
"ADD_BUTTON": "+ Neues Mitglied",
"ADD_BUTTON_TITLE": "Neues Mitglied hinzufügen",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Exportieren",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Berichte",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Dienste"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Passwort ändern",
"DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Entdecke aktuelle Projekte",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Neu",
"DISCOVER": "Entdecken",
"ACTION_REORDER": "Benutzen Sie Drag & Drop zum neuen Ordnen"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) ist zu schwierig für unsere Helferlein, versuchen Sie es bitte mit einer kleineren Datei als ({{maxFileSize}})",
"SYNC_SUCCESS": "Ihr Projekt wurde erfolgreich importiert",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Dein Taiga Benutzerkonto löschen",
"CONFIRM": "Sind Sie sicher, dass Sie Ihr Taiga Benutzerkonto löschen wollen?",
- "SUBTITLE": "Wir werden Sie vermissen! :-(",
"NEWSLETTER_LABEL_TEXT": "Ich möchte keinen Newsletter mehr erhalten",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Optional) Fügen Sie einen persönlichen Text zur Einladung hinzu. Erzählen Sie Ihren neuen Mitgliedern etwas Schönes. ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Geben Sie eine E-Mail ein"
+ "PLACEHOLDER_TYPE_EMAIL": "Geben Sie eine E-Mail ein",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Projekt erstellen",
"CREATE_PROJECT_TEXT": "Frisch und sauber. Wie aufregend!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Welches Template würde besser zu Ihrem Projekt passen?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Projekt anlegen",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-es.json b/app/locales/taiga/locale-es.json
index 62a0f1da..cc20a36a 100644
--- a/app/locales/taiga/locale-es.json
+++ b/app/locales/taiga/locale-es.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Miembros - {{projectName}}",
"ADD_BUTTON": "+ Nuevo miembro",
"ADD_BUTTON_TITLE": "Añadir un nuevo miembro",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Exportar",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Informes",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Servicios"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Cambiar contraseña",
"DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Descubre los proyectos más relevantes",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Nueva",
"DISCOVER": "Descubrir",
"ACTION_REORDER": "Arrastrar y soltar para reordenar"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "El fichero '{{fileName}}' ({{fileSize}}) es demasiado pesado para nuestros Oompa Loompas, prueba con uno de menos de ({{maxFileSize}}).",
"SYNC_SUCCESS": "Tu proyecto se ha importado con éxito.",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Eliminar cuenta de Taiga",
"CONFIRM": "¿Está seguro que deseas eliminar tu cuenta de Taiga?",
- "SUBTITLE": "¡Te extrañaremos! :-(",
"NEWSLETTER_LABEL_TEXT": "No quiero recibir la newsletter nunca más.",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcional) Añade un texto personalizado a la invitación. Dile algo encantador a tus nuevos miembros ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Escribe un email"
+ "PLACEHOLDER_TYPE_EMAIL": "Escribe un email",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Crear Proyecto",
"CREATE_PROJECT_TEXT": "Fresco y claro. ¡Es emocionante!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "¿Que plantilla se ajusta mejor con tu proyecto?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Crear proyecto",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-fi.json b/app/locales/taiga/locale-fi.json
index e6f4818d..6df07a5f 100644
--- a/app/locales/taiga/locale-fi.json
+++ b/app/locales/taiga/locale-fi.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Memberships - {{projectName}}",
"ADD_BUTTON": "+ Uusi jäsen",
"ADD_BUTTON_TITLE": "Lisää jäsen",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Vie",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Raportit",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Palvelut"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Muuta salasanaa",
"DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Discover trending projects",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Uusi",
"DISCOVER": "Discover",
"ACTION_REORDER": "Drag & drop to reorder"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) on liian iso Oompa Loompaseille, kokeile pienemmällä kuin ({{maxFileSize}})",
"SYNC_SUCCESS": "Projektisi on tuotu sisään onnistuneesti",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Poista Taiga-tunnus",
"CONFIRM": "Haluatko varmasti poistaa Taiga-tunnuksesi?",
- "SUBTITLE": "Tulemme kaipaamaan sinua! :-(",
"NEWSLETTER_LABEL_TEXT": "En halua uutiskirjettä enää",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Vapaaehtoinen) Lisää oma kuvaus kutsuusi uusille jäsenille ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Anna sähköposti"
+ "PLACEHOLDER_TYPE_EMAIL": "Anna sähköposti",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Luo projekti",
"CREATE_PROJECT_TEXT": "Täysin koskematon. Jännittävää!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Mikä pohja sopii paremmin projektillesi?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Luo projekti",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-fr.json b/app/locales/taiga/locale-fr.json
index f4b58c69..7bc794b9 100644
--- a/app/locales/taiga/locale-fr.json
+++ b/app/locales/taiga/locale-fr.json
@@ -24,7 +24,7 @@
"UNBLOCK": "Débloquer",
"UNBLOCK_TITLE": "Débloquer cet élément",
"BLOCKED_NOTE": "Pourquoi est-ce bloqué ?",
- "BLOCKED_REASON": "Veillez s'il vous plait indiquer la raison",
+ "BLOCKED_REASON": "Veuillez s'il vous plait indiquer la raison",
"CREATED_BY": "Créé par {{fullDisplayName}}",
"FROM": "de",
"TO": "à",
@@ -41,8 +41,8 @@
"IOCAINE_TEXT": "Vous vous sentez un peu submergé(e) par une tâche ? Soyez certains d'en informer les autres en cliquant sur Iocaine lors de la modification de la tâche. Il est possible de s'immuniser contre ce poison (fictif) en consommant de petites quantités en heures supplémentaires, tout comme il est possible de s'améliorer en acceptant parfois de nouveaux défis !",
"CLIENT_REQUIREMENT": "Un besoin client est un nouveau besoin qui n'était pas prévu et qu'il est nécessaire d'intégrer au projet",
"TEAM_REQUIREMENT": "Un besoin projet est un besoin qui est nécessaire au projet mais qui ne doit avoir aucun impact pour le client",
- "OWNER": "Project Owner",
- "CAPSLOCK_WARNING": "Be careful! You are writing with capital letters and this input is case sensitive.",
+ "OWNER": "Propriétaire du Projet",
+ "CAPSLOCK_WARNING": "Attention : vous écrivez en lettres majuscules alors que ce champ est sensible à la casse.",
"FORM_ERRORS": {
"DEFAULT_MESSAGE": "Cette valeur semble être invalide.",
"TYPE_EMAIL": "Cette valeur devrait être une adresse courriel valide.",
@@ -67,8 +67,8 @@
"MAX_CHECK": "Vous devez sélectionner %s options ou moins.",
"RANGE_CHECK": "Vous devez sélectionner parmi les choix %s et %s.",
"EQUAL_TO": "Cette valeur doit être identique.",
- "LINEWIDTH": "One or some lines are too long. They should have %s characters or less.",
- "PIKADAY": "Invalid date format, use DD MMM YYYY (like 23 Mar 1984)"
+ "LINEWIDTH": "Une ou plusieurs lignes sont trop longues. Elles doivent avoir %s caractères au maximum.",
+ "PIKADAY": "Format de date invalide, utiliser DD MMM YYYY (par exemple 23 Mar 1984)"
},
"PICKERDATE": {
"FORMAT": "DD MMM YYYY",
@@ -119,7 +119,7 @@
"ADD": "Ajouter un mot-clé"
},
"DESCRIPTION": {
- "EMPTY": "Un espace vide est si ennuyeux… allez-y, soyez descriptif… ",
+ "EMPTY": "Un espace vide est si ennuyeux… allez-y, soyez descriptif…",
"NO_DESCRIPTION": "Pas encore de description"
},
"FIELDS": {
@@ -147,7 +147,7 @@
},
"ASSIGNED_TO": {
"NOT_ASSIGNED": "Non affecté",
- "ASSIGN": "Assigné",
+ "ASSIGN": "Affecter",
"DELETE_ASSIGNMENT": "Supprimer l'affectation",
"REMOVE_ASSIGNED": "Supprimer l'affectation",
"TOO_MANY": "...trop d'utilisateurs ; filtrez davantage",
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Membres - {{projectName}}",
"ADD_BUTTON": "+ Nouveau membre",
"ADD_BUTTON_TITLE": "Ajouter un membre",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Exporter",
@@ -432,10 +432,10 @@
"DISABLE": "Désactiver",
"BACKLOG": "Backlog",
"BACKLOG_DESCRIPTION": "Gérez votre récits utilisateur pour garder une vue organisée des travaux à venir et priorisés.",
- "NUMBER_SPRINTS": "Expected number of sprints",
- "NUMBER_SPRINTS_HELP": "0 for an undetermined quantity",
- "NUMBER_US_POINTS": "Expected total of story points",
- "NUMBER_US_POINTS_HELP": "0 for an undetermined quantity",
+ "NUMBER_SPRINTS": "Nombre prévu de sprints",
+ "NUMBER_SPRINTS_HELP": "0 pour une quantité indéterminée",
+ "NUMBER_US_POINTS": "Total prévu de points d'histoire",
+ "NUMBER_US_POINTS_HELP": "0 pour une quantité indéterminée",
"KANBAN": "Kanban",
"KANBAN_DESCRIPTION": "Organisez votre projet de manière agile avec ce tableau.",
"ISSUES": "Tickets",
@@ -443,9 +443,9 @@
"WIKI": "Wiki",
"WIKI_DESCRIPTION": "Ajoutez, modifiez, ou supprimez du contenu en collaboration avec d'autres. C'est le bon endroit pour la documentation de votre projet.",
"MEETUP": "Meet Up",
- "MEETUP_DESCRIPTION": "Choose your videoconference system.",
+ "MEETUP_DESCRIPTION": "Choisissez un système de vidéoconférence",
"SELECT_VIDEOCONFERENCE": "Choisissez un système de vidéoconférence",
- "SALT_CHAT_ROOM": "Add a prefix to the chat room name",
+ "SALT_CHAT_ROOM": "Ajouter un préfix au nom de l'espace de discussion",
"JITSI_CHAT_ROOM": "Jitsi",
"APPEARIN_CHAT_ROOM": "AppearIn",
"TALKY_CHAT_ROOM": "Talky",
@@ -468,11 +468,20 @@
"DELETE": "Supprimer ce projet",
"LOGO_HELP": "L'image va être agrandie à 80x80px",
"CHANGE_LOGO": "Changer le logo",
- "ACTION_USE_DEFAULT_LOGO": "Utiliser l'image par défaut ",
- "MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
- "MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
- "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "ACTION_USE_DEFAULT_LOGO": "Utiliser l'image par défaut",
+ "MAX_PRIVATE_PROJECTS": "Vous avez atteint le nombre maximum de projets privés",
+ "MAX_PRIVATE_PROJECTS_MEMBERS": "Ce projet dépasse le nombre maximum de membres autorisés pour un projet privé",
+ "MAX_PUBLIC_PROJECTS": "Vous avez atteint le nombre maximum de projets publics",
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "Ce projet dépasse le nombre maximum de membres autorisés pour un projet public.",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Rapports",
@@ -508,7 +517,7 @@
},
"PROJECT_VALUES": {
"PAGE_TITLE": "{{sectionName}} - Valeurs du projet - {{projectName}}",
- "REPLACEMENT": "Tous les éléments avec cette valeur seront modifiés pour ",
+ "REPLACEMENT": "Tous les éléments avec cette valeur seront modifiés pour",
"ERROR_DELETE_ALL": "Vous ne pouvez pas effacer toutes les valeurs."
},
"PROJECT_VALUES_POINTS": {
@@ -554,7 +563,7 @@
"REPLACEMENT_ROLE": "Tous les utilisateurs avec ce rôle seront déplacés dans",
"WARNING_DELETE_ROLE": "Be careful, all role estimations will be removed",
"ERROR_DELETE_ALL": "Vous ne pouvez pas supprimer toutes les valeurs",
- "EXTERNAL_USER": "Utilisateur externe "
+ "EXTERNAL_USER": "Utilisateur externe"
},
"THIRD_PARTIES": {
"SECRET_KEY": "Clé secrète",
@@ -592,7 +601,7 @@
"REQUEST": "Requête",
"RESEND_REQUEST": "Renvoyer la requête",
"HEADERS": "Entêtes",
- "PAYLOAD": "Données utiles ",
+ "PAYLOAD": "Données utiles",
"RESPONSE": "Réponse",
"DATE": "DD MMM YYYY [at] hh:mm:ss",
"ACTION_HIDE_HISTORY": "(Cacher l'historique)",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Services"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -741,9 +768,9 @@
"WATCHERS_COUNTER_TITLE": "{total, plural, one{un observateur} other{# observateurs}}",
"MEMBERS_COUNTER_TITLE": "{total, plural, one{un membre} other{# membres}}",
"BLOCKED_PROJECT": {
- "BLOCKED": "Blocked project",
- "THIS_PROJECT_IS_BLOCKED": "This project is temporarily blocked",
- "TO_UNBLOCK_CONTACT_THE_ADMIN_STAFF": "To unblock your projects you must contact with the admin staff"
+ "BLOCKED": "Projet bloqué",
+ "THIS_PROJECT_IS_BLOCKED": "Ce projet est temporairement verrouillé",
+ "TO_UNBLOCK_CONTACT_THE_ADMIN_STAFF": "Vous devez contacter l'équipe d'administration pour déverrouiller vos projets"
},
"STATS": {
"PROJECT": "points
projet",
@@ -774,7 +801,7 @@
"TITLE_NEXT_PROJECT": "Montrer les projets suivants",
"HELP_TITLE": "Page d'assistance Taiga",
"HELP": "Aide",
- "HOMEPAGE": "Page d'accueil ",
+ "HOMEPAGE": "Page d'accueil",
"FEEDBACK_TITLE": "Envoyez vos commentaires",
"FEEDBACK": "Feedback",
"NOTIFICATIONS_TITLE": "Modifier vos réglages de notification",
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Modifier le mot de passe",
"DASHBOARD_TITLE": "Tableau de bord",
"DISCOVER_TITLE": "Découvrir les projets populaires",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Nouveau",
"DISCOVER": "Découvrir",
"ACTION_REORDER": "Glisser-déposer pour réorganiser"
},
@@ -808,28 +835,28 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) est un peu trop lourd pour nos Oompa Loompas, réessayez avec un fichier d'une taille inférieure à ({{maxFileSize}})",
"SYNC_SUCCESS": "Votre projet a été importé avec succès",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
- "TITLE": "You don't have space for another private project",
- "DESC": "The project you want to import is private, but you don't have space to create more."
+ "TITLE": "Vous n'avez plus d'espace pour un projet privé supplémentaire",
+ "DESC": "Le projet que vous souhaitez importer est privé mais vous n'avez plus d'espace pour en créer de nouveaux."
},
"PUBLIC_PROJECTS_SPACE": {
- "TITLE": "You don't' have space for another public project",
- "DESC": "The project you want to import is public, but you don't have space to create more."
+ "TITLE": "Vous n'avez plus d'espace pour un projet public supplémentaire",
+ "DESC": "Le projet que vous souhaitez importer est public mais vous n'avez plus d'espace pour en créer de nouveaux."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
- "DESC": "The project that you want to import is private and has {{members}} users."
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
+ "DESC": "Le projet que vous souhaitez importer est privé et contient {{members}} utilisateurs."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
- "DESC": "The public that you want to import is public and has more than {{members}} users."
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
+ "DESC": "Le projet que vous souhaitez importer est public et contient plus de {{members}} utilisateurs."
}
}
},
@@ -859,10 +886,9 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Supprimer le compte Taiga",
"CONFIRM": "Etes-vous sûr de vouloir supprimer votre compte Taiga ?",
- "SUBTITLE": "Vous allez nous manquer ! :-(",
"NEWSLETTER_LABEL_TEXT": "Je ne veux plus recevoir votre bulletin d'information",
- "CANCEL": "Back to settings",
- "ACCEPT": "Delete account",
+ "CANCEL": "Retour aux réglages",
+ "ACCEPT": "Supprimer le compte",
"BLOCK_PROJECT": "Note that all your projects owned will be blocked. If you do not want to block your projects before deleting your account you can transfer ownership of the project to someone else."
},
"DELETE_PROJECT": {
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Optionnel) Ajoutez un texte personnalisé à l'invitation. Dites quelque chose de gentil à vos nouveaux membres ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Saisissez une adresse courriel"
+ "PLACEHOLDER_TYPE_EMAIL": "Saisissez une adresse courriel",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1056,7 +1100,7 @@
},
"SPRINT_SUMMARY": {
"TOTAL_POINTS": "total
points",
- "COMPLETED_POINTS": "complétés
points",
+ "COMPLETED_POINTS": "points
complétés",
"OPEN_TASKS": "tâches
ouvertes",
"CLOSED_TASKS": "tâches
fermées",
"IOCAINE_DOSES": "doses
de iocaine",
@@ -1329,7 +1373,7 @@
"USER_PROFILE": {
"IMAGE_HELP": "L'image va être agrandie à 80x80px",
"ACTION_CHANGE_IMAGE": "Modifier",
- "ACTION_USE_GRAVATAR": "Utiliser l'image par défaut ",
+ "ACTION_USE_GRAVATAR": "Utiliser l'image par défaut",
"ACTION_DELETE_ACCOUNT": "Supprime le compte Taiga",
"CHANGE_EMAIL_SUCCESS": "Consultez votre messagerie !
Nous vous avons envoyé un courriel
avec les instructions à suivre pour saisir votre nouvelle adresse",
"CHANGE_PHOTO": "Changer la photo",
@@ -1349,16 +1393,16 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Créer un projet",
"CREATE_PROJECT_TEXT": "Tout beau, tout nouveau !",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
- "CHOOSE_TEMPLATE_TITLE": "More info about project templates",
- "CHOOSE_TEMPLATE_INFO": "More info",
- "PROJECT_DETAILS": "Project Details",
- "PUBLIC_PROJECT": "Public Project",
- "PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
- "MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
- "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "CHANGE_PLANS": "change plans"
+ "CHOOSE_TEMPLATE": "Quel template conviendrait le mieux à votre projet ?",
+ "CHOOSE_TEMPLATE_TITLE": "Plus d'information sur les templates de projets",
+ "CHOOSE_TEMPLATE_INFO": "Plus d'informations",
+ "PROJECT_DETAILS": "Détails du projet",
+ "PUBLIC_PROJECT": "Projet public",
+ "PRIVATE_PROJECT": "Projet privé",
+ "CREATE_PROJECT": "Créer un projet",
+ "MAX_PRIVATE_PROJECTS": "Vous avez atteint le nombre maximum de projets privés",
+ "MAX_PUBLIC_PROJECTS": "Vous avez atteint le nombre maximum de projets publics",
+ "CHANGE_PLANS": "changer de souscription"
},
"WIKI": {
"PAGE_TITLE": "{{wikiPageName}} - Wiki - {{projectName}}",
@@ -1495,12 +1539,12 @@
}
},
"DISCOVER": {
- "PAGE_TITLE": "Discover projects - Taiga",
+ "PAGE_TITLE": "Découvrir les projets - Taiga",
"PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.",
"DISCOVER_TITLE": "Découvrir les projets",
"DISCOVER_SUBTITLE": "{projects, plural, one{Un projet public à découvrir} other{# projets publics à découvrir}}",
"MOST_ACTIVE": "les plus actifs",
- "MOST_ACTIVE_EMPTY": "Il n'y a pas de projets actifs pour le moment",
+ "MOST_ACTIVE_EMPTY": "Il n'y a pas de projet actif pour le moment",
"MOST_LIKED": "Les plus « aimés »",
"MOST_LIKED_EMPTY": "Il n'y a pas encore de projet « aimé »",
"VIEW_MORE": "Voir plus",
@@ -1514,12 +1558,12 @@
"PEOPLE": "En recherche de membres",
"WEEK": "Semaine dernière",
"MONTH": "Mois dernier",
- "YEAR": "Leanne dernière",
+ "YEAR": "Année dernière",
"ALL_TIME": "Tout le temps",
"CLEAR": "Effacer les filtres"
},
"SEARCH": {
- "PAGE_TITLE": "Search - Discover projects - Taiga",
+ "PAGE_TITLE": "Rechercher - Découvrir les projets - Taiga",
"PAGE_DESCRIPTION": "Searchable directory of Public Projects in Taiga. Explore backlogs, timelines, issues, and teams. Check out the most liked or most active projects. Filter by Kanban or Scrum.",
"INPUT_PLACEHOLDER": "Écrivez quelque chose...",
"ACTION_TITLE": "Rechercher",
diff --git a/app/locales/taiga/locale-it.json b/app/locales/taiga/locale-it.json
index 67887a44..cd913564 100644
--- a/app/locales/taiga/locale-it.json
+++ b/app/locales/taiga/locale-it.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Webhooks - {{projectName}}",
"ADD_BUTTON": "Nuovo Membro",
"ADD_BUTTON_TITLE": "Aggiungi un nuovo membro",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Esporta",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Rapporti",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Servizi"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Cambia password",
"DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Scopri i progetti più seguiti",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Nuovo",
"DISCOVER": "Scopri",
"ACTION_REORDER": "Usa drag & drop per riordinare"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) è troppo pesante per i nostri Oompa Loompa; falli contenti, prova con una dimensione minore di ({{maxFileSize}})",
"SYNC_SUCCESS": "Il tuo progetto è stato importato con successo",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Elimina Account Taiga",
"CONFIRM": "Sei sicuro di voler eliminare il tuo account Taiga?",
- "SUBTITLE": "Ci mancherai! :-(",
"NEWSLETTER_LABEL_TEXT": "Non voglio più ricevere le vostre newsletter",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(facoltativo) aggiungi un testo personalizzato all'invito. Di qualcosa di simpatico ai tuoi nuovi membri ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Scrivi una mail"
+ "PLACEHOLDER_TYPE_EMAIL": "Scrivi una mail",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Crea Progetto",
"CREATE_PROJECT_TEXT": "Nuovo di zecca. Vai così!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Quale template si adatta meglio al tuo progetto?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Crea progetto",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-nl.json b/app/locales/taiga/locale-nl.json
index 69ae1a0b..f1d57f4c 100644
--- a/app/locales/taiga/locale-nl.json
+++ b/app/locales/taiga/locale-nl.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Lidmaatschappen - {{projectName}}",
"ADD_BUTTON": "+ Nieuwe gebruiker",
"ADD_BUTTON_TITLE": "Nieuwe gebruiker toevoegen",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Export",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Rapporten",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Services"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Wachtwoord wijzigen",
"DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Ontdek trending projecten",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Nieuw",
"DISCOVER": "Ontdek",
"ACTION_REORDER": "Sleep om de volgorde te veranderen"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) is te zwaar voor onze Oempa-Loempa's, probeer het met een bestand kleiner dan ({{maxFileSize}})",
"SYNC_SUCCESS": "Je project werd met succes geïmporteerd",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Taiga account verwijderen",
"CONFIRM": "Weet je zeker dat je je Taiga account wilt verwijderen?",
- "SUBTITLE": "We gaan je missen! :-(",
"NEWSLETTER_LABEL_TEXT": "Ik wil de nieuwsbrief niet meer ontvangen",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Optioneel) Voeg een gepersonaliseerd bericht toe aan je uitnodiging. Vertel iets leuks aan je nieuwe leden ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Type en E-mail"
+ "PLACEHOLDER_TYPE_EMAIL": "Type en E-mail",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Project aanmaken",
"CREATE_PROJECT_TEXT": "Vers en proper. Spanned!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Welk template zou beter bij je project passen?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Project aanmaken",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-pl.json b/app/locales/taiga/locale-pl.json
index fa4d8960..985e24ab 100644
--- a/app/locales/taiga/locale-pl.json
+++ b/app/locales/taiga/locale-pl.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Członkostwa - {{projectName}}",
"ADD_BUTTON": "+ Nowy członek",
"ADD_BUTTON_TITLE": "Dodaj nowego członka",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Eksport",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Raporty",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Ważność"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Zmień hasło",
"DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Odkryj projekty",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Nowe",
"DISCOVER": "Odkryj",
"ACTION_REORDER": "Przeciągnij i upuść żeby zmienić kolejność"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) plik jest za ciężki, maksymalna wartość to: ({{maxFileSize}})",
"SYNC_SUCCESS": "Twój projekt zaimportował się prawidłowo!",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Usuń konto z Taiga",
"CONFIRM": "Czy na pewno chcesz usunąć swoje konto z Taiga?",
- "SUBTITLE": "Będziemy tęsknić! :(",
"NEWSLETTER_LABEL_TEXT": "Nie chcę więcej otrzymywać waszego newslettera",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcjonalne) Dodaj spersonalizowany tekst do zaproszenia. Napisz coś słodziachnego do nowego członka zespołu :)",
- "PLACEHOLDER_TYPE_EMAIL": "Wpisz Email"
+ "PLACEHOLDER_TYPE_EMAIL": "Wpisz Email",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Utwórz projekt",
"CREATE_PROJECT_TEXT": "Nowy, zwinny! To takie ekscytujące!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Który szablon lepiej pasuje do Twojego projektu?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Utwórz projekt",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-pt-br.json b/app/locales/taiga/locale-pt-br.json
index 15bc02b3..93f7c95f 100644
--- a/app/locales/taiga/locale-pt-br.json
+++ b/app/locales/taiga/locale-pt-br.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Filiados - {{projectName}}",
"ADD_BUTTON": "+ Novo Membro",
"ADD_BUTTON_TITLE": "Adicionar novo membro",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Exportar",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Relatórios",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Serviços"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Alterar senha",
"DASHBOARD_TITLE": "Painel",
"DISCOVER_TITLE": "Descobrir projetos em destaques",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Novo",
"DISCOVER": "Descubra",
"ACTION_REORDER": "Seguro e arraste para ordenar"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) é muito pesado para nossos Oompa Loompas, tente algo menor que ({{maxFileSize}})",
"SYNC_SUCCESS": "Seu projeto foi importado com sucesso",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Apagar conta no Taiga",
"CONFIRM": "Você tem certeza que quer apagar sua conta Taiga?",
- "SUBTITLE": "Nós vamos sentir sua falta! :-(",
"NEWSLETTER_LABEL_TEXT": "Eu não quero receber mais os informativos",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcional) Adicione uma mensagem de texto ao convite. Diga algo animador para os novos membros ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Digite um Email"
+ "PLACEHOLDER_TYPE_EMAIL": "Digite um Email",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Criar Projeto",
"CREATE_PROJECT_TEXT": "Novo em folha. Tão excitante!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Qual template se encaixa melhor no seu projeto?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Criar projeto",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-ru.json b/app/locales/taiga/locale-ru.json
index 9f23aebf..276baf84 100644
--- a/app/locales/taiga/locale-ru.json
+++ b/app/locales/taiga/locale-ru.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Участие - {{projectName}}",
"ADD_BUTTON": "+ Новый участник",
"ADD_BUTTON_TITLE": "Добавить нового участника",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Экспорт",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Отчеты",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Сервисы"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Изменить пароль",
"DASHBOARD_TITLE": "Рабочий стол",
"DISCOVER_TITLE": "Найти проекты в тренде",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Новая",
"DISCOVER": "Найти",
"ACTION_REORDER": "Можно перетаскивать мышкой"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) это слишком много для наших Умпа-Лумп, попробуйте еще раз с размером меньшим, чем ({{maxFileSize}})",
"SYNC_SUCCESS": "Импорт проекта выполнен успешно",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Удалить аккаунт",
"CONFIRM": "Вы уверены, что хотите удалить ваш аккаунт?",
- "SUBTITLE": "Мы будем скучать по вам! :-(",
"NEWSLETTER_LABEL_TEXT": "Я больше не хочу получать вашу новостную рассылку",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Необязательно) Добавьте персональный текст в приглашение. Скажите что-нибудь приятное вашим новым участникам ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Укажите e-mail"
+ "PLACEHOLDER_TYPE_EMAIL": "Укажите e-mail",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Создать проект",
"CREATE_PROJECT_TEXT": "Свежий и чистый! Так здóрово!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Какой шаблон лучше всего подойдет для Вашего проекта?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Создать проект",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-sv.json b/app/locales/taiga/locale-sv.json
index f20e5557..6558a139 100644
--- a/app/locales/taiga/locale-sv.json
+++ b/app/locales/taiga/locale-sv.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Medlemskap - {{projectName}}",
"ADD_BUTTON": "+ Ny medlem",
"ADD_BUTTON_TITLE": "Lägg till ny medlem",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Exportera",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Rapporter",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Tjänster"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Byt lösenord",
"DASHBOARD_TITLE": "Instrumentpanel",
"DISCOVER_TITLE": "Upptäck nya rörliga projekt",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Ny",
"DISCOVER": "Upptäck",
"ACTION_REORDER": "Dra & släpp för att sortera"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) är för tungt för våra Oompa Loompier. Försök med något mindre än ({{maxFileSize}})",
"SYNC_SUCCESS": "Ditt projekt är korrekt importerad",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Ta bort konto",
"CONFIRM": "Är du säker på att du vill radera kontot?",
- "SUBTITLE": "Vi kommer att sakna dig!",
"NEWSLETTER_LABEL_TEXT": "Jag vill inte motta flera nyhetsbrev",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Valfritt) Lägg till en personlig hälsning till invitationen. Berätta något trevligt till din nya projektmedlem ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Skriv in en e-postadress"
+ "PLACEHOLDER_TYPE_EMAIL": "Skriv in en e-postadress",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Skapa projekt",
"CREATE_PROJECT_TEXT": "Fräscht och rent. Så trevligt!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Vilken mall skulle passa bättre i det här projektet? ",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Skapa projekt",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-tr.json b/app/locales/taiga/locale-tr.json
index a56d4c14..cf620f99 100644
--- a/app/locales/taiga/locale-tr.json
+++ b/app/locales/taiga/locale-tr.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "Üyelikler - {{projectName}}",
"ADD_BUTTON": "+ Yeni üye",
"ADD_BUTTON_TITLE": "Yeni üye ekle",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "Dışarı aktar",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Raporlar",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "Servisler"
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Parolayı değiştir",
"DASHBOARD_TITLE": "Pano",
"DISCOVER_TITLE": "Trend projeleri keşfet",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "Yeni",
"DISCOVER": "Keşfet",
"ACTION_REORDER": "Yeniden sıralamak için sürükleyin ve bırakın"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "({{fileSize}}) boyutundaki '{{fileName}}' dosya honki ponkilerimiz için oldukça ağır geldi, ({{maxFileSize}}) boyutundan daha küçük bir şeylerle deneyin",
"SYNC_SUCCESS": "Projeniz başarıyla içe aktarıldı",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "Taiga Hesabını Sil",
"CONFIRM": "Taiga hesabınızı silmek istediğinizden emin misiniz?",
- "SUBTITLE": "Sizi özleyeceğiz! :-(",
"NEWSLETTER_LABEL_TEXT": "Bundan böyle bülteninizi almak istemiyorum.",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opsiyonel) Davetinize kişiselleştirilmiş bir metin ekleyin. Yeni üyelerinize tatlı bir şeyler söyleyin ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "Bir e-posta girin"
+ "PLACEHOLDER_TYPE_EMAIL": "Bir e-posta girin",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Proje Oluştur",
"CREATE_PROJECT_TEXT": "Taze ve temiz. Heycan verici!",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "Hangi şablon sizin projeniz için daha uygun?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "Proje oluştur",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"
diff --git a/app/locales/taiga/locale-zh-hant.json b/app/locales/taiga/locale-zh-hant.json
index e0fa2f59..e6cc838f 100644
--- a/app/locales/taiga/locale-zh-hant.json
+++ b/app/locales/taiga/locale-zh-hant.json
@@ -409,8 +409,8 @@
"PAGE_TITLE": "成員資格 - {{projectName}}",
"ADD_BUTTON": "+ 新成員",
"ADD_BUTTON_TITLE": "增加新成員",
- "LIMIT_USERS_WARNING": "Why can't I add more members",
- "LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have {{members}} members per project. If you want to add more members get in touch with the administrators"
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members ({{members}}).",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members ({{members}}). If you want to add more members please contact the administrators."
},
"PROJECT_EXPORT": {
"TITLE": "匯出",
@@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
- "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects"
+ "MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects",
+ "PROJECT_OWNER": "Project owner",
+ "REQUEST_OWNERSHIP": "Request ownership",
+ "REQUEST_OWNERSHIP_CONFIRMATION_TITLE": "Do you want to be the project owner?",
+ "REQUEST_OWNERSHIP_DESC": "Ask the owner {{name}} to transfert to you the project ownership.",
+ "REQUEST_OWNERSHIP_BUTTON": "Request",
+ "REQUEST_OWNERSHIP_SUCCESS": "We'll notify the project owner",
+ "CHANGE_OWNER": "Change owner",
+ "CHANGE_OWNER_SUCCESS_TITLE": "Ok, your request has been sent",
+ "CHANGE_OWNER_SUCCESS_DESC": "We will notify you by email whether it accepts or rejects the ownership of the project."
},
"REPORTS": {
"TITLE": "Reports",
@@ -680,6 +689,24 @@
},
"SUBMENU_THIDPARTIES": {
"TITLE": "服務 "
+ },
+ "PROJECT_TRANSFER": {
+ "DO_YOU_ACCEPT_PROJECT_OWNERNSHIP": "Do you want to be the new project owner?",
+ "PRIVATE": "Private",
+ "ACCEPTED_PROJECT_OWNERNSHIP": "OK. Now you are the new owner of the project.",
+ "REJECTED_PROJECT_OWNERNSHIP": "OK. We will contact with the owner",
+ "ACCEPT": "Accept",
+ "REJECT": "Reject",
+ "PROPOSE_OWNERSHIP": "{{owner}}, the current owner of the project {{project}} wants you to be the new owner of the project.",
+ "ADD_COMMENT_QUESTION": "Do you want to add a comment for the owner?",
+ "ADD_COMMENT": "Do you want to add a comment for the owner?",
+ "UNLIMITED_PROJECTS": "Unlimited",
+ "OWNER_MESSAGE": {
+ "PRIVATE": "Remember, you can own up to {{maxProjects}} private projects and you already own {{currentProjects}} private projects",
+ "PUBLIC": "Remember, you can own {{maxProjects}} public projects and you already own {{currentProjects}} public projects"
+ },
+ "CANT_BE_OWNED": "Right now you can't be the owner of a project with this characteristics. To be the owner of this project you should contact the admin staff and change your account conditions.",
+ "CHANGE_MY_PLAN": "Change my plan"
}
},
"USER": {
@@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "更換密碼 ",
"DASHBOARD_TITLE": "控制台",
"DISCOVER_TITLE": "發現流行專案",
- "NEW_ITEM": "New",
+ "NEW_ITEM": "新 ",
"DISCOVER": "發現",
"ACTION_REORDER": "拖移 & 丟到來記錄"
},
@@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) 超過系統容量上限, 請重傳小一點的檔案 ({{maxFileSize}})",
"SYNC_SUCCESS": "你的專案已成功滙入",
"PROJECT_RESTRICTIONS": {
- "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_members}} users per project. If you want have more users contact with the administrators.",
+ "PROJECT_MEMBERS_DESC": "The project you want to import has {{members}} users, but you are only allowed to have {{max_memberships}} users per project. If you want have more users contact with the administrators.",
"PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project",
"DESC": "The project you want to import is private, but you don't have space to create more."
@@ -818,17 +845,17 @@
"DESC": "The project you want to import is public, but you don't have space to create more."
},
"PRIVATE_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per private project"
+ "TITLE": "Your account only allows {{max_memberships}} users per private project"
},
"PUBLIC_PROJECTS_MEMBERS": {
- "TITLE": "Your account only allows {{max_members}} users per public project"
+ "TITLE": "Your account only allows {{max_memberships}} users per public project"
},
"PRIVATE_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another private project and neither for more than {{max_members}} users per private projects",
+ "TITLE": "You don't have space for another private project and neither for more than {{max_memberships}} users per private projects",
"DESC": "The project that you want to import is private and has {{members}} users."
},
"PUBLIC_PROJECTS_SPACE_MEMBERS": {
- "TITLE": "You don't have space for another public project and neither for more than {{max_members}} users per public projects",
+ "TITLE": "You don't have space for another public project and neither for more than {{max_memberships}} users per public projects",
"DESC": "The public that you want to import is public and has more than {{members}} users."
}
}
@@ -859,7 +886,6 @@
"DELETE_ACCOUNT": {
"SECTION_NAME": "刪除Taiga帳戶",
"CONFIRM": "你確定要刪除Taiga帳戶嗎?",
- "SUBTITLE": "我們會想念你:-(",
"NEWSLETTER_LABEL_TEXT": "不願再收到電子月報",
"CANCEL": "Back to settings",
"ACCEPT": "Delete account",
@@ -919,7 +945,25 @@
},
"CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(非必要) 加上一段私人文字在邀請信,告訴你的新成員一些好事 ;-)",
- "PLACEHOLDER_TYPE_EMAIL": "輸入一個電郵地址"
+ "PLACEHOLDER_TYPE_EMAIL": "輸入一個電郵地址",
+ "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than {{maxMembers}} members.
If you want to add more members contact the administrators.",
+ "LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than {{maxMembers}} members."
+ },
+ "LEAVE_PROJECT_WARNING": {
+ "TITLE": "You can not leave the project without owner",
+ "CURRENT_USER_OWNER": {
+ "DESC": "You are the project owner before leaving it you must pass the property to someone else.",
+ "BUTTON": "Change the project owner"
+ },
+ "OTHER_USER_OWNER": {
+ "DESC": "You can't delete the project owner, you must request a new owner before deleting the user.",
+ "BUTTON": "Request change project owner"
+ }
+ },
+ "CHANGE_OWNER": {
+ "TITLE": "Who do you want to be the new owner?",
+ "ADD_COMMENT": "Add comment",
+ "BUTTON": "Ask this teammate to be the owner"
}
},
"US": {
@@ -1349,13 +1393,13 @@
"WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "創建專案",
"CREATE_PROJECT_TEXT": "新鮮與乾淨,太好了",
- "CHOOSE_TEMPLATE": "Which template would fit better in your project?",
+ "CHOOSE_TEMPLATE": "哪一個樣版最適合你的專案",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project",
- "CREATE_PROJECT": "Create project",
+ "CREATE_PROJECT": "創建專案",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans"