Skip to content

Commit

Permalink
Merge pull request #77 from programmerIhor/programmerIhor/wizard-tran…
Browse files Browse the repository at this point in the history
…slations

added translations for the wizard
  • Loading branch information
knro authored Oct 14, 2024
2 parents 911a257 + 633c851 commit d977cb1
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 0 deletions.
37 changes: 37 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,15 @@

go_back: "Go Back",
go_home: "Go back to Home",
go_to_feed: "Go to Feed",
go_to_users: "Go to Users",
go_to_equipment: "Go to Equipment",
go_to_observatories: "Go to Observatories",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist.",

imaging: "Imaging",
engage: "Engage",
},
darkLibrary: {
title: "暗场库",
Expand Down Expand Up @@ -454,6 +461,30 @@
description_profile_image: "RAW images.",
description_profile_achievements: "Achievements Tracker",
description_observatory_map: "Public Observatories map",

initial_tour_guide: {
profile_general: "This is your Profile page where you can manage your account settings and personal information.",
side_panel: "The left-hand panel is the Main Navigation. Here, you can explore Photos, connect with other Users, and view Observatories.",
profile_page: "Take a look around your profile to explore the features available for managing your account.",
profile_next: "Next, check out the Feed where you can explore posts from other users.",

feed_general: "This is the Feed, where you can view images shared by others, see your bookmarks, and upload your own photos.",
feed_page: "Browse posts from other users here.",
feed_next: "Next, explore the Users page to find and connect with others.",

users_general: "This is the Users page, where you can search for, filter, and follow other members of the community.",
users_page: "Discover and interact with other users here.",
users_next: "Next, let's visit the Equipment page to explore astronomy tools.",

equipment_general: "Welcome to the Equipment page, where you can browse and learn about different astronomy equipment.",
equipment_page: "Check out the astronomy equipment types. Tap any type to list all manufacturers for this equipment type, and then tap a manufacturer to list all models.",
equipment_next: "Next, explore the Observatories page to view and manage observatories.",

observatories_general: "Welcome to the Observatories page! Here, you can explore observatories created by other users and manage your own.",
observatories_page: "View and manage observatories in this section.",

final_step: "Congratulations! You've finished the tour. Now it's time to dive in and discover everything this platform has to offer.",
},
},
tooltip: {
placeholder: "占位符 %{0} 或 %{1}",
Expand Down Expand Up @@ -1688,6 +1719,7 @@
},
},
social: {
social_profile: "Social Profile",
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
Expand Down Expand Up @@ -1726,6 +1758,11 @@
manage_subscriptions: "Subscriptions",
go_to_dashboard: "Dashboard",
},
wizard: {
software_title: "Which imaging software do you use?",
hardware_title: "What hardware plaforms do you use?",
imaging_title: "What do you like to image?",
},
};

