You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/l10n/app_en.arb
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,18 @@
72
72
"@chooseAccountButtonAddAnAccount": {
73
73
"description": "Label for ChooseAccountPage button to add an account"
74
74
},
75
+
"navButtonAllChannels": "All channels",
76
+
"@navButtonAllChannels": {
77
+
"description": "Title for a nav button that opens the 'All channels' page."
78
+
},
79
+
"allChannelsPageTitle": "All channels",
80
+
"@allChannelsPageTitle": {
81
+
"description": "Title for the 'All channels' page."
82
+
},
83
+
"allChannelsEmptyPlaceholder": "There are no channels you can view in this organization.",
84
+
"@allChannelsEmptyPlaceholder": {
85
+
"description": "Centered text on the 'All channels' page saying that there is no content to show."
86
+
},
75
87
"profileButtonSendDirectMessage": "Send direct message",
76
88
"@profileButtonSendDirectMessage": {
77
89
"description": "Label for button in profile screen to navigate to DMs with the shown user."
@@ -1078,6 +1090,13 @@
1078
1090
"@channelsEmptyPlaceholder": {
1079
1091
"description": "Centered text on the 'Channels' page saying that there is no content to show."
1080
1092
},
1093
+
"channelsEmptyPlaceholderWithAllChannelsLink": "You’re not subscribed to any channels yet. Try going to <z-link>{allChannelsPageTitle}</z-link> and joining some of them.",
1094
+
"@channelsEmptyPlaceholderWithAllChannelsLink": {
1095
+
"description": "Centered text on the 'Channels' page saying that there is no content to show, with a link to 'All channels'.",
1096
+
"placeholders": {
1097
+
"allChannelsPageTitle": {"type": "String", "example": "All channels"}
1098
+
}
1099
+
},
1081
1100
"sharePageTitle": "Share",
1082
1101
"@sharePageTitle": {
1083
1102
"description": "Title for the page about sharing content received from other apps."
0 commit comments