@spscommerce/i18n 8.33.10 → 8.34.0
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/lib/i18n-woodland.d.ts +4 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2178 -1226
- package/lib/index.umd.cjs +2 -2
- package/lib/useSpsLanguage.d.ts +2 -1
- package/locales/de-DE/woodland.json +112 -1
- package/locales/en-US/woodland.json +105 -161
- package/locales/es-ES/woodland.json +112 -1
- package/locales/fr-CA/woodland.json +111 -4
- package/locales/fr-FR/woodland.json +112 -1
- package/locales/it-IT/woodland.json +112 -1
- package/locales/nl-NL/woodland.json +112 -1
- package/locales/zh-CN/woodland.json +109 -1
- package/locales/zh-TW/woodland.json +109 -1
- package/package.json +1 -1
package/lib/useSpsLanguage.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { UseTranslationOptions } from "react-i18next";
|
|
2
|
+
export declare function useSpsLanguage(ns?: string, options?: UseTranslationOptions): import("react-i18next").UseTranslationResponse<string, undefined>;
|
|
@@ -1 +1,112 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"addToList.disabledDragTooltip": "Drag & Drop ist deaktiviert, wenn Filter aktiviert sind",
|
|
3
|
+
"addToList.moveAllItemsToCol": "Alles nach „ {{columnName}} “ verschieben",
|
|
4
|
+
"addToList.noDataZeroStateColumnTitle": "Diese Spalte ist leer",
|
|
5
|
+
"addToList.noDataZeroStateOffColumnSubheading": "Optionen aus {{columnName}} entfernen",
|
|
6
|
+
"addToList.noDataZeroStateOnColumnSubheading": "Verschiebeoptionen aus {{columnName}}",
|
|
7
|
+
"addToList.offColumnHeader": "Aus Spalte",
|
|
8
|
+
"addToList.onColumnHeader": "Auf Spalte",
|
|
9
|
+
"advancedSearch.clear": "Felder löschen",
|
|
10
|
+
"advancedSearch.search": "Suchen",
|
|
11
|
+
"button.spinningTitle": "Wird geladen…",
|
|
12
|
+
"columnChooser.removeButton": "Entfernen Sie {{elementName}}",
|
|
13
|
+
"columnManager.cancelButton": "Kündigen",
|
|
14
|
+
"columnManager.filterText": "Eine Spalte suchen",
|
|
15
|
+
"columnManager.offListHeader": "Ausgeblendete Spalten",
|
|
16
|
+
"columnManager.onListHeader": "Sichtbare Spalten",
|
|
17
|
+
"columnManager.saveButton": "Speichern",
|
|
18
|
+
"columnManager.title": "Tabellenspalten verwalten",
|
|
19
|
+
"contentRow.collapse": "Zusammenbruch",
|
|
20
|
+
"contentRow.expand": "Erweitern",
|
|
21
|
+
"datepicker.calendar.nextMonth": "Nächsten Monat anzeigen",
|
|
22
|
+
"datepicker.calendar.prevMonth": "Vorherigen Monat anzeigen",
|
|
23
|
+
"datepicker.preset.after": "Nach dem",
|
|
24
|
+
"datepicker.preset.before": "Vor",
|
|
25
|
+
"datepicker.preset.custom": "Benutzerdefiniert",
|
|
26
|
+
"datepicker.preset.ninetyDays": "Letzte 90 Tage",
|
|
27
|
+
"datepicker.preset.oneYear": "Vergangenes Jahr",
|
|
28
|
+
"datepicker.preset.sevenDays": "Letzten 7 Tage",
|
|
29
|
+
"datepicker.preset.sixtyDays": "Letzte 60 Tage",
|
|
30
|
+
"datepicker.preset.thirtyDays": "Letzte 30 Tage",
|
|
31
|
+
"datepicker.preset.today": "Heute",
|
|
32
|
+
"datepicker.presetsLabel": "Bereiche",
|
|
33
|
+
"fileUpload.acceptedTypes": {
|
|
34
|
+
"one": "{{fileTypes}} Format akzeptiert",
|
|
35
|
+
"other": "{{fileTypes}} akzeptierte Formate"
|
|
36
|
+
},
|
|
37
|
+
"fileUpload.acceptedTypes.one": "{{fileTypes}} Format akzeptiert",
|
|
38
|
+
"fileUpload.acceptedTypes.other": "{{fileTypes}} akzeptierte Formate",
|
|
39
|
+
"fileUpload.cancelled": {
|
|
40
|
+
"one": "Datei-Upload fehlgeschlagen",
|
|
41
|
+
"other": "Datei-Upload(s) fehlgeschlagen"
|
|
42
|
+
},
|
|
43
|
+
"fileUpload.cancelled.one": "Datei-Upload fehlgeschlagen",
|
|
44
|
+
"fileUpload.cancelled.other": "Datei-Upload(s) fehlgeschlagen",
|
|
45
|
+
"fileUpload.close": "Schließen",
|
|
46
|
+
"fileUpload.instructions": {
|
|
47
|
+
"one": "Ziehen Sie Ihre Datei per Drag & Drop hierher oder |suchen Sie nach einer Datei| auf Ihrem Desktop.",
|
|
48
|
+
"other": "Ziehen Sie Ihre Dateien per Drag & Drop hierher oder |suchen Sie nach Dateien| auf Ihrem Desktop."
|
|
49
|
+
},
|
|
50
|
+
"fileUpload.instructions.one": "Ziehen Sie Ihre Datei per Drag & Drop hierher oder |suchen Sie nach einer Datei| auf Ihrem Desktop.",
|
|
51
|
+
"fileUpload.instructions.other": "Ziehen Sie Ihre Dateien per Drag & Drop hierher oder |suchen Sie nach Dateien| auf Ihrem Desktop.",
|
|
52
|
+
"fileUpload.maximumSize": "{{size}} maximal",
|
|
53
|
+
"fileUpload.processing": "Hochladen wird verarbeitet…",
|
|
54
|
+
"fileUpload.title": "Laden Sie Ihre {{description}} hoch",
|
|
55
|
+
"filterPanel.clear": "Filter löschen",
|
|
56
|
+
"filterPanel.filterPlaceholder": "Filteroptionen",
|
|
57
|
+
"filterPanel.title": "Filter",
|
|
58
|
+
"focusedTask.close": "Schließen",
|
|
59
|
+
"growler.dismiss": "Entlassen",
|
|
60
|
+
"insightCard.all": "Alles",
|
|
61
|
+
"insightCard.partnerCount": "{{count}} |von| {{total}}",
|
|
62
|
+
"insightCard.partners": "Partner",
|
|
63
|
+
"insightTile.all": "Alles",
|
|
64
|
+
"insightTile.partnerCount": "{{count}} |von| {{total}}",
|
|
65
|
+
"insightTile.partners": "Partner",
|
|
66
|
+
"label.errors.dateConstraint.max": "Bitte geben Sie ein Datum am oder vor dem {{context.maxExceeded}} ein.",
|
|
67
|
+
"label.errors.dateConstraint.min": "Bitte geben Sie ein Datum am oder nach {{context.minExceeded}} ein.",
|
|
68
|
+
"label.errors.dateFormat": "Bitte geben Sie ein Datum im Format {{context}} ein.",
|
|
69
|
+
"label.errors.dateRangeOrder": "Das Enddatum kann nicht vor dem Startdatum liegen.",
|
|
70
|
+
"label.errors.dateValidity": "Bitte gib ein korrektes Datum an.",
|
|
71
|
+
"label.errors.max": "Bitte geben Sie einen Wert ein, der nicht größer als {{context}} ist.",
|
|
72
|
+
"label.errors.maxLength": "Bitte geben Sie nicht mehr als {{context}} Zeichen ein.",
|
|
73
|
+
"label.errors.min": "Bitte geben Sie einen Wert ein, der nicht kleiner als {{context}} ist.",
|
|
74
|
+
"label.errors.minLength": "Bitte geben Sie mindestens {{context}} Zeichen ein.",
|
|
75
|
+
"label.errors.required": "Dieses Feld wird benötigt.",
|
|
76
|
+
"label.preventativeErrors.alpha": "Dieses Feld akzeptiert nur alphabetische Werte.",
|
|
77
|
+
"label.preventativeErrors.maxLength": "Dieses Feld akzeptiert eine maximale Anzahl von Zeichen.",
|
|
78
|
+
"label.preventativeErrors.nonNumeric": "Dieses Feld akzeptiert nur nicht numerische Werte.",
|
|
79
|
+
"label.preventativeErrors.numeric": "Dieses Feld akzeptiert nur numerische Werte (null oder größer).",
|
|
80
|
+
"label.preventativeErrors.positiveOrNegativeNumber": "Dieses Feld akzeptiert nur numerische Werte.",
|
|
81
|
+
"label.stronglySuggested": "Dieses Feld wird dringend empfohlen.",
|
|
82
|
+
"listActionBar.clearSelected": "Auswahl löschen",
|
|
83
|
+
"listActionBar.itemsSelected": "Ausgewählte Elemente",
|
|
84
|
+
"listToolbar.advancedSearchToggle": "Erweiterte Suche",
|
|
85
|
+
"modal.close": "Modal schließen",
|
|
86
|
+
"modal.defaultButtonLabel": "Okay",
|
|
87
|
+
"modal.defaultTitle.general": "Handlung",
|
|
88
|
+
"modal.defaultTitle.info": "Infos",
|
|
89
|
+
"modal.defaultTitle.serious-warning": "Warnung",
|
|
90
|
+
"modal.defaultTitle.success": "Success",
|
|
91
|
+
"modal.defaultTitle.warning": "Warnung",
|
|
92
|
+
"pagination.nextPage": "Nächste Seite",
|
|
93
|
+
"pagination.ofMany": "von vielen",
|
|
94
|
+
"pagination.ofPageCount": "von {{pageCount}}",
|
|
95
|
+
"pagination.page": "Seite",
|
|
96
|
+
"pagination.prevPage": "Vorherige Seite",
|
|
97
|
+
"progressBar.closeButtonTitle": "Fortschrittsbalken schließen",
|
|
98
|
+
"searchResultsBar.clear": "Klar",
|
|
99
|
+
"searchResultsBar.clearResults": "Ergebnisse löschen",
|
|
100
|
+
"searchResultsBar.count": "{{count}} von {{total}}",
|
|
101
|
+
"searchResultsBar.matchingResults": "Passende Ergebnisse",
|
|
102
|
+
"searchResultsBar.noAdvancedSearchSelections": "Keine erweiterten Suchauswahlen",
|
|
103
|
+
"searchResultsBar.results": "Ergebnisse:",
|
|
104
|
+
"select.defaultPlaceholder": "Wählen Sie eine Option aus…",
|
|
105
|
+
"slackLink.label": "Plaudern",
|
|
106
|
+
"slideInPanel.close": "Schließen",
|
|
107
|
+
"slideInPanel.defaultTitle": "Einschubleiste",
|
|
108
|
+
"spinner.defaultAltText": "Wird geladen…",
|
|
109
|
+
"taskQueue.clearCompleted": "Löschen abgeschlossen",
|
|
110
|
+
"taskQueue.newTask": "Sie haben eine neue Aufgabe in Ihrer Warteschlange.",
|
|
111
|
+
"taskQueue.noTasks": "Derzeit befinden sich keine Aufgaben in Ihrer Warteschlange."
|
|
112
|
+
}
|
|
@@ -1,162 +1,106 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
},
|
|
108
|
-
"listActionBar": {
|
|
109
|
-
"clearSelected": "Clear Selected",
|
|
110
|
-
"itemsSelected": "Items Selected"
|
|
111
|
-
},
|
|
112
|
-
"listToolbar": {
|
|
113
|
-
"advancedSearchToggle": "Advanced Search"
|
|
114
|
-
},
|
|
115
|
-
"modal": {
|
|
116
|
-
"close": "Close modal",
|
|
117
|
-
"defaultButtonLabel": "Okay",
|
|
118
|
-
"defaultTitle": {
|
|
119
|
-
"general": "Action",
|
|
120
|
-
"info": "Info",
|
|
121
|
-
"success": "Success",
|
|
122
|
-
"warning": "Warning",
|
|
123
|
-
"serious-warning": "Warning"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"slideInPanel": {
|
|
127
|
-
"close": "Close",
|
|
128
|
-
"defaultTitle": "Slide In Panel"
|
|
129
|
-
},
|
|
130
|
-
"pagination": {
|
|
131
|
-
"nextPage": "Next Page",
|
|
132
|
-
"ofMany": "of many",
|
|
133
|
-
"ofPageCount": "of {{pageCount}}",
|
|
134
|
-
"page": "Page",
|
|
135
|
-
"prevPage": "Previous Page"
|
|
136
|
-
},
|
|
137
|
-
"progressBar": {
|
|
138
|
-
"closeButtonTitle": "Close progress bar"
|
|
139
|
-
},
|
|
140
|
-
"searchResultsBar": {
|
|
141
|
-
"clear": "Clear",
|
|
142
|
-
"clearResults": "Clear Results",
|
|
143
|
-
"count": "{{count}} of {{total}}",
|
|
144
|
-
"matchingResults": "Matching results",
|
|
145
|
-
"noAdvancedSearchSelections": "No Advanced Search Selections",
|
|
146
|
-
"results": "Results:"
|
|
147
|
-
},
|
|
148
|
-
"select": {
|
|
149
|
-
"defaultPlaceholder": "Select one…"
|
|
150
|
-
},
|
|
151
|
-
"slackLink": {
|
|
152
|
-
"label": "Chat"
|
|
153
|
-
},
|
|
154
|
-
"spinner": {
|
|
155
|
-
"defaultAltText": "Loading…"
|
|
156
|
-
},
|
|
157
|
-
"taskQueue": {
|
|
158
|
-
"clearCompleted": "Clear Completed",
|
|
159
|
-
"newTask": "You have a new task in your queue.",
|
|
160
|
-
"noTasks": "There are currently no tasks in your queue."
|
|
161
|
-
}
|
|
162
|
-
}
|
|
2
|
+
"addToList.disabledDragTooltip": "Drag and drop are disabled when filters are engaged",
|
|
3
|
+
"addToList.moveAllItemsToCol": "Move All to \"{{columnName}}\"",
|
|
4
|
+
"addToList.noDataZeroStateColumnTitle": "This Column is Empty",
|
|
5
|
+
"addToList.noDataZeroStateOffColumnSubheading": "Remove options from the {{columnName}}",
|
|
6
|
+
"addToList.noDataZeroStateOnColumnSubheading": "Move options from the {{columnName}}",
|
|
7
|
+
"addToList.offColumnHeader": "Off Column",
|
|
8
|
+
"addToList.onColumnHeader": "On Column",
|
|
9
|
+
"addToList.moreOptionsAvailable": "More options available. Use the search field to filter results.",
|
|
10
|
+
"advancedSearch.clear": "Clear Fields",
|
|
11
|
+
"advancedSearch.search": "Search",
|
|
12
|
+
"button.spinningTitle": "Loading…",
|
|
13
|
+
"columnChooser.applyChanges": "Apply Changes",
|
|
14
|
+
"columnChooser.findColumnsToAdd": "Find Columns to Add",
|
|
15
|
+
"columnChooser.selected": "Selected",
|
|
16
|
+
"columnChooser.removeButton": "Remove {{elementName}}",
|
|
17
|
+
"columnManager.cancelButton": "Cancel",
|
|
18
|
+
"columnManager.filterText": "Find a Column",
|
|
19
|
+
"columnManager.offListHeader": "Hidden Columns",
|
|
20
|
+
"columnManager.onListHeader": "Visible Columns",
|
|
21
|
+
"columnManager.saveButton": "Save",
|
|
22
|
+
"columnManager.title": "Manage Table Columns",
|
|
23
|
+
"contentRow.collapse": "Collapse",
|
|
24
|
+
"contentRow.expand": "Expand",
|
|
25
|
+
"datepicker.calendar.nextMonth": "View Next Month",
|
|
26
|
+
"datepicker.calendar.prevMonth": "View Previous Month",
|
|
27
|
+
"datepicker.preset.after": "After",
|
|
28
|
+
"datepicker.preset.before": "Before",
|
|
29
|
+
"datepicker.preset.custom": "Custom",
|
|
30
|
+
"datepicker.preset.ninetyDays": "Last 90 days",
|
|
31
|
+
"datepicker.preset.oneYear": "Last year",
|
|
32
|
+
"datepicker.preset.sevenDays": "Last 7 days",
|
|
33
|
+
"datepicker.preset.sixtyDays": "Last 60 days",
|
|
34
|
+
"datepicker.preset.thirtyDays": "Last 30 days",
|
|
35
|
+
"datepicker.preset.today": "Today",
|
|
36
|
+
"datepicker.presetsLabel": "Ranges",
|
|
37
|
+
"fileUpload.acceptedTypes.one": "{{fileTypes}} format accepted",
|
|
38
|
+
"fileUpload.acceptedTypes.other": "{{fileTypes}} formats accepted",
|
|
39
|
+
"fileUpload.cancelled.one": "File Upload Failed",
|
|
40
|
+
"fileUpload.cancelled.other": "File Upload(s) Failed",
|
|
41
|
+
"fileUpload.close": "Close",
|
|
42
|
+
"fileUpload.instructions.one": "Drag and drop your file here or |browse for a file| on your desktop.",
|
|
43
|
+
"fileUpload.instructions.other": "Drag and drop your files here or |browse for files| on your desktop.",
|
|
44
|
+
"fileUpload.maximumSize": "{{size}} maximum",
|
|
45
|
+
"fileUpload.processing": "Processing Upload…",
|
|
46
|
+
"fileUpload.title": "Upload Your {{description}}",
|
|
47
|
+
"filterPanel.clear": "Clear Filters",
|
|
48
|
+
"filterPanel.filterPlaceholder": "Filter options",
|
|
49
|
+
"filterPanel.title": "Filters",
|
|
50
|
+
"focusedTask.close": "Close",
|
|
51
|
+
"growler.dismiss": "Dismiss",
|
|
52
|
+
"insightCard.all": "ALL",
|
|
53
|
+
"insightCard.partnerCount": "{{count}} |of| {{total}}",
|
|
54
|
+
"insightCard.partners": "PARTNERS",
|
|
55
|
+
"insightTile.all": "ALL",
|
|
56
|
+
"insightTile.partnerCount": "{{count}} |of| {{total}}",
|
|
57
|
+
"insightTile.partners": "PARTNERS",
|
|
58
|
+
"insights.hideAdditionalInsights": "Hide Additional Insights",
|
|
59
|
+
"insights.showAdditionalInsights": "Show Additional Insights",
|
|
60
|
+
"label.errors.dateConstraint.max": "Please enter a date on or prior to {{context.maxExceeded}}.",
|
|
61
|
+
"label.errors.dateConstraint.min": "Please enter a date on or after {{context.minExceeded}}.",
|
|
62
|
+
"label.errors.dateFormat": "Please enter a date in the format {{context}}.",
|
|
63
|
+
"label.errors.dateRangeOrder": "End date cannot be before start date.",
|
|
64
|
+
"label.errors.dateValidity": "Please enter a valid date.",
|
|
65
|
+
"label.errors.max": "Please enter a value no greater than {{context}}.",
|
|
66
|
+
"label.errors.maxLength": "Please enter no more than {{context}} characters.",
|
|
67
|
+
"label.errors.min": "Please enter a value no less than {{context}}.",
|
|
68
|
+
"label.errors.minLength": "Please enter at least {{context}} characters.",
|
|
69
|
+
"label.errors.required": "This field is required.",
|
|
70
|
+
"label.preventativeErrors.alpha": "This field accepts only alphabetic values.",
|
|
71
|
+
"label.preventativeErrors.maxLength": "This field accepts a maximum number of characters.",
|
|
72
|
+
"label.preventativeErrors.nonNumeric": "This field accepts only non-numerical values.",
|
|
73
|
+
"label.preventativeErrors.numeric": "This field accepts only numerical values (zero or greater).",
|
|
74
|
+
"label.preventativeErrors.positiveOrNegativeNumber": "This field accepts only numerical values.",
|
|
75
|
+
"label.stronglySuggested": "This field is strongly suggested.",
|
|
76
|
+
"listActionBar.clearSelected": "Clear Selected",
|
|
77
|
+
"listActionBar.itemsSelected": "Items Selected",
|
|
78
|
+
"listToolbar.advancedSearchToggle": "Advanced Search",
|
|
79
|
+
"modal.close": "Close modal",
|
|
80
|
+
"modal.defaultButtonLabel": "Okay",
|
|
81
|
+
"modal.defaultTitle.general": "Action",
|
|
82
|
+
"modal.defaultTitle.info": "Info",
|
|
83
|
+
"modal.defaultTitle.serious-warning": "Warning",
|
|
84
|
+
"modal.defaultTitle.success": "Success",
|
|
85
|
+
"modal.defaultTitle.warning": "Warning",
|
|
86
|
+
"pagination.nextPage": "Next Page",
|
|
87
|
+
"pagination.ofMany": "of many",
|
|
88
|
+
"pagination.ofPageCount": "of {{pageCount}}",
|
|
89
|
+
"pagination.page": "Page",
|
|
90
|
+
"pagination.prevPage": "Previous Page",
|
|
91
|
+
"progressBar.closeButtonTitle": "Close progress bar",
|
|
92
|
+
"searchResultsBar.clear": "Clear",
|
|
93
|
+
"searchResultsBar.clearResults": "Clear Results",
|
|
94
|
+
"searchResultsBar.count": "{{count}} of {{total}}",
|
|
95
|
+
"searchResultsBar.matchingResults": "Matching results",
|
|
96
|
+
"searchResultsBar.noAdvancedSearchSelections": "No Advanced Search Selections",
|
|
97
|
+
"searchResultsBar.results": "Results:",
|
|
98
|
+
"select.defaultPlaceholder": "Select one…",
|
|
99
|
+
"slackLink.label": "Chat",
|
|
100
|
+
"slideInPanel.close": "Close",
|
|
101
|
+
"slideInPanel.defaultTitle": "Slide In Panel",
|
|
102
|
+
"spinner.defaultAltText": "Loading…",
|
|
103
|
+
"taskQueue.clearCompleted": "Clear Completed",
|
|
104
|
+
"taskQueue.newTask": "You have a new task in your queue.",
|
|
105
|
+
"taskQueue.noTasks": "There are currently no tasks in your queue."
|
|
106
|
+
}
|
|
@@ -1 +1,112 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"addToList.disabledDragTooltip": "Las funciones de arrastrar y soltar están deshabilitadas cuando los filtros están activados",
|
|
3
|
+
"addToList.moveAllItemsToCol": "Mover todo a " {{columnName}} "",
|
|
4
|
+
"addToList.noDataZeroStateColumnTitle": "Esta columna está vacía",
|
|
5
|
+
"addToList.noDataZeroStateOffColumnSubheading": "Eliminar opciones de {{columnName}}",
|
|
6
|
+
"addToList.noDataZeroStateOnColumnSubheading": "Mover opciones de {{columnName}}",
|
|
7
|
+
"addToList.offColumnHeader": "Fuera de columna",
|
|
8
|
+
"addToList.onColumnHeader": "En la columna",
|
|
9
|
+
"advancedSearch.clear": "Campos despejados",
|
|
10
|
+
"advancedSearch.search": "Buscar",
|
|
11
|
+
"button.spinningTitle": "Cargando…",
|
|
12
|
+
"columnChooser.removeButton": "Eliminar {{elementName}}",
|
|
13
|
+
"columnManager.cancelButton": "Cancelar",
|
|
14
|
+
"columnManager.filterText": "Encuentra una columna",
|
|
15
|
+
"columnManager.offListHeader": "Columnas ocultas",
|
|
16
|
+
"columnManager.onListHeader": "Columnas visibles",
|
|
17
|
+
"columnManager.saveButton": "Guardar",
|
|
18
|
+
"columnManager.title": "Administrar columnas de tabla",
|
|
19
|
+
"contentRow.collapse": "Colapso",
|
|
20
|
+
"contentRow.expand": "Expandir",
|
|
21
|
+
"datepicker.calendar.nextMonth": "Ver el próximo mes",
|
|
22
|
+
"datepicker.calendar.prevMonth": "Ver mes anterior",
|
|
23
|
+
"datepicker.preset.after": "Después",
|
|
24
|
+
"datepicker.preset.before": "antes de",
|
|
25
|
+
"datepicker.preset.custom": "Costumbre",
|
|
26
|
+
"datepicker.preset.ninetyDays": "Últimos 90 días",
|
|
27
|
+
"datepicker.preset.oneYear": "El año pasado",
|
|
28
|
+
"datepicker.preset.sevenDays": "Últimos 7 días",
|
|
29
|
+
"datepicker.preset.sixtyDays": "Últimos 60 días",
|
|
30
|
+
"datepicker.preset.thirtyDays": "Últimos 30 días",
|
|
31
|
+
"datepicker.preset.today": "Hoy",
|
|
32
|
+
"datepicker.presetsLabel": "Rangos",
|
|
33
|
+
"fileUpload.acceptedTypes": {
|
|
34
|
+
"one": "Formato {{fileTypes}} aceptado",
|
|
35
|
+
"other": "Formatos {{fileTypes}} aceptados"
|
|
36
|
+
},
|
|
37
|
+
"fileUpload.acceptedTypes.one": "Formato {{fileTypes}} aceptado",
|
|
38
|
+
"fileUpload.acceptedTypes.other": "Formatos {{fileTypes}} aceptados",
|
|
39
|
+
"fileUpload.cancelled": {
|
|
40
|
+
"one": "Error al cargar el archivo",
|
|
41
|
+
"other": "Error en la carga de archivos"
|
|
42
|
+
},
|
|
43
|
+
"fileUpload.cancelled.one": "Error al cargar el archivo",
|
|
44
|
+
"fileUpload.cancelled.other": "Error en la carga de archivos",
|
|
45
|
+
"fileUpload.close": "Cerrar",
|
|
46
|
+
"fileUpload.instructions": {
|
|
47
|
+
"one": "Arrastre y suelte su archivo aquí o busque un archivo en su escritorio.",
|
|
48
|
+
"other": "Arrastre y suelte sus archivos aquí o busque archivos en su escritorio."
|
|
49
|
+
},
|
|
50
|
+
"fileUpload.instructions.one": "Arrastre y suelte su archivo aquí o busque un archivo en su escritorio.",
|
|
51
|
+
"fileUpload.instructions.other": "Arrastre y suelte sus archivos aquí o busque archivos en su escritorio.",
|
|
52
|
+
"fileUpload.maximumSize": "{{size}} máximo",
|
|
53
|
+
"fileUpload.processing": "Procesando carga…",
|
|
54
|
+
"fileUpload.title": "Sube tu {{description}}",
|
|
55
|
+
"filterPanel.clear": "Borrar filtros",
|
|
56
|
+
"filterPanel.filterPlaceholder": "Opciones de filtro",
|
|
57
|
+
"filterPanel.title": "Filtros",
|
|
58
|
+
"focusedTask.close": "Cerrar",
|
|
59
|
+
"growler.dismiss": "Despedir",
|
|
60
|
+
"insightCard.all": "Todos",
|
|
61
|
+
"insightCard.partnerCount": "{{count}} |de| {{total}}",
|
|
62
|
+
"insightCard.partners": "socios",
|
|
63
|
+
"insightTile.all": "Todos",
|
|
64
|
+
"insightTile.partnerCount": "{{count}} |de| {{total}}",
|
|
65
|
+
"insightTile.partners": "socios",
|
|
66
|
+
"label.errors.dateConstraint.max": "Ingrese una fecha anterior o igual a {{context.maxExceeded}} .",
|
|
67
|
+
"label.errors.dateConstraint.min": "Ingrese una fecha igual o posterior al {{context.minExceeded}} .",
|
|
68
|
+
"label.errors.dateFormat": "Introduzca una fecha en el formato {{context}} .",
|
|
69
|
+
"label.errors.dateRangeOrder": "La fecha de finalización no puede ser anterior a la fecha de inicio.",
|
|
70
|
+
"label.errors.dateValidity": "Por favor introduzca una fecha valida.",
|
|
71
|
+
"label.errors.max": "Ingrese un valor no mayor que {{context}} .",
|
|
72
|
+
"label.errors.maxLength": "Por favor, no introduzca más de {{context}} caracteres.",
|
|
73
|
+
"label.errors.min": "Ingrese un valor no menor a {{context}} .",
|
|
74
|
+
"label.errors.minLength": "Ingrese al menos {{context}} caracteres.",
|
|
75
|
+
"label.errors.required": "Este campo es obligatorio.",
|
|
76
|
+
"label.preventativeErrors.alpha": "Este campo sólo acepta valores alfabéticos.",
|
|
77
|
+
"label.preventativeErrors.maxLength": "Este campo acepta un número máximo de caracteres.",
|
|
78
|
+
"label.preventativeErrors.nonNumeric": "Este campo sólo acepta valores no numéricos.",
|
|
79
|
+
"label.preventativeErrors.numeric": "Este campo sólo acepta valores numéricos (cero o mayor).",
|
|
80
|
+
"label.preventativeErrors.positiveOrNegativeNumber": "Este campo sólo acepta valores numéricos.",
|
|
81
|
+
"label.stronglySuggested": "Este campo es muy recomendable.",
|
|
82
|
+
"listActionBar.clearSelected": "Borrar seleccionados",
|
|
83
|
+
"listActionBar.itemsSelected": "Artículos seleccionados",
|
|
84
|
+
"listToolbar.advancedSearchToggle": "Búsqueda avanzada",
|
|
85
|
+
"modal.close": "Cerrar modal",
|
|
86
|
+
"modal.defaultButtonLabel": "Aceptar",
|
|
87
|
+
"modal.defaultTitle.general": "Acción",
|
|
88
|
+
"modal.defaultTitle.info": "Información",
|
|
89
|
+
"modal.defaultTitle.serious-warning": "Aviso",
|
|
90
|
+
"modal.defaultTitle.success": "Éxito",
|
|
91
|
+
"modal.defaultTitle.warning": "Aviso",
|
|
92
|
+
"pagination.nextPage": "Siguiente página",
|
|
93
|
+
"pagination.ofMany": "de muchos",
|
|
94
|
+
"pagination.ofPageCount": "de {{pageCount}}",
|
|
95
|
+
"pagination.page": "Página",
|
|
96
|
+
"pagination.prevPage": "Página anterior",
|
|
97
|
+
"progressBar.closeButtonTitle": "Cerrar la barra de progreso",
|
|
98
|
+
"searchResultsBar.clear": "Claro",
|
|
99
|
+
"searchResultsBar.clearResults": "Resultados claros",
|
|
100
|
+
"searchResultsBar.count": "{{count}} de {{total}}",
|
|
101
|
+
"searchResultsBar.matchingResults": "Resultados coincidentes",
|
|
102
|
+
"searchResultsBar.noAdvancedSearchSelections": "Sin selecciones de búsqueda avanzada",
|
|
103
|
+
"searchResultsBar.results": "Resultados:",
|
|
104
|
+
"select.defaultPlaceholder": "Seleccione uno…",
|
|
105
|
+
"slackLink.label": "Charla",
|
|
106
|
+
"slideInPanel.close": "Cerrar",
|
|
107
|
+
"slideInPanel.defaultTitle": "Panel deslizable",
|
|
108
|
+
"spinner.defaultAltText": "Cargando…",
|
|
109
|
+
"taskQueue.clearCompleted": "Borrar completadas",
|
|
110
|
+
"taskQueue.newTask": "Tienes una nueva tarea en tu cola.",
|
|
111
|
+
"taskQueue.noTasks": "En este momento no hay ninguna tarea en la cola."
|
|
112
|
+
}
|
|
@@ -1,5 +1,112 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
2
|
+
"addToList.disabledDragTooltip": "Le glisser-déposer est désactivé lorsque les filtres sont activés",
|
|
3
|
+
"addToList.moveAllItemsToCol": "Déplacer tout vers « {{columnName}} »",
|
|
4
|
+
"addToList.noDataZeroStateColumnTitle": "Cette colonne est vide",
|
|
5
|
+
"addToList.noDataZeroStateOffColumnSubheading": "Supprimer les options de {{columnName}}",
|
|
6
|
+
"addToList.noDataZeroStateOnColumnSubheading": "Déplacer les options depuis {{columnName}}",
|
|
7
|
+
"addToList.offColumnHeader": "Hors colonne",
|
|
8
|
+
"addToList.onColumnHeader": "Sur la colonne",
|
|
9
|
+
"advancedSearch.clear": "Effacer les champs",
|
|
10
|
+
"advancedSearch.search": "Rechercher",
|
|
11
|
+
"button.spinningTitle": "Chargement…",
|
|
12
|
+
"columnChooser.removeButton": "Supprimer {{elementName}}",
|
|
13
|
+
"columnManager.cancelButton": "Annuler",
|
|
14
|
+
"columnManager.filterText": "Trouver une colonne",
|
|
15
|
+
"columnManager.offListHeader": "Colonnes cachées",
|
|
16
|
+
"columnManager.onListHeader": "Colonnes visibles",
|
|
17
|
+
"columnManager.saveButton": "Enregistrer",
|
|
18
|
+
"columnManager.title": "Gérer les colonnes du tableau",
|
|
19
|
+
"contentRow.collapse": "Effondrer",
|
|
20
|
+
"contentRow.expand": "Développer",
|
|
21
|
+
"datepicker.calendar.nextMonth": "Voir le mois prochain",
|
|
22
|
+
"datepicker.calendar.prevMonth": "Voir le mois précédent",
|
|
23
|
+
"datepicker.preset.after": "Après",
|
|
24
|
+
"datepicker.preset.before": "Avant",
|
|
25
|
+
"datepicker.preset.custom": "Coutume",
|
|
26
|
+
"datepicker.preset.ninetyDays": "90 derniers jours",
|
|
27
|
+
"datepicker.preset.oneYear": "L'année Dernière",
|
|
28
|
+
"datepicker.preset.sevenDays": "Les 7 derniers jours",
|
|
29
|
+
"datepicker.preset.sixtyDays": "Les 60 derniers jours",
|
|
30
|
+
"datepicker.preset.thirtyDays": "Les 30 derniers jours",
|
|
31
|
+
"datepicker.preset.today": "Aujourd'hui",
|
|
32
|
+
"datepicker.presetsLabel": "Gammes",
|
|
33
|
+
"fileUpload.acceptedTypes": {
|
|
34
|
+
"one": "Format {{fileTypes}} accepté",
|
|
35
|
+
"other": "Formats {{fileTypes}} acceptés"
|
|
36
|
+
},
|
|
37
|
+
"fileUpload.acceptedTypes.one": "Format {{fileTypes}} accepté",
|
|
38
|
+
"fileUpload.acceptedTypes.other": "Formats {{fileTypes}} acceptés",
|
|
39
|
+
"fileUpload.cancelled": {
|
|
40
|
+
"one": "Échec du téléchargement du fichier",
|
|
41
|
+
"other": "Échec du téléchargement du fichier"
|
|
42
|
+
},
|
|
43
|
+
"fileUpload.cancelled.one": "Échec du téléchargement du fichier",
|
|
44
|
+
"fileUpload.cancelled.other": "Échec du téléchargement du fichier",
|
|
45
|
+
"fileUpload.close": "Fermer",
|
|
46
|
+
"fileUpload.instructions": {
|
|
47
|
+
"one": "Faites glisser et déposez votre fichier ici ou |recherchez un fichier| sur votre bureau.",
|
|
48
|
+
"other": "Faites glisser et déposez vos fichiers ici ou |recherchez des fichiers| sur votre bureau."
|
|
49
|
+
},
|
|
50
|
+
"fileUpload.instructions.one": "Faites glisser et déposez votre fichier ici ou |recherchez un fichier| sur votre bureau.",
|
|
51
|
+
"fileUpload.instructions.other": "Faites glisser et déposez vos fichiers ici ou |recherchez des fichiers| sur votre bureau.",
|
|
52
|
+
"fileUpload.maximumSize": "{{size}} maximum",
|
|
53
|
+
"fileUpload.processing": "Traitement du téléchargement…",
|
|
54
|
+
"fileUpload.title": "Téléchargez votre {{description}}",
|
|
55
|
+
"filterPanel.clear": "Effacer les filtres",
|
|
56
|
+
"filterPanel.filterPlaceholder": "Options de filtrage",
|
|
57
|
+
"filterPanel.title": "Filtres",
|
|
58
|
+
"focusedTask.close": "Fermer",
|
|
59
|
+
"growler.dismiss": "Rejeter",
|
|
60
|
+
"insightCard.all": "Tout",
|
|
61
|
+
"insightCard.partnerCount": "{{count}} |de| {{total}}",
|
|
62
|
+
"insightCard.partners": "partenaires",
|
|
63
|
+
"insightTile.all": "Tout",
|
|
64
|
+
"insightTile.partnerCount": "{{count}} |de| {{total}}",
|
|
65
|
+
"insightTile.partners": "partenaires",
|
|
66
|
+
"label.errors.dateConstraint.max": "Veuillez saisir une date au plus tard le {{context.maxExceeded}} .",
|
|
67
|
+
"label.errors.dateConstraint.min": "Veuillez saisir une date le ou après {{context.minExceeded}} .",
|
|
68
|
+
"label.errors.dateFormat": "Veuillez saisir une date au format {{context}} .",
|
|
69
|
+
"label.errors.dateRangeOrder": "La date de fin ne peut pas être antérieure à la date de début.",
|
|
70
|
+
"label.errors.dateValidity": "Veuillez entrer une date valide.",
|
|
71
|
+
"label.errors.max": "Veuillez saisir une valeur ne dépassant pas {{context}} .",
|
|
72
|
+
"label.errors.maxLength": "Veuillez ne pas saisir plus de {{context}} caractères.",
|
|
73
|
+
"label.errors.min": "Veuillez saisir une valeur non inférieure à {{context}} .",
|
|
74
|
+
"label.errors.minLength": "Veuillez saisir au moins {{context}} caractères.",
|
|
75
|
+
"label.errors.required": "Ce champ est requis.",
|
|
76
|
+
"label.preventativeErrors.alpha": "Ce champ accepte uniquement les valeurs alphabétiques.",
|
|
77
|
+
"label.preventativeErrors.maxLength": "Ce champ accepte un nombre maximum de caractères.",
|
|
78
|
+
"label.preventativeErrors.nonNumeric": "Ce champ accepte uniquement les valeurs non numériques.",
|
|
79
|
+
"label.preventativeErrors.numeric": "Ce champ accepte uniquement les valeurs numériques (zéro ou plus).",
|
|
80
|
+
"label.preventativeErrors.positiveOrNegativeNumber": "Ce champ accepte uniquement des valeurs numériques.",
|
|
81
|
+
"label.stronglySuggested": "Ce champ est fortement suggéré.",
|
|
82
|
+
"listActionBar.clearSelected": "Effacer la sélection",
|
|
83
|
+
"listActionBar.itemsSelected": "Articles sélectionnés",
|
|
84
|
+
"listToolbar.advancedSearchToggle": "Recherche Avancée",
|
|
85
|
+
"modal.close": "Fermer modale",
|
|
86
|
+
"modal.defaultButtonLabel": "OK",
|
|
87
|
+
"modal.defaultTitle.general": "Action",
|
|
88
|
+
"modal.defaultTitle.info": "Infos",
|
|
89
|
+
"modal.defaultTitle.serious-warning": "Avertissement",
|
|
90
|
+
"modal.defaultTitle.success": "Succès",
|
|
91
|
+
"modal.defaultTitle.warning": "Avertissement",
|
|
92
|
+
"pagination.nextPage": "Page suivante",
|
|
93
|
+
"pagination.ofMany": "de beaucoup",
|
|
94
|
+
"pagination.ofPageCount": "de {{pageCount}}",
|
|
95
|
+
"pagination.page": "Page",
|
|
96
|
+
"pagination.prevPage": "Page précédente",
|
|
97
|
+
"progressBar.closeButtonTitle": "Fermer la barre de progression",
|
|
98
|
+
"searchResultsBar.clear": "Clair",
|
|
99
|
+
"searchResultsBar.clearResults": "Effacer les résultats",
|
|
100
|
+
"searchResultsBar.count": "{{count}} sur {{total}}",
|
|
101
|
+
"searchResultsBar.matchingResults": "Résultats correspondants",
|
|
102
|
+
"searchResultsBar.noAdvancedSearchSelections": "Aucune sélection de recherche avancée",
|
|
103
|
+
"searchResultsBar.results": "Résultats:",
|
|
104
|
+
"select.defaultPlaceholder": "Sélectionnez-en un…",
|
|
105
|
+
"slackLink.label": "bavarder",
|
|
106
|
+
"slideInPanel.close": "Fermer",
|
|
107
|
+
"slideInPanel.defaultTitle": "Panneau coulissant",
|
|
108
|
+
"spinner.defaultAltText": "Chargement…",
|
|
109
|
+
"taskQueue.clearCompleted": "Effacer Terminé",
|
|
110
|
+
"taskQueue.newTask": "Vous avez une nouvelle tâche dans votre file d'attente.",
|
|
111
|
+
"taskQueue.noTasks": "Il n'y a actuellement aucune tâche dans votre file d'attente."
|
|
112
|
+
}
|