[i18n] Update locales

stable
David Barragán Merino 2016-03-24 12:25:05 +01:00
parent 121346871c
commit c850b6e523
13 changed files with 786 additions and 214 deletions

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Afiliacions - {{projectName}}", "PAGE_TITLE": "Afiliacions - {{projectName}}",
"ADD_BUTTON": "+ Nou membre", "ADD_BUTTON": "+ Nou membre",
"ADD_BUTTON_TITLE": "Afegir nou membre", "ADD_BUTTON_TITLE": "Afegir nou membre",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Exportar", "TITLE": "Exportar",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Informes", "TITLE": "Informes",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Serveis" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "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}})", "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", "SYNC_SUCCESS": "El teu projecte s'ha importat correctament",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Esborrar compte de Taiga", "SECTION_NAME": "Esborrar compte de Taiga",
"CONFIRM": "Segur que vols borrar el teu 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", "NEWSLETTER_LABEL_TEXT": "No vull rebre més el vostre butlletí de notícies",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcional) Afegix un text personalizat a la invitació. Dis-li algo divertit als nous membres. ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Crear projecte", "SECTION_TITLE_CREATE_PROJECT": "Crear projecte",
"CREATE_PROJECT_TEXT": "Nou projecte. Qué il·lusió!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Mitgliedschaften - {{projectName}}", "PAGE_TITLE": "Mitgliedschaften - {{projectName}}",
"ADD_BUTTON": "+ Neues Mitglied", "ADD_BUTTON": "+ Neues Mitglied",
"ADD_BUTTON_TITLE": "Neues Mitglied hinzufügen", "ADD_BUTTON_TITLE": "Neues Mitglied hinzufügen",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Exportieren", "TITLE": "Exportieren",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Berichte", "TITLE": "Berichte",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Dienste" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Passwort ändern", "CHANGE_PASSWORD": "Passwort ändern",
"DASHBOARD_TITLE": "Dashboard", "DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Entdecke aktuelle Projekte", "DISCOVER_TITLE": "Entdecke aktuelle Projekte",
"NEW_ITEM": "New", "NEW_ITEM": "Neu",
"DISCOVER": "Entdecken", "DISCOVER": "Entdecken",
"ACTION_REORDER": "Benutzen Sie Drag & Drop zum neuen Ordnen" "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}})", "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", "SYNC_SUCCESS": "Ihr Projekt wurde erfolgreich importiert",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Dein Taiga Benutzerkonto löschen", "SECTION_NAME": "Dein Taiga Benutzerkonto löschen",
"CONFIRM": "Sind Sie sicher, dass Sie Ihr Taiga Benutzerkonto löschen wollen?", "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", "NEWSLETTER_LABEL_TEXT": "Ich möchte keinen Newsletter mehr erhalten",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "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_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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Projekt erstellen", "SECTION_TITLE_CREATE_PROJECT": "Projekt erstellen",
"CREATE_PROJECT_TEXT": "Frisch und sauber. Wie aufregend!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Miembros - {{projectName}}", "PAGE_TITLE": "Miembros - {{projectName}}",
"ADD_BUTTON": "+ Nuevo miembro", "ADD_BUTTON": "+ Nuevo miembro",
"ADD_BUTTON_TITLE": "Añadir un nuevo miembro", "ADD_BUTTON_TITLE": "Añadir un nuevo miembro",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Exportar", "TITLE": "Exportar",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Informes", "TITLE": "Informes",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Servicios" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Cambiar contraseña", "CHANGE_PASSWORD": "Cambiar contraseña",
"DASHBOARD_TITLE": "Dashboard", "DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Descubre los proyectos más relevantes", "DISCOVER_TITLE": "Descubre los proyectos más relevantes",
"NEW_ITEM": "New", "NEW_ITEM": "Nueva",
"DISCOVER": "Descubrir", "DISCOVER": "Descubrir",
"ACTION_REORDER": "Arrastrar y soltar para reordenar" "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}}).", "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.", "SYNC_SUCCESS": "Tu proyecto se ha importado con éxito.",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Eliminar cuenta de Taiga", "SECTION_NAME": "Eliminar cuenta de Taiga",
"CONFIRM": "¿Está seguro que deseas eliminar tu 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.", "NEWSLETTER_LABEL_TEXT": "No quiero recibir la newsletter nunca más.",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcional) Añade un texto personalizado a la invitación. Dile algo encantador a tus nuevos miembros ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Crear Proyecto", "SECTION_TITLE_CREATE_PROJECT": "Crear Proyecto",
"CREATE_PROJECT_TEXT": "Fresco y claro. ¡Es emocionante!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Memberships - {{projectName}}", "PAGE_TITLE": "Memberships - {{projectName}}",
"ADD_BUTTON": "+ Uusi jäsen", "ADD_BUTTON": "+ Uusi jäsen",
"ADD_BUTTON_TITLE": "Lisää jäsen", "ADD_BUTTON_TITLE": "Lisää jäsen",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Vie", "TITLE": "Vie",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Raportit", "TITLE": "Raportit",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Palvelut" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Muuta salasanaa", "CHANGE_PASSWORD": "Muuta salasanaa",
"DASHBOARD_TITLE": "Dashboard", "DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Discover trending projects", "DISCOVER_TITLE": "Discover trending projects",
"NEW_ITEM": "New", "NEW_ITEM": "Uusi",
"DISCOVER": "Discover", "DISCOVER": "Discover",
"ACTION_REORDER": "Drag & drop to reorder" "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}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) on liian iso Oompa Loompaseille, kokeile pienemmällä kuin ({{maxFileSize}})",
"SYNC_SUCCESS": "Projektisi on tuotu sisään onnistuneesti", "SYNC_SUCCESS": "Projektisi on tuotu sisään onnistuneesti",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Poista Taiga-tunnus", "SECTION_NAME": "Poista Taiga-tunnus",
"CONFIRM": "Haluatko varmasti poistaa Taiga-tunnuksesi?", "CONFIRM": "Haluatko varmasti poistaa Taiga-tunnuksesi?",
"SUBTITLE": "Tulemme kaipaamaan sinua! :-(",
"NEWSLETTER_LABEL_TEXT": "En halua uutiskirjettä enää", "NEWSLETTER_LABEL_TEXT": "En halua uutiskirjettä enää",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Vapaaehtoinen) Lisää oma kuvaus kutsuusi uusille jäsenille ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Luo projekti", "SECTION_TITLE_CREATE_PROJECT": "Luo projekti",
"CREATE_PROJECT_TEXT": "Täysin koskematon. Jännittävää!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -24,7 +24,7 @@
"UNBLOCK": "Débloquer", "UNBLOCK": "Débloquer",
"UNBLOCK_TITLE": "Débloquer cet élément", "UNBLOCK_TITLE": "Débloquer cet élément",
"BLOCKED_NOTE": "Pourquoi est-ce bloqué ?", "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}}", "CREATED_BY": "Créé par {{fullDisplayName}}",
"FROM": "de", "FROM": "de",
"TO": "à", "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 !", "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", "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", "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", "OWNER": "Propriétaire du Projet",
"CAPSLOCK_WARNING": "Be careful! You are writing with capital letters and this input is case sensitive.", "CAPSLOCK_WARNING": "Attention : vous écrivez en lettres majuscules alors que ce champ est sensible à la casse.",
"FORM_ERRORS": { "FORM_ERRORS": {
"DEFAULT_MESSAGE": "Cette valeur semble être invalide.", "DEFAULT_MESSAGE": "Cette valeur semble être invalide.",
"TYPE_EMAIL": "Cette valeur devrait être une adresse courriel valide.", "TYPE_EMAIL": "Cette valeur devrait être une adresse courriel valide.",
@ -67,8 +67,8 @@
"MAX_CHECK": "Vous devez sélectionner %s options ou moins.", "MAX_CHECK": "Vous devez sélectionner %s options ou moins.",
"RANGE_CHECK": "Vous devez sélectionner parmi les choix %s et %s.", "RANGE_CHECK": "Vous devez sélectionner parmi les choix %s et %s.",
"EQUAL_TO": "Cette valeur doit être identique.", "EQUAL_TO": "Cette valeur doit être identique.",
"LINEWIDTH": "One or some lines are too long. They should have %s characters or less.", "LINEWIDTH": "Une ou plusieurs lignes sont trop longues. Elles doivent avoir %s caractères au maximum.",
"PIKADAY": "Invalid date format, use DD MMM YYYY (like 23 Mar 1984)" "PIKADAY": "Format de date invalide, utiliser DD MMM YYYY (par exemple 23 Mar 1984)"
}, },
"PICKERDATE": { "PICKERDATE": {
"FORMAT": "DD MMM YYYY", "FORMAT": "DD MMM YYYY",
@ -119,7 +119,7 @@
"ADD": "Ajouter un mot-clé" "ADD": "Ajouter un mot-clé"
}, },
"DESCRIPTION": { "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" "NO_DESCRIPTION": "Pas encore de description"
}, },
"FIELDS": { "FIELDS": {
@ -147,7 +147,7 @@
}, },
"ASSIGNED_TO": { "ASSIGNED_TO": {
"NOT_ASSIGNED": "Non affecté", "NOT_ASSIGNED": "Non affecté",
"ASSIGN": "Assigné", "ASSIGN": "Affecter",
"DELETE_ASSIGNMENT": "Supprimer l'affectation", "DELETE_ASSIGNMENT": "Supprimer l'affectation",
"REMOVE_ASSIGNED": "Supprimer l'affectation", "REMOVE_ASSIGNED": "Supprimer l'affectation",
"TOO_MANY": "...trop d'utilisateurs ; filtrez davantage", "TOO_MANY": "...trop d'utilisateurs ; filtrez davantage",
@ -409,8 +409,8 @@
"PAGE_TITLE": "Membres - {{projectName}}", "PAGE_TITLE": "Membres - {{projectName}}",
"ADD_BUTTON": "+ Nouveau membre", "ADD_BUTTON": "+ Nouveau membre",
"ADD_BUTTON_TITLE": "Ajouter un membre", "ADD_BUTTON_TITLE": "Ajouter un membre",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Exporter", "TITLE": "Exporter",
@ -432,10 +432,10 @@
"DISABLE": "Désactiver", "DISABLE": "Désactiver",
"BACKLOG": "Backlog", "BACKLOG": "Backlog",
"BACKLOG_DESCRIPTION": "Gérez votre récits utilisateur pour garder une vue organisée des travaux à venir et priorisés.", "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": "Nombre prévu de sprints",
"NUMBER_SPRINTS_HELP": "0 for an undetermined quantity", "NUMBER_SPRINTS_HELP": "0 pour une quantité indéterminée",
"NUMBER_US_POINTS": "Expected total of story points", "NUMBER_US_POINTS": "Total prévu de points d'histoire",
"NUMBER_US_POINTS_HELP": "0 for an undetermined quantity", "NUMBER_US_POINTS_HELP": "0 pour une quantité indéterminée",
"KANBAN": "Kanban", "KANBAN": "Kanban",
"KANBAN_DESCRIPTION": "Organisez votre projet de manière agile avec ce tableau.", "KANBAN_DESCRIPTION": "Organisez votre projet de manière agile avec ce tableau.",
"ISSUES": "Tickets", "ISSUES": "Tickets",
@ -443,9 +443,9 @@
"WIKI": "Wiki", "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.", "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": "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", "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", "JITSI_CHAT_ROOM": "Jitsi",
"APPEARIN_CHAT_ROOM": "AppearIn", "APPEARIN_CHAT_ROOM": "AppearIn",
"TALKY_CHAT_ROOM": "Talky", "TALKY_CHAT_ROOM": "Talky",
@ -468,11 +468,20 @@
"DELETE": "Supprimer ce projet", "DELETE": "Supprimer ce projet",
"LOGO_HELP": "L'image va être agrandie à 80x80px", "LOGO_HELP": "L'image va être agrandie à 80x80px",
"CHANGE_LOGO": "Changer le logo", "CHANGE_LOGO": "Changer le logo",
"ACTION_USE_DEFAULT_LOGO": "Utiliser l'image par défaut ", "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": "Vous avez atteint le nombre maximum de projets privés",
"MAX_PRIVATE_PROJECTS_MEMBERS": "The project exceeds the maximum members number in private projects", "MAX_PRIVATE_PROJECTS_MEMBERS": "Ce projet dépasse le nombre maximum de membres autorisés pour un projet privé",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "Vous avez atteint le nombre maximum de projets publics",
"MAX_PUBLIC_PROJECTS_MEMBERS": "The project exceeds the maximum members number in public projects" "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": { "REPORTS": {
"TITLE": "Rapports", "TITLE": "Rapports",
@ -508,7 +517,7 @@
}, },
"PROJECT_VALUES": { "PROJECT_VALUES": {
"PAGE_TITLE": "{{sectionName}} - Valeurs du projet - {{projectName}}", "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." "ERROR_DELETE_ALL": "Vous ne pouvez pas effacer toutes les valeurs."
}, },
"PROJECT_VALUES_POINTS": { "PROJECT_VALUES_POINTS": {
@ -554,7 +563,7 @@
"REPLACEMENT_ROLE": "Tous les utilisateurs avec ce rôle seront déplacés dans", "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", "WARNING_DELETE_ROLE": "Be careful, all role estimations will be removed",
"ERROR_DELETE_ALL": "Vous ne pouvez pas supprimer toutes les valeurs", "ERROR_DELETE_ALL": "Vous ne pouvez pas supprimer toutes les valeurs",
"EXTERNAL_USER": "Utilisateur externe " "EXTERNAL_USER": "Utilisateur externe"
}, },
"THIRD_PARTIES": { "THIRD_PARTIES": {
"SECRET_KEY": "Clé secrète", "SECRET_KEY": "Clé secrète",
@ -592,7 +601,7 @@
"REQUEST": "Requête", "REQUEST": "Requête",
"RESEND_REQUEST": "Renvoyer la requête", "RESEND_REQUEST": "Renvoyer la requête",
"HEADERS": "Entêtes", "HEADERS": "Entêtes",
"PAYLOAD": "Données utiles ", "PAYLOAD": "Données utiles",
"RESPONSE": "Réponse", "RESPONSE": "Réponse",
"DATE": "DD MMM YYYY [at] hh:mm:ss", "DATE": "DD MMM YYYY [at] hh:mm:ss",
"ACTION_HIDE_HISTORY": "(Cacher l'historique)", "ACTION_HIDE_HISTORY": "(Cacher l'historique)",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Services" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -741,9 +768,9 @@
"WATCHERS_COUNTER_TITLE": "{total, plural, one{un observateur} other{# observateurs}}", "WATCHERS_COUNTER_TITLE": "{total, plural, one{un observateur} other{# observateurs}}",
"MEMBERS_COUNTER_TITLE": "{total, plural, one{un membre} other{# membres}}", "MEMBERS_COUNTER_TITLE": "{total, plural, one{un membre} other{# membres}}",
"BLOCKED_PROJECT": { "BLOCKED_PROJECT": {
"BLOCKED": "Blocked project", "BLOCKED": "Projet bloqué",
"THIS_PROJECT_IS_BLOCKED": "This project is temporarily blocked", "THIS_PROJECT_IS_BLOCKED": "Ce projet est temporairement verrouillé",
"TO_UNBLOCK_CONTACT_THE_ADMIN_STAFF": "To unblock your projects you must contact with the admin staff" "TO_UNBLOCK_CONTACT_THE_ADMIN_STAFF": "Vous devez contacter l'équipe d'administration pour déverrouiller vos projets"
}, },
"STATS": { "STATS": {
"PROJECT": "points<br/> projet", "PROJECT": "points<br/> projet",
@ -774,7 +801,7 @@
"TITLE_NEXT_PROJECT": "Montrer les projets suivants", "TITLE_NEXT_PROJECT": "Montrer les projets suivants",
"HELP_TITLE": "Page d'assistance Taiga", "HELP_TITLE": "Page d'assistance Taiga",
"HELP": "Aide", "HELP": "Aide",
"HOMEPAGE": "Page d'accueil ", "HOMEPAGE": "Page d'accueil",
"FEEDBACK_TITLE": "Envoyez vos commentaires", "FEEDBACK_TITLE": "Envoyez vos commentaires",
"FEEDBACK": "Feedback", "FEEDBACK": "Feedback",
"NOTIFICATIONS_TITLE": "Modifier vos réglages de notification", "NOTIFICATIONS_TITLE": "Modifier vos réglages de notification",
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Modifier le mot de passe", "CHANGE_PASSWORD": "Modifier le mot de passe",
"DASHBOARD_TITLE": "Tableau de bord", "DASHBOARD_TITLE": "Tableau de bord",
"DISCOVER_TITLE": "Découvrir les projets populaires", "DISCOVER_TITLE": "Découvrir les projets populaires",
"NEW_ITEM": "New", "NEW_ITEM": "Nouveau",
"DISCOVER": "Découvrir", "DISCOVER": "Découvrir",
"ACTION_REORDER": "Glisser-déposer pour réorganiser" "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}})", "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", "SYNC_SUCCESS": "Votre projet a été importé avec succès",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "TITLE": "Vous n'avez plus d'espace pour un projet privé supplémentaire",
"DESC": "The project you want to import is private, but you don't have space to create more." "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": { "PUBLIC_PROJECTS_SPACE": {
"TITLE": "You don't' have space for another public project", "TITLE": "Vous n'avez plus d'espace pour un projet public supplémentaire",
"DESC": "The project you want to import is public, but you don't have space to create more." "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": { "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": { "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": { "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." "DESC": "Le projet que vous souhaitez importer est privé et contient {{members}} utilisateurs."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "Le projet que vous souhaitez importer est public et contient plus de {{members}} utilisateurs."
} }
} }
}, },
@ -859,10 +886,9 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Supprimer le compte Taiga", "SECTION_NAME": "Supprimer le compte Taiga",
"CONFIRM": "Etes-vous sûr de vouloir supprimer votre 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", "NEWSLETTER_LABEL_TEXT": "Je ne veux plus recevoir votre bulletin d'information",
"CANCEL": "Back to settings", "CANCEL": "Retour aux réglages",
"ACCEPT": "Delete account", "ACCEPT": "Supprimer le compte",
"BLOCK_PROJECT": "Note that all your projects owned will be <strong>blocked</strong>. If you do not want to block your projects before deleting your account you can transfer ownership of the project to someone else." "BLOCK_PROJECT": "Note that all your projects owned will be <strong>blocked</strong>. 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": { "DELETE_PROJECT": {
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Optionnel) Ajoutez un texte personnalisé à l'invitation. Dites quelque chose de gentil à vos nouveaux membres ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1056,7 +1100,7 @@
}, },
"SPRINT_SUMMARY": { "SPRINT_SUMMARY": {
"TOTAL_POINTS": "total<br />points", "TOTAL_POINTS": "total<br />points",
"COMPLETED_POINTS": "complétés<br />points", "COMPLETED_POINTS": "points<br />complétés",
"OPEN_TASKS": "tâches<br /> ouvertes", "OPEN_TASKS": "tâches<br /> ouvertes",
"CLOSED_TASKS": "tâches<br />fermées", "CLOSED_TASKS": "tâches<br />fermées",
"IOCAINE_DOSES": "doses<br />de iocaine", "IOCAINE_DOSES": "doses<br />de iocaine",
@ -1329,7 +1373,7 @@
"USER_PROFILE": { "USER_PROFILE": {
"IMAGE_HELP": "L'image va être agrandie à 80x80px", "IMAGE_HELP": "L'image va être agrandie à 80x80px",
"ACTION_CHANGE_IMAGE": "Modifier", "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", "ACTION_DELETE_ACCOUNT": "Supprime le compte Taiga",
"CHANGE_EMAIL_SUCCESS": "<strong>Consultez votre messagerie !</strong><br />Nous vous avons envoyé un courriel<br />avec les instructions à suivre pour saisir votre nouvelle adresse", "CHANGE_EMAIL_SUCCESS": "<strong>Consultez votre messagerie !</strong><br />Nous vous avons envoyé un courriel<br />avec les instructions à suivre pour saisir votre nouvelle adresse",
"CHANGE_PHOTO": "Changer la photo", "CHANGE_PHOTO": "Changer la photo",
@ -1349,16 +1393,16 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Créer un projet", "SECTION_TITLE_CREATE_PROJECT": "Créer un projet",
"CREATE_PROJECT_TEXT": "Tout beau, tout nouveau !", "CREATE_PROJECT_TEXT": "Tout beau, tout nouveau !",
"CHOOSE_TEMPLATE": "Which template would fit better in your project?", "CHOOSE_TEMPLATE": "Quel template conviendrait le mieux à votre projet ?",
"CHOOSE_TEMPLATE_TITLE": "More info about project templates", "CHOOSE_TEMPLATE_TITLE": "Plus d'information sur les templates de projets",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "Plus d'informations",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Détails du projet",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Projet public",
"PRIVATE_PROJECT": "Private Project", "PRIVATE_PROJECT": "Projet privé",
"CREATE_PROJECT": "Create project", "CREATE_PROJECT": "Créer un projet",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "MAX_PRIVATE_PROJECTS": "Vous avez atteint le nombre maximum de projets privés",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "Vous avez atteint le nombre maximum de projets publics",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "changer de souscription"
}, },
"WIKI": { "WIKI": {
"PAGE_TITLE": "{{wikiPageName}} - Wiki - {{projectName}}", "PAGE_TITLE": "{{wikiPageName}} - Wiki - {{projectName}}",
@ -1495,12 +1539,12 @@
} }
}, },
"DISCOVER": { "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.", "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_TITLE": "Découvrir les projets",
"DISCOVER_SUBTITLE": "{projects, plural, one{Un projet public à découvrir} other{# projets publics à découvrir}}", "DISCOVER_SUBTITLE": "{projects, plural, one{Un projet public à découvrir} other{# projets publics à découvrir}}",
"MOST_ACTIVE": "les plus actifs", "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": "Les plus « aimés »",
"MOST_LIKED_EMPTY": "Il n'y a pas encore de projet « aimé »", "MOST_LIKED_EMPTY": "Il n'y a pas encore de projet « aimé »",
"VIEW_MORE": "Voir plus", "VIEW_MORE": "Voir plus",
@ -1514,12 +1558,12 @@
"PEOPLE": "En recherche de membres", "PEOPLE": "En recherche de membres",
"WEEK": "Semaine dernière", "WEEK": "Semaine dernière",
"MONTH": "Mois dernier", "MONTH": "Mois dernier",
"YEAR": "Leanne dernière", "YEAR": "Année dernière",
"ALL_TIME": "Tout le temps", "ALL_TIME": "Tout le temps",
"CLEAR": "Effacer les filtres" "CLEAR": "Effacer les filtres"
}, },
"SEARCH": { "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.", "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...", "INPUT_PLACEHOLDER": "Écrivez quelque chose...",
"ACTION_TITLE": "Rechercher", "ACTION_TITLE": "Rechercher",

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Webhooks - {{projectName}}", "PAGE_TITLE": "Webhooks - {{projectName}}",
"ADD_BUTTON": "Nuovo Membro", "ADD_BUTTON": "Nuovo Membro",
"ADD_BUTTON_TITLE": "Aggiungi un nuovo membro", "ADD_BUTTON_TITLE": "Aggiungi un nuovo membro",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Esporta", "TITLE": "Esporta",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Rapporti", "TITLE": "Rapporti",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Servizi" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Cambia password", "CHANGE_PASSWORD": "Cambia password",
"DASHBOARD_TITLE": "Dashboard", "DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Scopri i progetti più seguiti", "DISCOVER_TITLE": "Scopri i progetti più seguiti",
"NEW_ITEM": "New", "NEW_ITEM": "Nuovo",
"DISCOVER": "Scopri", "DISCOVER": "Scopri",
"ACTION_REORDER": "Usa drag & drop per riordinare" "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}})", "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", "SYNC_SUCCESS": "Il tuo progetto è stato importato con successo",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Elimina Account Taiga", "SECTION_NAME": "Elimina Account Taiga",
"CONFIRM": "Sei sicuro di voler eliminare il tuo 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", "NEWSLETTER_LABEL_TEXT": "Non voglio più ricevere le vostre newsletter",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(facoltativo) aggiungi un testo personalizzato all'invito. Di qualcosa di simpatico ai tuoi nuovi membri ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Crea Progetto", "SECTION_TITLE_CREATE_PROJECT": "Crea Progetto",
"CREATE_PROJECT_TEXT": "Nuovo di zecca. Vai così!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Lidmaatschappen - {{projectName}}", "PAGE_TITLE": "Lidmaatschappen - {{projectName}}",
"ADD_BUTTON": "+ Nieuwe gebruiker", "ADD_BUTTON": "+ Nieuwe gebruiker",
"ADD_BUTTON_TITLE": "Nieuwe gebruiker toevoegen", "ADD_BUTTON_TITLE": "Nieuwe gebruiker toevoegen",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Export", "TITLE": "Export",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Rapporten", "TITLE": "Rapporten",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Services" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Wachtwoord wijzigen", "CHANGE_PASSWORD": "Wachtwoord wijzigen",
"DASHBOARD_TITLE": "Dashboard", "DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Ontdek trending projecten", "DISCOVER_TITLE": "Ontdek trending projecten",
"NEW_ITEM": "New", "NEW_ITEM": "Nieuw",
"DISCOVER": "Ontdek", "DISCOVER": "Ontdek",
"ACTION_REORDER": "Sleep om de volgorde te veranderen" "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}})", "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", "SYNC_SUCCESS": "Je project werd met succes geïmporteerd",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Taiga account verwijderen", "SECTION_NAME": "Taiga account verwijderen",
"CONFIRM": "Weet je zeker dat je je Taiga account wilt 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", "NEWSLETTER_LABEL_TEXT": "Ik wil de nieuwsbrief niet meer ontvangen",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Optioneel) Voeg een gepersonaliseerd bericht toe aan je uitnodiging. Vertel iets leuks aan je nieuwe leden ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Project aanmaken", "SECTION_TITLE_CREATE_PROJECT": "Project aanmaken",
"CREATE_PROJECT_TEXT": "Vers en proper. Spanned!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Członkostwa - {{projectName}}", "PAGE_TITLE": "Członkostwa - {{projectName}}",
"ADD_BUTTON": "+ Nowy członek", "ADD_BUTTON": "+ Nowy członek",
"ADD_BUTTON_TITLE": "Dodaj nowego członka", "ADD_BUTTON_TITLE": "Dodaj nowego członka",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Eksport", "TITLE": "Eksport",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Raporty", "TITLE": "Raporty",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Ważność" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Zmień hasło", "CHANGE_PASSWORD": "Zmień hasło",
"DASHBOARD_TITLE": "Dashboard", "DASHBOARD_TITLE": "Dashboard",
"DISCOVER_TITLE": "Odkryj projekty", "DISCOVER_TITLE": "Odkryj projekty",
"NEW_ITEM": "New", "NEW_ITEM": "Nowe",
"DISCOVER": "Odkryj", "DISCOVER": "Odkryj",
"ACTION_REORDER": "Przeciągnij i upuść żeby zmienić kolejność" "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}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) plik jest za ciężki, maksymalna wartość to: ({{maxFileSize}})",
"SYNC_SUCCESS": "Twój projekt zaimportował się prawidłowo!", "SYNC_SUCCESS": "Twój projekt zaimportował się prawidłowo!",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Usuń konto z Taiga", "SECTION_NAME": "Usuń konto z Taiga",
"CONFIRM": "Czy na pewno chcesz usunąć swoje 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", "NEWSLETTER_LABEL_TEXT": "Nie chcę więcej otrzymywać waszego newslettera",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcjonalne) Dodaj spersonalizowany tekst do zaproszenia. Napisz coś słodziachnego do nowego członka zespołu :)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Utwórz projekt", "SECTION_TITLE_CREATE_PROJECT": "Utwórz projekt",
"CREATE_PROJECT_TEXT": "Nowy, zwinny! To takie ekscytujące!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Filiados - {{projectName}}", "PAGE_TITLE": "Filiados - {{projectName}}",
"ADD_BUTTON": "+ Novo Membro", "ADD_BUTTON": "+ Novo Membro",
"ADD_BUTTON_TITLE": "Adicionar novo membro", "ADD_BUTTON_TITLE": "Adicionar novo membro",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Exportar", "TITLE": "Exportar",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Relatórios", "TITLE": "Relatórios",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Serviços" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Alterar senha", "CHANGE_PASSWORD": "Alterar senha",
"DASHBOARD_TITLE": "Painel", "DASHBOARD_TITLE": "Painel",
"DISCOVER_TITLE": "Descobrir projetos em destaques", "DISCOVER_TITLE": "Descobrir projetos em destaques",
"NEW_ITEM": "New", "NEW_ITEM": "Novo",
"DISCOVER": "Descubra", "DISCOVER": "Descubra",
"ACTION_REORDER": "Seguro e arraste para ordenar" "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}})", "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", "SYNC_SUCCESS": "Seu projeto foi importado com sucesso",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Apagar conta no Taiga", "SECTION_NAME": "Apagar conta no Taiga",
"CONFIRM": "Você tem certeza que quer apagar sua conta 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", "NEWSLETTER_LABEL_TEXT": "Eu não quero receber mais os informativos",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opcional) Adicione uma mensagem de texto ao convite. Diga algo animador para os novos membros ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Criar Projeto", "SECTION_TITLE_CREATE_PROJECT": "Criar Projeto",
"CREATE_PROJECT_TEXT": "Novo em folha. Tão excitante!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Участие - {{projectName}}", "PAGE_TITLE": "Участие - {{projectName}}",
"ADD_BUTTON": "+ Новый участник", "ADD_BUTTON": "+ Новый участник",
"ADD_BUTTON_TITLE": "Добавить нового участника", "ADD_BUTTON_TITLE": "Добавить нового участника",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Экспорт", "TITLE": "Экспорт",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Отчеты", "TITLE": "Отчеты",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Сервисы" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Изменить пароль", "CHANGE_PASSWORD": "Изменить пароль",
"DASHBOARD_TITLE": "Рабочий стол", "DASHBOARD_TITLE": "Рабочий стол",
"DISCOVER_TITLE": "Найти проекты в тренде", "DISCOVER_TITLE": "Найти проекты в тренде",
"NEW_ITEM": "New", "NEW_ITEM": "Новая",
"DISCOVER": "Найти", "DISCOVER": "Найти",
"ACTION_REORDER": "Можно перетаскивать мышкой" "ACTION_REORDER": "Можно перетаскивать мышкой"
}, },
@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) это слишком много для наших Умпа-Лумп, попробуйте еще раз с размером меньшим, чем ({{maxFileSize}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) это слишком много для наших Умпа-Лумп, попробуйте еще раз с размером меньшим, чем ({{maxFileSize}})",
"SYNC_SUCCESS": "Импорт проекта выполнен успешно", "SYNC_SUCCESS": "Импорт проекта выполнен успешно",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Удалить аккаунт", "SECTION_NAME": "Удалить аккаунт",
"CONFIRM": "Вы уверены, что хотите удалить ваш аккаунт?", "CONFIRM": "Вы уверены, что хотите удалить ваш аккаунт?",
"SUBTITLE": "Мы будем скучать по вам! :-(",
"NEWSLETTER_LABEL_TEXT": "Я больше не хочу получать вашу новостную рассылку", "NEWSLETTER_LABEL_TEXT": "Я больше не хочу получать вашу новостную рассылку",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Необязательно) Добавьте персональный текст в приглашение. Скажите что-нибудь приятное вашим новым участникам ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Создать проект", "SECTION_TITLE_CREATE_PROJECT": "Создать проект",
"CREATE_PROJECT_TEXT": "Свежий и чистый! Так здóрово!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project", "PRIVATE_PROJECT": "Private Project",
"CREATE_PROJECT": "Create project", "CREATE_PROJECT": "Создать проект",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Medlemskap - {{projectName}}", "PAGE_TITLE": "Medlemskap - {{projectName}}",
"ADD_BUTTON": "+ Ny medlem", "ADD_BUTTON": "+ Ny medlem",
"ADD_BUTTON_TITLE": "Lägg till ny medlem", "ADD_BUTTON_TITLE": "Lägg till ny medlem",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Exportera", "TITLE": "Exportera",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Rapporter", "TITLE": "Rapporter",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Tjänster" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Byt lösenord", "CHANGE_PASSWORD": "Byt lösenord",
"DASHBOARD_TITLE": "Instrumentpanel", "DASHBOARD_TITLE": "Instrumentpanel",
"DISCOVER_TITLE": "Upptäck nya rörliga projekt", "DISCOVER_TITLE": "Upptäck nya rörliga projekt",
"NEW_ITEM": "New", "NEW_ITEM": "Ny",
"DISCOVER": "Upptäck", "DISCOVER": "Upptäck",
"ACTION_REORDER": "Dra & släpp för att sortera" "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}})", "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", "SYNC_SUCCESS": "Ditt projekt är korrekt importerad",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Ta bort konto", "SECTION_NAME": "Ta bort konto",
"CONFIRM": "Är du säker på att du vill radera kontot?", "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", "NEWSLETTER_LABEL_TEXT": "Jag vill inte motta flera nyhetsbrev",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "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_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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Skapa projekt", "SECTION_TITLE_CREATE_PROJECT": "Skapa projekt",
"CREATE_PROJECT_TEXT": "Fräscht och rent. Så trevligt!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "Üyelikler - {{projectName}}", "PAGE_TITLE": "Üyelikler - {{projectName}}",
"ADD_BUTTON": "+ Yeni üye", "ADD_BUTTON": "+ Yeni üye",
"ADD_BUTTON_TITLE": "Yeni üye ekle", "ADD_BUTTON_TITLE": "Yeni üye ekle",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "Dışarı aktar", "TITLE": "Dışarı aktar",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Raporlar", "TITLE": "Raporlar",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Servisler" "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "Parolayı değiştir", "CHANGE_PASSWORD": "Parolayı değiştir",
"DASHBOARD_TITLE": "Pano", "DASHBOARD_TITLE": "Pano",
"DISCOVER_TITLE": "Trend projeleri keşfet", "DISCOVER_TITLE": "Trend projeleri keşfet",
"NEW_ITEM": "New", "NEW_ITEM": "Yeni",
"DISCOVER": "Keşfet", "DISCOVER": "Keşfet",
"ACTION_REORDER": "Yeniden sıralamak için sürükleyin ve bırakın" "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", "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ı", "SYNC_SUCCESS": "Projeniz başarıyla içe aktarıldı",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "Taiga Hesabını Sil", "SECTION_NAME": "Taiga Hesabını Sil",
"CONFIRM": "Taiga hesabınızı silmek istediğinizden emin misiniz?", "CONFIRM": "Taiga hesabınızı silmek istediğinizden emin misiniz?",
"SUBTITLE": "Sizi özleyeceğiz! :-(",
"NEWSLETTER_LABEL_TEXT": "Bundan böyle bülteninizi almak istemiyorum.", "NEWSLETTER_LABEL_TEXT": "Bundan böyle bülteninizi almak istemiyorum.",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(Opsiyonel) Davetinize kişiselleştirilmiş bir metin ekleyin. Yeni üyelerinize tatlı bir şeyler söyleyin ;-)", "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 <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "Proje Oluştur", "SECTION_TITLE_CREATE_PROJECT": "Proje Oluştur",
"CREATE_PROJECT_TEXT": "Taze ve temiz. Heycan verici!", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private 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_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"

