mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-19 22:53:36 +09:00
config ln array changed
This commit is contained in:
+17
-42
@@ -1,42 +1,17 @@
|
||||
[
|
||||
{
|
||||
"id": "get_started",
|
||||
"translation": "Get Started"
|
||||
},
|
||||
{
|
||||
"id": "read_more",
|
||||
"translation": "Read More"
|
||||
},
|
||||
{
|
||||
"id": "full_name",
|
||||
"translation": "Full Name"
|
||||
},
|
||||
{
|
||||
"id": "working_mail",
|
||||
"translation": "Working Mail"
|
||||
},
|
||||
{
|
||||
"id": "anything_else",
|
||||
"translation": "Anything else?"
|
||||
},
|
||||
{
|
||||
"id": "contact_message_placeholder",
|
||||
"translation": "Message goes here..."
|
||||
},
|
||||
{
|
||||
"id": "submit",
|
||||
"translation": "Submit"
|
||||
},
|
||||
{
|
||||
"id": "page_not_found",
|
||||
"translation": "Page Not Found"
|
||||
},
|
||||
{
|
||||
"id": "page_not_found_content",
|
||||
"translation": "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable."
|
||||
},
|
||||
{
|
||||
"id": "back_to_home",
|
||||
"translation": "Back to home"
|
||||
}
|
||||
]
|
||||
{
|
||||
"full_name": "Full Name",
|
||||
"full_name_placeholder": "Enter your full name",
|
||||
"mail": "Work Email",
|
||||
"mail_placeholder": "john.doe@email.com",
|
||||
"message": "Anything else?",
|
||||
"message_placeholder": "Your message here...",
|
||||
"submit": "Submit",
|
||||
"read_more": "Read More",
|
||||
"page_not_found": "Page Not Found",
|
||||
"working_mail": "Work Email",
|
||||
"anything_else": "Anything else?",
|
||||
"contact_message_placeholder": "Your message here...",
|
||||
"page_not_found_content": "The page you are looking for may have been removed, renamed, or is temporarily unavailable.",
|
||||
"back_to_home": "Back to Home",
|
||||
"get_started": "Get Started"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user