@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": "Aktywujesz {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
6
|
+
"activateMember_other": "Aktywujesz <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
7
|
+
"changeRole_one": "Zmieniasz rolę <strong>{{person, anyCase}}</strong> na <strong>{{role, anyCase}}</strong>.",
|
|
8
|
+
"changeRole_other": "Zmieniasz rolę <strong>{{count}}</strong> {{metaName}} na <strong>{{role, anyCase}}</strong>.",
|
|
9
|
+
"delete": "Na stałe usuwasz {{resource}} <strong>{{name, anyCase}}</strong>. Tego nie można cofnąć.",
|
|
10
|
+
"deletingRole": "Na stałe usuwasz rolę <strong>{{name, anyCase}}</strong>. Tego nie można cofnąć.",
|
|
11
|
+
"removeMember": "Usuwasz <strong>{{member, anyCase}}</strong> z tej grupy.",
|
|
12
|
+
"removeMember_one": "Usuwasz {{taxonomies.member.singular}} <strong>{{person, anyCase}}</strong>.",
|
|
13
|
+
"removeMember_other": "Usuwasz <strong>{{count}}</strong> {{taxonomies.member.plural}}.",
|
|
14
|
+
"inviteLink": "Link zapraszający można udostępniać do <strong>{{inviteLimit}} osób</strong>, które zostaną dodane do <strong>{{appName, anyCase}}</strong> z rolą <strong>{{role, anyCase}}</strong>. Wygasa za <strong>{{expiryDays}} dni</strong> i jest ograniczony do użytkowników z domeną e-mail <strong>{{emailDomain}}</strong>.",
|
|
15
|
+
"expiredTitle": "Link zapraszający wygasł",
|
|
16
|
+
"expiredMessage": "Link zapraszający jest już nieaktualny. Proszę skontaktować się z administratorem w celu uzyskania nowego linku.",
|
|
17
|
+
"domainTitle": "Błąd linku zapraszającego: Twoja domena e-mail nie jest autoryzowana do dołączenia do tego zespołu",
|
|
18
|
+
"domainMessage": "To zaproszenie jest ograniczone do domeny e-mail <strong>@{{allowedDomain}}</strong>. Próbowałeś dołączyć używając <strong>{{email}}</strong>. Proszę spróbować ponownie używając <strong>@{{allowedDomain}}</strong> lub skontaktować się z administratorem.",
|
|
19
|
+
"generateLink": "Generuj link zapraszający"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"buttons": {
|
|
23
|
+
"activate": "Aktywuj",
|
|
24
|
+
"back": "Wstecz",
|
|
25
|
+
"cancel": "Anuluj",
|
|
26
|
+
"changeRole": "Zmień rolę",
|
|
27
|
+
"continue": "Kontynuuj",
|
|
28
|
+
"delete": "Usuń",
|
|
29
|
+
"download": "Pobierz",
|
|
30
|
+
"editBasicInfo": "Edytuj podstawowe informacje",
|
|
31
|
+
"manageBillingAndSubscriptions": "Zarządzaj fakturowaniem i subskrypcjami",
|
|
32
|
+
"remove": "Usuń",
|
|
33
|
+
"reset": "Resetuj",
|
|
34
|
+
"saveChanges": "Zapisz zmiany",
|
|
35
|
+
"updateEmail": "Zaktualizuj e-mail",
|
|
36
|
+
"inviteLink": "Zaproś przez link",
|
|
37
|
+
"copyLink": "Skopiuj link",
|
|
38
|
+
"regenerateLink": "Odgeneruj link",
|
|
39
|
+
"acceptInvitation": "Akceptuj zaproszenie",
|
|
40
|
+
"generateLink": "Generuj link"
|
|
41
|
+
},
|
|
42
|
+
"columns": {
|
|
43
|
+
"noColumnsFound": "Nie znaleziono kolumn.",
|
|
44
|
+
"search": "Szukaj kolumn"
|
|
45
|
+
},
|
|
46
|
+
"common": {
|
|
47
|
+
"activate": "Aktywuj",
|
|
48
|
+
"activate_": "Aktywuj {{what}}?",
|
|
49
|
+
"active": "Aktywny",
|
|
50
|
+
"active_": "Aktywny {{what}}",
|
|
51
|
+
"addNew_": "Dodaj nowy {{what}}",
|
|
52
|
+
"all": "Wszystko",
|
|
53
|
+
"all_": "Wszystko {{what}}",
|
|
54
|
+
"changeRole": "Zmień rolę?",
|
|
55
|
+
"deactivated": "Usuń",
|
|
56
|
+
"delete": "Usuń",
|
|
57
|
+
"description": "Opis",
|
|
58
|
+
"edit": "Edytuj",
|
|
59
|
+
"edit_": "Edytuj {{what}}",
|
|
60
|
+
"email_one": "E-mail",
|
|
61
|
+
"email_other": "E-maile",
|
|
62
|
+
"format": "Format",
|
|
63
|
+
"free": "Darmowe",
|
|
64
|
+
"loading": "Ładowanie...",
|
|
65
|
+
"name": "Imię",
|
|
66
|
+
"notFound_": "Nie ma {{what}} do wyświetlenia.",
|
|
67
|
+
"notFoundWithKind_": "Nie ma {{kind}} {{what}} do wyświetlenia.",
|
|
68
|
+
"permission_one": "Uprawnienie",
|
|
69
|
+
"permission_other": "Uprawnienia",
|
|
70
|
+
"productName": "Nazwa produktu",
|
|
71
|
+
"remove": "Usuń",
|
|
72
|
+
"remove_": "Usunąć {{what}}?",
|
|
73
|
+
"removed_": "Usunięto {{what}}",
|
|
74
|
+
"role_one": "Rola",
|
|
75
|
+
"role_other": "Role",
|
|
76
|
+
"search_": "Szukaj {{what}}",
|
|
77
|
+
"subscriptionType": "Plan {{subscription}}",
|
|
78
|
+
"takeAction": "Podejmij działanie",
|
|
79
|
+
"timeZone": "Etc/UTC",
|
|
80
|
+
"inviteViaLink": "Zaproś przez link"
|
|
81
|
+
},
|
|
82
|
+
"downloadPane": {
|
|
83
|
+
"description": {
|
|
84
|
+
"allMembers": "Pobierz wszystkich {{taxonomies.member.plural}}",
|
|
85
|
+
"selectedMembers_one": "Pobierz wybranego {{taxonomies.member.singular}}",
|
|
86
|
+
"selectedMembers_other": "Pobierz {{count}} wybranych {{taxonomies.member.plural}}"
|
|
87
|
+
},
|
|
88
|
+
"title": "Pobierz {{taxonomies.member.plural}}"
|
|
89
|
+
},
|
|
90
|
+
"helpers": {
|
|
91
|
+
"addMembersToNeetoProducts": "Dodaj {{- emails, boldList}} do następujących produktów neeto.",
|
|
92
|
+
"configPermissions": "Skonfiguruj uprawnienia dla modułów.",
|
|
93
|
+
"emptyTable": "Nie ma {{entity}} do wyświetlenia.",
|
|
94
|
+
"enterMultipleEmails": "Naciśnij spację, przecinek, tabulator lub klawisz enter, aby dodać wiele adresów e-mail.",
|
|
95
|
+
"manageProducts": "Za dużo produktów? <button>Dezaktywuj niektóre</button> z tych produktów.",
|
|
96
|
+
"memberCreationStatus_one": "Zapraszam {{taxonomies.member.singular}}",
|
|
97
|
+
"memberCreationStatus_other": "Zapraszam {{taxonomies.member.plural}}",
|
|
98
|
+
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
99
|
+
"metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
|
|
100
|
+
"multipleProductInvitation": "{{- emails, boldList}} zostaną zaproszeni do następujących produktów neeto z rolą podaną obok.",
|
|
101
|
+
"noRecords": "Nie znaleziono rekordów",
|
|
102
|
+
"noRolesFound": "Nie znaleziono ról.",
|
|
103
|
+
"selectAll": "Zaznacz wszystkich {{count}} członków zespołu",
|
|
104
|
+
"selectedMembers": "Wszyscy {{count}} członkowie zespołu na tej stronie są zaznaczeni",
|
|
105
|
+
"selectedMembersCount_one": "{{count}} {{taxonomies.member.singular}} zaznaczonych z <span>{{totalCount}}</span>",
|
|
106
|
+
"selectedMembersCount_other": "{{count}} {{taxonomies.member.plural}} zaznaczonych z <span>{{totalCount}}</span>",
|
|
107
|
+
"singleProductInvitation": "{{- emails, boldList}} zostaną zaproszeni do <strong>{{product, anyCase}}</strong> z rolą <strong>{{role, anyCase}}</strong>.",
|
|
108
|
+
"themeSelector": "Wybór motywu",
|
|
109
|
+
"whyIsItDisabled": "Dlaczego jest to wyłączone?",
|
|
110
|
+
"invitationTitle": "Jesteś zaproszony!",
|
|
111
|
+
"invitationMessage": "Zostałeś zaproszony do dołączenia do <strong>{{organization, anyCase}}</strong>. Proszę wprowadzić swój e-mail, aby zaakceptować zaproszenie."
|
|
112
|
+
},
|
|
113
|
+
"labels": {
|
|
114
|
+
"addNewRole": "Dodaj nową rolę",
|
|
115
|
+
"billingAndSubscriptions": "Fakturowanie i subskrypcje",
|
|
116
|
+
"country": "Kraj",
|
|
117
|
+
"deleteRole": "Usunąć rolę?",
|
|
118
|
+
"deleteTitle": "Usunąć {{resource}}?",
|
|
119
|
+
"downloadAs": "Pobierz jako {{format, anyCase}}",
|
|
120
|
+
"downloads": {
|
|
121
|
+
"csv": "CSV",
|
|
122
|
+
"pdf": "PDF",
|
|
123
|
+
"xlsx": "Excel"
|
|
124
|
+
},
|
|
125
|
+
"editRole": "Edytuj rolę",
|
|
126
|
+
"firstName": "Imię",
|
|
127
|
+
"groupName": "Nazwa {{taxonomies.group.singular, anyCase}}",
|
|
128
|
+
"lastName": "Nazwisko",
|
|
129
|
+
"manageMember_one": "Zarządzaj członkiem",
|
|
130
|
+
"manageMember_other": "Zarządzaj członkami",
|
|
131
|
+
"manageRole_one": "Zarządzaj rolą",
|
|
132
|
+
"manageRole_other": "Zarządzaj rolami",
|
|
133
|
+
"neeto_": "Neeto{{product, anyCase}}",
|
|
134
|
+
"permissionsNotFound": "Nie ma uprawnień do wyświetlenia.",
|
|
135
|
+
"preferredDateFormat": "Preferowany format daty",
|
|
136
|
+
"preferredTimeFormat": "Preferowany format czasu",
|
|
137
|
+
"removeMember": "Usunąć {{member}}?",
|
|
138
|
+
"roleNotFound_one": "Nie ma roli do wyświetlenia.",
|
|
139
|
+
"roleNotFound_other": "Nie ma ról do wyświetlenia.",
|
|
140
|
+
"timeZone": "Strefa czasowa",
|
|
141
|
+
"totalMembers": "Łącznie {{taxonomies.member.plural}}",
|
|
142
|
+
"upgradeToProPlan": "Uaktualnij powyżej dodanych członków do PRO"
|
|
143
|
+
},
|
|
144
|
+
"placeholders": {
|
|
145
|
+
"email": "Proszę wprowadzić adresy e-mail",
|
|
146
|
+
"enterDescription": "Proszę wprowadzić opis",
|
|
147
|
+
"enterName": "Proszę wprowadzić nazwę",
|
|
148
|
+
"search": "Szukaj",
|
|
149
|
+
"searchEntity": "Szukaj {{entity}}",
|
|
150
|
+
"searchPermission_one": "Szukaj uprawnienia",
|
|
151
|
+
"searchPermission_other": "Szukaj uprawnień",
|
|
152
|
+
"searchRole_one": "Szukaj roli",
|
|
153
|
+
"searchRole_other": "Szukaj ról"
|
|
154
|
+
},
|
|
155
|
+
"profile": {
|
|
156
|
+
"avatar": {
|
|
157
|
+
"changeProfilePicture": "Zmień zdjęcie profilowe",
|
|
158
|
+
"profilePicture": "Zdjęcie profilowe",
|
|
159
|
+
"profilePictureUploadMessage": "Obsługiwane są tylko pliki JPEG, PNG. Maksymalny dozwolony rozmiar pliku to <strong>{{limit}}MB</strong>.",
|
|
160
|
+
"uploadProfilePicture": "Prześlij zdjęcie profilowe"
|
|
161
|
+
},
|
|
162
|
+
"common": {
|
|
163
|
+
"ddmmyy": "DD/MM/YYYY",
|
|
164
|
+
"mmddyy": "MM/DD/YYYY",
|
|
165
|
+
"myProfile": "Mój profil",
|
|
166
|
+
"neetoAuth": "NeetoAuth",
|
|
167
|
+
"timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
|
|
168
|
+
"toUpdateProfile": "Aby zmienić swój e-mail, fakturowanie i subskrypcję <button>odwiedź NeetoAuth.</button>",
|
|
169
|
+
"yymmdd": "YYYY/MM/DD"
|
|
170
|
+
},
|
|
171
|
+
"file": {
|
|
172
|
+
"corrupted": "Przesłany plik był pusty lub uszkodzony. Proszę wybrać ważny plik.",
|
|
173
|
+
"invalidType": {
|
|
174
|
+
"image": "Nieprawidłowy typ pliku. Proszę wybrać plik JPG, JPEG lub PNG i spróbować ponownie."
|
|
175
|
+
},
|
|
176
|
+
"limitExceeded": "Przekroczono limit pliku, maksymalny dozwolony rozmiar to {{maxSize}} MB. Proszę wybrać mniejszy plik i spróbować ponownie."
|
|
177
|
+
},
|
|
178
|
+
"form": {
|
|
179
|
+
"dotsNotAllowed": "Kropki nie są dozwolone",
|
|
180
|
+
"invalidName": "Używaj tylko liter, cyfr, spacji, przecinków, kropek, apostrofów i myślników.",
|
|
181
|
+
"isRequired": {
|
|
182
|
+
"dateFormat": "Format daty jest wymagany",
|
|
183
|
+
"firstName": "Imię jest wymagane",
|
|
184
|
+
"lastName": "Nazwisko jest wymagane"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"inputs": {
|
|
188
|
+
"label": {
|
|
189
|
+
"dateFormat": "Wybierz preferowany format daty",
|
|
190
|
+
"firstName": "Imię",
|
|
191
|
+
"lastName": "Nazwisko",
|
|
192
|
+
"selectCountry": "Wybierz kraj",
|
|
193
|
+
"selectTimeFormat": "Wybierz preferowany format czasu",
|
|
194
|
+
"selectTimeZone": "Wybierz strefę czasową"
|
|
195
|
+
},
|
|
196
|
+
"placeholder": {
|
|
197
|
+
"firstName": "Imię",
|
|
198
|
+
"lastName": "Nazwisko"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"tooltips": {
|
|
203
|
+
"activateUserToEdit_one": "Proszę aktywować użytkownika, aby edytować jego rolę.",
|
|
204
|
+
"activateUserToEdit_other": "Proszę aktywować zaznaczonych użytkowników, aby edytować ich rolę.",
|
|
205
|
+
"adminMustHaveAccess": "Uprawnienia {{roleName}} nie mogą być zmieniane przez nikogo.",
|
|
206
|
+
"clickToViewPermissions": "Kliknij, aby zobaczyć role i ich uprawnienia.",
|
|
207
|
+
"goBackToChangeRole": "Proszę wrócić, aby zmienić rolę.",
|
|
208
|
+
"hostAppIsRequired": "Ten produkt neeto jest wymagany, aby kontynuować.",
|
|
209
|
+
"noPermissionToAddMember": "Proszę poprosić administratora o zezwolenie na dodawanie członków.",
|
|
210
|
+
"noPermissionToAddRole": "Proszę poprosić administratora o zezwolenie na dodawanie ról.",
|
|
211
|
+
"noPermissionToEditMembers": "Proszę poprosić administratora o zezwolenie na edytowanie członków.",
|
|
212
|
+
"noPermissionToEditRoles": "Proszę poprosić administratora o zezwolenie na edytowanie ról.",
|
|
213
|
+
"noPermissionToRemoveRoles": "Proszę poprosić administratora o zezwolenie na usunięcie ról.",
|
|
214
|
+
"uncheckOnSelectPermissions": "Jeśli zaznaczysz to uprawnienie, następujące uprawnienia zostaną odznaczone: {{permissions}}"
|
|
215
|
+
},
|
|
216
|
+
"validations": {
|
|
217
|
+
"descriptionLimitExceeded": "Przekroczyłeś limit {{limit}} znaków dla opisu.",
|
|
218
|
+
"enterRoleName": "Proszę wprowadzić prawidłową nazwę roli.",
|
|
219
|
+
"filterInvalidEmails": "Kliknij tutaj, aby usunąć nieprawidłowe adresy e-mail.",
|
|
220
|
+
"max": "Pole musi mieć mniej niż {{size}} znaków",
|
|
221
|
+
"memberLimitExceeded": "Maksymalnie dozwolonych jest {{limit}} członków zespołu. <emailTo>Skontaktuj się z nami</emailTo>, aby zwiększyć limit.",
|
|
222
|
+
"minOneEmail": "Proszę wprowadzić przynajmniej jeden adres e-mail.",
|
|
223
|
+
"nameLimitExceeded": "Przekroczyłeś limit {{limit}} znaków dla nazwy.",
|
|
224
|
+
"noWhiteSpaces": "{{what, anyCase}} nie powinno zaczynać się ani kończyć białymi znakami",
|
|
225
|
+
"removeSpaces": "Proszę usunąć spacje.",
|
|
226
|
+
"required": "{{what, anyCase}} jest polem wymaganym",
|
|
227
|
+
"roleRequired": "Proszę wybrać rolę.",
|
|
228
|
+
"validEmail_one": "Proszę upewnić się, że adres e-mail jest prawidłowy.",
|
|
229
|
+
"validEmail_other": "Proszę upewnić się, że wszystkie adresy e-mail są prawidłowe."
|
|
230
|
+
}
|
|
231
|
+
},
|
|
232
|
+
"taxonomyDefaultLabels": {
|
|
233
|
+
"group": {
|
|
234
|
+
"plural": "Grupy",
|
|
235
|
+
"singular": "Grupa"
|
|
236
|
+
},
|
|
237
|
+
"groupMember": {
|
|
238
|
+
"plural": "Członkowie",
|
|
239
|
+
"singular": "Członek"
|
|
240
|
+
},
|
|
241
|
+
"member": {
|
|
242
|
+
"plural": "Członkowie zespołu",
|
|
243
|
+
"singular": "Członek zespołu"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"toastr": {
|
|
247
|
+
"success": {
|
|
248
|
+
"downloadMembers": "Twój plik jest w przygotowaniu. Zostanie wysłany do <strong>{{email}}</strong> wkrótce."
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
@@ -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 um novo link.",
|
|
17
|
+
"domainTitle": "Erro no link de convite: Seu domínio de e-mail não está autorizado a entrar neste time",
|
|
18
|
+
"domainMessage": "Este convite é restrito ao domínio de email <strong>@{{allowedDomain}}</strong>. Você tentou entrar usando <strong>{{email}}</strong>. Tente novamente usando seu <strong>@{{allowedDomain}}</strong> email 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": "Reiniciar",
|
|
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": "E-mails",
|
|
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 {{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> destes 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": "Selecionador de tema",
|
|
109
|
+
"whyIsItDisabled": "Por que está desativado?",
|
|
110
|
+
"invitationTitle": "Você está convidado!",
|
|
111
|
+
"invitationMessage": "Você foi convidado para 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 de {{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 foto do perfil",
|
|
158
|
+
"profilePicture": "Foto do perfil",
|
|
159
|
+
"profilePictureUploadMessage": "Apenas arquivos JPEG, PNG são suportados. O tamanho máximo permitido é de <strong>{{limit}}MB</strong>.",
|
|
160
|
+
"uploadProfilePicture": "Carregar foto 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. Selecione um arquivo válido.",
|
|
173
|
+
"invalidType": {
|
|
174
|
+
"image": "Tipo de arquivo inválido. Selecione um arquivo JPG, JPEG ou PNG e tente novamente."
|
|
175
|
+
},
|
|
176
|
+
"limitExceeded": "Limite de arquivo excedido, o tamanho máximo permitido é de {{maxSize}} MB. 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óstrofos 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 seus papéis.",
|
|
205
|
+
"adminMustHaveAccess": "As permissões de {{roleName}} não podem ser alteradas por ninguém.",
|
|
206
|
+
"clickToViewPermissions": "Clique para ver 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 para o administrador permitir que você adicione membros.",
|
|
210
|
+
"noPermissionToAddRole": "Por favor, peça para o administrador permitir que você adicione papéis.",
|
|
211
|
+
"noPermissionToEditMembers": "Por favor, peça para o administrador permitir que você edite membros.",
|
|
212
|
+
"noPermissionToEditRoles": "Por favor, peça para o administrador permitir que você edite papéis.",
|
|
213
|
+
"noPermissionToRemoveRoles": "Por favor, peça para o administrador 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 e-mails 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 começar ou terminar com espaços em branco.",
|
|
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
|
+
}
|