Refactor application structure and initialize core components
I decided to rewrite the program taking into account the experience gained.
This commit is contained in:
45
internal/resources/translations/base.en.json
Normal file
45
internal/resources/translations/base.en.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"Advanced": "Advanced",
|
||||
"Cancel": "Cancel",
|
||||
"Confirm": "Confirm",
|
||||
"Copy": "Copy",
|
||||
"Create Folder": "Create Folder",
|
||||
"Cut": "Cut",
|
||||
"Enter filename": "Enter filename",
|
||||
"Error": "Error",
|
||||
"Favourites": "Favourites",
|
||||
"File": "File",
|
||||
"Folder": "Folder",
|
||||
"New Folder": "New Folder",
|
||||
"No": "No",
|
||||
"OK": "OK",
|
||||
"Open": "Open",
|
||||
"Paste": "Paste",
|
||||
"Quit": "Quit",
|
||||
"Redo": "Redo",
|
||||
"Save": "Save",
|
||||
"Select all": "Select all",
|
||||
"Show Hidden Files": "Show Hidden Files",
|
||||
"Undo": "Undo",
|
||||
"Yes": "Yes",
|
||||
"file.name": {
|
||||
"other": "Name"
|
||||
},
|
||||
"file.parent": {
|
||||
"other": "Parent"
|
||||
},
|
||||
"friday": "Friday",
|
||||
"friday.short": "Fri",
|
||||
"monday": "Monday",
|
||||
"monday.short": "Mon",
|
||||
"saturday": "Saturday",
|
||||
"saturday.short": "Sat",
|
||||
"sunday": "Sunday",
|
||||
"sunday.short": "Sun",
|
||||
"thursday": "Thursday",
|
||||
"thursday.short": "Thu",
|
||||
"tuesday": "Tuesday",
|
||||
"tuesday.short": "Tue",
|
||||
"wednesday": "Wednesday",
|
||||
"wednesday.short": "Wed"
|
||||
}
|
Reference in New Issue
Block a user