forked from sheepzh/time-tracker-4-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitial-resource.json
More file actions
90 lines (90 loc) · 2.02 KB
/
initial-resource.json
File metadata and controls
90 lines (90 loc) · 2.02 KB
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
{
"zh_CN": {
"localFile": {
"json": "JSON文件",
"pdf": "PDF文件",
"pic": "图片",
"txt": "文本文件"
}
},
"zh_TW": {
"localFile": {
"json": "JSON檔案",
"pdf": "PDF檔案",
"pic": "圖片",
"txt": "文字檔"
}
},
"en": {
"localFile": {
"json": "JSON",
"pdf": "PDF",
"pic": "Images",
"txt": "Text"
}
},
"ja": {
"localFile": {
"json": "JSONファイル",
"pdf": "PDFファイル",
"pic": "画像",
"txt": "テキスト"
}
},
"pt_PT": {
"localFile": {
"json": "Arquivos JSON",
"pdf": "Arquivos PDF",
"pic": "Imagens",
"txt": "Texto"
}
},
"uk": {
"localFile": {
"json": "Файли JSON",
"pdf": "Файли PDF",
"pic": "Зображення",
"txt": "Текстові файли"
}
},
"es": {
"localFile": {
"json": "Archivos JSON",
"pdf": "Archivos PDF",
"pic": "Imágenes",
"txt": "Texto"
}
},
"de": {
"localFile": {
"json": "JSON-Dateien",
"pdf": "PDF-Dateien",
"pic": "Bilder",
"txt": "Text-Dateien"
}
},
"fr": {
"localFile": {
"json": "Fichiers JSON",
"pdf": "Fichiers PDF",
"pic": "Images",
"txt": "Texte"
}
},
"ru": {
"localFile": {
"json": "JSON файлы",
"pdf": "PDF файлы",
"pic": "Изображения",
"txt": "Текст"
}
},
"ar": {
"localFile": {
"json": "ملفات JSON",
"pdf": "ملفات PDF",
"pic": "الصور",
"txt": "نص"
}
}
}