mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
commit
4c4ce911fc
10 changed files with 146 additions and 4 deletions
|
|
@ -386,7 +386,8 @@ en:
|
|||
stats: Statistics
|
||||
tickler_title: Tickler
|
||||
manage_users: Manage users
|
||||
export_title: Import and export data
|
||||
export_title: Export data
|
||||
import_title: Import data
|
||||
preferences: Preferences
|
||||
integrations_: Integrate Tracks
|
||||
feeds_title: See a list of available feeds
|
||||
|
|
@ -402,6 +403,7 @@ en:
|
|||
completed_tasks_title: Completed
|
||||
home: Home
|
||||
export: Export
|
||||
import: Import
|
||||
contexts_title: Contexts
|
||||
calendar: Calendar
|
||||
projects_title: Projects
|
||||
|
|
@ -811,6 +813,7 @@ en:
|
|||
data:
|
||||
import_successful: Import was successful.
|
||||
import_errors: Some errors occurred during import
|
||||
import_destination_invalid: Invalid import destination
|
||||
stats:
|
||||
index_title: TRACKS::Statistics
|
||||
within_one: Within 1
|
||||
|
|
|
|||
|
|
@ -139,4 +139,12 @@ Tracksapp::Application.routes.draw do
|
|||
resources :notes
|
||||
resources :preferences
|
||||
|
||||
resources :data do
|
||||
collection do
|
||||
get :import
|
||||
post :csv_map
|
||||
post :csv_import
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue