This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp_en.arb
892 lines (892 loc) · 31.8 KB
/
app_en.arb
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
{
"apiTypeDialog_title": "Couldn't detect instance type",
"@apiTypeDialog_title": {},
"apiTypeDialog_description": "Kaiteki tried to find out what software the instance is running but couldn't figure it out. Please select the correct instance backend from down below.",
"@apiTypeDialog_description": {},
"apiTypeDialog_missing": "Is something missing?",
"@apiTypeDialog_missing": {},
"mfaTitle": "Two-Factor-Authentication",
"@mfaTitle": {},
"mfaNoCode": "Please enter a code",
"@mfaNoCode": {},
"okButtonLabel": "OK",
"@okButtonLabel": {},
"cancelButtonLabel": "Cancel",
"@cancelButtonLabel": {},
"verifyButtonLabel": "Verify",
"@verifyButtonLabel": {},
"removeButtonLabel": "Remove",
"@removeButtonLabel": {},
"viewPostButtonLabel": "View Post",
"@viewPostButtonLabel": {},
"continueAnywayButtonLabel": "Continue anyway",
"@continueAnywayButtonLabel": {},
"abortButtonLabel": "Abort",
"@abortButtonLabel": {},
"chooseButtonLabel": "Choose",
"@chooseButtonLabel": {},
"visibilityButtonTooltip": "Change post scope",
"@visibilityButtonTooltip": {},
"attachButtonTooltip": "Attach",
"@attachButtonTooltip": {},
"emojiButtonTooltip": "Insert emoji",
"@emojiButtonTooltip": {},
"formattingButtonTooltip": "Change formatting",
"@formattingButtonTooltip": {},
"aboutInstanceTitle": "About {instance}",
"@aboutInstanceTitle": {
"placeholders": {
"instance": {
"description": "Domain/hostname of the instance",
"example": "fedi.absturztau.be"
}
}
},
"aboutBackendTitle": "About {api}",
"@aboutBackendTitle": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"loginButtonLabel": "Login",
"@loginButtonLabel": {},
"rules": "Rules",
"@rules": {},
"rulesLearnMore": "Learn more about the rules",
"@rulesLearnMore": {},
"postPreviewTitle": "Preview",
"@postPreviewTitle": {},
"postPreviewWaiting": "Start writing a post to see a preview!",
"@postPreviewWaiting": {},
"composeBodyHint": "Just landed in L.A.",
"@composeBodyHint": {},
"composeContentWarningHint": "Content warning (optional)",
"@composeContentWarningHint": {},
"postSubmissionFailed": "Post failed to send",
"@postSubmissionFailed": {},
"postSubmissionSending": "Sending post",
"@postSubmissionSending": {},
"postSubmissionSent": "Post sent",
"@postSubmissionSent": {},
"submitButtonTooltip": "Submit",
"@submitButtonTooltip": {},
"empty": "Looks empty here…",
"@empty": {},
"postsTab": "Posts",
"@postsTab": {},
"followersTab": "Followers",
"@followersTab": {},
"followingTab": "Following",
"@followingTab": {},
"featuredTab": "Featured",
"@featuredTab": {},
"homeTab": "Home",
"@homeTab": {},
"notificationsTab": "Notifications",
"@notificationsTab": {},
"chatsTab": "Chats",
"@chatsTab": {},
"niy": "Not implemented yet",
"@niy": {},
"settings": "Settings",
"@settings": {},
"welcome": "Welcome to Kaiteki!",
"@welcome": {},
"accountRequiredToContinue": "To continue, you need to log into at least one instance.",
"@accountRequiredToContinue": {},
"settingsHideSensitivePosts": "Hide sensitive posts",
"@settingsHideSensitivePosts": {},
"settingsSensitivePosts": "Sensitive posts",
"@settingsSensitivePosts": {},
"settingsSubjectPosts": "Posts with subjects",
"@settingsSubjectPosts": {},
"settingsDisabled": "Disabled",
"@settingsDisabled": {},
"creditsTitle": "Credits",
"@creditsTitle": {},
"failedToLaunchUrl": "URL couldn't be opened",
"@failedToLaunchUrl": {},
"settingsAbout": "About Kaiteki",
"@settingsAbout": {},
"settingsGeneral": "General",
"@settingsGeneral": {},
"settingsProfile": "Profile",
"@settingsProfile": {},
"settingsSecurity": "Security",
"@settingsSecurity": {},
"settingsFiltering": "Filtering",
"@settingsFiltering": {},
"settingsNotifications": "Notifications",
"@settingsNotifications": {},
"settingsImportExport": "Data Import / Export",
"@settingsImportExport": {},
"settingsMutesBlocks": "Mutes and Blocks",
"@settingsMutesBlocks": {},
"settingsKaiteki": "Kaiteki Settings",
"@settingsKaiteki": {},
"settingsCustomization": "Customization",
"@settingsCustomization": {},
"settingsTabs": "Tabs",
"@settingsTabs": {},
"settingsDebugMaintenance": "Debug and Maintenance",
"@settingsDebugMaintenance": {},
"authNoInstance": "Please enter an instance",
"@authNoInstance": {},
"authNoPassword": "Please enter a password",
"@authNoPassword": {},
"authNoUsername": "Please enter an username",
"@authNoUsername": {},
"authDuplicate": "There's already an account with the same instance and username",
"@authDuplicate": {},
"authNoUrlAllowed": "Please only provide the domain name",
"@authNoUrlAllowed": {},
"authOAuthPending": "Waiting for OAuth to finish…",
"@authOAuthPending": {
"description": "Kaiteki is waiting for an external website to confirm an authorization request"
},
"loginTitle": "Log into an instance",
"@loginTitle": {},
"loginTitleInstance": "Log into {instance}",
"@loginTitleInstance": {
"placeholders": {
"instance": {
"description": "Instance name",
"example": "'the wired' or as fallback 'letsalllovela.in'"
}
}
},
"nextButtonLabel": "Next",
"@nextButtonLabel": {},
"backButtonLabel": "Back",
"@backButtonLabel": {},
"instanceFieldHint": "Instance",
"@instanceFieldHint": {},
"usernameFieldHint": "Username",
"@usernameFieldHint": {},
"passwordFieldHint": "Password",
"@passwordFieldHint": {},
"emailFieldHint": "Email address",
"@emailFieldHint": {},
"repeatPasswordFieldHint": "Repeat password",
"@repeatPasswordFieldHint": {},
"authPasswordNoMatch": "Passwords must match",
"@authPasswordNoMatch": {},
"forgotPasswordButtonLabel": "Forgot password",
"@forgotPasswordButtonLabel": {},
"createAccountButtonLabel": "Create a new account",
"@createAccountButtonLabel": {},
"existingAccountButtonLabel": "Log in with an existing account",
"@existingAccountButtonLabel": {},
"registerButtonLabel": "Register",
"@registerButtonLabel": {},
"unsupportedInstanceTitle": "This instance type is currently unsupported",
"@unsupportedInstanceTitle": {},
"unsupportedInstanceDescriptionCORS": "Kaiteki Web doesn't support {api} at the moment because your browser blocks requests to the instance with origin from other websites. For more information please visit ",
"@unsupportedInstanceDescriptionCORS": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"addAccountButtonLabel": "Add Account",
"@addAccountButtonLabel": {},
"emojiRetrievalFailed": "Failed to retrieve emojis",
"@emojiRetrievalFailed": {},
"threadRetrievalFailed": "Failed to retrieve thread",
"@threadRetrievalFailed": {},
"conversationTitle": "Conversation",
"@conversationTitle": {
"description": "Title used for conversation/thread page"
},
"emptyAccounts": "No accounts",
"@emptyAccounts": {
"description": "Placeholder text used if user doesn't have any accounts"
},
"manageAccountsTitle": "Manage Accounts",
"@manageAccountsTitle": {},
"accountRemovalConfirmationTitle": "Remove account?",
"@accountRemovalConfirmationTitle": {},
"accountRemovalConfirmationDescription": "If you remove this account you will have to sign in later to use it again.",
"@accountRemovalConfirmationDescription": {},
"switchListTileTextOn": "On",
"@switchListTileTextOn": {},
"switchListTileTextOff": "Off",
"@switchListTileTextOff": {},
"filteringIncludeSensitive": "Include posts marked as sensitive",
"@filteringIncludeSensitive": {},
"filteringIncludeSubject": "Include posts with subject",
"@filteringIncludeSubject": {},
"filteringSensitiveTitle": "Filter sensitive posts",
"@filteringSensitiveTitle": {},
"composeButtonLabel": "Compose",
"@composeButtonLabel": {},
"composeDialogTitle": "Compose new post",
"@composeDialogTitle": {},
"composeDialogTitleReply": "Reply to ",
"@composeDialogTitleReply": {
"description": "Title used when compose dialog is shown for writing a reply. Gets appended with replyee's display name"
},
"discardButtonTooltip": "Discard",
"@discardButtonTooltip": {},
"theme": "Theme",
"@theme": {},
"selectThemeTitle": "Select theme",
"@selectThemeTitle": {},
"themeLight": "Light",
"@themeLight": {},
"themeDark": "Dark",
"@themeDark": {},
"themeSystem": "System default",
"@themeSystem": {},
"creditsLicenses": "Open Source Licenses",
"@creditsLicenses": {},
"creditsGithubRepo": "GitHub Repository",
"@creditsGithubRepo": {},
"creditsWebsite": "Website",
"@creditsWebsite": {},
"attachmentUnsupported": "Unsupported attachment",
"@attachmentUnsupported": {},
"viewOnlineButtonLabel": "View online",
"@viewOnlineButtonLabel": {
"description": "Button label used when certain content can't be displayed in Kaiteki but might able to in a web browser instead (e.g. videos)."
},
"timeDifferenceMinutes": "{minutes}m",
"@timeDifferenceMinutes": {
"description": "Text used to display how many minutes have passed since a certain event",
"placeholders": {
"minutes": {
"description": "Amount of minutes",
"example": "2"
}
}
},
"timeDifferenceHours": "{hours}h",
"@timeDifferenceHours": {
"description": "Text used to display how many hours have passed since a certain event",
"placeholders": {
"hours": {
"description": "Amount of hours",
"example": "2"
}
}
},
"timeDifferenceDays": "{days}d",
"@timeDifferenceDays": {
"description": "Text used to display how many days have passed since a certain event",
"placeholders": {
"days": {
"description": "Amount of days",
"example": "2"
}
}
},
"timeDifferenceWeeks": "{weeks}w",
"@timeDifferenceWeeks": {
"description": "Text used to display how many weeks have passed since a certain event",
"placeholders": {
"weeks": {
"description": "Amount of weeks",
"example": "2"
}
}
},
"timeDifferenceYears": "{years}y",
"@timeDifferenceYears": {
"description": "Text used to display how many years have passed since a certain event",
"placeholders": {
"years": {
"description": "Amount of years",
"example": "2"
}
}
},
"timeDifferenceSeconds": "{seconds}s",
"@timeDifferenceSeconds": {
"description": "Text used to display how many seconds have passed since a certain event",
"placeholders": {
"seconds": {
"description": "Amount of seconds",
"example": "2"
}
}
},
"timeDifferenceNow": "now",
"@timeDifferenceNow": {
"description": "Text used to display an event that just happened"
},
"replyTo": "Reply to",
"@replyTo": {
"description": "Gets appended with replyee's display name"
},
"postRepeated": "repeated",
"@postRepeated": {
"description": "Gets prepended with repeater's display name"
},
"openInBrowserLabel": "Open in browser",
"@openInBrowserLabel": {},
"visibilityDirect": "Direct",
"@visibilityDirect": {},
"visibilityFollowersOnly": "Followers-only",
"@visibilityFollowersOnly": {},
"visibilityUnlisted": "Unlisted",
"@visibilityUnlisted": {},
"visibilityPublic": "Public",
"@visibilityPublic": {},
"visibilityDirectDescription": "Visible to mentioned users",
"@visibilityDirectDescription": {},
"visibilityFollowersOnlyDescription": "Visible to followers",
"@visibilityFollowersOnlyDescription": {},
"visibilityUnlistedDescription": "Visible to everyone, does not show up on public timelines",
"@visibilityUnlistedDescription": {},
"visibilityPublicDescription": "Visible to everyone",
"@visibilityPublicDescription": {},
"formattingPlain": "Plain text",
"@formattingPlain": {},
"formattingMfm": "Misskey-flavored Markdown",
"@formattingMfm": {},
"attachFilesButtonLabel": "Attach files",
"@attachFilesButtonLabel": {},
"takePictureButtonLabel": "Take picture",
"@takePictureButtonLabel": {},
"createPollButtonLabel": "Create poll",
"@createPollButtonLabel": {},
"recordVoiceButtonLabel": "Record voice",
"@recordVoiceButtonLabel": {},
"contentWarningButtonLabelEnable": "Enable content warning",
"@contentWarningButtonLabelEnable": {},
"contentWarningButtonLabelDisable": "Disable content warning",
"@contentWarningButtonLabelDisable": {},
"timelineRetrievalFailed": "Failed to fetch timeline",
"@timelineRetrievalFailed": {},
"searchButtonLabel": "Search",
"@searchButtonLabel": {},
"refresh": "Refresh",
"@refresh": {},
"attachmentNoDescription": "No description",
"@attachmentNoDescription": {},
"attachmentDownloadButtonLabel": "Download attachment",
"@attachmentDownloadButtonLabel": {},
"attachmentDownloadInProgress": "Downloading attachment…",
"@attachmentDownloadInProgress": {},
"attachmentDownloadSuccessful": "Downloaded {fileName}",
"@attachmentDownloadSuccessful": {
"placeholders": {
"fileName": {
"description": "The name of the file that the user has downloaded",
"example": "image.jpg"
}
}
},
"attachmentDownloadDialogTitle": "Download attachment",
"@attachmentDownloadDialogTitle": {},
"creditsTelegramChannel": "Telegram Channel",
"@creditsTelegramChannel": {},
"discardDraftDialogTitle": "Discard draft?",
"@discardDraftDialogTitle": {},
"discardDraftDialogDescription": "Are you sure you want to discard this draft?",
"@discardDraftDialogDescription": {},
"discardButtonLabel": "Discard",
"@discardButtonLabel": {},
"keepWritingButtonLabel": "Keep writing",
"@keepWritingButtonLabel": {},
"refreshTimelineButtonLabel": "Refresh",
"@refreshTimelineButtonLabel": {},
"postBookmarkAdded": "Bookmark added",
"@postBookmarkAdded": {},
"postBookmarkRemoved": "Bookmark removed",
"@postBookmarkRemoved": {},
"postBookmarkFailed": "Failed to add or remove post from bookmarks",
"@postBookmarkFailed": {},
"postFavoriteFailed": "Failed to un-/favorite post",
"@postFavoriteFailed": {},
"postRepeatFailed": "Failed to un-/repeat post",
"@postRepeatFailed": {},
"postRemoveFromBookmarks": "Unbookmark",
"@postRemoveFromBookmarks": {},
"postAddToBookmarks": "Bookmark",
"@postAddToBookmarks": {},
"bookmarksTab": "Bookmarks",
"@bookmarksTab": {},
"reportLabel": "Report",
"@reportLabel": {},
"reportsTitle": "Submitted Reports",
"@reportsTitle": {},
"accountSettingsTitle": "Account Settings",
"@accountSettingsTitle": {},
"timelineFederated": "Federated",
"@timelineFederated": {},
"timelineFollowing": "Following",
"@timelineFollowing": {},
"timelineLocal": "Local",
"@timelineLocal": {},
"timelineHybrid": "Social",
"@timelineHybrid": {},
"timelineDirectMessages": "Direct Messages",
"@timelineDirectMessages": {},
"timelineBookmarks": "Bookmarks",
"@timelineBookmarks": {},
"timelineFederatedDescription": "Posts from everyone across the Fediverse",
"@timelineFederatedDescription": {},
"timelineHomeDescription": "Posts from you and the people you follow",
"@timelineHomeDescription": {},
"timelineLocalDescription": "Posts from everyone on your instance",
"@timelineLocalDescription": {},
"timelineDirectMessagesDescription": "Posts sent directly to others",
"@timelineDirectMessagesDescription": {},
"timelineBookmarksDescription": "Posts that you have bookmarked",
"@timelineBookmarksDescription": {},
"keyboardShortcuts": "Keyboard Shortcuts",
"@keyboardShortcuts": {},
"keyboardShortcutsOpenDialog": "Show keyboard shortcuts",
"@keyboardShortcutsOpenDialog": {},
"keyboardShortcutsReplyToPost": "Reply to post",
"@keyboardShortcutsReplyToPost": {},
"keyboardShortcutsFavoritePost": "Favorite post",
"@keyboardShortcutsFavoritePost": {},
"keyboardShortcutsRepeatPost": "Repeat post",
"@keyboardShortcutsRepeatPost": {},
"keyboardShortcutsBookmarkPost": "Bookmark post",
"@keyboardShortcutsBookmarkPost": {},
"keyboardShortcutsSubmitPost": "Submit post",
"@keyboardShortcutsSubmitPost": {},
"keyboardShortcutsRefreshView": "Refresh view",
"@keyboardShortcutsRefreshView": {},
"keyboardShortcutsGoToSettings": "Go to settings",
"@keyboardShortcutsGoToSettings": {},
"keyboardShortcutsGoToNotifications": "Go to notifications",
"@keyboardShortcutsGoToNotifications": {},
"keyboardShortcutsGoToBookmarks": "Go to bookmarks",
"@keyboardShortcutsGoToBookmarks": {},
"keyboardShortcutsGoToHome": "Go to home",
"@keyboardShortcutsGoToHome": {},
"keyboardShortcutsPostShortcuts": "Post shortcuts",
"@keyboardShortcutsPostShortcuts": {},
"keyboardShortcutsNavigation": "Navigation",
"@keyboardShortcutsNavigation": {},
"keyboardShortcutsComposePost": "Compose a new post",
"@keyboardShortcutsComposePost": {},
"closeButtonLabel": "Close",
"@closeButtonLabel": {},
"authInstructions": "To add an account, type in the address of the website you want to use.",
"@authInstructions": {},
"mfaInstructions": "This account uses Multi-Factor Authentication, please enter the code below:",
"@mfaInstructions": {},
"directMessagesTitle": "Direct Messages",
"@directMessagesTitle": {},
"listsTitle": "Lists",
"@listsTitle": {},
"trendsTitle": "Trends",
"@trendsTitle": {},
"bookmarksEmpty": "No bookmarks",
"@bookmarksEmpty": {},
"favoritesEmpty": "No favorites",
"@favoritesEmpty": {},
"repeatsEmpty": "No repeats",
"@repeatsEmpty": {},
"repeateesTitle": "Repeated by",
"@repeateesTitle": {},
"favoriteesTitle": "Favorited by",
"@favoriteesTitle": {},
"useMaterialYou": "Use Material You",
"@useMaterialYou": {},
"settingsLocale": "Locale",
"@settingsLocale": {},
"selectLocaleTitle": "Select locale",
"@selectLocaleTitle": {},
"languageName": "English (Simplified)",
"@languageName": {
"description": "Name of the language in the language itself. This would be \"日本語\" in Japanese, etc. Only write out the country name if it's necessary to distinguish between multiple languages with the same name.",
"context": "Locale picker"
},
"localeSystem": "System default",
"@localeSystem": {},
"postPinned": "Pinned",
"@postPinned": {},
"noMorePosts": "You have reached the end",
"@noMorePosts": {},
"timelineBubble": "Bubble",
"@timelineBubble": {},
"timelineBubbleDescription": "Posts from neighbored instances",
"@timelineBubbleDescription": {},
"showAltTextTooltip": "Show alt text",
"@showAltTextTooltip": {},
"copyAttachmentUrl": "Copy attachment address",
"@copyAttachmentUrl": {},
"copiedToClipboard": "Copied to clipboard",
"@copiedToClipboard": {},
"visibilityCircle": "Circle",
"@visibilityCircle": {},
"visibilityCircleDescription": "Visible to users in your circle",
"@visibilityCircleDescription": {},
"pageViewTitle": "{current} of {total}",
"@pageViewTitle": {
"placeholders": {
"current": {
"description": "The current number of the page",
"example": "2"
},
"total": {
"description": "The total amount of pages available",
"example": "10"
}
}
},
"emojiUnicodeGroupSmileysEmotion": "Smileys & Emotion",
"@emojiUnicodeGroupSmileysEmotion": {},
"emojiUnicodeGroupPeopleBody": "People & Body",
"@emojiUnicodeGroupPeopleBody": {},
"emojiUnicodeGroupAnimalsNature": "Animals & Nature",
"@emojiUnicodeGroupAnimalsNature": {},
"emojiUnicodeGroupFoodDrink": "Food & Drink",
"@emojiUnicodeGroupFoodDrink": {},
"emojiUnicodeGroupTravelPlaces": "Travel & Places",
"@emojiUnicodeGroupTravelPlaces": {},
"emojiUnicodeGroupActivities": "Activites",
"@emojiUnicodeGroupActivities": {},
"emojiUnicodeGroupObjects": "Objects",
"@emojiUnicodeGroupObjects": {},
"emojiUnicodeGroupSymbols": "Symbols",
"@emojiUnicodeGroupSymbols": {},
"emojiUnicodeGroupFlags": "Flags",
"@emojiUnicodeGroupFlags": {},
"useSystemColorScheme": "Use system color scheme",
"@useSystemColorScheme": {},
"visibilityLocal": "Local",
"@visibilityLocal": {},
"visibilityLocalDescription": "Visible to users on the same instance",
"@visibilityLocalDescription": {},
"settingsEmojiSize": "Emoji size",
"@settingsEmojiSize": {},
"settingsSquareEmojis": "Square emojis",
"@settingsSquareEmojis": {},
"settingsAvatarRoundness": "Avatar roundness",
"@settingsAvatarRoundness": {},
"settingsAvatarsHeader": "Avatars",
"@settingsAvatarsHeader": {},
"settingsEmojisHeader": "Emojis",
"@settingsEmojisHeader": {},
"settingsWellbeing": "Wellbeing",
"@settingsWellbeing": {},
"settingsTweaks": "Tweaks",
"@settingsTweaks": {},
"settingsContentWarningBehavior": "Content warning behavior",
"@settingsContentWarningBehavior": {},
"contentWarningBehaviorAutomatic": "Automatic",
"@contentWarningBehaviorAutomatic": {},
"contentWarningBehaviorCollapse": "Collapse",
"@contentWarningBehaviorCollapse": {},
"contentWarningBehaviorExpand": "Expand",
"@contentWarningBehaviorExpand": {},
"contentWarningBehaviorAutomaticDescription": "Posts will be collapsed if their content warning contains sensitive words.",
"@contentWarningBehaviorAutomaticDescription": {},
"contentWarningBehaviorCollapseDescription": "Posts with a content warning are always collapsed",
"@contentWarningBehaviorCollapseDescription": {},
"contentWarningBehaviorExpandDescription": "Posts are always expanded. Content warnings are being treated as subjects.",
"@contentWarningBehaviorExpandDescription": {},
"settingsHidePostMetrics": "Hide post metrics",
"@settingsHidePostMetrics": {},
"settingsHidePostMetricsDescription": "Hides the amount of replies, favorites, repeats a post has",
"@settingsHidePostMetricsDescription": {},
"settingsBadgesHeader": "Badges",
"@settingsBadgesHeader": {},
"settingsUseNeutralBadgeColors": "Use neutral badge colors",
"@settingsUseNeutralBadgeColors": {},
"settingsExperiments": "Experiments",
"@settingsExperiments": {},
"settingsExperimentsDescription": "Try out experimental Kaiteki features!",
"@settingsExperimentsDescription": {},
"sendFeedbackButton": "Send Feedback",
"@sendFeedbackButton": {},
"translateButton": "Translate",
"@translateButton": {},
"undoTranslateButton": "Show original text",
"@undoTranslateButton": {},
"settingsThirdPartyServices": "Third-party services",
"@settingsThirdPartyServices": {},
"replyButtonLabel": "Reply",
"@replyButtonLabel": {},
"favoriteButtonLabel": "Favorite",
"@favoriteButtonLabel": {},
"repeatButtonLabel": "Repeat",
"@repeatButtonLabel": {},
"bookmarkButtonLabel": "Bookmark",
"@bookmarkButtonLabel": {},
"shareButtonLabel": "Share",
"@shareButtonLabel": {},
"deleteButtonLabel": "Delete",
"@deleteButtonLabel": {},
"editButtonLabel": "Edit",
"@editButtonLabel": {},
"reactButtonLabel": "React",
"@reactButtonLabel": {},
"settingsAccessibility": "Accessibility",
"@settingsAccessibility": {},
"visibilityMutuals": "Mutuals-only",
"@visibilityMutuals": {},
"visibilityMutualsDescription": "Visible to users you follow and follow you back",
"@visibilityMutualsDescription": {},
"prideSettingsHeader": "Pride",
"@prideSettingsHeader": {},
"prideFlag": "Pride flag",
"@prideFlag": {},
"enablePrideFlag": "Enable Pride",
"@enablePrideFlag": {},
"finishButtonLabel": "Finish",
"@finishButtonLabel": {},
"messagesTab": "Messages",
"@messagesTab": {},
"listsTab": "Lists",
"@listsTab": {},
"exceptionShowJson": "Show JSON",
"@exceptionShowJson": {},
"exceptionReportOnGitHub": "Report on GitHub",
"@exceptionReportOnGitHub": {},
"attachmentAltTextFallback": "No description provided",
"@attachmentAltTextFallback": {},
"showDetailsButtonLabel": "Show details",
"@showDetailsButtonLabel": {},
"exceptionReasonGeneric": "An error occurred",
"@exceptionReasonGeneric": {},
"exceptionReasonUnauthorized": "An error occurred",
"@exceptionReasonUnauthorized": {},
"exceptionReasonServerError": "Internal server error",
"@exceptionReasonServerError": {},
"exceptionReasonForbidden": "Forbidden",
"@exceptionReasonForbidden": {},
"exceptionReasonParseError": "Couldn't parse response",
"@exceptionReasonParseError": {},
"postLengthExceededDialogTitle": "Your post is too long",
"@postLengthExceededDialogTitle": {},
"postLengthExceededDialogDescription": "The post exceeds the maximum length of {characterLimit} characters",
"@postLengthExceededDialogDescription": {
"placeholders": {
"characterLimit": {
"description": "Maximum number of characters in the post",
"example": "150"
}
}
},
"pollOptionVoteCount": "{count, plural, =1 {1 vote} other {{count} votes}}",
"@pollOptionVoteCount": {},
"pollTotalVotesMultiple": "{voteCount, plural, =1 {1 vote} other {{voteCount} votes}} total from {voterCount, plural, =1 {1 person} other {{voterCount} people}}",
"@pollTotalVotesMultiple": {},
"pollTotalVotes": "{voteCount, plural, =1 {1 vote} other {{voteCount} votes}} total",
"@pollTotalVotes": {},
"copyToClipboardButtonTooltip": "Copy to clipboard",
"@copyToClipboardButtonTooltip": {},
"usersTab": "Users",
"@usersTab": {},
"searchUsersNoResults": "No users found",
"@searchUsersNoResults": {},
"searchPostsNoResults": "No posts found",
"@searchPostsNoResults": {},
"searchEmojisNoResults": "No emojis found",
"@searchEmojisNoResults": {},
"searchHashtagsNoResults": "No hashtags found",
"@searchHashtagsNoResults": {},
"noRecentlyUsedEmojis": "No emojis here yet...",
"@noRecentlyUsedEmojis": {},
"postAnywayButtonLabel": "Post anyway",
"@postAnywayButtonLabel": {
"description": "Used in confirmation dialogs"
},
"missingDescriptionDialogTitle": "Your attachment is missing alt text",
"@missingDescriptionDialogTitle": {},
"missingDescriptionDialogDescription": "Alt text allow users who are unable to see the attachment to understand what it is about. Consider adding it in order to ",
"@missingDescriptionDialogDescription": {},
"customEmojisTab": "Custom",
"@customEmojisTab": {},
"recentEmojisTab": "Recent",
"@recentEmojisTab": {},
"showStackTrace": "Show stack trace",
"@showStackTrace": {},
"exceptionDialogTitle": "Exception details",
"@exceptionDialogTitle": {},
"findUserDialogTitle": "Find user",
"@findUserDialogTitle": {},
"findUserDialogHint": "Search for user",
"@findUserDialogHint": {},
"retryButtonLabel": "Retry",
"@retryButtonLabel": {},
"applyButtonLabel": "Apply",
"@applyButtonLabel": {},
"changeAltText": "Change alt text",
"@changeAltText": {
"description": "Refers to attachment descriptions"
},
"altText": "Alt text",
"@altText": {},
"removeAttachmentButtonLabel": "Remove attachment",
"@removeAttachmentButtonLabel": {},
"unfollowButtonLabel": "Unfollow",
"@unfollowButtonLabel": {},
"followButtonLabel": "Follow",
"@followButtonLabel": {},
"pendingFollowRequestButtonLabel": "Pending",
"@pendingFollowRequestButtonLabel": {},
"editProfileButtonLabel": "Edit Profile",
"@editProfileButtonLabel": {},
"userJoinDate": "Joined {date}",
"@userJoinDate": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd"
}
}
},
"userBirthDate": "Born {date}",
"@userBirthDate": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd"
}
}
},
"shareSheetFormatLink": "Link",
"@shareSheetFormatLink": {},
"shareSheetFormatRemoteLink": "Link on {host}",
"@shareSheetFormatRemoteLink": {},
"shareSheetFormatContent": "Content",
"@shareSheetFormatContent": {},
"misskeyCalendarToday": "Today",
"@misskeyCalendarToday": {},
"misskeyCalendarYear": "Year",
"@misskeyCalendarYear": {},
"misskeyCalendarMonth": "Month",
"@misskeyCalendarMonth": {},
"chatPreviewAttachments": "{attachmentCount, plural, =1 {1 attachment} other {{attachmentCount} attachments}}",
"@chatPreviewAttachments": {},
"createButtonLabel": "Create",
"@createButtonLabel": {},
"renameButtonLabel": "Rename",
"@renameButtonLabel": {},
"proceedButtonLabel": "Proceed",
"@proceedButtonLabel": {},
"themeAffection": "Affection",
"@themeAffection": {},
"themeJoy": "Joy",
"@themeJoy": {},
"themeComfort": "Comfort",
"@themeComfort": {},
"themeCompassion": "Compassion",
"@themeCompassion": {},
"themeSerenity": "Serenity",
"@themeSerenity": {},
"themeSpirit": "Spirit",
"@themeSpirit": {},
"themeCare": "Care",
"@themeCare": {},
"favoriteCount": "{count, plural, =1 {1 favorite} other {{count} favorites}}",
"@favoriteCount": {},
"repeatCount": "{count, plural, =1 {1 repeat} other {{count} repeats}}",
"@repeatCount": {},
"replyCount": "{count, plural, =1 {1 reply} other {{count} replies}}",
"@replyCount": {},
"bookmarkCount": "{count, plural, =1 {1 bookmark} other {{count} bookmarks}}",
"@bookmarkCount": {},
"pollOptionCount": "{count, plural, =1 {1 option} other {{count} options}}",
"@pollOptionCount": {},
"openInMenuItemLabel": "Open in...",
"@openInMenuItemLabel": {},
"peopleDialogTitle": "People",
"@peopleDialogTitle": {},
"peopleDialogButtonLabel": "View releated people",
"@peopleDialogButtonLabel": {
"description": "Placeholder button label for opening the people dialog, when no people counts are available"
},
"favoritesTab": "Favorites",
"@favoritesTab": {},
"mediaTab": "Media",
"@mediaTab": {},
"followerCount": "{count, plural, =1 {1 follower} other {{count} followers}}",
"@followerCount": {
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
},
"followingCount": "{count, plural, other {{count} following}}",
"@followingCount": {
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
},
"timeDifferenceMinutesLong": "{minutes, plural, =1 {1 minute ago} other {{minutes} minutes ago}}",
"@timeDifferenceMinutesLong": {
"description": "Text used to display how many minutes have passed since a certain event",
"placeholders": {
"minutes": {
"description": "Amount of minutes",
"example": "2"
}
}
},
"timeDifferenceDaysLong": "{days, plural, =1 {1 day ago} other {{days} days ago}}",
"@timeDifferenceDaysLong": {
"description": "Text used to display how many days have passed since a certain event",
"placeholders": {
"days": {
"description": "Amount of days",
"example": "2"
}
}
},
"timeDifferenceHoursLong": "{hours, plural, =1 {1 hour ago} other {{hours} hours ago}}",
"@timeDifferenceHoursLong": {
"description": "Text used to display how many hours have passed since a certain event",
"placeholders": {
"hours": {
"description": "Amount of hours",
"example": "2"
}
}
},
"timeDifferenceWeeksLong": "{weeks, plural, =1 {1 week ago} other {{weeks} weeks ago}}",
"@timeDifferenceWeeksLong": {
"description": "Text used to display how many weeks have passed since a certain event",
"placeholders": {
"weeks": {
"description": "Amount of weeks",
"example": "2"
}
}
},
"timeDifferenceYearsLong": "{years, plural, =1 {1 year ago} other {{years} years ago}}",
"@timeDifferenceYearsLong": {
"description": "Text used to display how many years have passed since a certain event",
"placeholders": {
"years": {
"description": "Amount of years",
"example": "2"
}
}
},
"timeDifferenceSecondsLong": "{seconds, plural, =1 {1 second ago} other {{seconds} seconds ago}}",
"@timeDifferenceSecondsLong": {
"description": "Text used to display how many seconds have passed since a certain event",
"placeholders": {
"seconds": {
"description": "Amount of seconds",
"example": "2"
}
}
},
"timeDifferenceNowLong": "now",
"@timeDifferenceNowLong": {
"description": "Text used to display an event that just happened"
},
"missingAltTextOnRepeatDialogTitle": "Repeat post?",
"missingAltTextOnRepeatDialogDescription": "The post you are about to share has attachments without alt text."
}