-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.nls.json
35 lines (35 loc) · 1.73 KB
/
package.nls.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
{
"extension.shortcut.new_gist": "GitHub Gist Explorer: New Gist",
"extension.shortcut.save_it": "GitHub Gist Explorer: Save It!",
"extension.shortcut.clip_it": "GitHub Gist Explorer: Clip It!",
"extension.shortcut.paste_it": "GitHub Gist Explorer: Paste It!",
"extension.shortcut.import_folder": "GitHub Gist Explorer: Import Folder",
"extension.shortcut.gist_search": "GitHub Gist Explorer: Search in gists",
"extension.shortcut.subscription_search": "GitHub Gist Explorer: Search in subscriptions",
"extension.shortcut.sync": "GitHub Gist Explorer: Sync all gist",
"extension.command.search": "Search",
"extension.command.refresh": "Refresh",
"extension.command.ascending": "Ascending",
"extension.command.descending": "Descending",
"extension.command.sort_by_label": "Sort by Label",
"extension.command.sort_by_last_updated": "Sort by Last Updated",
"extension.command.sort_by_created": "Sort by Created",
"extension.command.view_user": "Open HomePage",
"extension.command.subscribe_gist": "Subscribe Gist",
"extension.command.unsubscribe_gist": "Unsubscribe Gist",
"extension.command.add_gist": "Add Gist",
"extension.command.edit_gist": "Edit Gist",
"extension.command.delete_gist": "Delete Gist",
"extension.command.export_gist": "Export Gist",
"extension.command.star_gist": "Star Gist",
"extension.command.unstar_gist": "Unstar Gist",
"extension.command.sync": "Sync Gist",
"extension.command.history": "History",
"extension.command.paste": "Paste",
"extension.command.add_file": "Add File",
"extension.command.edit_file": "Edit File",
"extension.command.view_file": "View File",
"extension.command.delete_file": "Delete File",
"extension.command.rename_file": "Rename File",
"extension.command.reload_file": "Reload File"
}