Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,322 changes: 677 additions & 645 deletions src/i18n/messages-types.ts

Large diffs are not rendered by default.

26 changes: 24 additions & 2 deletions src/i18n/messages/all.ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"breadcrumb-group": {
"expandAriaLabel": "عرض المسار"
},
"button-dropdown": {
"filteringResultsText": "تم نفاد عدد {matchesCount} من {totalCount} من العناصر",
"noMatch": "لا توجد إجراءات مطابقة",
"i18nStrings.filteringItemAriaDescription": "استمر في الكتابة لتصفية النتائج."
},
"button": {
"i18nStrings.externalIconAriaLabel": "تفتح الصفحة في علامة تبويب جديدة"
},
Expand Down Expand Up @@ -125,6 +130,7 @@
"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText": "مسح عامل التصفية",
"contentDisplayPreference.liveAnnouncementDndItemReordered": "{isInitialPosition, select, true {نقل العنصر مرة أخرى إلى الموضع {currentPosition} من أصل {total}} false {نقل العنصر إلى الموضع {currentPosition} من أصل {total}} other {}}",
"contentDisplayPreference.liveAnnouncementDndItemCommitted": "{isInitialPosition, select, true {تم نقل العنصر مرة أخرى إلى موضعه الأصلي {initialPosition} من أصل {total}} false {تم نقل العنصر من الموضع {initialPosition} إلى الموضع {finalPosition} من أصل {total}} other {}}",
"contentDisplayPreference.liveAnnouncementDndGroupLabel": "{count, plural, zero {{label}، 0 عنصر} one {{label}، عنصر واحد} other {{label}، {count} عناصر}}",
"contentDisplayPreference.i18nStrings.columnFilteringCountText": "{count, plural, zero {لا توجد تطابقات} one {تطابق واحد} other {{count} تطابق}}"
},
"copy-to-clipboard": {
Expand Down Expand Up @@ -256,7 +262,8 @@
"ariaLabels.jumpToPageButtonLabel": "الانتقال إلى الصفحة",
"i18nStrings.jumpToPageInputLabel": "صفحة",
"i18nStrings.jumpToPageError": "الصفحة خارج نطاق الوصول. جارٍ عرض آخر صفحة متاحة.",
"i18nStrings.jumpToPageLoadingText": "جار التحميل"
"i18nStrings.jumpToPageLoadingText": "جار التحميل",
"i18nStrings.pagesCompactText": "{openEnd, select, true {{currentPage} من {pagesCount} +} false {{currentPage} من {pagesCount}} other {}}"
},
"panel-resize-handle": {
"i18nStrings.resizeHandleAriaLabel": "مقبض تغيير حجم اللوحة",
Expand Down Expand Up @@ -408,7 +415,22 @@
"ariaLabels.expandButtonLabel": "توسيع",
"ariaLabels.collapseButtonLabel": "تحجيم",
"columnDefinitions.editConfig.errorIconAriaLabel": "خطأ",
"columnDefinitions.editConfig.editIconAriaLabel": "قابل للتعديل"
"columnDefinitions.editConfig.editIconAriaLabel": "قابل للتعديل",
"i18nStrings.sortDropdownSortAscending": "الترتيب تصاعديًّا",
"i18nStrings.sortDropdownSortDescending": "الترتيب تنازليًّا",
"i18nStrings.sortDropdownMultiColumnSortGroup": "ترتيب متعدد الأعمدة (Shift + Click)",
"i18nStrings.sortDropdownAddToSortAscending": "إضافة إلى الترتيب (تصاعديًا)",
"i18nStrings.sortDropdownAddToSortDescending": "إضافة إلى الترتيب (تنازليًّا)",
"i18nStrings.sortDropdownRemoveFromSort": "إزالة من الترتيب",
"i18nStrings.sortDropdownAddToSortDisabledReason": "تم بالفعل ترتيب هذا العمود",
"i18nStrings.sortDropdownRemoveFromSortDisabledReason": "لم يتم ترتيب هذا العمود",
"i18nStrings.clearSort": "مسح الترتيب",
"ariaLabels.sortAscending": "تصاعديًا",
"ariaLabels.sortDescending": "تنازليًا",
"ariaLabels.liveAnnouncementSortOrder": "تم فرز الجدول حسب {columns}",
"ariaLabels.liveAnnouncementSortCleared": "تم إلغاء الفرز",
"ariaLabels.sortPriority": "أولوية الفرز {priority}",
"ariaLabels.sortMenuTriggerLabel": "خيارات الترتيب"
},
"tabs": {
"i18nStrings.scrollLeftAriaLabel": "التمرير إلى اليسار",
Expand Down
32 changes: 27 additions & 5 deletions src/i18n/messages/all.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"breadcrumb-group": {
"expandAriaLabel": "Pfad anzeigen"
},
"button-dropdown": {
"filteringResultsText": "{matchesCount} von {totalCount} Artikeln",
"noMatch": "Keine übereinstimmenden Aktionen",
"i18nStrings.filteringItemAriaDescription": "Tippen Sie weiter, um die Ergebnisse zu filtern."
},
"button": {
"i18nStrings.externalIconAriaLabel": "Wird in einer neuen Registerkarte geöffnet"
},
Expand Down Expand Up @@ -125,6 +130,7 @@
"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText": "Filter löschen",
"contentDisplayPreference.liveAnnouncementDndItemReordered": "{isInitialPosition, select, true {Objekt zurück an die Position {currentPosition} von {total} verschieben} false {Objekt an Position {currentPosition} von {total} verschieben} other {}}",
"contentDisplayPreference.liveAnnouncementDndItemCommitted": "{isInitialPosition, select, true {Das Objekt wurde zurück an seine ursprüngliche Position {initialPosition} von {total} verschoben} false {Das Objekt wurde von Position {initialPosition} zu Position {finalPosition} von {total} verschoben} other {}}",
"contentDisplayPreference.liveAnnouncementDndGroupLabel": "{count, plural, zero {{label}, 0 Elemente} one {{label}, 1 Element} other {{label}, {count} Elemente}}",
"contentDisplayPreference.i18nStrings.columnFilteringCountText": "{count, plural, zero {0 Übereinstimmungen} one {1 Übereinstimmung} other {{count} Übereinstimmungen}}"
},
"copy-to-clipboard": {
Expand Down Expand Up @@ -164,13 +170,13 @@
"i18nStrings.timePlaceholder": "hh:mm:ss",
"i18nStrings.dateTimeConstraintText": "Verwenden Sie für Datum JJJJ/MM/TT. Verwenden Sie für die Zeit das 24-Stunden-Format.",
"i18nStrings.dateConstraintText": "Verwenden Sie für Datum JJJJ/MM/TT.",
"i18nStrings.slashedDateTimeConstraintText": "Verwenden Sie für das Datum das Format JJJJ/MM/TT. Verwenden Sie für die Zeit das 24-Stunden-Format.",
"i18nStrings.slashedDateTimeConstraintText": "Verwenden Sie für Datum JJJJ/MM/TT. Verwenden Sie für die Zeit das 24-Stunden-Format.",
"i18nStrings.isoDateTimeConstraintText": "Verwenden Sie für das Datum das Format JJJJ-MM-TT. Verwenden Sie für die Zeit das 24-Stunden-Format.",
"i18nStrings.slashedDateConstraintText": "Verwenden Sie für das Datum das Format JJJJ/MM/TT.",
"i18nStrings.slashedDateConstraintText": "Verwenden Sie für Datum JJJJ/MM/TT.",
"i18nStrings.isoDateConstraintText": "Verwenden Sie für das Datum das Format JJJJ-MM-TT.",
"i18nStrings.slashedMonthConstraintText": "Verwenden Sie für den Monat das Format JJJJ/MM.",
"i18nStrings.isoMonthConstraintText": "Verwenden Sie für den Monat das Format JJJJ-MM.",
"i18nStrings.monthConstraintText": "Verwenden Sie für Monat JJJJ/MM.",
"i18nStrings.monthConstraintText": "Verwenden Sie für den Monat das Format JJJJ/MM.",
"i18nStrings.errorIconAriaLabel": "Fehler",
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": "Bereich ausgewählt von {startDate} bis {endDate}",
"i18nStrings.formatRelativeRange": "{unit, select, second {{amount, plural, zero {Letzte {amount} Sekunden} one {Letzte {amount} Sekunde} other {Letzte {amount} Sekunden}}} minute {{amount, plural, zero {Letzte {amount} Minuten} one {Letzte {amount} Minute} other {Letzte {amount} Minuten}}} hour {{amount, plural, zero {Letzte {amount} Stunden} one {Letzte {amount} Stunde} other {Letzte {amount} Stunden}}} day {{amount, plural, zero {Letzte {amount} Tage} one {Letzter {amount} Tag} other {Letzte {amount} Tage}}} week {{amount, plural, zero {Letzte {amount} Wochen} one {Letzte {amount} Woche} other {Letzte {amount} Wochen}}} month {{amount, plural, zero {Letzte {amount} Monate} one {Letzter {amount} Monat} other {Letzte {amount} Monate}}} year {{amount, plural, zero {Letzte {amount} Jahre} one {Letztes {amount} Jahr} other {Letzte {amount} Jahre}}} other {}}",
Expand Down Expand Up @@ -256,7 +262,8 @@
"ariaLabels.jumpToPageButtonLabel": "Zur Seite springen",
"i18nStrings.jumpToPageInputLabel": "Seite",
"i18nStrings.jumpToPageError": "Seite ist außerhalb des Bereichs. Zeigt die letzte verfügbare Seite an.",
"i18nStrings.jumpToPageLoadingText": "Wird geladen"
"i18nStrings.jumpToPageLoadingText": "Wird geladen",
"i18nStrings.pagesCompactText": "{openEnd, select, true {{currentPage} von {pagesCount}+} false {{currentPage} von {pagesCount}} other {}}"
},
"panel-resize-handle": {
"i18nStrings.resizeHandleAriaLabel": "Größe des Panels ändern",
Expand Down Expand Up @@ -408,7 +415,22 @@
"ariaLabels.expandButtonLabel": "Erweitern",
"ariaLabels.collapseButtonLabel": "Minimieren",
"columnDefinitions.editConfig.errorIconAriaLabel": "Fehler",
"columnDefinitions.editConfig.editIconAriaLabel": "bearbeitbar"
"columnDefinitions.editConfig.editIconAriaLabel": "bearbeitbar",
"i18nStrings.sortDropdownSortAscending": "Aufsteigend sortieren",
"i18nStrings.sortDropdownSortDescending": "Absteigend sortieren",
"i18nStrings.sortDropdownMultiColumnSortGroup": "Sortieren nach mehreren Spalten (Umschalttaste + Klick)",
"i18nStrings.sortDropdownAddToSortAscending": "Zur Sortierung hinzufügen (aufsteigend)",
"i18nStrings.sortDropdownAddToSortDescending": "Zur Sortierung hinzufügen (absteigend)",
"i18nStrings.sortDropdownRemoveFromSort": "Aus Sortierung entfernen",
"i18nStrings.sortDropdownAddToSortDisabledReason": "Diese Spalte ist bereits sortiert",
"i18nStrings.sortDropdownRemoveFromSortDisabledReason": "Diese Spalte ist nicht sortiert",
"i18nStrings.clearSort": "Sortierung löschen",
"ariaLabels.sortAscending": "aufsteigend",
"ariaLabels.sortDescending": "absteigend",
"ariaLabels.liveAnnouncementSortOrder": "Tabelle sortiert nach {columns}",
"ariaLabels.liveAnnouncementSortCleared": "Sortierung gelöscht",
"ariaLabels.sortPriority": "Sortierpriorität {priority}",
"ariaLabels.sortMenuTriggerLabel": "Sortieroptionen"
},
"tabs": {
"i18nStrings.scrollLeftAriaLabel": "Nach links scrollen",
Expand Down
46 changes: 34 additions & 12 deletions src/i18n/messages/all.en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
"breadcrumb-group": {
"expandAriaLabel": "Show path"
},
"button-dropdown": {
"filteringResultsText": "{matchesCount} out of {totalCount} items",
"noMatch": "No matching actions",
"i18nStrings.filteringItemAriaDescription": "Keep typing to filter results."
},
"button": {
"i18nStrings.externalIconAriaLabel": "Opens in a new tab"
},
Expand Down Expand Up @@ -125,6 +130,7 @@
"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText": "Clear filter",
"contentDisplayPreference.liveAnnouncementDndItemReordered": "{isInitialPosition, select, true {Moving item back to position {currentPosition} of {total}} false {Moving item to position {currentPosition} of {total}} other {}}",
"contentDisplayPreference.liveAnnouncementDndItemCommitted": "{isInitialPosition, select, true {Item moved back to its original position {initialPosition} of {total}} false {Item moved from position {initialPosition} to position {finalPosition} of {total}} other {}}",
"contentDisplayPreference.liveAnnouncementDndGroupLabel": "{count, plural, zero {{label}, 0 items} one {{label}, 1 item} other {{label}, {count} items}}",
"contentDisplayPreference.i18nStrings.columnFilteringCountText": "{count, plural, zero {0 matches} one {1 match} other {{count} matches}}"
},
"copy-to-clipboard": {
Expand Down Expand Up @@ -158,23 +164,23 @@
"i18nStrings.endMonthLabel": "End month",
"i18nStrings.endDateLabel": "End date",
"i18nStrings.endTimeLabel": "End time",
"i18nStrings.datePlaceholder": "DD/MM/YYYY",
"i18nStrings.isoDatePlaceholder": "YYYY-MM-DD",
"i18nStrings.datePlaceholder": "YYYY-MM-DD",
"i18nStrings.isoDatePlaceholder": "DD-MM-YYYY",
"i18nStrings.slashedDatePlaceholder": "YYYY/MM/DD",
"i18nStrings.timePlaceholder": "hh:mm:ss",
"i18nStrings.dateTimeConstraintText": "For date, use DD/MM/YYYY. For time, use 24-hr format.",
"i18nStrings.dateTimeConstraintText": "For date, use YYYY/MM/DD. For time, use 24 hr format.",
"i18nStrings.dateConstraintText": "For date, use YYYY/MM/DD.",
"i18nStrings.slashedDateTimeConstraintText": "For date, use DD/MM/YYYY. For time, use 24-hr format.",
"i18nStrings.isoDateTimeConstraintText": "For date, use DD-MM-YYYY. For time, use 24-hr format.",
"i18nStrings.slashedDateConstraintText": "For date, use DD/MM/YYYY.",
"i18nStrings.isoDateConstraintText": "For date, use DD-MM-YYYY.",
"i18nStrings.slashedMonthConstraintText": "For month, use MM/YYYY.",
"i18nStrings.isoMonthConstraintText": "For month, use MM-YYYY.",
"i18nStrings.slashedDateTimeConstraintText": "For date, use YYYY/MM/DD. For time, use 24 hr format.",
"i18nStrings.isoDateTimeConstraintText": "For date, use YYYY-MM-DD. For time, use 24 hr format.",
"i18nStrings.slashedDateConstraintText": "For date, use YYYY/MM/DD.",
"i18nStrings.isoDateConstraintText": "For date, use YYYY-MM-DD.",
"i18nStrings.slashedMonthConstraintText": "For month, use YYYY/MM.",
"i18nStrings.isoMonthConstraintText": "For month, use YYYY-MM.",
"i18nStrings.monthConstraintText": "For month, use YYYY/MM.",
"i18nStrings.errorIconAriaLabel": "Error",
"i18nStrings.renderSelectedAbsoluteRangeAriaLive": "Range selected from {startDate} to {endDate}",
"i18nStrings.formatRelativeRange": "{unit, select, second {{amount, plural, zero {Last {amount} seconds} one {Last {amount} second} other {Last {amount} seconds}}} minute {{amount, plural, zero {Last {amount} minutes} one {Last {amount} minute} other {Last {amount} minutes}}} hour {{amount, plural, zero {Last {amount} hours} one {Last {amount} hour} other {Last {amount} hours}}} day {{amount, plural, zero {Last {amount} days} one {Last {amount} day} other {Last {amount} days}}} week {{amount, plural, zero {Last {amount} weeks} one {Last {amount} week} other {Last {amount} weeks}}} month {{amount, plural, zero {Last {amount} months} one {Last {amount} month} other {Last {amount} months}}} year {{amount, plural, zero {Last {amount} years} one {Last {amount} year} other {Last {amount} years}}} other {}}",
"i18nStrings.formatUnit": "{unit, select, second {{amount, plural, zero {seconds} one {second} other {seconds}}} minute {{amount, plural, zero {minutes} one {minute} other {minutes}}} hour {{amount, plural, zero {hours} one {hour} other {hours}}} day {{amount, plural, zero {days} one {day} other {days}}} week {{amount, plural, zero {weeks} one {week} other {weeks}}} month {{amount, plural, zero {months} one {Month} other {months}}} year {{amount, plural, zero {years} one {year} other {years}}} other {}}"
"i18nStrings.formatUnit": "{unit, select, second {{amount, plural, zero {seconds} one {second} other {seconds}}} minute {{amount, plural, zero {minutes} one {minute} other {minutes}}} hour {{amount, plural, zero {hours} one {hour} other {hours}}} day {{amount, plural, zero {days} one {day} other {days}}} week {{amount, plural, zero {weeks} one {week} other {weeks}}} month {{amount, plural, zero {months} one {month} other {months}}} year {{amount, plural, zero {years} one {year} other {years}}} other {}}"
},
"drawer": {
"i18nStrings.loadingText": "Loading content"
Expand Down Expand Up @@ -256,7 +262,8 @@
"ariaLabels.jumpToPageButtonLabel": "Jump to page",
"i18nStrings.jumpToPageInputLabel": "Page",
"i18nStrings.jumpToPageError": "Page out of range. Showing the last available page.",
"i18nStrings.jumpToPageLoadingText": "Loading"
"i18nStrings.jumpToPageLoadingText": "Loading",
"i18nStrings.pagesCompactText": "{openEnd, select, true {{currentPage} of {pagesCount}+} false {{currentPage} of {pagesCount}} other {}}"
},
"panel-resize-handle": {
"i18nStrings.resizeHandleAriaLabel": "Panel resize handle",
Expand Down Expand Up @@ -408,7 +415,22 @@
"ariaLabels.expandButtonLabel": "Expand",
"ariaLabels.collapseButtonLabel": "Collapse",
"columnDefinitions.editConfig.errorIconAriaLabel": "Error",
"columnDefinitions.editConfig.editIconAriaLabel": "editable"
"columnDefinitions.editConfig.editIconAriaLabel": "editable",
"i18nStrings.sortDropdownSortAscending": "Sort ascending",
"i18nStrings.sortDropdownSortDescending": "Sort descending",
"i18nStrings.sortDropdownMultiColumnSortGroup": "Multi-column sort (Shift + Click)",
"i18nStrings.sortDropdownAddToSortAscending": "Add to sort (ascending)",
"i18nStrings.sortDropdownAddToSortDescending": "Add to sort (descending)",
"i18nStrings.sortDropdownRemoveFromSort": "Remove from sort",
"i18nStrings.sortDropdownAddToSortDisabledReason": "This column is already sorted",
"i18nStrings.sortDropdownRemoveFromSortDisabledReason": "This column is not sorted",
"i18nStrings.clearSort": "Clear sort",
"ariaLabels.sortAscending": "ascending",
"ariaLabels.sortDescending": "descending",
"ariaLabels.liveAnnouncementSortOrder": "Table sorted by {columns}",
"ariaLabels.liveAnnouncementSortCleared": "Sorting cleared",
"ariaLabels.sortPriority": "sort priority {priority}",
"ariaLabels.sortMenuTriggerLabel": "Sort options"
},
"tabs": {
"i18nStrings.scrollLeftAriaLabel": "Scroll left",
Expand Down
Loading
Loading