@anime.club/translations 1.1.81 → 1.1.83
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/package.json +1 -1
- package/src/arabic-standard.ts +46 -44
- package/src/chinese-simplified.ts +44 -44
- package/src/english.ts +4 -1
- package/src/french.ts +46 -44
- package/src/german.ts +47 -44
- package/src/hindi.ts +47 -44
- package/src/indonesian.ts +47 -44
- package/src/japanese.ts +47 -44
- package/src/korean.ts +47 -44
- package/src/portuguese.ts +46 -44
- package/src/russian.ts +15 -12
- package/src/spanish.ts +47 -44
- package/src/thai.ts +46 -44
- package/src/vietnamese.ts +46 -44
package/src/portuguese.ts
CHANGED
@@ -1,47 +1,4 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
accountDeleted: `(en) Account deleted`,
|
3
|
-
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
4
|
-
buyer: `(en) Buyer`,
|
5
|
-
cancellationReason: `(en) Cancellation reason`,
|
6
|
-
cancellationInitiator: `(en) Cancellation initiator`,
|
7
|
-
checkOrderStatus: `(en) Check order status`,
|
8
|
-
contactUs: `(en) Contact us`,
|
9
|
-
congratulations: `(en) Congratulations!`,
|
10
|
-
deleteShop: `(en) Delete shop`,
|
11
|
-
decline: `(en) Decline`,
|
12
|
-
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
13
|
-
haveAnyQuestions: `(en) Have any questions?`,
|
14
|
-
usernameHasCanceledTheOrder: (...v) =>
|
15
|
-
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
-
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
-
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
18
|
-
lackOfInformation: `(en) Lack of information`,
|
19
|
-
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
20
|
-
notAcceptingOrders: `(en) Not accepting orders`,
|
21
|
-
openDispute: `(en) Open dispute`,
|
22
|
-
order: `(en) Order`,
|
23
|
-
outOfStock: `(en) Out of stock`,
|
24
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
25
|
-
otherReason: `(en) Other reason`,
|
26
|
-
personalCircumstances: `(en) Personal circumstances`,
|
27
|
-
platform: `(en) Platform`,
|
28
|
-
pleaseStartTyping: `(en) Please start typing`,
|
29
|
-
seller: `(en) Seller`,
|
30
|
-
timeConstraints: `(en) Time constraints`,
|
31
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
-
`(en) The review period is limited to ${v[0]} days`,
|
34
|
-
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
35
|
-
viewReview: `(en) View review`,
|
36
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
37
|
-
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
38
|
-
leaveAReview: `(en) Leave a review`,
|
39
|
-
youReceivedANewOrderFrom: (...v) =>
|
40
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
41
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
-
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
43
|
-
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
44
|
-
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
45
2
|
_colon: `: `,
|
46
3
|
_comma: `, `,
|
47
4
|
_dot: `. `,
|
@@ -52,6 +9,7 @@ export const text: text = {
|
|
52
9
|
accept: `Aceitar`,
|
53
10
|
acceptOrder: `Aceitar pedido`,
|
54
11
|
account: `Conta`,
|
12
|
+
accountDeleted: `Conta deletada`,
|
55
13
|
accountActivation: `Ativação de conta`,
|
56
14
|
accountAlreadyExists: `Conta já existe`,
|
57
15
|
accountDoesNotExist: `Conta não existe`,
|
@@ -92,6 +50,7 @@ export const text: text = {
|
|
92
50
|
`${v[0]} obras de arte disponíveis para visualização`,
|
93
51
|
authenticationFailed: `Autenticação falhou`,
|
94
52
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `A publicação automática no Instagram está disponível apenas para contas comerciais do Instagram`,
|
53
|
+
attentionYourOrderHasBeenDisputed: `Atenção! Seu pedido foi contestado. Por favor, verifique os detalhes`,
|
95
54
|
awaitingReview: `Aguardando revisão`,
|
96
55
|
awaitingSeller: `Aguardando vendedor`,
|
97
56
|
back: `Costas`,
|
@@ -102,11 +61,15 @@ export const text: text = {
|
|
102
61
|
bookmarks: `Itens salvos`,
|
103
62
|
browseArt: `Navegue pela arte`,
|
104
63
|
browseShop: `Navegar na loja`,
|
64
|
+
buyer: `Comprador`,
|
105
65
|
cancel: `cancelar`,
|
106
66
|
canceled: `Cancelado`,
|
107
67
|
cancelOrder: `Cancelar pedido`,
|
68
|
+
cancellationReason: `Motivo do cancelamento`,
|
69
|
+
cancellationInitiator: `Iniciador do cancelamento`,
|
108
70
|
cannotStartWithChars: `Não pode começar com s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
109
71
|
change: `Alterar`,
|
72
|
+
checkOrderStatus: `Verificar status do pedido`,
|
110
73
|
changeArt: `Mudar arte`,
|
111
74
|
changeAvatar: `Mudar avatar`,
|
112
75
|
changeEmail: `Alterar e-mail`,
|
@@ -128,9 +91,11 @@ export const text: text = {
|
|
128
91
|
contactInformation: `Informações de contato`,
|
129
92
|
contactSeller: `Contatar vendedor`,
|
130
93
|
contactSupport: `Contatar suporte`,
|
94
|
+
contactUs: `Contate-nos`,
|
131
95
|
continue: `Continuar`,
|
132
96
|
contractTitle: `Título do contrato`,
|
133
97
|
copyLink: `Copiar link`,
|
98
|
+
congratulations: `Parabéns!`,
|
134
99
|
copyrightViolation: `Violação de direitos autorais`,
|
135
100
|
couldNotCreateANewRecord: `Não foi possível criar um novo registro`,
|
136
101
|
country: `País`,
|
@@ -145,8 +110,10 @@ export const text: text = {
|
|
145
110
|
darkHighContrast: `Alto contraste escuro`,
|
146
111
|
dayTheme: `Tema diurno`,
|
147
112
|
delete: `Excluir`,
|
113
|
+
deleteShop: `Excluir loja`,
|
148
114
|
deleteAccount: `Excluir conta`,
|
149
115
|
deleteArt: `Apagar art`,
|
116
|
+
decline: `Recusar`,
|
150
117
|
deletePost: `Apagar publicação`,
|
151
118
|
deleteProduct: `Excluir produto`,
|
152
119
|
deliveryTime: `Tempo de entrega`,
|
@@ -179,6 +146,7 @@ export const text: text = {
|
|
179
146
|
extensions: `Extensões`,
|
180
147
|
extras: `Extras`,
|
181
148
|
fileSizeIsTooBig: `O tamanho do arquivo é muito grande`,
|
149
|
+
fileSizeIsTooSmall: `O tamanho do arquivo é muito pequeno`,
|
182
150
|
filter: `Filtro`,
|
183
151
|
filterBy: `Filtrar por`,
|
184
152
|
findUser: `Encontrar usuário`,
|
@@ -194,7 +162,10 @@ export const text: text = {
|
|
194
162
|
getDetails: `Obter detalhes`,
|
195
163
|
getStarted: `Comece agora`,
|
196
164
|
guestView: `Vista de convidado`,
|
165
|
+
greatNewsYourOrderIsNowInProgress: `Ótima notícia! Seu pedido está em andamento`,
|
197
166
|
harassment: `Assédio`,
|
167
|
+
haveAnyQuestions: `Tem alguma pergunta?`,
|
168
|
+
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> cancelou o pedido`,
|
198
169
|
hasNotAddedADescriptionFor: (...v) =>
|
199
170
|
`@${v[0]} não adicionou uma descrição para "${v[1]}"`,
|
200
171
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -205,6 +176,8 @@ export const text: text = {
|
|
205
176
|
howToContactYou: `Como entrar em contato com você`,
|
206
177
|
howToFindYouOnOtherSocialNetworks: `Como encontrar você em outras redes sociais`,
|
207
178
|
iAgreeWith: `Eu concordo com`,
|
179
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
180
|
+
`Se não houver resposta até ${v[0]}, o pedido será marcado como concluído automaticamente`,
|
208
181
|
id: `ID`,
|
209
182
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `A altura do Img deve ser maior ou igual a`,
|
210
183
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `A largura do Img deve ser maior ou igual a`,
|
@@ -222,14 +195,17 @@ export const text: text = {
|
|
222
195
|
joinChat: `Entrar no chat`,
|
223
196
|
joinUsOnFacebook: `Junte-se a nós no Facebook`,
|
224
197
|
language: `Idioma`,
|
198
|
+
lackOfInformation: `Falta de informação`,
|
225
199
|
languages: `Línguas`,
|
226
200
|
letEveryoneKnowHowToDonateToYou: `Deixe todos saberem como doar para você`,
|
227
201
|
letOthersKnowAboutYou: `Deixe os outros saberem sobre você`,
|
202
|
+
letsUploadYourFirstProduct: `Vamos carregar seu primeiro produto`,
|
228
203
|
letUsKnowWhatsHappening: `Deixe-nos saber o que está acontecendo e nós investigaremos`,
|
229
204
|
licenseForForProfitBusinessUse: `Licença para uso comercial com fins lucrativos`,
|
230
205
|
lightDefault: `Tema claro padrão`,
|
231
206
|
lightHighContrast: `Alto contraste claro`,
|
232
207
|
likes: `Gostos`,
|
208
|
+
limit: `Limite`,
|
233
209
|
linkCopiedToClipboard: `Link copiado para a área de transferência`,
|
234
210
|
livesIn: `Vivendo em`,
|
235
211
|
loading: `Carregando`,
|
@@ -279,34 +255,43 @@ export const text: text = {
|
|
279
255
|
noResults: `Nenhum resultado`,
|
280
256
|
notifications: `Notificações`,
|
281
257
|
noActiveOrdersToShow: `Não há pedidos ativos para mostrar`,
|
258
|
+
notAcceptingOrders: `Não aceitando pedidos`,
|
282
259
|
nsfwContent18Plus: `Conteúdo NSFW (18+)`,
|
283
260
|
numberOfAdjustmentsAClientCouldRequest: `Número de ajustes que um cliente pode solicitar`,
|
284
261
|
online: `Online`,
|
285
262
|
onlyLatinLettersNumbersHyphen: `Somente letras latinas, números, hífen, sublinhado e ponto`,
|
286
263
|
onlyNumbers: `Apenas números`,
|
287
264
|
open: `Aberto`,
|
265
|
+
openDispute: `Abrir disputa`,
|
288
266
|
openGuestView: `Abrir visualização de convidado`,
|
289
267
|
openingSoon: `Aberto em breve!`,
|
290
268
|
openToWork: `Aberto para trabalhar`,
|
291
269
|
optional: `Opcional`,
|
292
270
|
or: `OU`,
|
271
|
+
order: `Pedido`,
|
272
|
+
outOfStock: `Fora de estoque`,
|
273
|
+
ordered: (...v) => `Pedido ${v[0]}`,
|
293
274
|
orderAgain: `Fazer pedido novamente`,
|
294
275
|
orderDetails: `Detalhes do pedido`,
|
276
|
+
orderConfirmed: `Pedido confirmado`,
|
295
277
|
orderStatus: `Status do pedido`,
|
296
278
|
orderOptions: `Opções de pedido`,
|
279
|
+
otherReason: `Outro motivo`,
|
297
280
|
pageNotFound: `Página não encontrada`,
|
298
281
|
password: `Senha`,
|
299
282
|
payments: `Pagamentos`,
|
300
283
|
personal: `Pessoal`,
|
284
|
+
personalCircumstances: `Circunstâncias pessoais`,
|
301
285
|
pleaseCheckYour: (...v) => `Por favor, verifique o seu ${v[0]}`,
|
302
286
|
pleaseDoNotShareYourPrivateInformationToOthers: `Por favor, não compartilhe suas informações privadas com outras pessoas`,
|
303
|
-
pleaseDropOnlyOneImage: `Por favor, solte apenas uma imagem`,
|
304
287
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
305
288
|
`Por favor, insira um número entre ${v[0]} e ${v[1]}`,
|
306
289
|
pleaseEnterAtLeastNChars: (...v) =>
|
307
290
|
`Por favor, insira pelo menos ${v[0]} caracteres`,
|
308
291
|
pleaseFillOutYourDetails: `Por favor, preencha seus dados`,
|
309
292
|
pleaseSignInToYourAccount: `Por favor entre em sua conta`,
|
293
|
+
platform: `Plataforma`,
|
294
|
+
pleaseStartTyping: `Por favor, comece a digitar`,
|
310
295
|
pleaseTryAgainOrClick: (...v) =>
|
311
296
|
`Por favor, tente de novo e clique em ${v[0]}`,
|
312
297
|
pleaseVerifyYourAccount: `Por favor, verifique sua conta`,
|
@@ -334,6 +319,7 @@ export const text: text = {
|
|
334
319
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Selecione um único tema ou sincronize com seu sistema e alterne automaticamente entre temas diurnos e noturnos`,
|
335
320
|
selectAvatar: `Selecionar avatar`,
|
336
321
|
selectCharacters: `Selecionar personagem(s)`,
|
322
|
+
seller: `Vendedor`,
|
337
323
|
selectFile: `Selecionar arquivo`,
|
338
324
|
selectTheme: `Selecionar tema`,
|
339
325
|
selectThumbnail: `Selecionar miniatura`,
|
@@ -373,7 +359,12 @@ export const text: text = {
|
|
373
359
|
thisIsThePriceYouPropose: `Este é o preço que você propõe`,
|
374
360
|
threateningViolence: `Ameaçando violência`,
|
375
361
|
title: `Título`,
|
362
|
+
timeConstraints: `Restrições de tempo`,
|
376
363
|
titleYourExtraService: `Dê um título ao seu serviço extra`,
|
364
|
+
theMaximumQuantityThatACustomerCanAdd: `A quantidade máxima que um cliente pode adicionar`,
|
365
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
366
|
+
`O período de revisão é limitado a ${v[0]} dias`,
|
367
|
+
toHelpTheCreatorCompleteYourOrder: `Para ajudar o criador a concluir seu pedido de forma satisfatória, forneça uma descrição detalhada do que você deseja. Inclua o tema desejado, estilo e características do personagem, bem como quaisquer outras especificações importantes`,
|
377
368
|
today: `Hoje`,
|
378
369
|
toGetWorkRelatedNotifications: `Para receber notificações relacionadas ao trabalho`,
|
379
370
|
total: `Total`,
|
@@ -402,10 +393,12 @@ export const text: text = {
|
|
402
393
|
verificationCode: `Código de verificação`,
|
403
394
|
verifyCode: `Verificar o código`,
|
404
395
|
viewDetails: `Ver detalhes`,
|
396
|
+
viewReview: `Ver avaliação`,
|
405
397
|
viewEveryNotificationOfAGroupSeparately: `Ver cada notificação de um grupo separadamente`,
|
406
398
|
visitOurDiscordChannelToGetMoreDetails: `Visite o nosso canal discord para obter mais detalhes`,
|
407
399
|
weAreOnInstagram: `Estamos no instagram`,
|
408
400
|
weAreWorkingOnIt: `Estamos trabalhando nisso`,
|
401
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Muito bem! Seu trabalho foi concluído com sucesso`,
|
409
402
|
weDoNotDisplayNSFWContentYet: `Ainda não exibimos conteúdo NSFW`,
|
410
403
|
weekly: `Semanal`,
|
411
404
|
whenYouPurchaseSomethingItWillAppearHere: `Quando você comprar algo, aparecerá aqui`,
|
@@ -413,12 +406,18 @@ export const text: text = {
|
|
413
406
|
welcomeToAnimeClub: `Bem-vindo ao Anime.club!`,
|
414
407
|
weSentAnEmailTo: `Enviamos um e-mail para:`,
|
415
408
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Enviamos a você um novo e-mail de verificação. Por favor insira o código`,
|
409
|
+
weAreExcitedToSeeYourProgressKeepItUp: `Estamos empolgados em ver seu progresso. Continue assim!`,
|
416
410
|
weSupportOnlyTheFollowingFileExtensions: `Oferecemos suporte apenas para as seguintes extensões de arquivo:`,
|
417
411
|
work: `Trabalho`,
|
412
|
+
weWouldLoveToHearFromYou: `Adoraríamos ouvir de você`,
|
418
413
|
workDescription: `Descrição do trabalho`,
|
414
|
+
leaveAReview: `Deixe uma avaliação`,
|
419
415
|
wrongEmailOrPassword: `Email ou senha incorretos`,
|
420
416
|
yes: `sim`,
|
421
417
|
yesterday: `Ontem`,
|
418
|
+
youReceivedANewOrderFrom: (...v) =>
|
419
|
+
`Você recebeu um novo pedido de <b>${v[0]}</b>`,
|
420
|
+
youHaveSuccessfullyCreatedYourShop: `Você criou sua loja com sucesso`,
|
422
421
|
youAreAlreadyAuthenticated: `Voce ja esta autenticado`,
|
423
422
|
youCanAutoPublishToYourSocialMediaAccount: `Você pode publicar automaticamente em sua conta de mídia social`,
|
424
423
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Você pode modificar os tipos de notificações que recebe por e-mail`,
|
@@ -430,9 +429,12 @@ export const text: text = {
|
|
430
429
|
youHaveNotSetAPassword: `Você não definiu uma senha`,
|
431
430
|
youHaveNotSharedAnythingYet: `Você ainda não compartilhou nada`,
|
432
431
|
youHaveReachedTheMaximumNumberOfFiles: `Você atingiu o número máximo de arquivos`,
|
432
|
+
kindlyHoldOnForTheBuyersReview: `Por favor, aguarde a avaliação do comprador sobre o pedido.`,
|
433
433
|
yourAccountIsVerifiedPleaseSignIn: `Sua conta foi verificada. Por favor, faça login`,
|
434
434
|
yourAccountWillBeRemoved: (...v) => `Sua conta será removida ${v[0]}`,
|
435
435
|
youHaveNoPurchases: `Você não tem compras`,
|
436
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `Você poderia fornecer o motivo do cancelamento`,
|
437
|
+
yourFeedbackWouldBeGreatlyAppreciated: `Seu feedback seria muito apreciado`,
|
436
438
|
yourArts: `Suas artes`,
|
437
439
|
yourAvatar: `Seu avatar`,
|
438
440
|
yourBlog: `Seu blog`,
|
package/src/russian.ts
CHANGED
@@ -1,15 +1,4 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
|
3
|
-
greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
|
4
|
-
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
|
5
|
-
ifTheresNoResponseByTimeLimit: (...v) =>
|
6
|
-
`Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
|
7
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
8
|
-
`Период проверки ограничен ${v[0]} днями`,
|
9
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
|
10
|
-
youReceivedANewOrderFrom: (...v) =>
|
11
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
12
|
-
kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
|
13
2
|
_colon: `: `,
|
14
3
|
_comma: `, `,
|
15
4
|
_dot: `. `,
|
@@ -60,6 +49,7 @@ export const text: text = {
|
|
60
49
|
artworksAvailableToView: (...v) => `${v[0]} артов доступно для просмотра`,
|
61
50
|
authenticationFailed: `Ошибка аутентификации`,
|
62
51
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Автопубликация в Instagram доступна только для бизнес-аккаунтов Instagram`,
|
52
|
+
attentionYourOrderHasBeenDisputed: `Внимание! Ваш заказ оспорен. Пожалуйста, ознакомьтесь с деталями`,
|
63
53
|
awaitingReview: `Ожидает проверки`,
|
64
54
|
awaitingSeller: `Ожидает продавца`,
|
65
55
|
back: `Назад`,
|
@@ -155,6 +145,7 @@ export const text: text = {
|
|
155
145
|
extensions: `Расширения`,
|
156
146
|
extras: `Дополнительные услуги`,
|
157
147
|
fileSizeIsTooBig: `Размер файла слишком большой`,
|
148
|
+
fileSizeIsTooSmall: `Размер файла слишком мал`,
|
158
149
|
filter: `Фильтр`,
|
159
150
|
filterBy: `Фильтровать по`,
|
160
151
|
findUser: `Найти пользователя`,
|
@@ -170,8 +161,10 @@ export const text: text = {
|
|
170
161
|
getDetails: `Подробнее`,
|
171
162
|
getStarted: `Начать`,
|
172
163
|
guestView: `Гостевой просмотр`,
|
164
|
+
greatNewsYourOrderIsNowInProgress: `Отличные новости! Ваш заказ в работе`,
|
173
165
|
harassment: `Домогательство`,
|
174
166
|
haveAnyQuestions: `У Вас есть вопросы?`,
|
167
|
+
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> отменил заказ`,
|
175
168
|
hasNotAddedADescriptionFor: (...v) =>
|
176
169
|
`@${v[0]} не добавил описание для "${v[1]}"`,
|
177
170
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -182,6 +175,8 @@ export const text: text = {
|
|
182
175
|
howToContactYou: `Как с вами связаться`,
|
183
176
|
howToFindYouOnOtherSocialNetworks: `Как найти вас в других социальных сетях`,
|
184
177
|
iAgreeWith: `Я согласен с`,
|
178
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
179
|
+
`Если до ${v[0]} не будет ответа, заказ будет автоматически отмечен как выполненный`,
|
185
180
|
id: `ID`,
|
186
181
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `Высота изображения должна быть больше или равна`,
|
187
182
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `Ширина изображения должна быть больше или равна`,
|
@@ -209,6 +204,7 @@ export const text: text = {
|
|
209
204
|
lightDefault: `Светлая тема`,
|
210
205
|
lightHighContrast: `Светлая тема высокого контраста`,
|
211
206
|
likes: `Нравится`,
|
207
|
+
limit: `Лимит`,
|
212
208
|
linkCopiedToClipboard: `Ссылка скопирована в буфер обмена`,
|
213
209
|
livesIn: `Проживает в`,
|
214
210
|
loading: `Загрузка`,
|
@@ -276,6 +272,7 @@ export const text: text = {
|
|
276
272
|
ordered: (...v) => `Заказано ${v[0]}`,
|
277
273
|
orderAgain: `Заказать снова`,
|
278
274
|
orderDetails: `Детали заказа`,
|
275
|
+
orderConfirmed: `Заказ подтверждён`,
|
279
276
|
orderStatus: `Статус заказа`,
|
280
277
|
orderOptions: `Варианты заказа`,
|
281
278
|
otherReason: `Другая причина`,
|
@@ -286,7 +283,6 @@ export const text: text = {
|
|
286
283
|
personalCircumstances: `Личные обстоятельства`,
|
287
284
|
pleaseCheckYour: (...v) => `Проверьте ваш ${v[0]}`,
|
288
285
|
pleaseDoNotShareYourPrivateInformationToOthers: `Пожалуйста, не сообщайте свою личную информацию другим`,
|
289
|
-
pleaseDropOnlyOneImage: `Перетащите сюда только одно изображение`,
|
290
286
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
291
287
|
`Введите число от ${v[0]} до ${v[1]}`,
|
292
288
|
pleaseEnterAtLeastNChars: (...v) => `Введите символов, не менее ${v[0]} `,
|
@@ -363,6 +359,8 @@ export const text: text = {
|
|
363
359
|
timeConstraints: `Ограничения по времени`,
|
364
360
|
titleYourExtraService: `Назовите вашу дополнительную услугу`,
|
365
361
|
theMaximumQuantityThatACustomerCanAdd: `Максимальное количество, которое покупатель может добавить`,
|
362
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
363
|
+
`Период проверки ограничен ${v[0]} днями`,
|
366
364
|
toHelpTheCreatorCompleteYourOrder: `Для того чтобы продавец мог выполнить ваш заказ в соответствии с вашими пожеланиями, пожалуйста, укажите подробно, что именно вы хотели бы получить: укажите тему, стиль, особенности персонажа и другие важные детали.`,
|
367
365
|
today: `Сегодня`,
|
368
366
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
@@ -397,6 +395,7 @@ export const text: text = {
|
|
397
395
|
visitOurDiscordChannelToGetMoreDetails: `Посетите наш канал Discord для получения более подробной информации`,
|
398
396
|
weAreOnInstagram: `Мы в Instagram`,
|
399
397
|
weAreWorkingOnIt: `Мы работаем над этим`,
|
398
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `Отлично! Ваша работа успешно завершена`,
|
400
399
|
weDoNotDisplayNSFWContentYet: `Мы пока не показываем материалы для взрослых`,
|
401
400
|
weekly: `Еженедельно`,
|
402
401
|
whenYouPurchaseSomethingItWillAppearHere: `Когда вы что-то купите, оно появится здесь`,
|
@@ -404,6 +403,7 @@ export const text: text = {
|
|
404
403
|
welcomeToAnimeClub: `Добро пожаловать в Anime.club!`,
|
405
404
|
weSentAnEmailTo: `Мы отправили email на:`,
|
406
405
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Мы отправили вам новый email с подтверждением. Введите код`,
|
406
|
+
weAreExcitedToSeeYourProgressKeepItUp: `Мы с нетерпением ждем вашего прогресса. Так держать!`,
|
407
407
|
weSupportOnlyTheFollowingFileExtensions: `Мы поддерживаем только следующие расширения файлов:`,
|
408
408
|
work: `Работа`,
|
409
409
|
weWouldLoveToHearFromYou: `Будем рады обратной связи от вас`,
|
@@ -412,6 +412,8 @@ export const text: text = {
|
|
412
412
|
wrongEmailOrPassword: `Неправильный email или пароль`,
|
413
413
|
yes: `да`,
|
414
414
|
yesterday: `Вчера`,
|
415
|
+
youReceivedANewOrderFrom: (...v) =>
|
416
|
+
`Вы получили новый заказ от <b>${v[0]}</b>`,
|
415
417
|
youHaveSuccessfullyCreatedYourShop: `Вы успешно создали свой магазин`,
|
416
418
|
youAreAlreadyAuthenticated: `Вы уже авторизованы`,
|
417
419
|
youCanAutoPublishToYourSocialMediaAccount: `Вы можете автопубликовать информацию в своих социальных сетях`,
|
@@ -424,6 +426,7 @@ export const text: text = {
|
|
424
426
|
youHaveNotSetAPassword: `Вы не добавили пароль`,
|
425
427
|
youHaveNotSharedAnythingYet: `Вы ещё ничем не поделились`,
|
426
428
|
youHaveReachedTheMaximumNumberOfFiles: `Вы достигли максимального количества файлов`,
|
429
|
+
kindlyHoldOnForTheBuyersReview: `Пожалуйста, подождите, пока покупатель оставит отзыв`,
|
427
430
|
yourAccountIsVerifiedPleaseSignIn: `Ваш аккаунт подтвержден. Теперь вы можете войти`,
|
428
431
|
yourAccountWillBeRemoved: (...v) =>
|
429
432
|
`Ваша учетная запись будет удалена ${v[0]}`,
|
package/src/spanish.ts
CHANGED
@@ -1,47 +1,4 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
accountDeleted: `(en) Account deleted`,
|
3
|
-
attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
|
4
|
-
buyer: `(en) Buyer`,
|
5
|
-
cancellationReason: `(en) Cancellation reason`,
|
6
|
-
cancellationInitiator: `(en) Cancellation initiator`,
|
7
|
-
checkOrderStatus: `(en) Check order status`,
|
8
|
-
contactUs: `(en) Contact us`,
|
9
|
-
congratulations: `(en) Congratulations!`,
|
10
|
-
deleteShop: `(en) Delete shop`,
|
11
|
-
decline: `(en) Decline`,
|
12
|
-
greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
|
13
|
-
haveAnyQuestions: `(en) Have any questions?`,
|
14
|
-
usernameHasCanceledTheOrder: (...v) =>
|
15
|
-
`(en) <b>${v[0]}</b> has canceled the order`,
|
16
|
-
ifTheresNoResponseByTimeLimit: (...v) =>
|
17
|
-
`(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
|
18
|
-
lackOfInformation: `(en) Lack of information`,
|
19
|
-
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
20
|
-
notAcceptingOrders: `(en) Not accepting orders`,
|
21
|
-
openDispute: `(en) Open dispute`,
|
22
|
-
order: `(en) Order`,
|
23
|
-
outOfStock: `(en) Out of stock`,
|
24
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
25
|
-
otherReason: `(en) Other reason`,
|
26
|
-
personalCircumstances: `(en) Personal circumstances`,
|
27
|
-
platform: `(en) Platform`,
|
28
|
-
pleaseStartTyping: `(en) Please start typing`,
|
29
|
-
seller: `(en) Seller`,
|
30
|
-
timeConstraints: `(en) Time constraints`,
|
31
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
-
`(en) The review period is limited to ${v[0]} days`,
|
34
|
-
toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
|
35
|
-
viewReview: `(en) View review`,
|
36
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
37
|
-
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
38
|
-
leaveAReview: `(en) Leave a review`,
|
39
|
-
youReceivedANewOrderFrom: (...v) =>
|
40
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
41
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
-
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
43
|
-
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
44
|
-
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
45
2
|
_colon: `: `,
|
46
3
|
_comma: `, `,
|
47
4
|
_dot: `. `,
|
@@ -52,6 +9,7 @@ export const text: text = {
|
|
52
9
|
accept: `Aceptar`,
|
53
10
|
acceptOrder: `Aceptar orden`,
|
54
11
|
account: `Cuenta`,
|
12
|
+
accountDeleted: `Cuenta eliminada`,
|
55
13
|
accountActivation: `Activación de cuenta`,
|
56
14
|
accountAlreadyExists: `La cuenta ya existe`,
|
57
15
|
accountDoesNotExist: `La cuenta no existe`,
|
@@ -92,6 +50,7 @@ export const text: text = {
|
|
92
50
|
`${v[0]} obras de arte disponibles para ver`,
|
93
51
|
authenticationFailed: `Error de autenticación`,
|
94
52
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `La publicación automática en Instagram solo está disponible para cuentas comerciales de Instagram`,
|
53
|
+
attentionYourOrderHasBeenDisputed: `¡Atención! Su pedido ha sido disputado. Por favor, verifique los detalles`,
|
95
54
|
awaitingReview: `Esperando revisión`,
|
96
55
|
awaitingSeller: `Esperando vendedor`,
|
97
56
|
back: `Volver`,
|
@@ -102,11 +61,15 @@ export const text: text = {
|
|
102
61
|
bookmarks: `Guardados`,
|
103
62
|
browseArt: `Examinar arte`,
|
104
63
|
browseShop: `Explorar tienda`,
|
64
|
+
buyer: `Comprador`,
|
105
65
|
cancel: `cancelar`,
|
106
66
|
canceled: `Cancelado`,
|
107
67
|
cancelOrder: `Cancelar pedido`,
|
68
|
+
cancellationReason: `Razón de cancelación`,
|
69
|
+
cancellationInitiator: `Iniciador de la cancelación`,
|
108
70
|
cannotStartWithChars: `No puedo empezar con s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
109
71
|
change: `Cambiar`,
|
72
|
+
checkOrderStatus: `Verificar estado del pedido`,
|
110
73
|
changeArt: `Cambiar arte`,
|
111
74
|
changeAvatar: `Cambiar avatar`,
|
112
75
|
changeEmail: `Cambiar correo electrónico`,
|
@@ -128,9 +91,11 @@ export const text: text = {
|
|
128
91
|
contactInformation: `Información de contacto`,
|
129
92
|
contactSeller: `Contactar al vendedor`,
|
130
93
|
contactSupport: `Contactar soporte`,
|
94
|
+
contactUs: `Contáctenos`,
|
131
95
|
continue: `Continuar`,
|
132
96
|
contractTitle: `Título del contrato`,
|
133
97
|
copyLink: `Copiar link`,
|
98
|
+
congratulations: `¡Felicidades!`,
|
134
99
|
copyrightViolation: `Violación de derechos de autor`,
|
135
100
|
couldNotCreateANewRecord: `No se pudo crear un nuevo registro`,
|
136
101
|
country: `País`,
|
@@ -145,8 +110,10 @@ export const text: text = {
|
|
145
110
|
darkHighContrast: `Oscuro alto contraste`,
|
146
111
|
dayTheme: `Tema diurno`,
|
147
112
|
delete: `Eliminar`,
|
113
|
+
deleteShop: `Eliminar tienda`,
|
148
114
|
deleteAccount: `Eliminar cuenta`,
|
149
115
|
deleteArt: `Eliminar arte`,
|
116
|
+
decline: `Rechazar`,
|
150
117
|
deletePost: `Eliminar publicación`,
|
151
118
|
deleteProduct: `Eliminar producto`,
|
152
119
|
deliveryTime: `Tiempo de entrega`,
|
@@ -179,6 +146,7 @@ export const text: text = {
|
|
179
146
|
extensions: `Extensiones`,
|
180
147
|
extras: `Extras`,
|
181
148
|
fileSizeIsTooBig: `El tamaño del archivo es demasiado grande`,
|
149
|
+
fileSizeIsTooSmall: `El tamaño del archivo es demasiado pequeño`,
|
182
150
|
filter: `Filtrar`,
|
183
151
|
filterBy: `Filtrar por`,
|
184
152
|
findUser: `Buscar usuario`,
|
@@ -194,7 +162,11 @@ export const text: text = {
|
|
194
162
|
getDetails: `Obtener detalles`,
|
195
163
|
getStarted: `Empezar`,
|
196
164
|
guestView: `Vista de invitado`,
|
165
|
+
greatNewsYourOrderIsNowInProgress: `¡Buenas noticias! Su pedido está en progreso`,
|
197
166
|
harassment: `Acoso`,
|
167
|
+
haveAnyQuestions: `¿Tiene alguna pregunta?`,
|
168
|
+
usernameHasCanceledTheOrder: (...v) =>
|
169
|
+
`<b>${v[0]}</b> ha cancelado el pedido`,
|
198
170
|
hasNotAddedADescriptionFor: (...v) =>
|
199
171
|
`@${v[0]} no ha agregado una descripción para "${v[1]}"`,
|
200
172
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
@@ -205,6 +177,8 @@ export const text: text = {
|
|
205
177
|
howToContactYou: `Cómo contactarte`,
|
206
178
|
howToFindYouOnOtherSocialNetworks: `Cómo encontrarte en otras redes sociales`,
|
207
179
|
iAgreeWith: `Estoy de acuerdo con`,
|
180
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
181
|
+
`Si no hay respuesta para ${v[0]}, el pedido se marcará como completado automáticamente`,
|
208
182
|
id: `ID`,
|
209
183
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `La altura de la imagen debe ser mayor o igual que`,
|
210
184
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `El ancho de la imagen debe ser mayor o igual que`,
|
@@ -222,14 +196,17 @@ export const text: text = {
|
|
222
196
|
joinChat: `Unirse al chat`,
|
223
197
|
joinUsOnFacebook: `Únete a nosotros en Facebook`,
|
224
198
|
language: `Idioma`,
|
199
|
+
lackOfInformation: `Falta de información`,
|
225
200
|
languages: `Idiomas`,
|
226
201
|
letEveryoneKnowHowToDonateToYou: `Haz que todos sepan cómo donarte`,
|
227
202
|
letOthersKnowAboutYou: `Haz que otros sepan sobre ti`,
|
203
|
+
letsUploadYourFirstProduct: `Subamos su primer producto`,
|
228
204
|
letUsKnowWhatsHappening: `Haznos saber qué está sucediendo y lo investigaremos`,
|
229
205
|
licenseForForProfitBusinessUse: `Licencia para uso comercial con fines de lucro`,
|
230
206
|
lightDefault: `Predeterminado claro`,
|
231
207
|
lightHighContrast: `Alto contraste claro`,
|
232
208
|
likes: `Me gusta`,
|
209
|
+
limit: `Límite`,
|
233
210
|
linkCopiedToClipboard: `Enlace copiado en el portapapeles`,
|
234
211
|
livesIn: `Viviendo en`,
|
235
212
|
loading: `Cargando`,
|
@@ -279,34 +256,43 @@ export const text: text = {
|
|
279
256
|
noResults: `Sin resultados`,
|
280
257
|
notifications: `Notificaciones`,
|
281
258
|
noActiveOrdersToShow: `No hay pedidos activos para mostrar`,
|
259
|
+
notAcceptingOrders: `No aceptando pedidos`,
|
282
260
|
nsfwContent18Plus: `Contenido NSFW (18+)`,
|
283
261
|
numberOfAdjustmentsAClientCouldRequest: `Número de ajustes que un cliente podría solicitar`,
|
284
262
|
online: `En línea`,
|
285
263
|
onlyLatinLettersNumbersHyphen: `Sólo letras latinas, números, guiones, guiones bajos y puntos`,
|
286
264
|
onlyNumbers: `Sólo números`,
|
287
265
|
open: `Abierto`,
|
266
|
+
openDispute: `Abrir disputa`,
|
288
267
|
openGuestView: `Abrir vista de invitados`,
|
289
268
|
openingSoon: `¡Próxima apertura!`,
|
290
269
|
openToWork: `Abierto a trabajar`,
|
291
270
|
optional: `Opcional`,
|
292
271
|
or: `O`,
|
272
|
+
order: `Pedido`,
|
273
|
+
outOfStock: `Agotado`,
|
274
|
+
ordered: (...v) => `Pedido ${v[0]}`,
|
293
275
|
orderAgain: `Volver a ordenar`,
|
294
276
|
orderDetails: `Detalles del pedido`,
|
277
|
+
orderConfirmed: `Pedido confirmado`,
|
295
278
|
orderStatus: `Estado del pedido`,
|
296
279
|
orderOptions: `Opciones de pedido`,
|
280
|
+
otherReason: `Otra razón`,
|
297
281
|
pageNotFound: `Página no encontrada`,
|
298
282
|
password: `Contraseña`,
|
299
283
|
payments: `Pagos`,
|
300
284
|
personal: `Personal`,
|
285
|
+
personalCircumstances: `Circunstancias personales`,
|
301
286
|
pleaseCheckYour: (...v) => `Por favor, revisa tu ${v[0]}`,
|
302
287
|
pleaseDoNotShareYourPrivateInformationToOthers: `Por favor, no compartas tu información privada con otros`,
|
303
|
-
pleaseDropOnlyOneImage: `Por favor suelte solo una imagen`,
|
304
288
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
305
289
|
`Por favor, ingresa un número entre ${v[0]} y ${v[1]}`,
|
306
290
|
pleaseEnterAtLeastNChars: (...v) =>
|
307
291
|
`Por favor ingrese al menos ${v[0]} caracteres`,
|
308
292
|
pleaseFillOutYourDetails: `Por favor complete sus datos`,
|
309
293
|
pleaseSignInToYourAccount: `Por favor ingrese a su cuenta`,
|
294
|
+
platform: `Plataforma`,
|
295
|
+
pleaseStartTyping: `Por favor, comience a escribir`,
|
310
296
|
pleaseTryAgainOrClick: (...v) => `Por favor intente de nuevo o clic ${v[0]}`,
|
311
297
|
pleaseVerifyYourAccount: `Por favor verifique su cuenta`,
|
312
298
|
pressHereTo: `Presione aquí para`,
|
@@ -333,6 +319,7 @@ export const text: text = {
|
|
333
319
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Selecciona un tema único o sincroniza con tu sistema y cambia automáticamente entre temas de día y noche`,
|
334
320
|
selectAvatar: `Seleccionar avatar`,
|
335
321
|
selectCharacters: `Seleccionar personaje(s)`,
|
322
|
+
seller: `Vendedor`,
|
336
323
|
selectFile: `Seleccionar archivo`,
|
337
324
|
selectTheme: `Seleccionar tema`,
|
338
325
|
selectThumbnail: `Seleccionar miniatura`,
|
@@ -372,7 +359,12 @@ export const text: text = {
|
|
372
359
|
thisIsThePriceYouPropose: `Este es el precio que propones`,
|
373
360
|
threateningViolence: `Amenaza de violencia`,
|
374
361
|
title: `Título`,
|
362
|
+
timeConstraints: `Restricciones de tiempo`,
|
375
363
|
titleYourExtraService: `Titula tu servicio adicional`,
|
364
|
+
theMaximumQuantityThatACustomerCanAdd: `La cantidad máxima que un cliente puede agregar`,
|
365
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
366
|
+
`El período de revisión está limitado a ${v[0]} días`,
|
367
|
+
toHelpTheCreatorCompleteYourOrder: `Para ayudar al creador a completar su pedido a su satisfacción, proporcione una descripción detallada de lo que desea. Incluya el tema deseado, el estilo y las características del personaje, así como cualquier otra especificación importante`,
|
376
368
|
today: `Hoy`,
|
377
369
|
toGetWorkRelatedNotifications: `Para recibir notificaciones relacionadas con el trabajo`,
|
378
370
|
total: `Total`,
|
@@ -400,10 +392,12 @@ export const text: text = {
|
|
400
392
|
verificationCode: `Código de verificación`,
|
401
393
|
verifyCode: `Verificar código`,
|
402
394
|
viewDetails: `Ver detalles`,
|
395
|
+
viewReview: `Ver reseña`,
|
403
396
|
viewEveryNotificationOfAGroupSeparately: `Ver cada notificación de un grupo por separado`,
|
404
397
|
visitOurDiscordChannelToGetMoreDetails: `Visite nuestro canal de desacuerdos para obtener más detalles`,
|
405
398
|
weAreOnInstagram: `Estamos en Instagram`,
|
406
399
|
weAreWorkingOnIt: `Estamos trabajando en ello`,
|
400
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `¡Bien hecho! Su trabajo ha sido completado con éxito`,
|
407
401
|
weDoNotDisplayNSFWContentYet: `Todavía no mostramos contenido NSFW`,
|
408
402
|
weekly: `Semanal`,
|
409
403
|
whenYouPurchaseSomethingItWillAppearHere: `Cuando compres algo, aparecerá aquí`,
|
@@ -411,12 +405,18 @@ export const text: text = {
|
|
411
405
|
welcomeToAnimeClub: `¡Bienvenido a Anime.club!`,
|
412
406
|
weSentAnEmailTo: `Enviamos un correo electrónico a:`,
|
413
407
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `Le enviamos un nuevo correo electrónico de verificación. Por favor ingrese el código`,
|
408
|
+
weAreExcitedToSeeYourProgressKeepItUp: `Estamos emocionados de ver su progreso. ¡Siga así!`,
|
414
409
|
weSupportOnlyTheFollowingFileExtensions: `Solo admitimos las siguientes extensiones de archivo:`,
|
415
410
|
work: `Trabajo`,
|
411
|
+
weWouldLoveToHearFromYou: `Nos encantaría saber de usted`,
|
416
412
|
workDescription: `Descripción del trabajo`,
|
413
|
+
leaveAReview: `Dejar una reseña`,
|
417
414
|
wrongEmailOrPassword: `Correo electrónico o contraseña incorrecto`,
|
418
415
|
yes: `si`,
|
419
416
|
yesterday: `Ayer`,
|
417
|
+
youReceivedANewOrderFrom: (...v) =>
|
418
|
+
`Ha recibido un nuevo pedido de <b>${v[0]}</b>`,
|
419
|
+
youHaveSuccessfullyCreatedYourShop: `Ha creado su tienda con éxito`,
|
420
420
|
youAreAlreadyAuthenticated: `Ya estas autenticado`,
|
421
421
|
youCanAutoPublishToYourSocialMediaAccount: `Puedes publicar automáticamente en tu cuenta de redes sociales`,
|
422
422
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Puedes modificar los tipos de notificaciones que recibes por correo electrónico`,
|
@@ -428,9 +428,12 @@ export const text: text = {
|
|
428
428
|
youHaveNotSetAPassword: `No has establecido una contraseña`,
|
429
429
|
youHaveNotSharedAnythingYet: `Aún no has compartido nada`,
|
430
430
|
youHaveReachedTheMaximumNumberOfFiles: `Has alcanzado el número máximo de archivos`,
|
431
|
+
kindlyHoldOnForTheBuyersReview: `Por favor, espere la reseña del comprador sobre el pedido.`,
|
431
432
|
yourAccountIsVerifiedPleaseSignIn: `Su cuenta está verificada. Por favor inicie sesión`,
|
432
433
|
yourAccountWillBeRemoved: (...v) => `Tu cuenta será eliminada ${v[0]}`,
|
433
434
|
youHaveNoPurchases: `No tienes compras`,
|
435
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `¿Podría proporcionar la razón de la cancelación?`,
|
436
|
+
yourFeedbackWouldBeGreatlyAppreciated: `Su opinión sería muy apreciada`,
|
434
437
|
yourArts: `Tu arte`,
|
435
438
|
yourAvatar: `Tu avatar`,
|
436
439
|
yourBlog: `Tu blog`,
|