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
"oauth2_info": "If you leave the password field blank, PinkSea will use OAuth2 to log into your PDS. It is generally more secure than password login.",
19
+
"search": "Search",
20
+
"search_placeholder": "Search for a tag",
21
+
"search_go": "Go"
22
+
},
23
+
"breadcrumb": {
24
+
"recent": "recent",
25
+
"painter": "painter",
26
+
"settings": "your settings",
27
+
"user_profile": "{{handle}}'s profile",
28
+
"user_post": "{{handle}}'s post",
29
+
"tagged": "posts tagged #{{tag}}"
30
+
},
31
+
"timeline": {
32
+
"by_before_handle": "By ",
33
+
"by_after_handle": "",
34
+
"nothing_here": "Nothing here so far... (╥﹏╥)"
35
+
},
36
+
"post": {
37
+
"response_from_before_handle": "Response from ",
38
+
"response_from_after_handle": "",
39
+
"response_from_at_date": " at ",
40
+
"this_post_no_longer_exists": "This post no longer exists."
41
+
},
42
+
"response_box": {
43
+
"login_to_respond": "Login to respond!",
44
+
"click_to_respond": "Click to open the drawing panel",
45
+
"open_painter": "Open painter",
46
+
"reply": "Reply!",
47
+
"cancel": "Cancel"
48
+
},
49
+
"settings": {
50
+
"category_general": "general",
51
+
"general_language": "Language",
52
+
53
+
"category_sensitive": "sensitive media",
54
+
"sensitive_blur_nsfw": "Blur NSFW posts",
55
+
"sensitive_hide_nsfw": "Don't display NSFW posts"
56
+
},
57
+
"painter": {
58
+
"do_you_want_to_restore": "The last upload has errored out and your image has been saved. Do you want to restore it?",
59
+
"could_not_send_post": "There was an issue uploading the post. Please try again later. Your post has been saved in your browser.",
60
+
"add_a_description": "Add a description!",
61
+
"tag": "Tag",
62
+
"crosspost_to_bluesky": "Cross-post to Bluesky",
63
+
"upload": "Upload!",
64
+
"upload_description": "Description",
65
+
"upload_tags": "Tags",
66
+
"upload_social": "Social",
67
+
"upload_confirm": "Confirm",
68
+
"hint_description": "Attaching a short description helps give context about your drawing. Optional.",
69
+
"hint_tags": "Give your post up to five tags to help others discover it! For example: characters (koiwai_yotsuba), copyrights (yotsubato! / oc) or general information (portrait). Optional.",
70
+
"hint_nsfw": "Please check if your post contains adult content such as nudity or highly suggestive themes.",
71
+
"hint_xpost": "If checked, we'll automatically create a post for you on Bluesky with the image and a link to PinkSea attached.",
72
+
"hint_confirm": "Once you're ready, click the button above to publish your image!"
73
+
},
74
+
"profile": {
75
+
"bluesky_profile": "Bluesky profile",
76
+
"domain": "Website",
77
+
"posts_tab": "Posts",
78
+
"replies_tab": "Replies"
79
+
},
80
+
"tegakijs": {
81
+
"badDimensions": "Invalid dimensions.",
82
+
"promptWidth": "Canvas width in pixels",
83
+
"promptHeight": "Canvas height in pixels",
84
+
"confirmDelLayers": "Delete selected layers?",
85
+
"confirmMergeLayers": "Merge selected layers?",
86
+
"tooManyLayers": "Layer limit reached.",
87
+
"errorLoadImage": "Could not load the image.",
88
+
"noActiveLayer": "No active layer.",
89
+
"hiddenActiveLayer": "The active layer is not visible.",
90
+
"confirmCancel": "Are you sure? Your work will be lost.",
91
+
"confirmChangeCanvas": "Are you sure? Changing the canvas will clear all layers and history and disable replay recording.",
92
+
93
+
"color": "Color",
94
+
"size": "Size",
95
+
"alpha": "Opacity",
96
+
"flow": "Flow",
97
+
"zoom": "Zoom",
98
+
"layers": "Layers",
99
+
"switchPalette": "Switch color palette",
100
+
"paletteSlotReplace": "Right click to replace with the current color",
0 commit comments