@bigbinary/neeto-team-members-frontend 4.6.1 → 4.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/ar.json +251 -0
- package/app/javascript/src/translations/bg.json +251 -0
- package/app/javascript/src/translations/ca.json +251 -0
- package/app/javascript/src/translations/cs.json +251 -0
- package/app/javascript/src/translations/da.json +251 -0
- package/app/javascript/src/translations/es-MX.json +251 -0
- package/app/javascript/src/translations/et.json +251 -0
- package/app/javascript/src/translations/fi.json +251 -0
- package/app/javascript/src/translations/fil.json +251 -0
- package/app/javascript/src/translations/hi.json +251 -0
- package/app/javascript/src/translations/hr.json +251 -0
- package/app/javascript/src/translations/id.json +251 -0
- package/app/javascript/src/translations/it.json +251 -0
- package/app/javascript/src/translations/ja.json +251 -0
- package/app/javascript/src/translations/ko.json +251 -0
- package/app/javascript/src/translations/nl.json +251 -0
- package/app/javascript/src/translations/pl.json +251 -0
- package/app/javascript/src/translations/pt-BR.json +251 -0
- package/app/javascript/src/translations/pt.json +251 -0
- package/app/javascript/src/translations/ro.json +251 -0
- package/app/javascript/src/translations/ru.json +251 -0
- package/app/javascript/src/translations/sk.json +251 -0
- package/app/javascript/src/translations/sl.json +251 -0
- package/app/javascript/src/translations/sv.json +251 -0
- package/app/javascript/src/translations/th.json +251 -0
- package/app/javascript/src/translations/uk.json +251 -0
- package/app/javascript/src/translations/vi.json +251 -0
- package/app/javascript/src/translations/zh-CN.json +251 -0
- package/app/javascript/src/translations/zh-TW.json +251 -0
- package/package.json +1 -1
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTeamMembers": {
|
|
3
|
+
"alerts": {
|
|
4
|
+
"messages": {
|
|
5
|
+
"activateMember_one": "Você está ativando o {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
6
|
+
"activateMember_other": "Você está ativando <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
7
|
+
"changeRole_one": "Você está mudando o papel de <strong>{{person, anyCase}}</strong> para <strong>{{role, anyCase}}</strong>.",
|
|
8
|
+
"changeRole_other": "Você está mudando o papel de <strong>{{count}}</strong> {{metaName}} para <strong>{{role, anyCase}}</strong>.",
|
|
9
|
+
"delete": "Você está excluindo permanentemente o {{resource}} <strong>{{name, anyCase}}</strong>. Isso não pode ser desfeito.",
|
|
10
|
+
"deletingRole": "Você está excluindo permanentemente o papel <strong>{{name, anyCase}}</strong>. Isso não pode ser desfeito.",
|
|
11
|
+
"removeMember": "Você está removendo <strong>{{member, anyCase}}</strong> deste grupo.",
|
|
12
|
+
"removeMember_one": "Você está removendo o {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
13
|
+
"removeMember_other": "Você está removendo <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
14
|
+
"inviteLink": "O link de convite pode ser compartilhado com até <strong>{{inviteLimit}} pessoas</strong>, que serão adicionadas ao <strong>{{appName, anyCase}}</strong> com um papel de <strong>{{role, anyCase}}</strong>. Ele expirará em <strong>{{expiryDays}} dias</strong> e é restrito a usuários com um domínio de email <strong>{{emailDomain}}</strong>.",
|
|
15
|
+
"expiredTitle": "Link de convite expirado",
|
|
16
|
+
"expiredMessage": "O link de convite não é mais válido. Entre em contato com o administrador para obter um novo link.",
|
|
17
|
+
"domainTitle": "Erro no link de convite: Seu domínio de email não está autorizado a ingressar neste time",
|
|
18
|
+
"domainMessage": "Este convite é restrito ao domínio de email <strong>@{{allowedDomain}}</strong>. Você tentou entrar usando <strong>{{email}}</strong>. Por favor, tente novamente usando seu email <strong>@{{allowedDomain}}</strong> ou entre em contato com o administrador.",
|
|
19
|
+
"generateLink": "Gerar link de convite"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"buttons": {
|
|
23
|
+
"activate": "Ativar",
|
|
24
|
+
"back": "Voltar",
|
|
25
|
+
"cancel": "Cancelar",
|
|
26
|
+
"changeRole": "Mudar papel",
|
|
27
|
+
"continue": "Continuar",
|
|
28
|
+
"delete": "Excluir",
|
|
29
|
+
"download": "Baixar",
|
|
30
|
+
"editBasicInfo": "Editar informações básicas",
|
|
31
|
+
"manageBillingAndSubscriptions": "Gerenciar cobrança e assinaturas",
|
|
32
|
+
"remove": "Remover",
|
|
33
|
+
"reset": "Redefinir",
|
|
34
|
+
"saveChanges": "Salvar alterações",
|
|
35
|
+
"updateEmail": "Atualizar email",
|
|
36
|
+
"inviteLink": "Convidar via link",
|
|
37
|
+
"copyLink": "Copiar link",
|
|
38
|
+
"regenerateLink": "Regenerar link",
|
|
39
|
+
"acceptInvitation": "Aceitar convite",
|
|
40
|
+
"generateLink": "Gerar link"
|
|
41
|
+
},
|
|
42
|
+
"columns": {
|
|
43
|
+
"noColumnsFound": "Nenhuma coluna encontrada.",
|
|
44
|
+
"search": "Pesquisar colunas"
|
|
45
|
+
},
|
|
46
|
+
"common": {
|
|
47
|
+
"activate": "Ativar",
|
|
48
|
+
"activate_": "Ativar {{what}}?",
|
|
49
|
+
"active": "Ativo",
|
|
50
|
+
"active_": "Ativo {{what}}",
|
|
51
|
+
"addNew_": "Adicionar novo {{what}}",
|
|
52
|
+
"all": "Todos",
|
|
53
|
+
"all_": "Todos {{what}}",
|
|
54
|
+
"changeRole": "Mudar papel?",
|
|
55
|
+
"deactivated": "Remover",
|
|
56
|
+
"delete": "Excluir",
|
|
57
|
+
"description": "Descrição",
|
|
58
|
+
"edit": "Editar",
|
|
59
|
+
"edit_": "Editar {{what}}",
|
|
60
|
+
"email_one": "Email",
|
|
61
|
+
"email_other": "Emails",
|
|
62
|
+
"format": "Formato",
|
|
63
|
+
"free": "Gratuito",
|
|
64
|
+
"loading": "Carregando...",
|
|
65
|
+
"name": "Nome",
|
|
66
|
+
"notFound_": "Não há {{what}} para mostrar.",
|
|
67
|
+
"notFoundWithKind_": "Não há {{kind}} {{what}} para mostrar.",
|
|
68
|
+
"permission_one": "Permissão",
|
|
69
|
+
"permission_other": "Permissões",
|
|
70
|
+
"productName": "Nome do produto",
|
|
71
|
+
"remove": "Remover",
|
|
72
|
+
"remove_": "Remover {{what}}?",
|
|
73
|
+
"removed_": "Removido {{what}}",
|
|
74
|
+
"role_one": "Papel",
|
|
75
|
+
"role_other": "Papéis",
|
|
76
|
+
"search_": "Pesquisar {{what}}",
|
|
77
|
+
"subscriptionType": "plano {{subscription}}",
|
|
78
|
+
"takeAction": "Tomar ação",
|
|
79
|
+
"timeZone": "Etc/UTC",
|
|
80
|
+
"inviteViaLink": "Convidar via link"
|
|
81
|
+
},
|
|
82
|
+
"downloadPane": {
|
|
83
|
+
"description": {
|
|
84
|
+
"allMembers": "Baixar todos os {{taxonomies.member.plural}}",
|
|
85
|
+
"selectedMembers_one": "Baixar o {{taxonomies.member.singular}} selecionado",
|
|
86
|
+
"selectedMembers_other": "Baixar {{count}} {{taxonomies.member.plural}} selecionados"
|
|
87
|
+
},
|
|
88
|
+
"title": "Baixar {{taxonomies.member.plural}}"
|
|
89
|
+
},
|
|
90
|
+
"helpers": {
|
|
91
|
+
"addMembersToNeetoProducts": "Adicionar {{- emails, boldList}} aos seguintes produtos neeto.",
|
|
92
|
+
"configPermissions": "Configurar permissões para os módulos.",
|
|
93
|
+
"emptyTable": "Não há {{entity}} para mostrar.",
|
|
94
|
+
"enterMultipleEmails": "Pressione espaço, vírgula, tab ou tecla enter para adicionar vários endereços de email.",
|
|
95
|
+
"manageProducts": "Muitos produtos? <button>Desative alguns</button> desses produtos.",
|
|
96
|
+
"memberCreationStatus_one": "Convidando {{taxonomies.member.singular}}",
|
|
97
|
+
"memberCreationStatus_other": "Convidando {{taxonomies.member.plural}}",
|
|
98
|
+
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
99
|
+
"metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
|
|
100
|
+
"multipleProductInvitation": "{{- emails, boldList}} serão convidados para os seguintes produtos neeto com o papel dado ao lado.",
|
|
101
|
+
"noRecords": "Nenhum registro encontrado",
|
|
102
|
+
"noRolesFound": "Nenhum papel encontrado.",
|
|
103
|
+
"selectAll": "Selecionar todos os {{count}} membros da equipe",
|
|
104
|
+
"selectedMembers": "Todos os {{count}} membros da equipe nesta página estão selecionados",
|
|
105
|
+
"selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} selecionado de <span>{{totalCount}}</span>",
|
|
106
|
+
"selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} selecionados de <span>{{totalCount}}</span>",
|
|
107
|
+
"singleProductInvitation": "{{- emails, boldList}} serão convidados para <strong>{{product, anyCase}}</strong> com um papel de <strong>{{role, anyCase}}</strong>.",
|
|
108
|
+
"themeSelector": "Seletor de tema",
|
|
109
|
+
"whyIsItDisabled": "Por que está desativado?",
|
|
110
|
+
"invitationTitle": "Você foi convidado!",
|
|
111
|
+
"invitationMessage": "Você foi convidado a se juntar a <strong>{{organization, anyCase}}</strong>. Por favor, insira seu email para aceitar o convite."
|
|
112
|
+
},
|
|
113
|
+
"labels": {
|
|
114
|
+
"addNewRole": "Adicionar novo papel",
|
|
115
|
+
"billingAndSubscriptions": "Cobrança e assinaturas",
|
|
116
|
+
"country": "País",
|
|
117
|
+
"deleteRole": "Excluir papel?",
|
|
118
|
+
"deleteTitle": "Excluir {{resource}}?",
|
|
119
|
+
"downloadAs": "Baixar como {{format, anyCase}}",
|
|
120
|
+
"downloads": {
|
|
121
|
+
"csv": "CSV",
|
|
122
|
+
"pdf": "PDF",
|
|
123
|
+
"xlsx": "Excel"
|
|
124
|
+
},
|
|
125
|
+
"editRole": "Editar papel",
|
|
126
|
+
"firstName": "Primeiro nome",
|
|
127
|
+
"groupName": "Nome do {{taxonomies.group.singular, anyCase}}",
|
|
128
|
+
"lastName": "Último nome",
|
|
129
|
+
"manageMember_one": "Gerenciar membro",
|
|
130
|
+
"manageMember_other": "Gerenciar membros",
|
|
131
|
+
"manageRole_one": "Gerenciar papel",
|
|
132
|
+
"manageRole_other": "Gerenciar papéis",
|
|
133
|
+
"neeto_": "Neeto{{product, anyCase}}",
|
|
134
|
+
"permissionsNotFound": "Não há permissões para mostrar.",
|
|
135
|
+
"preferredDateFormat": "Formato de data preferido",
|
|
136
|
+
"preferredTimeFormat": "Formato de hora preferido",
|
|
137
|
+
"removeMember": "Remover {{member}}?",
|
|
138
|
+
"roleNotFound_one": "Não há papel para mostrar.",
|
|
139
|
+
"roleNotFound_other": "Não há papéis para mostrar.",
|
|
140
|
+
"timeZone": "Fuso horário",
|
|
141
|
+
"totalMembers": "Total {{taxonomies.member.plural}}",
|
|
142
|
+
"upgradeToProPlan": "Atualizar os membros adicionados acima para o PRO"
|
|
143
|
+
},
|
|
144
|
+
"placeholders": {
|
|
145
|
+
"email": "Por favor, insira os endereços de email",
|
|
146
|
+
"enterDescription": "Por favor, insira uma descrição",
|
|
147
|
+
"enterName": "Por favor, insira o nome",
|
|
148
|
+
"search": "Pesquisar",
|
|
149
|
+
"searchEntity": "Pesquisar {{entity}}",
|
|
150
|
+
"searchPermission_one": "Pesquisar permissão",
|
|
151
|
+
"searchPermission_other": "Pesquisar permissões",
|
|
152
|
+
"searchRole_one": "Pesquisar papel",
|
|
153
|
+
"searchRole_other": "Pesquisar papéis"
|
|
154
|
+
},
|
|
155
|
+
"profile": {
|
|
156
|
+
"avatar": {
|
|
157
|
+
"changeProfilePicture": "Mudar imagem do perfil",
|
|
158
|
+
"profilePicture": "Imagem do perfil",
|
|
159
|
+
"profilePictureUploadMessage": "Apenas arquivos JPEG e PNG são suportados. O tamanho máximo do arquivo permitido é <strong>{{limit}}MB</strong>.",
|
|
160
|
+
"uploadProfilePicture": "Enviar imagem do perfil"
|
|
161
|
+
},
|
|
162
|
+
"common": {
|
|
163
|
+
"ddmmyy": "DD/MM/YYYY",
|
|
164
|
+
"mmddyy": "MM/DD/YYYY",
|
|
165
|
+
"myProfile": "Meu perfil",
|
|
166
|
+
"neetoAuth": "NeetoAuth",
|
|
167
|
+
"timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
|
|
168
|
+
"toUpdateProfile": "Para mudar seu email, cobrança e assinatura <button>visite NeetoAuth.</button>",
|
|
169
|
+
"yymmdd": "YYYY/MM/DD"
|
|
170
|
+
},
|
|
171
|
+
"file": {
|
|
172
|
+
"corrupted": "O arquivo enviado estava vazio ou corrompido. Por favor, selecione um arquivo válido.",
|
|
173
|
+
"invalidType": {
|
|
174
|
+
"image": "Tipo de arquivo inválido. Por favor, selecione um arquivo JPG, JPEG ou PNG e tente novamente."
|
|
175
|
+
},
|
|
176
|
+
"limitExceeded": "Limite de arquivo excedido, o tamanho máximo permitido é {{maxSize}} MB. Por favor, selecione um arquivo menor e tente novamente."
|
|
177
|
+
},
|
|
178
|
+
"form": {
|
|
179
|
+
"dotsNotAllowed": "Pontos não são permitidos",
|
|
180
|
+
"invalidName": "Use apenas letras, números, espaços, vírgulas, pontos, apóstrofes e hífens.",
|
|
181
|
+
"isRequired": {
|
|
182
|
+
"dateFormat": "Formato de data é obrigatório",
|
|
183
|
+
"firstName": "Primeiro nome é obrigatório",
|
|
184
|
+
"lastName": "Último nome é obrigatório"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"inputs": {
|
|
188
|
+
"label": {
|
|
189
|
+
"dateFormat": "Selecionar formato de data preferido",
|
|
190
|
+
"firstName": "Primeiro nome",
|
|
191
|
+
"lastName": "Último nome",
|
|
192
|
+
"selectCountry": "Selecionar país",
|
|
193
|
+
"selectTimeFormat": "Selecionar formato de hora preferido",
|
|
194
|
+
"selectTimeZone": "Selecionar fuso horário"
|
|
195
|
+
},
|
|
196
|
+
"placeholder": {
|
|
197
|
+
"firstName": "Primeiro nome",
|
|
198
|
+
"lastName": "Último nome"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"tooltips": {
|
|
203
|
+
"activateUserToEdit_one": "Por favor, ative o usuário para editar seu papel.",
|
|
204
|
+
"activateUserToEdit_other": "Por favor, ative os usuários selecionados para editar seu papel.",
|
|
205
|
+
"adminMustHaveAccess": "As permissões de {{roleName}} não podem ser alteradas por ninguém.",
|
|
206
|
+
"clickToViewPermissions": "Clique para visualizar os papéis e suas permissões.",
|
|
207
|
+
"goBackToChangeRole": "Por favor, volte para mudar o papel.",
|
|
208
|
+
"hostAppIsRequired": "Este produto neeto é necessário para continuar.",
|
|
209
|
+
"noPermissionToAddMember": "Por favor, peça ao administrador para permitir que você adicione membros.",
|
|
210
|
+
"noPermissionToAddRole": "Por favor, peça ao administrador para permitir que você adicione papéis.",
|
|
211
|
+
"noPermissionToEditMembers": "Por favor, peça ao administrador para permitir que você edite membros.",
|
|
212
|
+
"noPermissionToEditRoles": "Por favor, peça ao administrador para permitir que você edite papéis.",
|
|
213
|
+
"noPermissionToRemoveRoles": "Por favor, peça ao administrador para permitir que você remova papéis.",
|
|
214
|
+
"uncheckOnSelectPermissions": "Se você selecionar esta permissão, as seguintes permissões serão desmarcadas: {{permissions}}"
|
|
215
|
+
},
|
|
216
|
+
"validations": {
|
|
217
|
+
"descriptionLimitExceeded": "Você excedeu o limite de {{limit}} caracteres para a descrição.",
|
|
218
|
+
"enterRoleName": "Por favor, insira um nome de papel válido.",
|
|
219
|
+
"filterInvalidEmails": "Clique aqui para remover emails inválidos.",
|
|
220
|
+
"max": "O campo deve ter menos de {{size}} caracteres",
|
|
221
|
+
"memberLimitExceeded": "Máx {{limit}} membros da equipe são permitidos. <emailTo>Entre em contato conosco</emailTo> para aumentar o limite.",
|
|
222
|
+
"minOneEmail": "Por favor, insira pelo menos um endereço de email.",
|
|
223
|
+
"nameLimitExceeded": "Você excedeu o limite de {{limit}} caracteres para o nome.",
|
|
224
|
+
"noWhiteSpaces": "{{what, anyCase}} não deve ter espaços no início ou no final",
|
|
225
|
+
"removeSpaces": "Por favor, remova os espaços.",
|
|
226
|
+
"required": "{{what, anyCase}} é um campo obrigatório",
|
|
227
|
+
"roleRequired": "Por favor, selecione um papel.",
|
|
228
|
+
"validEmail_one": "Por favor, certifique-se de que o endereço de email é válido.",
|
|
229
|
+
"validEmail_other": "Por favor, certifique-se de que todos os endereços de email são válidos."
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"taxonomyDefaultLabels": {
|
|
233
|
+
"group": {
|
|
234
|
+
"plural": "Grupos",
|
|
235
|
+
"singular": "Grupo"
|
|
236
|
+
},
|
|
237
|
+
"groupMember": {
|
|
238
|
+
"plural": "Membros",
|
|
239
|
+
"singular": "Membro"
|
|
240
|
+
},
|
|
241
|
+
"member": {
|
|
242
|
+
"plural": "Membros da equipe",
|
|
243
|
+
"singular": "Membro da equipe"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"toastr": {
|
|
247
|
+
"success": {
|
|
248
|
+
"downloadMembers": "Seu arquivo está sendo preparado. Ele será enviado para <strong>{{email}}</strong> em breve."
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTeamMembers": {
|
|
3
|
+
"alerts": {
|
|
4
|
+
"messages": {
|
|
5
|
+
"activateMember_one": "Activezi {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
6
|
+
"activateMember_other": "Activezi <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
7
|
+
"changeRole_one": "Schimbi rolul lui <strong>{{person, anyCase}}</strong> în <strong>{{role, anyCase}}</strong>.",
|
|
8
|
+
"changeRole_other": "Schimbi rolul a <strong>{{count}}</strong> {{metaName}} în <strong>{{role, anyCase}}</strong>.",
|
|
9
|
+
"delete": "Ștergi permanent {{resource}} <strong>{{name, anyCase}}</strong>. Aceasta nu poate fi anulată.",
|
|
10
|
+
"deletingRole": "Ștergi permanent rolul <strong>{{name, anyCase}}</strong>. Aceasta nu poate fi anulată.",
|
|
11
|
+
"removeMember": "Ștergi <strong>{{member, anyCase}}</strong> din acest grup.",
|
|
12
|
+
"removeMember_one": "Ștergi {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
13
|
+
"removeMember_other": "Ștergi <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
14
|
+
"inviteLink": "Linkul de invitație poate fi partajat cu maxim <strong>{{inviteLimit}} persoane</strong>, care vor fi adăugate la <strong>{{appName, anyCase}}</strong> cu un rol de <strong>{{role, anyCase}}</strong>. Va expira în <strong>{{expiryDays}} zile</strong> și este restricționat pentru utilizatorii cu un domeniu de email <strong>{{emailDomain}}</strong>.",
|
|
15
|
+
"expiredTitle": "Linkul de invitație a expirat",
|
|
16
|
+
"expiredMessage": "Linkul de invitație nu mai este valid. Te rugăm să contactezi administratorul pentru un nou link.",
|
|
17
|
+
"domainTitle": "Eroare link invitație: Domeniul tău de email nu este autorizat să se alăture acestui echipaj",
|
|
18
|
+
"domainMessage": "Această invitație este restricționată la <strong>@{{allowedDomain}}</strong> domeniu de email. Ai încercat să te alături folosind <strong>{{email}}</strong>. Te rugăm să încerci din nou folosind <strong>@{{allowedDomain}}</strong> emailul tău sau contactează administratorul.",
|
|
19
|
+
"generateLink": "Generează link de invitație"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"buttons": {
|
|
23
|
+
"activate": "Activează",
|
|
24
|
+
"back": "Înapoi",
|
|
25
|
+
"cancel": "Anulează",
|
|
26
|
+
"changeRole": "Schimbă rolul",
|
|
27
|
+
"continue": "Continuă",
|
|
28
|
+
"delete": "Șterge",
|
|
29
|
+
"download": "Descarcă",
|
|
30
|
+
"editBasicInfo": "Editează informațiile de bază",
|
|
31
|
+
"manageBillingAndSubscriptions": "Gestionați facturarea și subscripțiile",
|
|
32
|
+
"remove": "Șterge",
|
|
33
|
+
"reset": "Resetează",
|
|
34
|
+
"saveChanges": "Salvează modificările",
|
|
35
|
+
"updateEmail": "Actualizează emailul",
|
|
36
|
+
"inviteLink": "Invită prin link",
|
|
37
|
+
"copyLink": "Copiază linkul",
|
|
38
|
+
"regenerateLink": "Regenerare link",
|
|
39
|
+
"acceptInvitation": "Acceptă invitația",
|
|
40
|
+
"generateLink": "Generează link"
|
|
41
|
+
},
|
|
42
|
+
"columns": {
|
|
43
|
+
"noColumnsFound": "Nici o coloană găsită.",
|
|
44
|
+
"search": "Caută coloane"
|
|
45
|
+
},
|
|
46
|
+
"common": {
|
|
47
|
+
"activate": "Activează",
|
|
48
|
+
"activate_": "Activează {{what}}?",
|
|
49
|
+
"active": "Activ",
|
|
50
|
+
"active_": "Activ {{what}}",
|
|
51
|
+
"addNew_": "Adaugă nou {{what}}",
|
|
52
|
+
"all": "Tot",
|
|
53
|
+
"all_": "Toate {{what}}",
|
|
54
|
+
"changeRole": "Schimbă rolul?",
|
|
55
|
+
"deactivated": "Elimină",
|
|
56
|
+
"delete": "Șterge",
|
|
57
|
+
"description": "Descriere",
|
|
58
|
+
"edit": "Editează",
|
|
59
|
+
"edit_": "Editează {{what}}",
|
|
60
|
+
"email_one": "Email",
|
|
61
|
+
"email_other": "Emailuri",
|
|
62
|
+
"format": "Format",
|
|
63
|
+
"free": "Gratuit",
|
|
64
|
+
"loading": "Se încarcă...",
|
|
65
|
+
"name": "Nume",
|
|
66
|
+
"notFound_": "Nu sunt {{what}} de afișat.",
|
|
67
|
+
"notFoundWithKind_": "Nu sunt {{kind}} {{what}} de afișat.",
|
|
68
|
+
"permission_one": "Permisiune",
|
|
69
|
+
"permission_other": "Permisiuni",
|
|
70
|
+
"productName": "Numele produsului",
|
|
71
|
+
"remove": "Șterge",
|
|
72
|
+
"remove_": "Șterge {{what}}?",
|
|
73
|
+
"removed_": "Șters {{what}}",
|
|
74
|
+
"role_one": "Rol",
|
|
75
|
+
"role_other": "Roluri",
|
|
76
|
+
"search_": "Caută {{what}}",
|
|
77
|
+
"subscriptionType": "{{subscription}} plan",
|
|
78
|
+
"takeAction": "Acționează",
|
|
79
|
+
"timeZone": "Etc/UTC",
|
|
80
|
+
"inviteViaLink": "Invită prin link"
|
|
81
|
+
},
|
|
82
|
+
"downloadPane": {
|
|
83
|
+
"description": {
|
|
84
|
+
"allMembers": "Descarcă toți {{taxonomies.member.plural}}",
|
|
85
|
+
"selectedMembers_one": "Descarcă {{taxonomies.member.singular}} selectat",
|
|
86
|
+
"selectedMembers_other": "Descarcă {{count}} {{taxonomies.member.plural}} selectați"
|
|
87
|
+
},
|
|
88
|
+
"title": "Descarcă {{taxonomies.member.plural}}"
|
|
89
|
+
},
|
|
90
|
+
"helpers": {
|
|
91
|
+
"addMembersToNeetoProducts": "Adaugă {{- emails, boldList}} la produsele neeto următoare.",
|
|
92
|
+
"configPermissions": "Configurează permisiunile pentru module.",
|
|
93
|
+
"emptyTable": "Nu sunt {{entity}} de afișat.",
|
|
94
|
+
"enterMultipleEmails": "Apasă space, virgulă, tab sau tasta enter pentru a adăuga mai multe adrese de email.",
|
|
95
|
+
"manageProducts": "Prea multe produse? <button>Dezactivează unele</button> dintre aceste produse.",
|
|
96
|
+
"memberCreationStatus_one": "Invitând {{taxonomies.member.singular}}",
|
|
97
|
+
"memberCreationStatus_other": "Invitând {{taxonomies.member.plural}}",
|
|
98
|
+
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
99
|
+
"metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
|
|
100
|
+
"multipleProductInvitation": "{{- emails, boldList}} vor fi invitați la produsele neeto următoare cu rolul dat lângă acesta.",
|
|
101
|
+
"noRecords": "Nici un record găsit",
|
|
102
|
+
"noRolesFound": "Nici un rol găsit.",
|
|
103
|
+
"selectAll": "Selectează toți {{count}} membrii echipei",
|
|
104
|
+
"selectedMembers": "Toți {{count}} membrii echipei de pe această pagină sunt selectați",
|
|
105
|
+
"selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} selectat din <span>{{totalCount}}</span>",
|
|
106
|
+
"selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} selectați din <span>{{totalCount}}</span>",
|
|
107
|
+
"singleProductInvitation": "{{- emails, boldList}} vor fi invitați la <strong>{{product, anyCase}}</strong> cu un rol de <strong>{{role, anyCase}}</strong>.",
|
|
108
|
+
"themeSelector": "Selector de temă",
|
|
109
|
+
"whyIsItDisabled": "De ce este dezactivat?",
|
|
110
|
+
"invitationTitle": "Ești invitat!",
|
|
111
|
+
"invitationMessage": "Ai fost invitat să te alături <strong>{{organization, anyCase}}</strong>. Te rog să introduci emailul tău pentru a accepta invitația."
|
|
112
|
+
},
|
|
113
|
+
"labels": {
|
|
114
|
+
"addNewRole": "Adaugă un rol nou",
|
|
115
|
+
"billingAndSubscriptions": "Facturare și subscripții",
|
|
116
|
+
"country": "Țară",
|
|
117
|
+
"deleteRole": "Șterge rolul?",
|
|
118
|
+
"deleteTitle": "Șterge {{resource}}?",
|
|
119
|
+
"downloadAs": "Descarcă ca {{format, anyCase}}",
|
|
120
|
+
"downloads": {
|
|
121
|
+
"csv": "CSV",
|
|
122
|
+
"pdf": "PDF",
|
|
123
|
+
"xlsx": "Excel"
|
|
124
|
+
},
|
|
125
|
+
"editRole": "Editează rolul",
|
|
126
|
+
"firstName": "Prenume",
|
|
127
|
+
"groupName": "{{taxonomies.group.singular, anyCase}} nume",
|
|
128
|
+
"lastName": "Nume de familie",
|
|
129
|
+
"manageMember_one": "Gestionează membrul",
|
|
130
|
+
"manageMember_other": "Gestionează membrii",
|
|
131
|
+
"manageRole_one": "Gestionează rolul",
|
|
132
|
+
"manageRole_other": "Gestionează rolurile",
|
|
133
|
+
"neeto_": "Neeto{{product, anyCase}}",
|
|
134
|
+
"permissionsNotFound": "Nu sunt permisiuni de afișat.",
|
|
135
|
+
"preferredDateFormat": "Formatul preferat al datei",
|
|
136
|
+
"preferredTimeFormat": "Formatul preferat al orei",
|
|
137
|
+
"removeMember": "Șterge {{member}}?",
|
|
138
|
+
"roleNotFound_one": "Nu există rol de afișat.",
|
|
139
|
+
"roleNotFound_other": "Nu există roluri de afișat.",
|
|
140
|
+
"timeZone": "Fus orar",
|
|
141
|
+
"totalMembers": "Total {{taxonomies.member.plural}}",
|
|
142
|
+
"upgradeToProPlan": "Actualizează membrii adăugați mai sus la PRO"
|
|
143
|
+
},
|
|
144
|
+
"placeholders": {
|
|
145
|
+
"email": "Te rog să introduci adresele de email",
|
|
146
|
+
"enterDescription": "Te rog să introduci o descriere",
|
|
147
|
+
"enterName": "Te rog să introduci numele",
|
|
148
|
+
"search": "Caută",
|
|
149
|
+
"searchEntity": "Caută {{entity}}",
|
|
150
|
+
"searchPermission_one": "Caută permisiune",
|
|
151
|
+
"searchPermission_other": "Caută permisiuni",
|
|
152
|
+
"searchRole_one": "Caută rol",
|
|
153
|
+
"searchRole_other": "Caută roluri"
|
|
154
|
+
},
|
|
155
|
+
"profile": {
|
|
156
|
+
"avatar": {
|
|
157
|
+
"changeProfilePicture": "Schimbă poza de profil",
|
|
158
|
+
"profilePicture": "Poză de profil",
|
|
159
|
+
"profilePictureUploadMessage": "Sunt acceptate doar fișiere JPEG, PNG. Dimensiunea maximă permisă este <strong>{{limit}}MB</strong>.",
|
|
160
|
+
"uploadProfilePicture": "Încarcă poza de profil"
|
|
161
|
+
},
|
|
162
|
+
"common": {
|
|
163
|
+
"ddmmyy": "DD/MM/YYYY",
|
|
164
|
+
"mmddyy": "MM/DD/YYYY",
|
|
165
|
+
"myProfile": "Profilul meu",
|
|
166
|
+
"neetoAuth": "NeetoAuth",
|
|
167
|
+
"timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
|
|
168
|
+
"toUpdateProfile": "Pentru a-ți schimba email-ul, facturarea și subscripția <button>vizitează NeetoAuth.</button>",
|
|
169
|
+
"yymmdd": "YYYY/MM/DD"
|
|
170
|
+
},
|
|
171
|
+
"file": {
|
|
172
|
+
"corrupted": "Fișierul trimis era gol sau corupt. Te rog să selectezi un fișier valid.",
|
|
173
|
+
"invalidType": {
|
|
174
|
+
"image": "Tip de fișier invalid. Te rog să selectezi un fișier JPG, JPEG sau PNG și încearcă din nou."
|
|
175
|
+
},
|
|
176
|
+
"limitExceeded": "Limită fișier depășită, dimensiunea maximă permisă este {{maxSize}} MB. Te rog să selectezi un fișier mai mic și încearcă din nou."
|
|
177
|
+
},
|
|
178
|
+
"form": {
|
|
179
|
+
"dotsNotAllowed": "Punctele nu sunt permise",
|
|
180
|
+
"invalidName": "Folosește doar litere, numere, spații, virgule, puncte, apostrof și cratime.",
|
|
181
|
+
"isRequired": {
|
|
182
|
+
"dateFormat": "Formatul datei este necesar",
|
|
183
|
+
"firstName": "Prenumele este necesar",
|
|
184
|
+
"lastName": "Numele de familie este necesar"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"inputs": {
|
|
188
|
+
"label": {
|
|
189
|
+
"dateFormat": "Selectează formatul preferat al datei",
|
|
190
|
+
"firstName": "Prenume",
|
|
191
|
+
"lastName": "Nume de familie",
|
|
192
|
+
"selectCountry": "Selectează țara",
|
|
193
|
+
"selectTimeFormat": "Selectează formatul preferat al orei",
|
|
194
|
+
"selectTimeZone": "Selectează fusul orar"
|
|
195
|
+
},
|
|
196
|
+
"placeholder": {
|
|
197
|
+
"firstName": "Prenume",
|
|
198
|
+
"lastName": "Nume de familie"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"tooltips": {
|
|
203
|
+
"activateUserToEdit_one": "Te rog să activezi utilizatorul pentru a-i edita rolul.",
|
|
204
|
+
"activateUserToEdit_other": "Te rog să activezi utilizatorii selectați pentru a le edita rolul.",
|
|
205
|
+
"adminMustHaveAccess": "Permisiunile {{roleName}} nu pot fi schimbate de nimeni.",
|
|
206
|
+
"clickToViewPermissions": "Apasă pentru a vizualiza rolurile și permisiunile acestora.",
|
|
207
|
+
"goBackToChangeRole": "Te rog să te întorci pentru a schimba rolul.",
|
|
208
|
+
"hostAppIsRequired": "Acest produs neeto este necesar pentru a continua.",
|
|
209
|
+
"noPermissionToAddMember": "Te rog să ceri administratorului să-ți permită să adaugi membrii.",
|
|
210
|
+
"noPermissionToAddRole": "Te rog să ceri administratorului să-ți permită să adaugi roluri.",
|
|
211
|
+
"noPermissionToEditMembers": "Te rog să ceri administratorului să-ți permită să editezi membrii.",
|
|
212
|
+
"noPermissionToEditRoles": "Te rog să ceri administratorului să-ți permită să editezi rolurile.",
|
|
213
|
+
"noPermissionToRemoveRoles": "Te rog să ceri administratorului să-ți permită să elimini rolurile.",
|
|
214
|
+
"uncheckOnSelectPermissions": "Dacă selectezi această permisiune, următoarele permisiuni vor fi deselectate: {{permissions}}"
|
|
215
|
+
},
|
|
216
|
+
"validations": {
|
|
217
|
+
"descriptionLimitExceeded": "Ai depășit limita de {{limit}} caractere pentru descriere.",
|
|
218
|
+
"enterRoleName": "Te rog să introduci un nume de rol valid.",
|
|
219
|
+
"filterInvalidEmails": "Apasă aici pentru a elimina emailurile invalide.",
|
|
220
|
+
"max": "Câmpul trebuie să fie mai mic de {{size}} caractere",
|
|
221
|
+
"memberLimitExceeded": "Maxim {{limit}} membri ai echipei sunt permisi. <emailTo>Contactează-ne</emailTo> pentru a crește limita.",
|
|
222
|
+
"minOneEmail": "Te rog să introduci cel puțin o adresă de email.",
|
|
223
|
+
"nameLimitExceeded": "Ai depășit limita de {{limit}} caractere pentru nume.",
|
|
224
|
+
"noWhiteSpaces": "{{what, anyCase}} nu ar trebui să înceapă sau să se termine cu spații albe",
|
|
225
|
+
"removeSpaces": "Te rog să elimini spațiile.",
|
|
226
|
+
"required": "{{what, anyCase}} este un câmp necesar",
|
|
227
|
+
"roleRequired": "Te rog să selectezi un rol.",
|
|
228
|
+
"validEmail_one": "Te rog să te asiguri că adresa de email este validă.",
|
|
229
|
+
"validEmail_other": "Te rog să te asiguri că toate adresele de email sunt valide."
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"taxonomyDefaultLabels": {
|
|
233
|
+
"group": {
|
|
234
|
+
"plural": "Grupe",
|
|
235
|
+
"singular": "Grup"
|
|
236
|
+
},
|
|
237
|
+
"groupMember": {
|
|
238
|
+
"plural": "Membri",
|
|
239
|
+
"singular": "Membru"
|
|
240
|
+
},
|
|
241
|
+
"member": {
|
|
242
|
+
"plural": "Membri ai echipei",
|
|
243
|
+
"singular": "Membru al echipei"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"toastr": {
|
|
247
|
+
"success": {
|
|
248
|
+
"downloadMembers": "Fișierul tău este pregătit. Va fi trimis la <strong>{{email}}</strong> în curând."
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|