View File

@ -409,8 +409,8 @@
"PAGE_TITLE": "成員資格 - {{projectName}}", "PAGE_TITLE": "成員資格 - {{projectName}}",
"ADD_BUTTON": "+ 新成員", "ADD_BUTTON": "+ 新成員",
"ADD_BUTTON_TITLE": "增加新成員", "ADD_BUTTON_TITLE": "增加新成員",
"LIMIT_USERS_WARNING": "Why can't I add more members", "LIMIT_USERS_WARNING_MESSAGE_FOR_ADMIN": "This project has reached its limit of allowed members <strong>({{members}})</strong>.",
"LIMIT_USERS_WARNING_MESSAGE": "Currently you can only have <strong>{{members}}</strong> members per project. If you want to add more members get in touch with the administrators" "LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project has reached its limit of allowed members <strong>({{members}})</strong>. If you want to add more members please contact the administrators."
}, },
"PROJECT_EXPORT": { "PROJECT_EXPORT": {
"TITLE": "匯出", "TITLE": "匯出",
@ -472,7 +472,16 @@
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "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_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": "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": { "REPORTS": {
"TITLE": "Reports", "TITLE": "Reports",
@ -680,6 +689,24 @@
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "服務 " "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": "<strong>{{owner}}</strong>, the current owner of the project <strong>{{project}}</strong> 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 <strong>{{maxProjects}}</strong> private projects and you already own <strong>{{currentProjects}}</strong> private projects",
"PUBLIC": "Remember, you can own <strong>{{maxProjects}}</strong> public projects and you already own <strong>{{currentProjects}}</strong> 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": { "USER": {
@ -791,7 +818,7 @@
"CHANGE_PASSWORD": "更換密碼 ", "CHANGE_PASSWORD": "更換密碼 ",
"DASHBOARD_TITLE": "控制台", "DASHBOARD_TITLE": "控制台",
"DISCOVER_TITLE": "發現流行專案", "DISCOVER_TITLE": "發現流行專案",
"NEW_ITEM": "New", "NEW_ITEM": "新 ",
"DISCOVER": "發現", "DISCOVER": "發現",
"ACTION_REORDER": "拖移 & 丟到來記錄" "ACTION_REORDER": "拖移 & 丟到來記錄"
}, },
@ -808,7 +835,7 @@
"ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) 超過系統容量上限, 請重傳小一點的檔案 ({{maxFileSize}})", "ERROR_MAX_SIZE_EXCEEDED": "'{{fileName}}' ({{fileSize}}) 超過系統容量上限, 請重傳小一點的檔案 ({{maxFileSize}})",
"SYNC_SUCCESS": "你的專案已成功滙入", "SYNC_SUCCESS": "你的專案已成功滙入",
"PROJECT_RESTRICTIONS": { "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": { "PRIVATE_PROJECTS_SPACE": {
"TITLE": "You don't have space for another private project", "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." "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." "DESC": "The project you want to import is public, but you don't have space to create more."
}, },
"PRIVATE_PROJECTS_MEMBERS": { "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": { "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": { "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." "DESC": "The project that you want to import is private and has {{members}} users."
}, },
"PUBLIC_PROJECTS_SPACE_MEMBERS": { "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." "DESC": "The public that you want to import is public and has more than {{members}} users."
} }
} }
@ -859,7 +886,6 @@
"DELETE_ACCOUNT": { "DELETE_ACCOUNT": {
"SECTION_NAME": "刪除Taiga帳戶", "SECTION_NAME": "刪除Taiga帳戶",
"CONFIRM": "你確定要刪除Taiga帳戶嗎", "CONFIRM": "你確定要刪除Taiga帳戶嗎",
"SUBTITLE": "我們會想念你:-(",
"NEWSLETTER_LABEL_TEXT": "不願再收到電子月報", "NEWSLETTER_LABEL_TEXT": "不願再收到電子月報",
"CANCEL": "Back to settings", "CANCEL": "Back to settings",
"ACCEPT": "Delete account", "ACCEPT": "Delete account",
@ -919,7 +945,25 @@
}, },
"CREATE_MEMBER": { "CREATE_MEMBER": {
"PLACEHOLDER_INVITATION_TEXT": "(非必要) 加上一段私人文字在邀請信,告訴你的新成員一些好事 ;-)", "PLACEHOLDER_INVITATION_TEXT": "(非必要) 加上一段私人文字在邀請信,告訴你的新成員一些好事 ;-)",
"PLACEHOLDER_TYPE_EMAIL": "輸入一個電郵地址" "PLACEHOLDER_TYPE_EMAIL": "輸入一個電郵地址",
"LIMIT_USERS_WARNING_MESSAGE_FOR_OWNER": "This project can't have more than <strong>{{maxMembers}}</strong> members.<br> If you want to add more members contact the administrators.",
"LIMIT_USERS_WARNING_MESSAGE": "This project can't have more than <strong>{{maxMembers}}</strong> 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": { "US": {
@ -1349,13 +1393,13 @@
"WIZARD": { "WIZARD": {
"SECTION_TITLE_CREATE_PROJECT": "創建專案", "SECTION_TITLE_CREATE_PROJECT": "創建專案",
"CREATE_PROJECT_TEXT": "新鮮與乾淨,太好了", "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_TITLE": "More info about project templates",
"CHOOSE_TEMPLATE_INFO": "More info", "CHOOSE_TEMPLATE_INFO": "More info",
"PROJECT_DETAILS": "Project Details", "PROJECT_DETAILS": "Project Details",
"PUBLIC_PROJECT": "Public Project", "PUBLIC_PROJECT": "Public Project",
"PRIVATE_PROJECT": "Private Project", "PRIVATE_PROJECT": "Private Project",
"CREATE_PROJECT": "Create project", "CREATE_PROJECT": "創建專案",
"MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects", "MAX_PRIVATE_PROJECTS": "You've reached the maximum number of private projects",
"MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects", "MAX_PUBLIC_PROJECTS": "You've reached the maximum number of public projects",
"CHANGE_PLANS": "change plans" "CHANGE_PLANS": "change plans"