-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEN.json
175 lines (135 loc) · 5.98 KB
/
EN.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"searchPlaceholder": "Search here",
"pinnedFolders": "Pinned folders",
"yourComputer": "Your computer",
"pinnedFoldersEmpty": "No pinned folders found",
"yourComputerEmpty": "No system roots/disks found",
"fileBrowserEmpty":"No files found here",
"disk": "Disk",
"jobsBtn":"job",
"jobsTitle":"Active jobs",
"jobsEmpty":"There are no jobs running right now.",
"hoverName":"Name: ",
"hoverSize":"Size: ",
"ctxAdd":"Add",
"ctxOpen":"Open",
"ctxCopy":"Copy",
"ctxPaste":"Paste",
"ctxRename":"Rename",
"ctxDelete":"Delete",
"ctxAddToPinned": "Add to pinned folders",
"ctxRemoveFromPinned": "Remove from pinned folders",
"ctxProperties":"Properties",
"modalBtnClose":"Close",
"modalBtnCancel":"Cancel",
"modalPropertiesTitle":"Properties of",
"modalPropertiesFieldType":"Type",
"modalPropertiesFieldLocation":"Location",
"modalPropertiesFieldSize":"Size",
"modalPropertiesFieldModification":"Modified",
"modalPropertiesFailed":"Error getting file properties",
"modalAddTitle":"Create a new file",
"modalAddCategoryType":"Type of file",
"modalAddCategoryFilename":"Filename",
"modalAddTypeFile":"File",
"modalAddTypeFolder":"Folder",
"modalAddInputPlaceholder":"Filename and extension...",
"modalAddBtnConfirm":"Create",
"modalRenameTitle":"Rename",
"modalRenameTypeFile":"file",
"modalRenameTypeFolder":"folder",
"modalRenameInputPlaceholder":"New filename and extension...",
"modalRenameBtnConfirm":"Rename",
"modalDeleteTitle":"Delete a file",
"modalDeleteDesc":"Are you sure you want to delete",
"modalDeleteDesc1":"the files",
"modalDeleteDesc2":"the folder and its contents",
"modalDeleteDesc3":"the file",
"modalDeleteBtnConfirm":"Delete",
"modalPasteErrorTitle":"Paste error log",
"modalPasteErrorDesc":"The following files could not be pasted",
"modalDeleteErrorTitle":"Delete error log",
"modalDeleteErrorDesc":"The following files could not be deleted",
"settingsTitle":"Gyozora settings",
"settingsInDevelopment":"In development",
"settingsErrorValue": "Error. That settings cannot have that value.",
"settingsCatAppearance":"Appearance",
"settingsCatViewSettings":"View Settings",
"settingsCatAccessibility":"Accessibility",
"settingsCatImagePreviews":"Image Previews",
"settingsCatAbout":"About gyozora",
"settingsAppearanceThemeTitle": "Theme",
"settingsAppearanceThemeDesc": "Choose the main theme for gyozora",
"settingsAppearanceThemeDark": "Dark theme",
"settingsAppearanceThemeLight": "Light theme",
"settingsAppearanceThemeNote": "Reload the app to apply window's color theme correctly.",
"settingsImagePreviewsZoomTitle": "Zoom level",
"settingsImagePreviewsZoomDesc": "Change the explorer icon list zoom amount",
"settingsImagePreviewsExtensionsTitle": "Show file extensions",
"settingsImagePreviewsExtensionsDesc": "Choose wether to show or hide the file extensions on the file explorer",
"settingsImagePreviewsHiddenTitle": "Show hidden files",
"settingsImagePreviewsHiddenDesc": "Choose wether to show or hide the system hidden files on the file explorer",
"settingsAccessibilityLanguageTitle": "Language",
"settingsAccessibilityLanguageDesc": "Choose your preferred language in gyozora",
"settingsAccessibilityLanguageBtnEN": "English",
"settingsAccessibilityLanguageBtnES": "Spanish",
"settingsAccessibilityBreadcrumbsTitle": "Show breadcrumbs",
"settingsAccessibilityBreadcrumbsDesc": "Choose wether to show or not the bottom left breadcrumbs",
"settingsAccessibilityDeleteConfirmationTitle": "Show delete confirmation",
"settingsAccessibilityDeleteConfirmationDesc": "This confirmation dialog appears when trying to delete a file",
"settingsAccessibilityFastAccessTitle": "Fast access folders",
"settingsAccessibilityFastAccessDesc": "Add, edit or delete your fast access folders, which appears in the left sidebar",
"settingsAccessibilityFastAccessEmptyMessage": "There are no folders pinned to fast access. \nTo pin one, just right click into one and choose \"Add to pinned folders\" option.",
"settingsImagePreviewsThumbnailsTitle": "Use image thumbnails",
"settingsImagePreviewsThumbnailsDesc": "Show image files' previews when using the explorer (supported for png, jpegs, gifs and webp files)",
"settingsImagePreviewsCacheTitle": "Use cache",
"settingsImagePreviewsCacheDesc": "Save the rendered image previews into cache, to get blazingly fast previews!",
"settingsImagePreviewsCacheInUse": "Cache in use",
"settingsImagePreviewsCacheBtn": "Empty cache",
"readPathError":"Error opening the folder: ",
"actionOpenToastSuccess":"File opened.",
"actionOpenToasFailed":"Can't open the file: ",
"actionAddToastSuccess":"File created.",
"actionAddToasFailed":"Error creating the file: ",
"actionRenameToastSuccess":"File renamed to",
"actionRenameToasFailed":"Error renaming the file: ",
"jobPasteTitle":"Pasting files",
"jobPasteDesc1":"Discovering folders...",
"jobPasteDesc2":"Pasting. ",
"jobPasteDesc2File":" file",
"jobPasteDesc2FailedSingular":" failed.",
"jobPasteDesc2FailedPlural":" failed.",
"jobPasteToastSuccess":"All files copied.",
"jobPasteToastError":"Some files could not be pasted.",
"jobDeleteTitle":"Deleting files",
"jobDeleteDesc1":"Deleting. ",
"jobDeleteDesc1File":" file",
"jobDeleteDesc1FailedSingular":" failed.",
"jobDeleteDesc1FailedPlural":" failed.",
"jobDeleteToastSuccess":"All files deleted.",
"jobDeleteToastError":"Some files could not be deleted.",
"jobRenderTitle":"Indexing previews",
"jobRenderDesc":"Indexing file preview icons.",
"month_0":"January",
"month_1":"February",
"month_2":"March",
"month_3":"April",
"month_4":"May",
"month_5":"June",
"month_6":"July",
"month_7":"August",
"month_8":"September",
"month_9":"October",
"month_10":"November",
"month_11":"December",
"day_0":"Sunday",
"day_1":"Monday",
"day_2":"Tuesday",
"day_3":"Wednesday",
"day_4":"Thursday",
"day_5":"Friday",
"day_6":"Saturday",
"clipboardCopySuccess":"Copied to clipboard",
"cacheEmptySuccess":"Cache emptied.",
"cacheEmptyError":"An error happened while emptying the cache."
}