@testgorilla/tgo-ui 1.13.36 → 2.0.1
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/components/accordion/accordion.component.d.ts +3 -1
- package/components/alert-banner/alert-banner.component.d.ts +3 -2
- package/components/autocomplete/autocomplete.component.d.ts +3 -2
- package/components/avatar/avatar.component.d.ts +4 -2
- package/components/badge/badge.component.d.ts +3 -1
- package/components/banner-action/banner-action.component.d.ts +3 -1
- package/components/button/button.component.d.ts +3 -1
- package/components/card/card.component.d.ts +3 -1
- package/components/checkbox/checkbox.component.d.ts +3 -2
- package/components/confirm-dialog/confirm-dialog.component.d.ts +3 -2
- package/components/datepicker/datepicker.component.d.ts +3 -2
- package/components/dialog/dialog.component.d.ts +5 -4
- package/components/divider/divider.component.d.ts +3 -1
- package/components/dropdown/dropdown.component.d.ts +3 -2
- package/components/elevation-shadow/elevation-shadow.component.d.ts +3 -1
- package/components/empty-state/empty-state.component.d.ts +3 -1
- package/components/field/field.component.d.ts +3 -2
- package/components/file-upload/file-upload.component.d.ts +3 -1
- package/components/icon/icon.component.d.ts +3 -2
- package/components/icon/icon.config.d.ts +1 -1
- package/components/icon-label/icon-label.component.d.ts +3 -2
- package/components/logo/logo.component.d.ts +3 -1
- package/components/navbar/navbar.component.d.ts +3 -1
- package/components/navigation/navigation.component.d.ts +3 -2
- package/components/overflow-menu/overflow-menu.component.d.ts +3 -2
- package/components/page-header/page-header.component.d.ts +3 -2
- package/components/paginator/paginator.component.d.ts +3 -1
- package/components/progress-bar/progress-bar.component.d.ts +3 -2
- package/components/radial-progress/radial-progress.component.d.ts +3 -1
- package/components/radio-button/radio-button.component.d.ts +3 -1
- package/components/rating/rating.component.d.ts +3 -2
- package/components/scale/scale.component.d.ts +3 -2
- package/components/segmented-bar/segmented-bar.component.d.ts +3 -1
- package/components/side-sheet/side-sheet.component.d.ts +3 -2
- package/components/skeleton/skeleton.component.d.ts +3 -1
- package/components/slider/slider.component.d.ts +3 -1
- package/components/snackbar/snackbar.component.d.ts +3 -2
- package/components/spinner/spinner.component.d.ts +3 -1
- package/components/step/step.component.d.ts +3 -1
- package/components/stepper/stepper.component.d.ts +3 -2
- package/components/table/table.component.d.ts +3 -1
- package/components/tabs/tabs.component.d.ts +3 -1
- package/components/tag/tag.component.d.ts +3 -1
- package/components/toggle/toggle.component.d.ts +4 -2
- package/components/tooltip/tooltip.component.d.ts +3 -1
- package/esm2022/assets/i18n/da-dk.json +77 -0
- package/esm2022/assets/i18n/de.json +77 -0
- package/esm2022/assets/i18n/fr.json +77 -0
- package/esm2022/assets/i18n/it-it.json +77 -0
- package/esm2022/assets/i18n/ja-jp.json +77 -0
- package/esm2022/assets/i18n/nb-no.json +77 -0
- package/esm2022/assets/i18n/nl.json +77 -0
- package/esm2022/assets/i18n/pl-pl.json +77 -0
- package/esm2022/assets/i18n/pt-br.json +77 -0
- package/esm2022/assets/i18n/sv-se.json +77 -0
- package/esm2022/components/accordion/accordion.component.mjs +15 -6
- package/esm2022/components/alert-banner/alert-banner.component.mjs +15 -6
- package/esm2022/components/autocomplete/autocomplete.component.mjs +15 -6
- package/esm2022/components/avatar/avatar.component.mjs +15 -6
- package/esm2022/components/badge/badge.component.mjs +15 -6
- package/esm2022/components/banner-action/banner-action.component.mjs +15 -6
- package/esm2022/components/button/button.component.mjs +25 -16
- package/esm2022/components/card/card.component.mjs +15 -6
- package/esm2022/components/checkbox/checkbox.component.mjs +15 -6
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +15 -6
- package/esm2022/components/datepicker/datepicker.component.mjs +15 -6
- package/esm2022/components/dialog/dialog.component.mjs +15 -6
- package/esm2022/components/divider/divider.component.mjs +15 -6
- package/esm2022/components/dropdown/dropdown.component.mjs +15 -6
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +15 -6
- package/esm2022/components/empty-state/empty-state.component.mjs +15 -6
- package/esm2022/components/field/field.component.mjs +15 -6
- package/esm2022/components/file-upload/file-upload.component.mjs +15 -6
- package/esm2022/components/icon/icon.component.mjs +15 -6
- package/esm2022/components/icon/icon.config.mjs +3 -1
- package/esm2022/components/icon-label/icon-label.component.mjs +15 -6
- package/esm2022/components/logo/logo.component.mjs +25 -16
- package/esm2022/components/navbar/navbar.component.mjs +17 -8
- package/esm2022/components/navigation/navigation.component.mjs +15 -6
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +15 -6
- package/esm2022/components/page-header/page-header.component.mjs +15 -6
- package/esm2022/components/paginator/paginator.component.mjs +15 -6
- package/esm2022/components/progress-bar/progress-bar.component.mjs +15 -6
- package/esm2022/components/radial-progress/radial-progress.component.mjs +15 -6
- package/esm2022/components/radio-button/radio-button.component.mjs +21 -12
- package/esm2022/components/rating/rating.component.mjs +15 -6
- package/esm2022/components/scale/scale.component.mjs +15 -6
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +15 -6
- package/esm2022/components/side-sheet/side-sheet.component.mjs +15 -6
- package/esm2022/components/skeleton/skeleton.component.mjs +21 -12
- package/esm2022/components/slider/slider.component.mjs +15 -6
- package/esm2022/components/snackbar/snackbar.component.mjs +14 -5
- package/esm2022/components/spinner/spinner.component.mjs +15 -6
- package/esm2022/components/step/step.component.mjs +15 -6
- package/esm2022/components/stepper/stepper.component.mjs +15 -6
- package/esm2022/components/table/table.component.mjs +40 -31
- package/esm2022/components/tabs/tabs.component.mjs +15 -6
- package/esm2022/components/tag/tag.component.mjs +25 -16
- package/esm2022/components/toggle/toggle.component.mjs +15 -6
- package/esm2022/components/tooltip/tooltip.component.mjs +15 -6
- package/esm2022/pipes/ui-translate.pipe.mjs +21 -1
- package/fesm2022/testgorilla-tgo-ui.mjs +1669 -276
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/rebrand/Add-filled.svg +3 -0
- package/src/assets/icons/rebrand/Add-in-line.svg +3 -0
- package/src/theme/_input.scss +2 -2
- package/src/theme/theme.scss +4 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Ignorer"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "Sélectionné ({{numberSelected}})",
|
|
7
|
+
"SELECTED": "Sélectionné",
|
|
8
|
+
"SUGGESTED": "Suggéré",
|
|
9
|
+
"ALL_ITEMS": "Tous les éléments",
|
|
10
|
+
"NO_RESULTS_FOUND": "Aucun résultat n'a été trouvé."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Dernière étape"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "La valeur maximale ({{max}}) ne peut être inférieure à la valeur minimale actuelle ({{min}}).",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "La valeur minimale ({{min}}) ne peut être supérieure à la valeur maximale actuelle ({{max}})."
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Date de début",
|
|
21
|
+
"END_DATE": "Date de fin"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Appliquer",
|
|
25
|
+
"VALIDATE": "Valider",
|
|
26
|
+
"YES": "Oui",
|
|
27
|
+
"NO": "Non",
|
|
28
|
+
"CONTINUE": "Continuer",
|
|
29
|
+
"NEXT": "Suivant",
|
|
30
|
+
"CLOSE": "Fermer",
|
|
31
|
+
"THANK_YOU": "Merci",
|
|
32
|
+
"CANCEL": "Annuler",
|
|
33
|
+
"CONFIRM": "Confirmer",
|
|
34
|
+
"SUBMIT": "Envoyer",
|
|
35
|
+
"EMAIL": "E-mail",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Retirer",
|
|
38
|
+
"TEST": "test",
|
|
39
|
+
"MAYBE": "Peut-être",
|
|
40
|
+
"BACK": "Retour",
|
|
41
|
+
"SAVE": "Enregistrer",
|
|
42
|
+
"SAVING": "Enregistrement",
|
|
43
|
+
"DELETE": "Supprimer",
|
|
44
|
+
"SELECT": "Sélectionner",
|
|
45
|
+
"SEND": "Envoyer",
|
|
46
|
+
"N\/A": "N\/A",
|
|
47
|
+
"EDIT": "Éditer",
|
|
48
|
+
"SKIP": "Passer",
|
|
49
|
+
"SEARCH": "Rechercher",
|
|
50
|
+
"ROLE": "Rôle",
|
|
51
|
+
"ALL": "Tous",
|
|
52
|
+
"OR_DIVIDER": "ou",
|
|
53
|
+
"ADD": "Ajouter",
|
|
54
|
+
"NO_RESULTS": "Pas de résultats",
|
|
55
|
+
"MAX": "Max",
|
|
56
|
+
"MIN": "Min",
|
|
57
|
+
"CLEAR": "Effacer"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Fermer le dialogue"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Voir le mot de passe"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Glisser-déposer ou",
|
|
67
|
+
"BROWSE": "Parcourir",
|
|
68
|
+
"YOUR_FILES": "Vos dossiers",
|
|
69
|
+
"MAX_SIZE": "Taille maximale du fichier en Mo.",
|
|
70
|
+
"UPLOADING": "Téléchargement",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Types de fichiers pris en charge :",
|
|
72
|
+
"CHANGE": "Changer"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Déconnexion"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Ignora"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "({{numberSelected}}) selezionati",
|
|
7
|
+
"SELECTED": "Selezionati",
|
|
8
|
+
"SUGGESTED": "Consigliati",
|
|
9
|
+
"ALL_ITEMS": "Tutti gli articoli",
|
|
10
|
+
"NO_RESULTS_FOUND": "Nessun risultato trovato."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Passaggio finale"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "Il valore max ({{max}}) non può essere inferiore al valore min attuale ({{min}}).",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "Il valore min ({{min}}) non può essere superiore al valore max attuale ({{max}})."
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Data di inizio",
|
|
21
|
+
"END_DATE": "Data di fine"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Applica",
|
|
25
|
+
"VALIDATE": "Convalida",
|
|
26
|
+
"YES": "Sì",
|
|
27
|
+
"NO": "No",
|
|
28
|
+
"CONTINUE": "Continua",
|
|
29
|
+
"NEXT": "Avanti",
|
|
30
|
+
"CLOSE": "Chiudi",
|
|
31
|
+
"THANK_YOU": "Grazie",
|
|
32
|
+
"CANCEL": "Annulla",
|
|
33
|
+
"CONFIRM": "Conferma",
|
|
34
|
+
"SUBMIT": "Invia",
|
|
35
|
+
"EMAIL": "Invia una e-mail",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Rimuovi",
|
|
38
|
+
"TEST": "test",
|
|
39
|
+
"MAYBE": "Forse",
|
|
40
|
+
"BACK": "Indietro",
|
|
41
|
+
"SAVE": "Salva",
|
|
42
|
+
"SAVING": "Salvataggio in corso",
|
|
43
|
+
"DELETE": "Elimina",
|
|
44
|
+
"SELECT": "Seleziona",
|
|
45
|
+
"SEND": "Invia",
|
|
46
|
+
"N\/A": "N.D.",
|
|
47
|
+
"EDIT": "Modifica",
|
|
48
|
+
"SKIP": "Salta",
|
|
49
|
+
"SEARCH": "Cerca",
|
|
50
|
+
"ROLE": "Ruolo",
|
|
51
|
+
"ALL": "Tutti",
|
|
52
|
+
"OR_DIVIDER": "oppure",
|
|
53
|
+
"ADD": "Aggiungi",
|
|
54
|
+
"NO_RESULTS": "Nessun risultato",
|
|
55
|
+
"MAX": "Max",
|
|
56
|
+
"MIN": "Min",
|
|
57
|
+
"CLEAR": "Cancella"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Chiudi la finestra di dialogo"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Visualizza la password"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Trascina e rilascia o",
|
|
67
|
+
"BROWSE": "Naviga",
|
|
68
|
+
"YOUR_FILES": "I tuoi file",
|
|
69
|
+
"MAX_SIZE": "Dimensione max del file in MB.",
|
|
70
|
+
"UPLOADING": "Caricamento",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Tipi di file supportati:",
|
|
72
|
+
"CHANGE": "Cambia"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Esci"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "却下"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "選択済み ({{numberSelected}})",
|
|
7
|
+
"SELECTED": "選択済み",
|
|
8
|
+
"SUGGESTED": "推奨",
|
|
9
|
+
"ALL_ITEMS": "全項目",
|
|
10
|
+
"NO_RESULTS_FOUND": "結果が見つかりませんでした。"
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "最終ステップ"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "最大値({{max}})を現在の最小値({{min}})より小さくすることはできません。",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "最小値({{min}})を現在の最大値({{max}})より大きくすることはできません。"
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "開始日",
|
|
21
|
+
"END_DATE": "終了日"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "適用",
|
|
25
|
+
"VALIDATE": "確認",
|
|
26
|
+
"YES": "はい",
|
|
27
|
+
"NO": "いいえ",
|
|
28
|
+
"CONTINUE": "続ける",
|
|
29
|
+
"NEXT": "次へ",
|
|
30
|
+
"CLOSE": "閉じる",
|
|
31
|
+
"THANK_YOU": "ありがとうございました",
|
|
32
|
+
"CANCEL": "キャンセル",
|
|
33
|
+
"CONFIRM": "確認",
|
|
34
|
+
"SUBMIT": "提出する",
|
|
35
|
+
"EMAIL": "Eメール",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "削除",
|
|
38
|
+
"TEST": "テスト",
|
|
39
|
+
"MAYBE": "可能性あり",
|
|
40
|
+
"BACK": "戻る",
|
|
41
|
+
"SAVE": "保存",
|
|
42
|
+
"SAVING": "保存中",
|
|
43
|
+
"DELETE": "削除",
|
|
44
|
+
"SELECT": "選択",
|
|
45
|
+
"SEND": "送信",
|
|
46
|
+
"N\/A": "該当なし",
|
|
47
|
+
"EDIT": "編集",
|
|
48
|
+
"SKIP": "スキップ",
|
|
49
|
+
"SEARCH": "検索",
|
|
50
|
+
"ROLE": "役割",
|
|
51
|
+
"ALL": "すべて",
|
|
52
|
+
"OR_DIVIDER": "または",
|
|
53
|
+
"ADD": "追加",
|
|
54
|
+
"NO_RESULTS": "結果がありません",
|
|
55
|
+
"MAX": "最大",
|
|
56
|
+
"MIN": "最小",
|
|
57
|
+
"CLEAR": "消去"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "ダイアログを閉じる"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "パスワードを見る"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "ドラッグ・アンド・ドロップまたは",
|
|
67
|
+
"BROWSE": "ブラウズ",
|
|
68
|
+
"YOUR_FILES": "あなたのファイル",
|
|
69
|
+
"MAX_SIZE": "MBの最大ファイルサイズ。",
|
|
70
|
+
"UPLOADING": "アップロード中",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "対応ファイル形式:",
|
|
72
|
+
"CHANGE": "変更"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "ログアウト"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Avvis"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "Valgt ({{numberSelected}})",
|
|
7
|
+
"SELECTED": "Valgt",
|
|
8
|
+
"SUGGESTED": "Foreslått",
|
|
9
|
+
"ALL_ITEMS": "Alle elementer",
|
|
10
|
+
"NO_RESULTS_FOUND": "Ingen resultater funnet."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Siste trinn"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "Maksimumsverdi ({{max}}) kan ikke være mindre enn gjeldende minimumsverdi ({{min}}).",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "Minimumsverdi ({{min}}) kan ikke være større enn gjeldende maksimumsverdi ({{max}})."
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Startdato",
|
|
21
|
+
"END_DATE": "Sluttdato"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Bruk",
|
|
25
|
+
"VALIDATE": "Validere",
|
|
26
|
+
"YES": "Ja",
|
|
27
|
+
"NO": "Nei",
|
|
28
|
+
"CONTINUE": "Fortsett",
|
|
29
|
+
"NEXT": "Neste",
|
|
30
|
+
"CLOSE": "Lukk",
|
|
31
|
+
"THANK_YOU": "Takk",
|
|
32
|
+
"CANCEL": "Avbryt",
|
|
33
|
+
"CONFIRM": "Bekreft",
|
|
34
|
+
"SUBMIT": "Send inn",
|
|
35
|
+
"EMAIL": "E-post",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Fjern",
|
|
38
|
+
"TEST": "test",
|
|
39
|
+
"MAYBE": "Kanskje",
|
|
40
|
+
"BACK": "Tilbake",
|
|
41
|
+
"SAVE": "Lagre",
|
|
42
|
+
"SAVING": "Lagrer",
|
|
43
|
+
"DELETE": "Slett",
|
|
44
|
+
"SELECT": "Velg",
|
|
45
|
+
"SEND": "Send",
|
|
46
|
+
"N\/A": "N\/A",
|
|
47
|
+
"EDIT": "Redigere",
|
|
48
|
+
"SKIP": "Hopp over",
|
|
49
|
+
"SEARCH": "Søk",
|
|
50
|
+
"ROLE": "Rolle",
|
|
51
|
+
"ALL": "Alle",
|
|
52
|
+
"OR_DIVIDER": "eller",
|
|
53
|
+
"ADD": "Legg til",
|
|
54
|
+
"NO_RESULTS": "Ingen resultater",
|
|
55
|
+
"MAX": "Maks.",
|
|
56
|
+
"MIN": "Min.",
|
|
57
|
+
"CLEAR": "Tøm"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Lukk dialogboksen"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Vis passord"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Dra og slipp eller",
|
|
67
|
+
"BROWSE": "Bla gjennom",
|
|
68
|
+
"YOUR_FILES": "Filene dine",
|
|
69
|
+
"MAX_SIZE": "Maksimal filstørrelse i MB.",
|
|
70
|
+
"UPLOADING": "Laster opp",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Filtyper som støttes:",
|
|
72
|
+
"CHANGE": "Endre"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Logg ut"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Negeren"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "Geselecteerd ({{numberSelected}})",
|
|
7
|
+
"SELECTED": "Geselecteerd",
|
|
8
|
+
"SUGGESTED": "Aanbevolen",
|
|
9
|
+
"ALL_ITEMS": "Alle artikelen",
|
|
10
|
+
"NO_RESULTS_FOUND": "Geen resultaten gevonden."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Laatste stap"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "Max. waarde ({{max}}) kan niet lager zijn dan de huidige min. waarde ({{min}})",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "Min. waarde ({{min}}) kan niet meer zijn dan huidige max. waarde ({{max}})"
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Startdatum",
|
|
21
|
+
"END_DATE": "Einddatum"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Toepassen",
|
|
25
|
+
"VALIDATE": "Controleren",
|
|
26
|
+
"YES": "Ja",
|
|
27
|
+
"NO": "Nee",
|
|
28
|
+
"CONTINUE": "Ga verder",
|
|
29
|
+
"NEXT": "Volgende",
|
|
30
|
+
"CLOSE": "Sluiten",
|
|
31
|
+
"THANK_YOU": "Hartelijk dank",
|
|
32
|
+
"CANCEL": "Annuleren",
|
|
33
|
+
"CONFIRM": "Bevestig",
|
|
34
|
+
"SUBMIT": "Indienen",
|
|
35
|
+
"EMAIL": "E-mail",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Verwijder",
|
|
38
|
+
"TEST": "test",
|
|
39
|
+
"MAYBE": "Misschien",
|
|
40
|
+
"BACK": "Terug",
|
|
41
|
+
"SAVE": "Opslaan",
|
|
42
|
+
"SAVING": "Aan het opslaan",
|
|
43
|
+
"DELETE": "Verwijder",
|
|
44
|
+
"SELECT": "Selecteer",
|
|
45
|
+
"SEND": "Sturen",
|
|
46
|
+
"N\/A": "N.V.T.",
|
|
47
|
+
"EDIT": "Bewerken",
|
|
48
|
+
"SKIP": "Overslaan",
|
|
49
|
+
"SEARCH": "Zoeken",
|
|
50
|
+
"ROLE": "Rol",
|
|
51
|
+
"ALL": "Alle",
|
|
52
|
+
"OR_DIVIDER": "of",
|
|
53
|
+
"ADD": "Toevoegen",
|
|
54
|
+
"NO_RESULTS": "Geen resultaten",
|
|
55
|
+
"MAX": "Max",
|
|
56
|
+
"MIN": "Min",
|
|
57
|
+
"CLEAR": "Opschonen"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Dialoog sluiten"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Bekijk wachtwoord"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Slepen en neerzetten of",
|
|
67
|
+
"BROWSE": "Blader door",
|
|
68
|
+
"YOUR_FILES": "Uw bestanden",
|
|
69
|
+
"MAX_SIZE": "MB maximale bestandsgrootte.",
|
|
70
|
+
"UPLOADING": "Uploaden",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Ondersteunde bestandstypen:",
|
|
72
|
+
"CHANGE": "Veranderen"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Uitloggen"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Odrzuć"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "Wybrano ({{numberSelected}})",
|
|
7
|
+
"SELECTED": "Wybrano",
|
|
8
|
+
"SUGGESTED": "Sugerowane",
|
|
9
|
+
"ALL_ITEMS": "Wszystkie",
|
|
10
|
+
"NO_RESULTS_FOUND": "Nie znaleziono żadnych wyników."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Ostatni krok"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "Wartość maksymalna ({{max}}) nie może być mniejsza niż wartość minimalna ({{min}}).",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "Wartość minimalna ({{min}}) nie może być większa niż wartość maksymalna ({{max}})."
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Data rozpoczęcia",
|
|
21
|
+
"END_DATE": "Data zakończenia"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Zastosuj",
|
|
25
|
+
"VALIDATE": "Zatwierdź",
|
|
26
|
+
"YES": "Tak",
|
|
27
|
+
"NO": "Nie",
|
|
28
|
+
"CONTINUE": "Kontynuuj",
|
|
29
|
+
"NEXT": "Następny",
|
|
30
|
+
"CLOSE": "Zamknij",
|
|
31
|
+
"THANK_YOU": "Dziękujemy",
|
|
32
|
+
"CANCEL": "Anuluj",
|
|
33
|
+
"CONFIRM": "Potwierdź",
|
|
34
|
+
"SUBMIT": "Prześlij",
|
|
35
|
+
"EMAIL": "E-mail",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Usuń",
|
|
38
|
+
"TEST": "test",
|
|
39
|
+
"MAYBE": "Być może",
|
|
40
|
+
"BACK": "Powrót",
|
|
41
|
+
"SAVE": "Zapisz",
|
|
42
|
+
"SAVING": "Zapisywanie",
|
|
43
|
+
"DELETE": "Usuń",
|
|
44
|
+
"SELECT": "Wybierz",
|
|
45
|
+
"SEND": "Wyślij",
|
|
46
|
+
"N\/A": "Nie dotyczy",
|
|
47
|
+
"EDIT": "Edytuj",
|
|
48
|
+
"SKIP": "Pomiń",
|
|
49
|
+
"SEARCH": "Szukaj",
|
|
50
|
+
"ROLE": "Stanowisko",
|
|
51
|
+
"ALL": "Wszystkie",
|
|
52
|
+
"OR_DIVIDER": "lub",
|
|
53
|
+
"ADD": "Dodaj",
|
|
54
|
+
"NO_RESULTS": "Brak wyników",
|
|
55
|
+
"MAX": "Max",
|
|
56
|
+
"MIN": "Min",
|
|
57
|
+
"CLEAR": "Wyczyść"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Zamknij okno dialogowe"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Wyświetl hasło"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Przeciągnij i upuść lub",
|
|
67
|
+
"BROWSE": "Przeglądaj",
|
|
68
|
+
"YOUR_FILES": "Twoje pliki",
|
|
69
|
+
"MAX_SIZE": "Maksymalny rozmiar pliku w MB.",
|
|
70
|
+
"UPLOADING": "Przesyłanie",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Obsługiwane formaty plików:",
|
|
72
|
+
"CHANGE": "Zmień"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Wyloguj się"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Dispensar"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "({{numberSelected}}) selecionado(s)",
|
|
7
|
+
"SELECTED": "Selecionado",
|
|
8
|
+
"SUGGESTED": "Sugerido",
|
|
9
|
+
"ALL_ITEMS": "Todos os itens",
|
|
10
|
+
"NO_RESULTS_FOUND": "Não foram encontrados resultados."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Etapa final"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "O valor máximo ({{max}}) não pode ser inferior ao valor mínimo atual ({{min}})",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "O valor mínimo ({{min}}) não pode ser maior que o valor máximo atual ({{max}})"
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Data de início",
|
|
21
|
+
"END_DATE": "Data final"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Aplicar",
|
|
25
|
+
"VALIDATE": "Validar",
|
|
26
|
+
"YES": "Sim",
|
|
27
|
+
"NO": "Não",
|
|
28
|
+
"CONTINUE": "Continuar",
|
|
29
|
+
"NEXT": "Próximo",
|
|
30
|
+
"CLOSE": "Fechar",
|
|
31
|
+
"THANK_YOU": "Obrigado(a)",
|
|
32
|
+
"CANCEL": "Cancelar",
|
|
33
|
+
"CONFIRM": "Confirmar",
|
|
34
|
+
"SUBMIT": "Enviar",
|
|
35
|
+
"EMAIL": "E-mail",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Remover",
|
|
38
|
+
"TEST": "teste",
|
|
39
|
+
"MAYBE": "Talvez",
|
|
40
|
+
"BACK": "Voltar",
|
|
41
|
+
"SAVE": "Salvar",
|
|
42
|
+
"SAVING": "Salvando",
|
|
43
|
+
"DELETE": "Excluir",
|
|
44
|
+
"SELECT": "Selecionar",
|
|
45
|
+
"SEND": "Enviar",
|
|
46
|
+
"N\/A": "N\/D",
|
|
47
|
+
"EDIT": "Editar",
|
|
48
|
+
"SKIP": "Pular",
|
|
49
|
+
"SEARCH": "Pesquisar",
|
|
50
|
+
"ROLE": "Cargo",
|
|
51
|
+
"ALL": "Tudo",
|
|
52
|
+
"OR_DIVIDER": "ou",
|
|
53
|
+
"ADD": "Adicionar",
|
|
54
|
+
"NO_RESULTS": "Nenhum resultado",
|
|
55
|
+
"MAX": "Máx.",
|
|
56
|
+
"MIN": "Mín.",
|
|
57
|
+
"CLEAR": "Limpar"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Fechar diálogo"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Exibir senha"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Arrastar e soltar ou",
|
|
67
|
+
"BROWSE": "Navegar",
|
|
68
|
+
"YOUR_FILES": "Seus arquivos",
|
|
69
|
+
"MAX_SIZE": "Tamanho máx. do arquivo em MB.",
|
|
70
|
+
"UPLOADING": "Enviando",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Tipos de arquivo suportados:",
|
|
72
|
+
"CHANGE": "Alterar"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Fazer logout"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SNACKBAR": {
|
|
3
|
+
"DISMISS": "Avfärda"
|
|
4
|
+
},
|
|
5
|
+
"AUTOCOMPLETE": {
|
|
6
|
+
"SELECTED_AMOUNT": "Valda ({{numberSelected}})",
|
|
7
|
+
"SELECTED": "Utvalda",
|
|
8
|
+
"SUGGESTED": "Föreslagna",
|
|
9
|
+
"ALL_ITEMS": "Alla föremål",
|
|
10
|
+
"NO_RESULTS_FOUND": "Inga resultat hittades."
|
|
11
|
+
},
|
|
12
|
+
"STEPPER": {
|
|
13
|
+
"FINAL_STEP": "Sista steget"
|
|
14
|
+
},
|
|
15
|
+
"SLIDER": {
|
|
16
|
+
"MAX_LESS_THAN_MIN": "Maxvärde ({{max}}) kan inte vara mindre än aktuellt minvärde ({{min}})",
|
|
17
|
+
"MIN_MORE_THAN_MAX": "Minvärde ({{min}}) kan inte vara mer än aktuellt maxvärde ({{max}})"
|
|
18
|
+
},
|
|
19
|
+
"DATEPICKER": {
|
|
20
|
+
"START_DATE": "Startdatum",
|
|
21
|
+
"END_DATE": "Slutdatum"
|
|
22
|
+
},
|
|
23
|
+
"COMMON": {
|
|
24
|
+
"APPLY": "Tillämpa",
|
|
25
|
+
"VALIDATE": "Validera",
|
|
26
|
+
"YES": "Ja",
|
|
27
|
+
"NO": "Nej",
|
|
28
|
+
"CONTINUE": "Fortsätt",
|
|
29
|
+
"NEXT": "Nästa",
|
|
30
|
+
"CLOSE": "Nära",
|
|
31
|
+
"THANK_YOU": "Tack",
|
|
32
|
+
"CANCEL": "Avbryt",
|
|
33
|
+
"CONFIRM": "Bekräfta",
|
|
34
|
+
"SUBMIT": "Skicka in",
|
|
35
|
+
"EMAIL": "E-post",
|
|
36
|
+
"OK": "OK",
|
|
37
|
+
"REMOVE": "Ta bort",
|
|
38
|
+
"TEST": "test",
|
|
39
|
+
"MAYBE": "Kanske",
|
|
40
|
+
"BACK": "Tillbaka",
|
|
41
|
+
"SAVE": "Spara",
|
|
42
|
+
"SAVING": "Sparar",
|
|
43
|
+
"DELETE": "Radera",
|
|
44
|
+
"SELECT": "Välj",
|
|
45
|
+
"SEND": "Skicka",
|
|
46
|
+
"N\/A": "N\/A",
|
|
47
|
+
"EDIT": "Redigera",
|
|
48
|
+
"SKIP": "Hoppa över",
|
|
49
|
+
"SEARCH": "Sök",
|
|
50
|
+
"ROLE": "Roll",
|
|
51
|
+
"ALL": "Alla",
|
|
52
|
+
"OR_DIVIDER": "eller",
|
|
53
|
+
"ADD": "Lägg till",
|
|
54
|
+
"NO_RESULTS": "Inga resultat",
|
|
55
|
+
"MAX": "Max",
|
|
56
|
+
"MIN": "Min",
|
|
57
|
+
"CLEAR": "Rensa"
|
|
58
|
+
},
|
|
59
|
+
"DIALOG": {
|
|
60
|
+
"CLOSE_LABEL": "Stäng dialogrutan"
|
|
61
|
+
},
|
|
62
|
+
"FIELD": {
|
|
63
|
+
"VIEW_PASSWORD": "Visa lösenord"
|
|
64
|
+
},
|
|
65
|
+
"FILE_UPLOAD": {
|
|
66
|
+
"DRAG_AND_DROP_OR": "Dra och släpp eller",
|
|
67
|
+
"BROWSE": "Bläddra",
|
|
68
|
+
"YOUR_FILES": "Dina filer",
|
|
69
|
+
"MAX_SIZE": "MB maximal filstorlek.",
|
|
70
|
+
"UPLOADING": "Uppladdning",
|
|
71
|
+
"SUPPORTED_FILE_TYPES": "Filtyper som stöds:",
|
|
72
|
+
"CHANGE": "Förändring"
|
|
73
|
+
},
|
|
74
|
+
"NAVBAR": {
|
|
75
|
+
"LOG_OUT": "Logga ut"
|
|
76
|
+
}
|
|
77
|
+
}
|