generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
149 lines (149 loc) · 4.75 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
{
"allFolder": {
"default": {
"title": "Default template",
"tooltip": "Set the default template for all folders if they are not registered"
},
"enable": "Enable the plugin all folders",
"filterAnyFolderCommand": {
"desc": "Will remove user-defined templates from the \"all folders\" list. \nIf disabled, will display defined templates with their paths rather than their command name.",
"title": "Filter the list of the \"all folders\" command"
},
"listAllModals": "List all folders in quick-switcher, instead to open another modal"
},
"commandName": "Command Name",
"common": {
"date": "Date",
"example": "Example:",
"name": "The name",
"string": "String",
"submit": "Submit",
"value": "The value"
},
"create": "Create a note:",
"down": "Move down",
"duplicate": "Duplicate",
"editFolder": {
"add": "Add folder",
"alreadyExist": {
"desc": "If you do not open the notes upon creation, it still allows you to open the file if it already exists.",
"focus": "Focus on the already existing note",
"title": "Default opening of notes that already exist"
},
"default": "Default template for all folders if they are not registered",
"fileName": {
"desc": "The name will be incremented if the name already exists.",
"title": "Choose how notes will be named."
},
"focus": {
"desc": "Focus on the new note after creation",
"title": "Focus"
},
"increments": {
"desc": "Disabled, will not increment the name if the file already exists and open the already existing note instead.",
"title": "Increments the name if the file already exists"
},
"opening": {
"desc": "How note will be opened after creation",
"dropDown": {
"current": "Current Tab",
"newTab": "New Tab",
"newWindow": "New Window",
"nothing": "Do not open",
"split": "Split Pane"
},
"head": "Opening",
"nothing": "Setting for existing notes",
"split": {
"horizontal": "Horizontal",
"vertical": "Vertical"
},
"title": "Default Opening"
},
"other": {
"setting": {
"desc": "Add a button in the file menu to create a note in this folder. Only works if the folder path contains \"{{current}}\" or use the clicked folder.",
"title": "File menu"
},
"title": "Other"
},
"template": {
"dropDown": {
"folderName": "Folder Name",
"none": "None"
},
"title": "Choose a template if you want to add something before or after the filename."
},
"templater": {
"setting": {
"desc": "Allow to trigger a template from the templater plugin",
"placeholder": "template",
"title": "Template path"
},
"title": "Templater settings"
},
"title": "Edit Folder specific settings"
},
"error": {
"date": "Invalid date format, please use a valid format.",
"duplicate": "{{- name}} already exists.",
"empty": "{{- name}} cannot be empty",
"fileName": "Invalid file name, please use a filename if you don't use a template.",
"invalidExpression": "File name cannot contain any of the following characters: *, \", , /, <, >, :, |, ?",
"pathNoFound": "The folder {{- path}} doesn't exists.",
"templateNotFile": "{{- path}} is not a valid file.",
"templateNotFound": "{{- path}} doesn't exists."
},
"example": "Example: path/to/path",
"log": "Creating note in path {{- path}}, with name {{- name}}",
"moveUp": "",
"path": "folder-path",
"quickSwitcher": {
"anyFolder": "Quick Switcher (any folder)",
"simple": "Quick Switcher"
},
"remove": "Remove Folder",
"template": {
"desc": "The filename can be empty if you use a template.",
"dropDown": {
"date": {
"desc": "Valid format can be found ",
"here": "here",
"url": "https://momentjs.com/docs/#/displaying/format/"
}
},
"error": "No files were found in the templater folder.",
"header": "Template",
"position": {
"append": "Append",
"prepend": "Prepend",
"title": "Choose where to add the template."
},
"separator": "Separator"
},
"title": "Folders",
"up": "Move up",
"variable": {
"add": "Add new variable",
"current": {
"desc": "You can use the {{current}} variable to use the current folder.",
"warning": "⚠️ You need to have a file already open to use the command."
},
"desc": {
"explain": "Custom variables will be replaced by their value upon creation.",
"filename": "You can use custom variables in the folder path. ",
"insensitive": "Without a regex, the name will be case-sensitive, including the \"date\" type.",
"regex": {
"info": "To use a name with a RegEx, enclose it by \"/\"",
"warn": "Regex only work on \"string\" type."
},
"warn": {
"usage": "To use the variable, you need to enclose the name in \"{{}}\" in the folder path."
}
},
"name": "Name",
"remove": "Remove variable",
"title": "Manage custom variables",
"value": "Value"
}
}