export default cn;
37 changes: 37 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,15 @@ const de = {

go_back: "Go Back",
go_home: "Go back to Home",
go_to_feed: "Go to Feed",
go_to_users: "Go to Users",
go_to_equipment: "Go to Equipment",
go_to_observatories: "Go to Observatories",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist.",

imaging: "Imaging",
engage: "Engage",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -438,6 +445,30 @@ const de = {
description_profile_image: "RAW images.",
description_profile_achievements: "Achievements Tracker",
description_observatory_map: "Public Observatories map",

initial_tour_guide: {
profile_general: "This is your Profile page where you can manage your account settings and personal information.",
side_panel: "The left-hand panel is the Main Navigation. Here, you can explore Photos, connect with other Users, and view Observatories.",
profile_page: "Take a look around your profile to explore the features available for managing your account.",
profile_next: "Next, check out the Feed where you can explore posts from other users.",

feed_general: "This is the Feed, where you can view images shared by others, see your bookmarks, and upload your own photos.",
feed_page: "Browse posts from other users here.",
feed_next: "Next, explore the Users page to find and connect with others.",

users_general: "This is the Users page, where you can search for, filter, and follow other members of the community.",
users_page: "Discover and interact with other users here.",
users_next: "Next, let's visit the Equipment page to explore astronomy tools.",

equipment_general: "Welcome to the Equipment page, where you can browse and learn about different astronomy equipment.",
equipment_page: "Check out the astronomy equipment types. Tap any type to list all manufacturers for this equipment type, and then tap a manufacturer to list all models.",
equipment_next: "Next, explore the Observatories page to view and manage observatories.",

observatories_general: "Welcome to the Observatories page! Here, you can explore observatories created by other users and manage your own.",
observatories_page: "View and manage observatories in this section.",

final_step: "Congratulations! You've finished the tour. Now it's time to dive in and discover everything this platform has to offer.",
},
},
tooltip: {
placeholder: "Placeholder %{0} or %{1}",
Expand Down Expand Up @@ -1687,6 +1718,7 @@ const de = {
},
},
social: {
social_profile: "Social Profile",
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
Expand Down Expand Up @@ -1725,6 +1757,11 @@ const de = {
manage_subscriptions: "Subscriptions",
go_to_dashboard: "Dashboard",
},
wizard: {
software_title: "Which imaging software do you use?",
hardware_title: "What hardware plaforms do you use?",
imaging_title: "What do you like to image?",
},
};

export default de;
37 changes: 37 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,15 @@ const en = {

go_back: "Go Back",
go_home: "Go back to Home",
go_to_feed: "Go to Feed",
go_to_users: "Go to Users",
go_to_equipment: "Go to Equipment",
go_to_observatories: "Go to Observatories",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist.",

imaging: "Imaging",
engage: "Engage",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -451,6 +458,30 @@ const en = {
description_profile_image: "RAW images.",
description_profile_achievements: "Achievements Tracker",
description_observatory_map: "Public Observatories map",

initial_tour_guide: {
profile_general: "This is your Profile page where you can manage your account settings and personal information.",
side_panel: "The left-hand panel is the Main Navigation. Here, you can explore Photos, connect with other Users, and view Observatories.",
profile_page: "Take a look around your profile to explore the features available for managing your account.",
profile_next: "Next, check out the Feed where you can explore posts from other users.",

feed_general: "This is the Feed, where you can view images shared by others, see your bookmarks, and upload your own photos.",
feed_page: "Browse posts from other users here.",
feed_next: "Next, explore the Users page to find and connect with others.",

users_general: "This is the Users page, where you can search for, filter, and follow other members of the community.",
users_page: "Discover and interact with other users here.",
users_next: "Next, let's visit the Equipment page to explore astronomy tools.",

equipment_general: "Welcome to the Equipment page, where you can browse and learn about different astronomy equipment.",
equipment_page: "Check out the astronomy equipment types. Tap any type to list all manufacturers for this equipment type, and then tap a manufacturer to list all models.",
equipment_next: "Next, explore the Observatories page to view and manage observatories.",

observatories_general: "Welcome to the Observatories page! Here, you can explore observatories created by other users and manage your own.",
observatories_page: "View and manage observatories in this section.",

final_step: "Congratulations! You've finished the tour. Now it's time to dive in and discover everything this platform has to offer."
},
},
tooltip: {
placeholder: "Placeholder %{0} or %{1}",
Expand Down Expand Up @@ -1738,6 +1769,7 @@ const en = {
},
},
social: {
social_profile: "Social Profile",
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
Expand Down Expand Up @@ -1776,6 +1808,11 @@ const en = {
manage_subscriptions: "Subscriptions",
go_to_dashboard: "Dashboard",
},
wizard: {
software_title: "Which imaging software do you use?",
hardware_title: "What hardware plaforms do you use?",
imaging_title: "What do you like to image?",
},
};

export default en;
37 changes: 37 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,15 @@ const es = {

go_back: "Go Back",
go_home: "Go back to Home",
go_to_feed: "Go to Feed",
go_to_users: "Go to Users",
go_to_equipment: "Go to Equipment",
go_to_observatories: "Go to Observatories",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist.",

imaging: "Imaging",
engage: "Engage",
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down Expand Up @@ -452,6 +459,30 @@ const es = {
description_profile_image: "RAW images.",
description_profile_achievements: "Achievements Tracker",
description_observatory_map: "Public Observatories map",

initial_tour_guide: {
profile_general: "This is your Profile page where you can manage your account settings and personal information.",
side_panel: "The left-hand panel is the Main Navigation. Here, you can explore Photos, connect with other Users, and view Observatories.",
profile_page: "Take a look around your profile to explore the features available for managing your account.",
profile_next: "Next, check out the Feed where you can explore posts from other users.",

feed_general: "This is the Feed, where you can view images shared by others, see your bookmarks, and upload your own photos.",
feed_page: "Browse posts from other users here.",
feed_next: "Next, explore the Users page to find and connect with others.",

users_general: "This is the Users page, where you can search for, filter, and follow other members of the community.",
users_page: "Discover and interact with other users here.",
users_next: "Next, let's visit the Equipment page to explore astronomy tools.",

equipment_general: "Welcome to the Equipment page, where you can browse and learn about different astronomy equipment.",
equipment_page: "Check out the astronomy equipment types. Tap any type to list all manufacturers for this equipment type, and then tap a manufacturer to list all models.",
equipment_next: "Next, explore the Observatories page to view and manage observatories.",

observatories_general: "Welcome to the Observatories page! Here, you can explore observatories created by other users and manage your own.",
observatories_page: "View and manage observatories in this section.",

final_step: "Congratulations! You've finished the tour. Now it's time to dive in and discover everything this platform has to offer.",
},
},
tooltip: {
placeholder: "Placeholder %{0} or %{1}",
Expand Down Expand Up @@ -1763,6 +1794,7 @@ const es = {
},
},
social: {
social_profile: "Social Profile",
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
Expand Down Expand Up @@ -1801,6 +1833,11 @@ const es = {
manage_subscriptions: "Subscriptions",
go_to_dashboard: "Dashboard",
},
wizard: {
software_title: "Which imaging software do you use?",
hardware_title: "What hardware plaforms do you use?",
imaging_title: "What do you like to image?",
},
};

export default es;
37 changes: 37 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,15 @@ const fr = {

go_back: "Go Back",
go_home: "Go back to Home",
go_to_feed: "Go to Feed",
go_to_users: "Go to Users",
go_to_equipment: "Go to Equipment",
go_to_observatories: "Go to Observatories",
absent_page: "Oops! The page you're looking for doesn't exist.",
absent_user: "Oops! The user you're looking for doesn't exist.",

imaging: "Imaging",
engage: "Engage",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -439,6 +446,30 @@ const fr = {
description_profile_image: "RAW images.",
description_profile_achievements: "Achievements Tracker",
description_observatory_map: "Public Observatories map",

initial_tour_guide: {
profile_general: "This is your Profile page where you can manage your account settings and personal information.",
side_panel: "The left-hand panel is the Main Navigation. Here, you can explore Photos, connect with other Users, and view Observatories.",
profile_page: "Take a look around your profile to explore the features available for managing your account.",
profile_next: "Next, check out the Feed where you can explore posts from other users.",

feed_general: "This is the Feed, where you can view images shared by others, see your bookmarks, and upload your own photos.",
feed_page: "Browse posts from other users here.",
feed_next: "Next, explore the Users page to find and connect with others.",

users_general: "This is the Users page, where you can search for, filter, and follow other members of the community.",
users_page: "Discover and interact with other users here.",
users_next: "Next, let's visit the Equipment page to explore astronomy tools.",

equipment_general: "Welcome to the Equipment page, where you can browse and learn about different astronomy equipment.",
equipment_page: "Check out the astronomy equipment types. Tap any type to list all manufacturers for this equipment type, and then tap a manufacturer to list all models.",
equipment_next: "Next, explore the Observatories page to view and manage observatories.",

observatories_general: "Welcome to the Observatories page! Here, you can explore observatories created by other users and manage your own.",
observatories_page: "View and manage observatories in this section.",

final_step: "Congratulations! You've finished the tour. Now it's time to dive in and discover everything this platform has to offer.",
},
},
tooltip: {
placeholder: "Placeholder %{0} or %{1}",
Expand Down Expand Up @@ -1680,6 +1711,7 @@ const fr = {
},
},
social: {
social_profile: "Social Profile",
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
Expand Down Expand Up @@ -1718,6 +1750,11 @@ const fr = {
manage_subscriptions: "Subscriptions",
go_to_dashboard: "Dashboard",
},
wizard: {
software_title: "Which imaging software do you use?",
hardware_title: "What hardware plaforms do you use?",
imaging_title: "What do you like to image?",
},
};

export default fr;
Loading

0 comments on commit d977cb1

Please sign in to comment.