-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtranslate-app.config.json
More file actions
93 lines (93 loc) · 1.39 KB
/
Copy pathtranslate-app.config.json
File metadata and controls
93 lines (93 loc) · 1.39 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
91
92
93
{
"format": "arb",
"path": "lib/l10n",
"file_pattern": "app_{lang}.arb",
"source_language": "ja",
"target_languages": [
"af",
"am",
"ar",
"as",
"az",
"be",
"bg",
"bn",
"bs",
"ca",
"cs",
"cy",
"da",
"de",
"el",
"en",
"es",
"et",
"eu",
"fa",
"fi",
"fil",
"fr",
"gl",
"gsw",
"gu",
"he",
"hi",
"hr",
"hu",
"hy",
"id",
"is",
"it",
"ka",
"kk",
"km",
"kn",
"ko",
"ky",
"lo",
"lt",
"lv",
"mk",
"ml",
"mn",
"mr",
"ms",
"my",
"nb",
"ne",
"nl",
"no",
"or",
"pa",
"pl",
"ps",
"pt",
"ro",
"ru",
"si",
"sk",
"sl",
"sq",
"sr",
"sv",
"sw",
"ta",
"te",
"th",
"tl",
"tr",
"uk",
"ur",
"uz",
"vi",
"zh",
"zu"
],
"engine": "openai",
"context": "飲み忘れの不安をなくすピルの服用管理アプリ Pilll。服用時刻のリマインド・服用記録・ピルシートUI・生理記録・体調日記・プレミアムプランを提供する。ユーザーは主に女性。丁寧でやわらかい文体で翻訳する。アプリ名 Pilll は訳さない",
"glossary": {
"ピルシート": { "en": "pill sheet" },
"ピル番号": { "en": "pill number" },
"Pilll": { "en": "Pilll" }
}
}