@magmonium/one 0.0.19 → 0.0.21
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/assets/buttons/no.json +1 -1
- package/assets/buttons/yes.json +1 -1
- package/assets/i18n/ar.json +33 -0
- package/assets/i18n/de.json +33 -0
- package/assets/i18n/en.json +33 -0
- package/assets/i18n/es.json +33 -0
- package/assets/i18n/fr.json +33 -0
- package/assets/i18n/hi.json +33 -0
- package/assets/i18n/it.json +33 -0
- package/assets/i18n/ja.json +33 -0
- package/assets/i18n/ko.json +33 -0
- package/assets/i18n/nl.json +33 -0
- package/assets/i18n/pl.json +33 -0
- package/assets/i18n/pt.json +33 -0
- package/assets/i18n/ru.json +33 -0
- package/assets/i18n/tr.json +33 -0
- package/assets/i18n/zh.json +33 -0
- package/assets/icons/corner-left-up.svg +4 -0
- package/assets/icons/ellipsis-vertical.svg +2 -4
- package/assets/icons/svg.json +1 -0
- package/assets/index.json +1 -1
- package/assets/patterns/alphanumeric.json +5 -0
- package/assets/patterns/digits-only.json +5 -0
- package/assets/patterns/email.json +5 -0
- package/assets/patterns/hex-color.json +6 -0
- package/assets/patterns/iban.json +6 -0
- package/assets/patterns/letters-only.json +5 -0
- package/assets/patterns/no-whitespace.json +5 -0
- package/assets/patterns/phone-e164.json +5 -0
- package/assets/patterns/postal-code-loose.json +6 -0
- package/assets/patterns/slug.json +5 -0
- package/assets/patterns/strong-password.json +5 -0
- package/assets/patterns/url.json +5 -0
- package/fesm2022/{magmonium-one-magmonium-one-C9e5lzeP.mjs → magmonium-one-magmonium-one-BTUIqlpo.mjs} +230 -46
- package/fesm2022/magmonium-one-magmonium-one-BTUIqlpo.mjs.map +1 -0
- package/fesm2022/{magmonium-one-otp-BwEW31Sr.mjs → magmonium-one-otp-BhkiCLpE.mjs} +2 -2
- package/fesm2022/{magmonium-one-otp-BwEW31Sr.mjs.map → magmonium-one-otp-BhkiCLpE.mjs.map} +1 -1
- package/fesm2022/{magmonium-one-password-Db-It94E.mjs → magmonium-one-password-B8R9zUXo.mjs} +6 -4
- package/fesm2022/magmonium-one-password-B8R9zUXo.mjs.map +1 -0
- package/fesm2022/{magmonium-one-toggle-B-sc4D0R.mjs → magmonium-one-toggle-CHwozzos.mjs} +2 -2
- package/fesm2022/{magmonium-one-toggle-B-sc4D0R.mjs.map → magmonium-one-toggle-CHwozzos.mjs.map} +1 -1
- package/fesm2022/magmonium-one.mjs +1 -1
- package/package.json +1 -1
- package/types/magmonium-one.d.ts +102 -13
- package/fesm2022/magmonium-one-magmonium-one-C9e5lzeP.mjs.map +0 -1
- package/fesm2022/magmonium-one-password-Db-It94E.mjs.map +0 -1
package/assets/i18n/ko.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"52w-low": "52w-낮음",
|
|
16
16
|
"6m": "6m",
|
|
17
17
|
"6m-return": "왕복 6분",
|
|
18
|
+
"a-value-this-accepts": "이 패턴이 허용하는 값",
|
|
18
19
|
"about": "정보",
|
|
19
20
|
"about-this-app": "이 앱에 대해",
|
|
20
21
|
"accept": "수용하다",
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"all-languages": "모든 언어",
|
|
30
31
|
"all-wallets": "모든 지갑",
|
|
31
32
|
"allocation": "배분",
|
|
33
|
+
"alphanumeric-expected": "문자와 숫자만 입력하세요",
|
|
32
34
|
"annualized": "연환산",
|
|
33
35
|
"api-service": "API 서비스",
|
|
34
36
|
"app": "앱",
|
|
@@ -97,6 +99,7 @@
|
|
|
97
99
|
"create-app": "앱 만들기",
|
|
98
100
|
"create-icon": "아이콘 생성",
|
|
99
101
|
"create-new-app": "새 앱 만들기",
|
|
102
|
+
"create-pattern": "패턴 만들기",
|
|
100
103
|
"create-wallet": "지갑 만들기",
|
|
101
104
|
"creativity": "창의성",
|
|
102
105
|
"current": "현재",
|
|
@@ -120,6 +123,7 @@
|
|
|
120
123
|
"details": "상세내용",
|
|
121
124
|
"developer-name": "개발자 이름",
|
|
122
125
|
"dibyendu": "디뷘두",
|
|
126
|
+
"digits-only-expected": "숫자만 입력하세요",
|
|
123
127
|
"disclaimer-body": "면책 조항 본문",
|
|
124
128
|
"disclaimer-title": "면책 조항 제목",
|
|
125
129
|
"distribution-path": "배포경로",
|
|
@@ -138,6 +142,7 @@
|
|
|
138
142
|
"enter-your-email-or-username-to-continue": "계속하려면 이메일 또는 사용자 이름을 입력하세요",
|
|
139
143
|
"eps": "주당순이익",
|
|
140
144
|
"est-liquidation-value": "예상 청산 가치",
|
|
145
|
+
"example": "예시",
|
|
141
146
|
"exceptional": "특별한",
|
|
142
147
|
"exchange": "교환",
|
|
143
148
|
"exchange-verified-data": "검증된 데이터 교환",
|
|
@@ -153,6 +158,7 @@
|
|
|
153
158
|
"february": "2월",
|
|
154
159
|
"female": "여성",
|
|
155
160
|
"fetching-company-profile": "회사 프로필을 가져오는 중...",
|
|
161
|
+
"field-declares-no-rules": "이 필드에는 규칙이 없습니다",
|
|
156
162
|
"field-mismatch": "<$field> 필드와 일치하지 않습니다.",
|
|
157
163
|
"filter-name": "필터",
|
|
158
164
|
"financial-highlights-cr": "재무 하이라이트(₹ Cr)",
|
|
@@ -186,6 +192,7 @@
|
|
|
186
192
|
"icon": "상",
|
|
187
193
|
"id": "ID",
|
|
188
194
|
"ideal-holding": "이상적인 보유",
|
|
195
|
+
"ignore-case": "대소문자 무시",
|
|
189
196
|
"index": "색인",
|
|
190
197
|
"info-details": "여기에서 애플리케이션과 해당 기능에 대한 세부정보를 확인할 수 있습니다.",
|
|
191
198
|
"information": "정보",
|
|
@@ -219,6 +226,7 @@
|
|
|
219
226
|
"last-name": "성",
|
|
220
227
|
"last-step": "마지막 단계",
|
|
221
228
|
"last-updated": "마지막 업데이트",
|
|
229
|
+
"letters-only-expected": "문자만 입력하세요",
|
|
222
230
|
"lifestyle": "라이프 스타일",
|
|
223
231
|
"light": "라이트",
|
|
224
232
|
"likes": "좋아요",
|
|
@@ -291,6 +299,7 @@
|
|
|
291
299
|
"no-description": "설명 없음",
|
|
292
300
|
"no-investments-loaded": "로드된 투자가 없습니다.",
|
|
293
301
|
"no-languages-found": "언어를 찾을 수 없습니다",
|
|
302
|
+
"no-patterns": "패턴 없음",
|
|
294
303
|
"no-posts-yet": "아직 게시물이 없습니다",
|
|
295
304
|
"no-rankings-available": "사용 가능한 순위가 없습니다.",
|
|
296
305
|
"no-records": "기록 없음",
|
|
@@ -302,6 +311,12 @@
|
|
|
302
311
|
"noise-reduction": "노이즈 감소",
|
|
303
312
|
"none": "없음",
|
|
304
313
|
"not-a-valid-email": "유효하지 않은 이메일 주소",
|
|
314
|
+
"not-a-valid-hex-color": "유효하지 않은 16진수 색상입니다",
|
|
315
|
+
"not-a-valid-iban": "유효하지 않은 IBAN입니다",
|
|
316
|
+
"not-a-valid-pattern": "올바른 형식이 아닙니다",
|
|
317
|
+
"not-a-valid-phone": "유효하지 않은 전화번호입니다",
|
|
318
|
+
"not-a-valid-postal-code": "유효하지 않은 우편번호입니다",
|
|
319
|
+
"not-a-valid-slug": "소문자, 숫자, 하이픈만 사용하세요",
|
|
305
320
|
"not-a-valid-url": "유효하지 않은 URL",
|
|
306
321
|
"not-available": "사용 불가",
|
|
307
322
|
"not-now": "지금은 아님",
|
|
@@ -326,11 +341,21 @@
|
|
|
326
341
|
"p-l": "손익",
|
|
327
342
|
"password": "비밀번호",
|
|
328
343
|
"password-invalid": "이 비밀번호는 유효하지 않습니다. 다시 입력하거나 재설정하세요.",
|
|
344
|
+
"pattern": "패턴",
|
|
345
|
+
"pattern-example-does-not-match": "예시가 일치하지 않습니다",
|
|
346
|
+
"pattern-example-matches": "예시가 일치합니다",
|
|
347
|
+
"pattern-is-not-valid": "식이 올바르지 않습니다",
|
|
348
|
+
"pattern-message": "패턴 메시지",
|
|
349
|
+
"pattern-message-required": "패턴이 여러 개면 필드 메시지가 필요합니다",
|
|
350
|
+
"pattern-name": "패턴 이름",
|
|
351
|
+
"pattern-untested": "패턴과 예시를 입력하세요",
|
|
352
|
+
"patterns": "패턴",
|
|
329
353
|
"pending-requests": "대기 중인 요청",
|
|
330
354
|
"pending-with-me": "나와 함께 보류 중",
|
|
331
355
|
"perf-snapshot": "성과 개요",
|
|
332
356
|
"performance-history": "실적 내역",
|
|
333
357
|
"permission-details": "권한 세부정보",
|
|
358
|
+
"pick-a-pattern": "패턴 선택",
|
|
334
359
|
"pinned": "고정됨",
|
|
335
360
|
"please-select": "선택하세요",
|
|
336
361
|
"portfolio": "포트폴리오",
|
|
@@ -340,6 +365,7 @@
|
|
|
340
365
|
"posts": "게시물",
|
|
341
366
|
"preview": "시사",
|
|
342
367
|
"preview-draft": "초안 미리보기",
|
|
368
|
+
"preview-live": "실시간 미리보기",
|
|
343
369
|
"preview-local": "로컬 미리보기",
|
|
344
370
|
"previous": "이전",
|
|
345
371
|
"previous-slide": "이전 슬라이드",
|
|
@@ -357,6 +383,7 @@
|
|
|
357
383
|
"real-time-update": "실시간 업데이트",
|
|
358
384
|
"recently-used": "최근 사용됨",
|
|
359
385
|
"regenerate-token": "토큰 재생성",
|
|
386
|
+
"regular-expression": "정규식",
|
|
360
387
|
"reject": "거부",
|
|
361
388
|
"release-date": "출시일",
|
|
362
389
|
"remove": "제거하다",
|
|
@@ -368,6 +395,7 @@
|
|
|
368
395
|
"request-sent": "요청이 전송되었습니다",
|
|
369
396
|
"requested": "요청됨",
|
|
370
397
|
"requests": "요청사항",
|
|
398
|
+
"required": "필수",
|
|
371
399
|
"resend": "재전송",
|
|
372
400
|
"reserved": "판권 소유.",
|
|
373
401
|
"reset": "재설정",
|
|
@@ -394,6 +422,7 @@
|
|
|
394
422
|
"sector": "부문",
|
|
395
423
|
"see-all": "모두 보기 >",
|
|
396
424
|
"select": "선택하다",
|
|
425
|
+
"select-a-field": "필드를 선택하세요",
|
|
397
426
|
"select-an-account": "계정 선택",
|
|
398
427
|
"select-an-account-help": "Magmonium으로 계속하려면 계정을 선택하세요",
|
|
399
428
|
"select-color": "색상 선택",
|
|
@@ -479,6 +508,7 @@
|
|
|
479
508
|
"tuesday": "화요일",
|
|
480
509
|
"tuning": "튜닝",
|
|
481
510
|
"type": "유형",
|
|
511
|
+
"type-a-value": "테스트할 값을 입력하세요",
|
|
482
512
|
"type-text": "텍스트 입력",
|
|
483
513
|
"type-to-search": "검색하려면 입력하세요",
|
|
484
514
|
"unable-to-load-application": "애플리케이션을 로드할 수 없습니다.",
|
|
@@ -496,6 +526,8 @@
|
|
|
496
526
|
"user-subtitle": "사용자 프로필 정보, 암호 및 세션을 관리합니다.",
|
|
497
527
|
"username-email-mobile": "사용자명/이메일/휴대폰",
|
|
498
528
|
"value": "값",
|
|
529
|
+
"value-is-accepted": "값이 허용됩니다",
|
|
530
|
+
"value-is-refused": "값이 거부됩니다",
|
|
499
531
|
"version": "버전",
|
|
500
532
|
"view-more": "더 보기",
|
|
501
533
|
"view-replies": "답글 보기",
|
|
@@ -510,6 +542,7 @@
|
|
|
510
542
|
"wednesday": "수요일",
|
|
511
543
|
"week": "주",
|
|
512
544
|
"welcome-to-the-information-page": "정보 페이지에 오신 것을 환영합니다.",
|
|
545
|
+
"whitespace-not-allowed": "공백은 사용할 수 없습니다",
|
|
513
546
|
"will-be-down-by": "아래로 떨어질 것이다",
|
|
514
547
|
"will-be-up-by": "까지 일어날 것이다",
|
|
515
548
|
"win": "이기다",
|
package/assets/i18n/nl.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"52w-low": "52w-laag",
|
|
16
16
|
"6m": "6m",
|
|
17
17
|
"6m-return": "6m-retour",
|
|
18
|
+
"a-value-this-accepts": "Een waarde die dit accepteert",
|
|
18
19
|
"about": "Over",
|
|
19
20
|
"about-this-app": "Over deze app",
|
|
20
21
|
"accept": "Accepteren",
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"all-languages": "Alle talen",
|
|
30
31
|
"all-wallets": "Alle portemonnees",
|
|
31
32
|
"allocation": "Toewijzing",
|
|
33
|
+
"alphanumeric-expected": "Alleen letters en cijfers",
|
|
32
34
|
"annualized": "Op jaarbasis",
|
|
33
35
|
"api-service": "API-service",
|
|
34
36
|
"app": "app",
|
|
@@ -97,6 +99,7 @@
|
|
|
97
99
|
"create-app": "App maken",
|
|
98
100
|
"create-icon": "Pictogram maken",
|
|
99
101
|
"create-new-app": "Maak een nieuwe app",
|
|
102
|
+
"create-pattern": "Patroon maken",
|
|
100
103
|
"create-wallet": "Portemonnee maken",
|
|
101
104
|
"creativity": "Creativiteit",
|
|
102
105
|
"current": "Huidig",
|
|
@@ -120,6 +123,7 @@
|
|
|
120
123
|
"details": "Details",
|
|
121
124
|
"developer-name": "Naam van de ontwikkelaar",
|
|
122
125
|
"dibyendu": "Onbekend",
|
|
126
|
+
"digits-only-expected": "Alleen cijfers",
|
|
123
127
|
"disclaimer-body": "Disclaimer Lichaam",
|
|
124
128
|
"disclaimer-title": "Titel van disclaimer",
|
|
125
129
|
"distribution-path": "Distributiepad",
|
|
@@ -138,6 +142,7 @@
|
|
|
138
142
|
"enter-your-email-or-username-to-continue": "Voer je e-mailadres of gebruikersnaam in om door te gaan",
|
|
139
143
|
"eps": "EPS",
|
|
140
144
|
"est-liquidation-value": "Geschat. Liquidatiewaarde",
|
|
145
|
+
"example": "Voorbeeld",
|
|
141
146
|
"exceptional": "Uitzonderlijk",
|
|
142
147
|
"exchange": "Aandelenbeurs",
|
|
143
148
|
"exchange-verified-data": "Wissel geverifieerde gegevens uit",
|
|
@@ -153,6 +158,7 @@
|
|
|
153
158
|
"february": "Februari",
|
|
154
159
|
"female": "vrouwelijk",
|
|
155
160
|
"fetching-company-profile": "Bedrijfsprofiel ophalen...",
|
|
161
|
+
"field-declares-no-rules": "Dit veld verklaart geen regels",
|
|
156
162
|
"field-mismatch": "Komt niet overeen met het veld <$field>.",
|
|
157
163
|
"filter-name": "filter",
|
|
158
164
|
"financial-highlights-cr": "Financiële hoogtepunten (₹ Cr)",
|
|
@@ -186,6 +192,7 @@
|
|
|
186
192
|
"icon": "Ikoon",
|
|
187
193
|
"id": "Identiteitskaart",
|
|
188
194
|
"ideal-holding": "Ideale holding",
|
|
195
|
+
"ignore-case": "Hoofdlettergebruik negeren",
|
|
189
196
|
"index": "Inhoud",
|
|
190
197
|
"info-details": "Hier vindt u details over de applicatie en de functies ervan.",
|
|
191
198
|
"information": "Informatie",
|
|
@@ -219,6 +226,7 @@
|
|
|
219
226
|
"last-name": "Achternaam",
|
|
220
227
|
"last-step": "Laatste stap",
|
|
221
228
|
"last-updated": "Laatst bijgewerkt",
|
|
229
|
+
"letters-only-expected": "Alleen letters",
|
|
222
230
|
"lifestyle": "Levensstijl",
|
|
223
231
|
"light": "licht",
|
|
224
232
|
"likes": "Vind-ik-leuks",
|
|
@@ -291,6 +299,7 @@
|
|
|
291
299
|
"no-description": "Geen beschrijving",
|
|
292
300
|
"no-investments-loaded": "Geen investeringen geladen",
|
|
293
301
|
"no-languages-found": "Geen talen gevonden",
|
|
302
|
+
"no-patterns": "Geen patronen",
|
|
294
303
|
"no-posts-yet": "Nog geen berichten",
|
|
295
304
|
"no-rankings-available": "Geen ranglijsten beschikbaar",
|
|
296
305
|
"no-records": "Geen records",
|
|
@@ -302,6 +311,12 @@
|
|
|
302
311
|
"noise-reduction": "Ruisonderdrukking",
|
|
303
312
|
"none": "Geen",
|
|
304
313
|
"not-a-valid-email": "Geen geldig e-mailadres",
|
|
314
|
+
"not-a-valid-hex-color": "Geen geldige hexkleur",
|
|
315
|
+
"not-a-valid-iban": "Geen geldige IBAN",
|
|
316
|
+
"not-a-valid-pattern": "Geen geldige indeling",
|
|
317
|
+
"not-a-valid-phone": "Geen geldig telefoonnummer",
|
|
318
|
+
"not-a-valid-postal-code": "Geen geldige postcode",
|
|
319
|
+
"not-a-valid-slug": "Gebruik kleine letters, cijfers en koppeltekens",
|
|
305
320
|
"not-a-valid-url": "Geen geldige URL",
|
|
306
321
|
"not-available": "Niet beschikbaar",
|
|
307
322
|
"not-now": "Niet nu",
|
|
@@ -326,11 +341,21 @@
|
|
|
326
341
|
"p-l": "Resultaat en Verlies (Rv)",
|
|
327
342
|
"password": "wachtwoord",
|
|
328
343
|
"password-invalid": "Dit wachtwoord is ongeldig. Typ het opnieuw of stel het opnieuw in.",
|
|
344
|
+
"pattern": "Patroon",
|
|
345
|
+
"pattern-example-does-not-match": "Voorbeeld komt niet overeen",
|
|
346
|
+
"pattern-example-matches": "Voorbeeld komt overeen",
|
|
347
|
+
"pattern-is-not-valid": "Expressie is ongeldig",
|
|
348
|
+
"pattern-message": "Patroonbericht",
|
|
349
|
+
"pattern-message-required": "Meerdere patronen vereisen een veldbericht",
|
|
350
|
+
"pattern-name": "Patroonnaam",
|
|
351
|
+
"pattern-untested": "Typ een patroon en een voorbeeld",
|
|
352
|
+
"patterns": "Patronen",
|
|
329
353
|
"pending-requests": "In behandeling zijnde verzoeken",
|
|
330
354
|
"pending-with-me": "In behandeling bij mij",
|
|
331
355
|
"perf-snapshot": "Perfecte momentopname",
|
|
332
356
|
"performance-history": "Prestatiegeschiedenis",
|
|
333
357
|
"permission-details": "Details over machtigingen",
|
|
358
|
+
"pick-a-pattern": "Kies een patroon",
|
|
334
359
|
"pinned": "Vastgezet",
|
|
335
360
|
"please-select": "Selecteer alstublieft",
|
|
336
361
|
"portfolio": "Portefeuille",
|
|
@@ -340,6 +365,7 @@
|
|
|
340
365
|
"posts": "Berichten",
|
|
341
366
|
"preview": "Voorbeeld",
|
|
342
367
|
"preview-draft": "Voorbeeld van concept",
|
|
368
|
+
"preview-live": "Live voorbeeld",
|
|
343
369
|
"preview-local": "Voorbeeld lokaal",
|
|
344
370
|
"previous": "Vorige",
|
|
345
371
|
"previous-slide": "Vorige dia",
|
|
@@ -357,6 +383,7 @@
|
|
|
357
383
|
"real-time-update": "Realtime-update",
|
|
358
384
|
"recently-used": "Recent gebruikt",
|
|
359
385
|
"regenerate-token": "Token opnieuw genereren",
|
|
386
|
+
"regular-expression": "Reguliere expressie",
|
|
360
387
|
"reject": "Afwijzen",
|
|
361
388
|
"release-date": "Releasedatum",
|
|
362
389
|
"remove": "Verwijderen",
|
|
@@ -368,6 +395,7 @@
|
|
|
368
395
|
"request-sent": "Verzoek verzonden",
|
|
369
396
|
"requested": "Aangevraagd",
|
|
370
397
|
"requests": "Verzoeken",
|
|
398
|
+
"required": "Verplicht",
|
|
371
399
|
"resend": "opnieuw verzenden",
|
|
372
400
|
"reserved": "alle rechten voorbehouden.",
|
|
373
401
|
"reset": "opnieuw instellen",
|
|
@@ -394,6 +422,7 @@
|
|
|
394
422
|
"sector": "Branche",
|
|
395
423
|
"see-all": "Zie alles >",
|
|
396
424
|
"select": "Selecteer",
|
|
425
|
+
"select-a-field": "Selecteer een veld",
|
|
397
426
|
"select-an-account": "Selecteer een account",
|
|
398
427
|
"select-an-account-help": "Kies een account om verder te gaan naar Magmonium",
|
|
399
428
|
"select-color": "Selecteer kleur",
|
|
@@ -479,6 +508,7 @@
|
|
|
479
508
|
"tuesday": "Dinsdag",
|
|
480
509
|
"tuning": "Afstemmen",
|
|
481
510
|
"type": "Typetype",
|
|
511
|
+
"type-a-value": "Typ een waarde om te testen",
|
|
482
512
|
"type-text": "Typ tekst",
|
|
483
513
|
"type-to-search": "typ om te zoeken",
|
|
484
514
|
"unable-to-load-application": "Kan applicatie niet laden",
|
|
@@ -496,6 +526,8 @@
|
|
|
496
526
|
"user-subtitle": "Beheer gebruikersprofielinformatie, wachtwoorden en sessies.",
|
|
497
527
|
"username-email-mobile": "Gebruikersnaam/e‑mail/mobiel",
|
|
498
528
|
"value": "Waarde",
|
|
529
|
+
"value-is-accepted": "Waarde wordt geaccepteerd",
|
|
530
|
+
"value-is-refused": "Waarde wordt geweigerd",
|
|
499
531
|
"version": "versie",
|
|
500
532
|
"view-more": "Bekijk meer",
|
|
501
533
|
"view-replies": "Bekijk antwoorden",
|
|
@@ -510,6 +542,7 @@
|
|
|
510
542
|
"wednesday": "Woensdag",
|
|
511
543
|
"week": "Weken",
|
|
512
544
|
"welcome-to-the-information-page": "Welkom op de informatiepagina.",
|
|
545
|
+
"whitespace-not-allowed": "Spaties zijn niet toegestaan",
|
|
513
546
|
"will-be-down-by": "zal langs zijn",
|
|
514
547
|
"will-be-up-by": "zal op zijn",
|
|
515
548
|
"win": "Winnen",
|
package/assets/i18n/pl.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"52w-low": "52w-niskie",
|
|
16
16
|
"6m": "6 m",
|
|
17
17
|
"6m-return": "6m-powrót",
|
|
18
|
+
"a-value-this-accepts": "Wartość, którą to akceptuje",
|
|
18
19
|
"about": "O",
|
|
19
20
|
"about-this-app": "O tej aplikacji",
|
|
20
21
|
"accept": "Przyjąć",
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"all-languages": "Wszystkie języki",
|
|
30
31
|
"all-wallets": "Wszystkie portfele",
|
|
31
32
|
"allocation": "Przydział",
|
|
33
|
+
"alphanumeric-expected": "Tylko litery i cyfry",
|
|
32
34
|
"annualized": "Roczne",
|
|
33
35
|
"api-service": "Usługa API",
|
|
34
36
|
"app": "aplikacja",
|
|
@@ -97,6 +99,7 @@
|
|
|
97
99
|
"create-app": "Utwórz aplikację",
|
|
98
100
|
"create-icon": "Utwórz ikonę",
|
|
99
101
|
"create-new-app": "Utwórz nową aplikację",
|
|
102
|
+
"create-pattern": "Utwórz wzorzec",
|
|
100
103
|
"create-wallet": "Utwórz portfel",
|
|
101
104
|
"creativity": "Kreatywność",
|
|
102
105
|
"current": "Aktualny",
|
|
@@ -120,6 +123,7 @@
|
|
|
120
123
|
"details": "Bliższe dane",
|
|
121
124
|
"developer-name": "Nazwa dewelopera",
|
|
122
125
|
"dibyendu": "Dibyendu",
|
|
126
|
+
"digits-only-expected": "Tylko cyfry",
|
|
123
127
|
"disclaimer-body": "Treść zastrzeżenia",
|
|
124
128
|
"disclaimer-title": "Tytuł zastrzeżenia",
|
|
125
129
|
"distribution-path": "Ścieżka dystrybucji",
|
|
@@ -138,6 +142,7 @@
|
|
|
138
142
|
"enter-your-email-or-username-to-continue": "Wpisz swój adres e-mail lub nazwę użytkownika, aby kontynuować",
|
|
139
143
|
"eps": ".EPS",
|
|
140
144
|
"est-liquidation-value": "Szac. Wartość likwidacyjna",
|
|
145
|
+
"example": "Przykład",
|
|
141
146
|
"exceptional": "Wyjątkowy",
|
|
142
147
|
"exchange": "Giełda",
|
|
143
148
|
"exchange-verified-data": "Wymieniaj zweryfikowane dane",
|
|
@@ -153,6 +158,7 @@
|
|
|
153
158
|
"february": "Luty",
|
|
154
159
|
"female": "żeński",
|
|
155
160
|
"fetching-company-profile": "Pobieram profil firmy...",
|
|
161
|
+
"field-declares-no-rules": "To pole nie deklaruje reguł",
|
|
156
162
|
"field-mismatch": "Nie pasuje do pola <$field>.",
|
|
157
163
|
"filter-name": "filtr <$name>",
|
|
158
164
|
"financial-highlights-cr": "Najważniejsze informacje finansowe (₹ Cr)",
|
|
@@ -186,6 +192,7 @@
|
|
|
186
192
|
"icon": "Ikona",
|
|
187
193
|
"id": "Identyfikator",
|
|
188
194
|
"ideal-holding": "Idealne trzymanie",
|
|
195
|
+
"ignore-case": "Ignoruj wielkość liter",
|
|
189
196
|
"index": "Indeks",
|
|
190
197
|
"info-details": "Tutaj znajdziesz szczegółowe informacje na temat aplikacji i jej funkcji.",
|
|
191
198
|
"information": "Informacja",
|
|
@@ -219,6 +226,7 @@
|
|
|
219
226
|
"last-name": "Nazwisko",
|
|
220
227
|
"last-step": "Ostatni krok",
|
|
221
228
|
"last-updated": "Ostatnia aktualizacja",
|
|
229
|
+
"letters-only-expected": "Tylko litery",
|
|
222
230
|
"lifestyle": "Styl życia",
|
|
223
231
|
"light": "jasny",
|
|
224
232
|
"likes": "Upodobania",
|
|
@@ -291,6 +299,7 @@
|
|
|
291
299
|
"no-description": "Brak opisu",
|
|
292
300
|
"no-investments-loaded": "Nie wczytano żadnych inwestycji",
|
|
293
301
|
"no-languages-found": "„Nie znaleziono języków”",
|
|
302
|
+
"no-patterns": "Brak wzorców",
|
|
294
303
|
"no-posts-yet": "Nie ma jeszcze żadnych postów",
|
|
295
304
|
"no-rankings-available": "Brak dostępnych rankingów",
|
|
296
305
|
"no-records": "Brak rekordów",
|
|
@@ -302,6 +311,12 @@
|
|
|
302
311
|
"noise-reduction": "Redukcja hałasu",
|
|
303
312
|
"none": "Nic",
|
|
304
313
|
"not-a-valid-email": "Nieprawidłowy adres e-mail",
|
|
314
|
+
"not-a-valid-hex-color": "Nieprawidłowy kolor szesnastkowy",
|
|
315
|
+
"not-a-valid-iban": "Nieprawidłowy numer IBAN",
|
|
316
|
+
"not-a-valid-pattern": "Nieprawidłowy format",
|
|
317
|
+
"not-a-valid-phone": "Nieprawidłowy numer telefonu",
|
|
318
|
+
"not-a-valid-postal-code": "Nieprawidłowy kod pocztowy",
|
|
319
|
+
"not-a-valid-slug": "Użyj małych liter, cyfr i myślników",
|
|
305
320
|
"not-a-valid-url": "Nieprawidłowy adres URL",
|
|
306
321
|
"not-available": "Niedostępne",
|
|
307
322
|
"not-now": "Nie teraz",
|
|
@@ -326,11 +341,21 @@
|
|
|
326
341
|
"p-l": "Zyski i straty",
|
|
327
342
|
"password": "hasło",
|
|
328
343
|
"password-invalid": "To hasło jest nieprawidłowe. Wpisz je ponownie lub zresetuj je.",
|
|
344
|
+
"pattern": "Wzorzec",
|
|
345
|
+
"pattern-example-does-not-match": "Przykład nie pasuje",
|
|
346
|
+
"pattern-example-matches": "Przykład pasuje",
|
|
347
|
+
"pattern-is-not-valid": "Wyrażenie jest nieprawidłowe",
|
|
348
|
+
"pattern-message": "Komunikat wzorca",
|
|
349
|
+
"pattern-message-required": "Kilka wzorców wymaga komunikatu pola",
|
|
350
|
+
"pattern-name": "Nazwa wzorca",
|
|
351
|
+
"pattern-untested": "Wpisz wzorzec i przykład",
|
|
352
|
+
"patterns": "Wzorce",
|
|
329
353
|
"pending-requests": "Oczekujące żądania",
|
|
330
354
|
"pending-with-me": "Oczekujące ze mną",
|
|
331
355
|
"perf-snapshot": "Perfekcyjna migawka",
|
|
332
356
|
"performance-history": "Historia wydajności",
|
|
333
357
|
"permission-details": "Szczegóły uprawnień",
|
|
358
|
+
"pick-a-pattern": "Wybierz wzorzec",
|
|
334
359
|
"pinned": "Przypięty",
|
|
335
360
|
"please-select": "Proszę wybrać",
|
|
336
361
|
"portfolio": "Teczka",
|
|
@@ -340,6 +365,7 @@
|
|
|
340
365
|
"posts": "Posty",
|
|
341
366
|
"preview": "Zapowiedź",
|
|
342
367
|
"preview-draft": "Podgląd wersji roboczej",
|
|
368
|
+
"preview-live": "Podgląd na żywo",
|
|
343
369
|
"preview-local": "Podgląd lokalny",
|
|
344
370
|
"previous": "Poprzedni",
|
|
345
371
|
"previous-slide": "Poprzedni slajd",
|
|
@@ -357,6 +383,7 @@
|
|
|
357
383
|
"real-time-update": "Aktualizacja w czasie rzeczywistym",
|
|
358
384
|
"recently-used": "Ostatnio używany",
|
|
359
385
|
"regenerate-token": "Zregeneruj token",
|
|
386
|
+
"regular-expression": "Wyrażenie regularne",
|
|
360
387
|
"reject": "Odrzuć",
|
|
361
388
|
"release-date": "Data wydania",
|
|
362
389
|
"remove": "Usunąć",
|
|
@@ -368,6 +395,7 @@
|
|
|
368
395
|
"request-sent": "Prośba wysłana",
|
|
369
396
|
"requested": "Żądane",
|
|
370
397
|
"requests": "Upraszanie",
|
|
398
|
+
"required": "Wymagane",
|
|
371
399
|
"resend": "wyślij ponownie",
|
|
372
400
|
"reserved": "wszelkie prawa zastrzeżone.",
|
|
373
401
|
"reset": "zresetuj",
|
|
@@ -394,6 +422,7 @@
|
|
|
394
422
|
"sector": "Sektor",
|
|
395
423
|
"see-all": "Zobacz wszystko >",
|
|
396
424
|
"select": "Wybierać",
|
|
425
|
+
"select-a-field": "Wybierz pole",
|
|
397
426
|
"select-an-account": "Wybierz konto",
|
|
398
427
|
"select-an-account-help": "Wybierz konto, aby kontynuować Magmonium",
|
|
399
428
|
"select-color": "Wybierz kolor",
|
|
@@ -479,6 +508,7 @@
|
|
|
479
508
|
"tuesday": "Wtorek",
|
|
480
509
|
"tuning": "Strojenie",
|
|
481
510
|
"type": "Typ",
|
|
511
|
+
"type-a-value": "Wpisz wartość do przetestowania",
|
|
482
512
|
"type-text": "Wpisz tekst",
|
|
483
513
|
"type-to-search": "wpisz, aby wyszukać",
|
|
484
514
|
"unable-to-load-application": "Nie można załadować aplikacji",
|
|
@@ -496,6 +526,8 @@
|
|
|
496
526
|
"user-subtitle": "Zarządzaj informacjami o profilu użytkownika, hasłami i sesjami.",
|
|
497
527
|
"username-email-mobile": "Nazwa użytkownika/e‑mail/komórka",
|
|
498
528
|
"value": "Wartość",
|
|
529
|
+
"value-is-accepted": "Wartość jest akceptowana",
|
|
530
|
+
"value-is-refused": "Wartość jest odrzucona",
|
|
499
531
|
"version": "wersja",
|
|
500
532
|
"view-more": "Zobacz więcej",
|
|
501
533
|
"view-replies": "Zobacz odpowiedzi",
|
|
@@ -510,6 +542,7 @@
|
|
|
510
542
|
"wednesday": "Środa",
|
|
511
543
|
"week": "Tydzień",
|
|
512
544
|
"welcome-to-the-information-page": "Witamy na stronie informacyjnej.",
|
|
545
|
+
"whitespace-not-allowed": "Spacje są niedozwolone",
|
|
513
546
|
"will-be-down-by": "będzie obok",
|
|
514
547
|
"will-be-up-by": "będzie ok",
|
|
515
548
|
"win": "Wygrać",
|
package/assets/i18n/pt.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"52w-low": "52 W-baixo",
|
|
16
16
|
"6m": "6m",
|
|
17
17
|
"6m-return": "6m-retorno",
|
|
18
|
+
"a-value-this-accepts": "Um valor que isto aceita",
|
|
18
19
|
"about": "Sobre",
|
|
19
20
|
"about-this-app": "Sobre este aplicativo",
|
|
20
21
|
"accept": "Aceitar",
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"all-languages": "Todas os Idiomas",
|
|
30
31
|
"all-wallets": "Todas as carteiras",
|
|
31
32
|
"allocation": "Alocação",
|
|
33
|
+
"alphanumeric-expected": "Apenas letras e números",
|
|
32
34
|
"annualized": "Anualizado",
|
|
33
35
|
"api-service": "Serviço de API",
|
|
34
36
|
"app": "aplicativo",
|
|
@@ -97,6 +99,7 @@
|
|
|
97
99
|
"create-app": "Criar aplicativo",
|
|
98
100
|
"create-icon": "Criar ícone",
|
|
99
101
|
"create-new-app": "Criar novo aplicativo",
|
|
102
|
+
"create-pattern": "Criar padrão",
|
|
100
103
|
"create-wallet": "Criar Carteira",
|
|
101
104
|
"creativity": "Criatividade",
|
|
102
105
|
"current": "Atual",
|
|
@@ -120,6 +123,7 @@
|
|
|
120
123
|
"details": "Detalhes",
|
|
121
124
|
"developer-name": "Nome do desenvolvedor",
|
|
122
125
|
"dibyendu": "Dibyendu (não encontrado)",
|
|
126
|
+
"digits-only-expected": "Apenas dígitos",
|
|
123
127
|
"disclaimer-body": "Corpo de isenção de responsabilidade",
|
|
124
128
|
"disclaimer-title": "Título de isenção de responsabilidade",
|
|
125
129
|
"distribution-path": "Caminho de distribuição",
|
|
@@ -138,6 +142,7 @@
|
|
|
138
142
|
"enter-your-email-or-username-to-continue": "Digite seu e-mail ou nome de usuário para continuar",
|
|
139
143
|
"eps": "BPA",
|
|
140
144
|
"est-liquidation-value": "Husa. Valor de Liquidação",
|
|
145
|
+
"example": "Exemplo",
|
|
141
146
|
"exceptional": "Excepcional",
|
|
142
147
|
"exchange": "Intercâmbio",
|
|
143
148
|
"exchange-verified-data": "Trocar dados verificados",
|
|
@@ -153,6 +158,7 @@
|
|
|
153
158
|
"february": "Fevereiro",
|
|
154
159
|
"female": "fêmea",
|
|
155
160
|
"fetching-company-profile": "Buscando perfil da empresa...",
|
|
161
|
+
"field-declares-no-rules": "Este campo não declara regras",
|
|
156
162
|
"field-mismatch": "Não corresponde ao campo <$field>.",
|
|
157
163
|
"filter-name": "filtrar <$name>",
|
|
158
164
|
"financial-highlights-cr": "Destaques Financeiros ($ Cr)",
|
|
@@ -186,6 +192,7 @@
|
|
|
186
192
|
"icon": "Ícone",
|
|
187
193
|
"id": "ID",
|
|
188
194
|
"ideal-holding": "Fixação Ideal",
|
|
195
|
+
"ignore-case": "Ignorar maiúsculas",
|
|
189
196
|
"index": "Índice",
|
|
190
197
|
"info-details": "Aqui você encontra detalhes sobre o aplicativo e seus recursos.",
|
|
191
198
|
"information": "Informação",
|
|
@@ -219,6 +226,7 @@
|
|
|
219
226
|
"last-name": "Sobrenome",
|
|
220
227
|
"last-step": "Última etapa",
|
|
221
228
|
"last-updated": "Última atualização",
|
|
229
|
+
"letters-only-expected": "Apenas letras",
|
|
222
230
|
"lifestyle": "Estilo de vida",
|
|
223
231
|
"light": "claro",
|
|
224
232
|
"likes": "Curtidas",
|
|
@@ -291,6 +299,7 @@
|
|
|
291
299
|
"no-description": "Sem descrição",
|
|
292
300
|
"no-investments-loaded": "Nenhum investimento carregado",
|
|
293
301
|
"no-languages-found": "Nenhum idioma encontrado",
|
|
302
|
+
"no-patterns": "Sem padrões",
|
|
294
303
|
"no-posts-yet": "Ainda sem publicações",
|
|
295
304
|
"no-rankings-available": "Nenhuma classificação disponível",
|
|
296
305
|
"no-records": "Sem registros",
|
|
@@ -302,6 +311,12 @@
|
|
|
302
311
|
"noise-reduction": "Redução de ruído",
|
|
303
312
|
"none": "Nenhum",
|
|
304
313
|
"not-a-valid-email": "Email inválido",
|
|
314
|
+
"not-a-valid-hex-color": "Cor hexadecimal inválida",
|
|
315
|
+
"not-a-valid-iban": "IBAN inválido",
|
|
316
|
+
"not-a-valid-pattern": "Formato inválido",
|
|
317
|
+
"not-a-valid-phone": "Número de telefone inválido",
|
|
318
|
+
"not-a-valid-postal-code": "Código postal inválido",
|
|
319
|
+
"not-a-valid-slug": "Use letras minúsculas, números e hífens",
|
|
305
320
|
"not-a-valid-url": "URL inválido",
|
|
306
321
|
"not-available": "Não disponível",
|
|
307
322
|
"not-now": "Agora não",
|
|
@@ -326,11 +341,21 @@
|
|
|
326
341
|
"p-l": "G/P",
|
|
327
342
|
"password": "senha",
|
|
328
343
|
"password-invalid": "Esta senha não é válida. Digite-a novamente ou redefina-a.",
|
|
344
|
+
"pattern": "Padrão",
|
|
345
|
+
"pattern-example-does-not-match": "O exemplo não corresponde",
|
|
346
|
+
"pattern-example-matches": "O exemplo corresponde",
|
|
347
|
+
"pattern-is-not-valid": "A expressão não é válida",
|
|
348
|
+
"pattern-message": "Mensagem do padrão",
|
|
349
|
+
"pattern-message-required": "Vários padrões exigem uma mensagem para o campo",
|
|
350
|
+
"pattern-name": "Nome do padrão",
|
|
351
|
+
"pattern-untested": "Escreva um padrão e um exemplo",
|
|
352
|
+
"patterns": "Padrões",
|
|
329
353
|
"pending-requests": "Solicitações Pendentes",
|
|
330
354
|
"pending-with-me": "Pendente comigo",
|
|
331
355
|
"perf-snapshot": "Desempenho",
|
|
332
356
|
"performance-history": "Histórico de desempenho",
|
|
333
357
|
"permission-details": "Detalhes de permissão",
|
|
358
|
+
"pick-a-pattern": "Escolha um padrão",
|
|
334
359
|
"pinned": "Fixado",
|
|
335
360
|
"please-select": "Selecione",
|
|
336
361
|
"portfolio": "Portfólio",
|
|
@@ -340,6 +365,7 @@
|
|
|
340
365
|
"posts": "Publicações",
|
|
341
366
|
"preview": "Visualização",
|
|
342
367
|
"preview-draft": "Pré-visualizar rascunho",
|
|
368
|
+
"preview-live": "Pré-visualização ao vivo",
|
|
343
369
|
"preview-local": "Visualizar local",
|
|
344
370
|
"previous": "Anterior",
|
|
345
371
|
"previous-slide": "Diapositivo anterior",
|
|
@@ -357,6 +383,7 @@
|
|
|
357
383
|
"real-time-update": "Atualização em tempo real",
|
|
358
384
|
"recently-used": "Usado recentemente",
|
|
359
385
|
"regenerate-token": "Regenerar token",
|
|
386
|
+
"regular-expression": "Expressão regular",
|
|
360
387
|
"reject": "Rejeitar",
|
|
361
388
|
"release-date": "Data de lançamento",
|
|
362
389
|
"remove": "Remover",
|
|
@@ -368,6 +395,7 @@
|
|
|
368
395
|
"request-sent": "Solicitação enviada",
|
|
369
396
|
"requested": "Solicitado",
|
|
370
397
|
"requests": "Solicitações",
|
|
398
|
+
"required": "Obrigatório",
|
|
371
399
|
"resend": "reenviar",
|
|
372
400
|
"reserved": "todos os direitos reservados.",
|
|
373
401
|
"reset": "redefinir",
|
|
@@ -394,6 +422,7 @@
|
|
|
394
422
|
"sector": "Setor",
|
|
395
423
|
"see-all": "Ver tudo >",
|
|
396
424
|
"select": "Selecione",
|
|
425
|
+
"select-a-field": "Selecione um campo",
|
|
397
426
|
"select-an-account": "Selecionar uma conta",
|
|
398
427
|
"select-an-account-help": "Escolha uma conta para continuar no Magmonium",
|
|
399
428
|
"select-color": "Selecione a cor",
|
|
@@ -479,6 +508,7 @@
|
|
|
479
508
|
"tuesday": "Terça-feira",
|
|
480
509
|
"tuning": "Ajuste",
|
|
481
510
|
"type": "Tipo",
|
|
511
|
+
"type-a-value": "Escreva um valor para testar",
|
|
482
512
|
"type-text": "Digite o texto",
|
|
483
513
|
"type-to-search": "digite para pesquisar",
|
|
484
514
|
"unable-to-load-application": "Não foi possível carregar o aplicativo",
|
|
@@ -496,6 +526,8 @@
|
|
|
496
526
|
"user-subtitle": "Gerir informações de perfil de utilizador, palavras-passe e sessões.",
|
|
497
527
|
"username-email-mobile": "Nome de usuário/e‑mail/celular",
|
|
498
528
|
"value": "Valor",
|
|
529
|
+
"value-is-accepted": "O valor é aceite",
|
|
530
|
+
"value-is-refused": "O valor é recusado",
|
|
499
531
|
"version": "versao",
|
|
500
532
|
"view-more": "Ver mais",
|
|
501
533
|
"view-replies": "Ver respostas",
|
|
@@ -510,6 +542,7 @@
|
|
|
510
542
|
"wednesday": "Quarta-feira",
|
|
511
543
|
"week": "Semana",
|
|
512
544
|
"welcome-to-the-information-page": "Bem-vindo à página de informações.",
|
|
545
|
+
"whitespace-not-allowed": "Espaços não são permitidos",
|
|
513
546
|
"will-be-down-by": "vai cair por",
|
|
514
547
|
"will-be-up-by": "estará acordado por",
|
|
515
548
|
"win": "Ganhar",
|