adding to language file
This commit is contained in:
parent
5846a134d0
commit
1fd9d38fbd
@ -98,6 +98,7 @@ en:
|
|||||||
documentation: "Documentation"
|
documentation: "Documentation"
|
||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
elevation: "Elevation"
|
elevation: "Elevation"
|
||||||
|
entries: "Entries"
|
||||||
email: "Email"
|
email: "Email"
|
||||||
email_form_add: "Add Email"
|
email_form_add: "Add Email"
|
||||||
field: "Field"
|
field: "Field"
|
||||||
@ -107,7 +108,9 @@ en:
|
|||||||
height: "Height"
|
height: "Height"
|
||||||
home: "Home"
|
home: "Home"
|
||||||
homepage: "ThingSpeak is an Open Internet of Things project by ioBridge."
|
homepage: "ThingSpeak is an Open Internet of Things project by ioBridge."
|
||||||
homepage_logged_in: ""
|
homepage_logged_in: "Homepage for logged in user!"
|
||||||
|
import: "Import"
|
||||||
|
import_data: "Import Data"
|
||||||
latitude: "Latitude"
|
latitude: "Latitude"
|
||||||
longitude: "Longitude"
|
longitude: "Longitude"
|
||||||
median: "Median"
|
median: "Median"
|
||||||
@ -149,11 +152,13 @@ en:
|
|||||||
public: "Make Public?"
|
public: "Make Public?"
|
||||||
questions: "Questions"
|
questions: "Questions"
|
||||||
remember_me: "Remember my User ID"
|
remember_me: "Remember my User ID"
|
||||||
|
results: "Results"
|
||||||
rss: "RSS Feed"
|
rss: "RSS Feed"
|
||||||
saved: "Saved."
|
saved: "Saved."
|
||||||
saved_error: "Error while saving data."
|
saved_error: "Error while saving data."
|
||||||
search_empty: "No search results were found."
|
search_empty: "No search results were found."
|
||||||
secure_signin: "Secure Sign In"
|
secure_signin: "Secure Sign In"
|
||||||
|
select_file: "Please choose a file to upload."
|
||||||
signin: "Sign In"
|
signin: "Sign In"
|
||||||
signin_failure: "Sign In Failure"
|
signin_failure: "Sign In Failure"
|
||||||
signin_please: "Please sign in to access your account."
|
signin_please: "Please sign in to access your account."
|
||||||
@ -207,6 +212,9 @@ en:
|
|||||||
twitter_link_success: "has been successfully linked to ThingTweet."
|
twitter_link_success: "has been successfully linked to ThingTweet."
|
||||||
twitter_new_api_key: "Regenerate API Key"
|
twitter_new_api_key: "Regenerate API Key"
|
||||||
twitter_screen_name: "Twitter Screen Name"
|
twitter_screen_name: "Twitter Screen Name"
|
||||||
|
upload: "Upload"
|
||||||
|
upload_select: "Upload a CSV file to import data into this channel"
|
||||||
|
uploading: "uploading file..."
|
||||||
url: "URL"
|
url: "URL"
|
||||||
userid: "User ID"
|
userid: "User ID"
|
||||||
width: "Width"
|
width: "Width"
|
||||||
@ -219,6 +227,7 @@ en:
|
|||||||
help_channel_clear: "Clicking on the \"Clear Channel\" button will delete ALL feed data associated with this channel, but will leave the channel's info intact."
|
help_channel_clear: "Clicking on the \"Clear Channel\" button will delete ALL feed data associated with this channel, but will leave the channel's info intact."
|
||||||
help_channel_feed: "Viewing Data"
|
help_channel_feed: "Viewing Data"
|
||||||
help_channel_fields: "Add up to 8 fields that can be tracked. A field must be added before it can store data."
|
help_channel_fields: "Add up to 8 fields that can be tracked. A field must be added before it can store data."
|
||||||
|
help_channel_import: "Select a CSV file on your hard drive and import all of its data directly into this channel. Your CSV file should contain a date field in the first column. If your data doesn't contain timezone info, select one appropriately."
|
||||||
help_channel_post: "Add data by sending a POST or GET to:"
|
help_channel_post: "Add data by sending a POST or GET to:"
|
||||||
help_channel_post_example: "Please include your write API key and some data, for example:"
|
help_channel_post_example: "Please include your write API key and some data, for example:"
|
||||||
help_channel_public: "Make this channel public to allow anyone to view its feed and charts without using API keys."
|
help_channel_public: "Make this channel public to allow anyone to view its feed and charts without using API keys."
|
||||||
|
Loading…
Reference in New Issue
Block a user