Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ btpToolHeader.menuButtonAriaLabel=[[[Μēŋű ƃűţţŏŋ∙∙∙∙∙∙∙
#XACT: Aria label for the action sheet toolbar
coreActionSheet.toolbarLabel=[[[Āċţįŏŋ Ɓąŗ∙∙∙∙]]]
#XACT: Aria label for core avatar group
coreAvatarGroup.ariaLabelGroup=Has popup type dialog conjoined avatars, {count} avatars displayed, {hiddenCount} avatars hidden, activate for complete list
coreAvatarGroup.ariaLabelGroup=[[[Ĥąş ρŏρűρ ţŷρē ƌįąĺŏğ ċŏŋĵŏįŋēƌ ąʋąţąŗş, {count} ąʋąţąŗş ƌįşρĺąŷēƌ, {hiddenCount} ąʋąţąŗş ĥįƌƌēŋ, ąċţįʋąţē ƒŏŗ ċŏɱρĺēţē ĺįşţ]]]
#XACT: Aria label for core avatar group individual type
coreAvatarGroup.ariaLabelIndividual=Individual avatars. {count} avatars displayed, {hiddenCount} avatars hidden
coreAvatarGroup.ariaLabelIndividual=[[[Ĭŋƌįʋįƌűąĺ ąʋąţąŗş. {count} ąʋąţąŗş ƌįşρĺąŷēƌ, {hiddenCount} ąʋąţąŗş ĥįƌƌēŋ]]]
#XACT: Aria label for the back button in avatar group overflow
coreAvatarGroup.backButton=[[[Ɓąċķ]]]
#XACT: Aria label for core avatar group popover body
coreAvatarGroup.popupBodyAriaLabel=With {count} items
coreAvatarGroup.popupBodyAriaLabel=[[[Ŵįţĥ {count} įţēɱş]]]
#XFLD: Label for the entire breadcrumb component.
coreBreadcrumb.breadcrumbTrailLabel=[[[Ɓŗēąƌċŗűɱƃ Ţŗąįĺ∙∙∙∙∙∙∙∙]]]
#XBUT: Label for the breadcrumb overflow button that expands hidden elements.
Expand Down
6 changes: 3 additions & 3 deletions libs/i18n/src/lib/translations/translations_en_US_sappsd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export default {
},
coreAvatarGroup: {
ariaLabelGroup:
'Has popup type dialog conjoined avatars, {count} avatars displayed, {hiddenCount} avatars hidden, activate for complete list',
ariaLabelIndividual: 'Individual avatars. {count} avatars displayed, {hiddenCount} avatars hidden',
'[[[Ĥąş ρŏρűρ ţŷρē ƌįąĺŏğ ċŏŋĵŏįŋēƌ ąʋąţąŗş, {count} ąʋąţąŗş ƌįşρĺąŷēƌ, {hiddenCount} ąʋąţąŗş ĥįƌƌēŋ, ąċţįʋąţē ƒŏŗ ċŏɱρĺēţē ĺįşţ]]]',
ariaLabelIndividual: '[[[Ĭŋƌįʋįƌűąĺ ąʋąţąŗş. {count} ąʋąţąŗş ƌįşρĺąŷēƌ, {hiddenCount} ąʋąţąŗş ĥįƌƌēŋ]]]',
backButton: '[[[Ɓąċķ]]]',
popupBodyAriaLabel: 'With {count} items'
popupBodyAriaLabel: '[[[Ŵįţĥ {count} įţēɱş]]]'
},
coreBreadcrumb: {
breadcrumbTrailLabel: '[[[Ɓŗēąƌċŗűɱƃ Ţŗąįĺ∙∙∙∙∙∙∙∙]]]',
Expand Down
Loading